Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Talin S

@TalinSharma
It does not do, to dwell on dreams, and forget to live...
  • Spammer

    Cover page
    Made with Python
    Recent comments (1)
    EmiIy
    EmiIy
    4 months ago

    I made it into a sine wave and also reduced the amount of lines of code by a lot :^) https://replit.com/@EmiIy/Spammer#main.py

  • STORYTIME

    Cover page
    Made with Python
    Recent comments (0)
  • Brute Force Password Hacker

    Cover page
    Made with Python
    Recent comments (0)
  • Holdidays

    Cover page
    Made with HTML, CSS, JS
    Recent comments (0)
Repls
Community
TalinSharma
TalinSharma
published an Update
2 years ago
0
ReplTalkPlaceholder
ReplTalkPlaceholder
How to hide SQLite DB file?
Hi. Me and @ABirdCoder a building a node.js application that will use an SQLite database. Since it is file-based, how would we be able to hide it, so that no one can download and view the DB? We think we could encrypt and decrypt everything we put in, but that might take a lot of time with heavy traffic. Any ideas? Thanks! P.S. The repl is just for a placeholder as we don't want to share the actual repl right now.
NoelB33
NoelB33
@TalinSharma Honestly, your best bet is a private repl. Unless you encrypt everything going in, there’s not much else you can do. Good luck!2 years ago
NoelB33
NoelB33
@TalinSharma I forgot to mention but you can use an external database like mongodb and store the password in a .env file. 2 years ago
TalinSharma
TalinSharma
shared a Post
2 years ago
Hi, How do I create a new free team. Currently I have 3, but before had more teams. I only have an option for creating a new organization and then t
BasToTheMax
BasToTheMax
Just go to https://replit.com/teams/add2 years ago
TalinSharma
TalinSharma
shared a Post
2 years ago
Hi. Why isn't it working? It works for other people on GitHub discussions... Thanks!
Style Guides
Bash
Bunnytoes
Bunnytoes
Github's markdown is a little different(I think) so here is how to do it on replit, start with a * and then + and then - like this, don't forget a space Hello Goodbye See? also I think you can have all of them be * now for indentation, use 2 spaces before it hello goobye see? I hope this was helpful and if it was please mark as answer2 years ago
TalinSharma
TalinSharma
shared a Post
2 years ago
Hi All, According to @Coder100 and my question (Link), I have chosen to use C#. What my problem was the UWP Apps (Which are newer and use native code
TalinSharma
TalinSharma
shared a Post
2 years ago
Hi, I want to make desktop applications for Windows 10 (I want to use Swift for Mac. Is this a good choice?). I am having trouble choosing which one
Coder100
Coder100
C# is much better documented. Otherwise, both have the same functionality. Use c/c++: if you want more access over displays (maybe for games?) Use c#: easier development and just better overall2 years ago
TalinSharma
TalinSharma
shared a Post
2 years ago
Hi. I am making a project in Next.js and instead of calling my index file index.js, I want to call it Index.js because the case convection fits in wi
RoBlockHead
RoBlockHead
by convention, your file needs to stay as index.js, as that's just how NextJS works. The rewrites thing works like that because that's what rewrites are for: redirecting from one path to another path. index.js is the file that is used when you go to the root URL. Unfortunately, it's not possible to change these names. Additionally, it might make sense to use lowercase filenames either way, as it's less likely to cause issues with URL paths.2 years ago
TalinSharma
TalinSharma
shared a Post
2 years ago
I have a bash repl. I am using Next.js and (obviously) JSX. But the syntax highlighting doesn't work. I think this is because of the repl language be
Coder100
Coder100
What you can do is ignore it It doesn't really affect anything other than productivity2 years ago
Coder100
Coder100
Replit recently changed their syntax highlighting and now it's pretty garbage The node language still has the original highlighting but the node language is pretty garbage too Rip2 years ago
TalinSharma
TalinSharma
shared a Post
2 years ago
Yeah... Does it? And if it doesn't, is there a way that I can stop it from installing packages everytime I run? This is my problem: I am using next
Coder100
Coder100
nope maybe you could just type it out, that's just a dumb thing of replit. To turn off the autoinstall altogether, try using the bash language.2 years ago
TalinSharma
TalinSharma
shared a Post
2 years ago
Hi... So I am bored and don't know what to make. So I decided I can help someone who wants to either make something but don't know how/need help or i
cuber1515
cuber1515
So I had this project where we were supposed to make an advertisement for moving/vacation on another planet (originally we the teacher didn't say anything about making websites but naturally I had to) I got George (Uranus) and my problem is in the footer where I have the cites cited, they don't go to the right URL, they go to the URL I put in plus the URL of my website at the beginning of it. I just wanted to no how to fix that. The spotlight page is here. FAN FACT: When Uranus was first found i2 years ago
cuber1515
cuber1515
@TalinSharma well currently I don't have a question involving the above (though I might use this post sometimes for coding questions) but I just wanted to understand your bio: > It does not do, to dwell on dreams, and forget to live... Might sound like kind of a dumb question but I'm genuinely interested.2 years ago
FloCal35
FloCal35
Hey, so if your bored and don't know what to code, use Code Suggester. A... well... code suggester built by me and a few others2 years ago
TalinSharma
TalinSharma
shared a Post
2 years ago
I am trying to configure my run button to run a .sh file. In the console it prints: `  ./run.sh ` ` sh: 1: ./run.sh: Permission denied ` ` exit statu
Mioun
Mioun
actually you don't need to do the command chmod +x run.sh, you just need to change run = './run.sh' to run = 'bash run.sh'2 years ago
TalinSharma
TalinSharma
shared a Post
2 years ago
I don't know if this is a glitch or something but for me, Repl is dark mode!... Is this a glitch or are you trying something out? My friend doesn't ha
Bookie0
Bookie0
new dark mode ultra-pog may be only for explorer not sure though2 years ago
darkdarcool
darkdarcool
I have it too, and I think that is is really good nonetheless2 years ago
TalinSharma
TalinSharma
shared a Post
2 years ago
@Arealight Please tell me how you made the camera thing: When the player jumps from platform to platform the camera moves and some new platforms and
Arealight
Arealight
Ask @pizzaharald2 years ago
TalinSharma
TalinSharma
shared a Post
2 years ago
What I want is for there to be no margin between the navigation bar and the header. Or the header and the top of the screen! Please let me know if yo
TSA - WEBSITE DESIGN
HTML, CSS, JS
InvisibleOne
InvisibleOne
In the style.css put: h1 {margin: 0px 0px;} h2 {margin: 0pc 0px;} I think that should work2 years ago
TalinSharma
TalinSharma
shared a Post
2 years ago
I have 2 things... HOW TO USE JAVASCRIPT TO MOVE IMAGES AND CHANGE IMAGE DEPENDING ON DIRECTION HOW TO USE JAVASCRIPT TO CHECK IF TWO IMAGES HAVE CO
Ninjas
HTML, CSS, JS
Coder100
Coder100
lmao js is quite simple, actually, perhaps you are thinking wrong? Here are a few things you must recognize: checking collisions requires you to calculate collisions yourself. one does not simply move an image, a small amount of CSS is required too. one does not simply delete an image, there are many ways to do so.2 years ago
RYANTADIPARTHI
RYANTADIPARTHI
You don't exactly need js to move images. you can use css too.2 years ago
programmeruser
programmeruser
It's not that JS is confusing, it's that you don't understand things. Anyways change element.style.left and element.style.right. A better solution would be to use HTML5 Canvas.2 years ago
TalinSharma
TalinSharma
shared a Post
2 years ago
As you can see on my website, the date select and the 2 buttons are not aligned with the others... How do I fix this? I want all elements on one lin
RYANTADIPARTHI
RYANTADIPARTHI
seems like you need to put quotes, instead of . Maybe try that. but if you ever want text align, try ` like: that should work2 years ago
Coder100
Coder100
Anyways, here's how i fixed it: form > * { float: left; } do note that your form will now have no height, so add this to fix that: form { overflow: hidden; } `2 years ago
Coder100
Coder100
before we start, you just have an error: image Make sure you have smart punctuation off, so you get: Select Date `2 years ago
TalinSharma
TalinSharma
shared a Post
2 years ago
READ THE README!!! What is it for?
Brute Force Password Hacker
Python
SixBeeps
SixBeeps
Won't work if non-alphanumeric characters are used2 years ago
TalinSharma
TalinSharma
shared a Post
2 years ago
Hi, I have seen some projects in which I sign in with Repl. How do I do that? Thanks!
19wintersp
19wintersp
This uses a system called Repl Auth. You can either use a pre-built script and embed it into your site, or write your own. The way it works is by opening a window at repl.it/authwithrepl_site?domain=[repl domain] , and then once the user authenticates, any requests they make from then on will be sent with headers containing their User ID, Username, and Roles. A tutorial has been made for Python, and for Express on NodeJS. You must use a back-end server-side language for this.2 years ago
TalinSharma
TalinSharma
shared a Post
3 years ago
Brute Force Always Succeeds! Pin Breaker You enter a 4 digit pin and it does the rest! Features: Tells How Many Attempts It Needed Tells How Long I
Brute Force Password Hacker
Python
KENNETHTRIPP
KENNETHTRIPP
nice, https://repl.it/@KENNETHTRIPP/Password-Guesser#main.py Here's mine (you can do any number of characters) I don't really know if it counts though. read the code and tell me if it is actually practical.3 years ago
Bookie0
Bookie0
Screen Shot 2020-12-03 at 3.08.40 PM also3 years ago
TalinSharma
TalinSharma
shared a Post
3 years ago
Is there a way to use MySQL databases on Repl? >There really is nothing else to say but I can provide more info if needed! Thanks!
FeixuRuins
FeixuRuins
Yup, with bash. SQLite is also good for beginners.3 years ago
programmeruser
programmeruser
Well, maybe, but probably no since installing mysql with install-pkg apparently doesn't work. (why are you using PHP anyways?)3 years ago
Coder100
Coder100
what language?3 years ago
TalinSharma
TalinSharma
shared a Post
3 years ago
I am new in PHP and have figured out COOKIES... I have even created a simple login thing that uses COOKIES... Now, what do I do with the login?
InvisibleOne
InvisibleOne
First off I would find a better way to store login credentials, like sixbeeps said it isn't very safe to keep them in cookies. But, you could make all sorts of systems: Password Storing thingy Social media Games that save your stuff 3 years ago
SixBeeps
SixBeeps
Are you storing credentials in the cookies? If so, that's not safe...3 years ago