Justin Liu
@Cooolcoder
Hoi! I'm 10 years old and I love coding. I am learning web development. I make websites. I'm a huge @RYANTADIPARTHI fan (He's awesome)
I want to make a login system for my site, but I also want a database where I can store all the usernames and passwords. Is there any repl that I can
Coder100 You can use repl.it db to do it. Align your database so it looks like this:
username: {
password
}
so something like:
from replit import db
db['INSERT USERNAME HERE'] = {
'password': 'INSERT PASSWORD HERE',
}
and then to log in:
from replit import db
db'INSERT USERNAME HERE' == 'INSERT USER INPUTTED PASSWORD HERE'
easy, right?2 years ago
RYANTADIPARTHI Use the repl.it db to store all your info and to save. Try this link to learn about it:
https://docs.repl.it/misc/database2 years ago
I don't know how to use packages? What are there and how do I use one? Is the code inside done for me or do I have to make it myself? Are there any la
RYANTADIPARTHI hi @Cooolcoder can you check out my newest post? It's in the share hot section. Thanks!1 year ago
Squirrel777 So packages are libraries! Like you asked:
How do packages help people to code easier?
They help people by making code easier! Its hard to explain but say I want to have a random number generator coded in Python. I have no idea how to generate a random number but the random package for python takes care of that! You can install a package like this:
This is Python
import random
There you have installed your first package! Now, how do I use it??
Well, here is an example:
import random
print(random2 years ago
For the past few days, I have been working on this countdown. I spent over 7 hours working on my project, and this project is my biggest yet. It is mo
HTML, CSS, JS
FrancescoRosi I made an optimized version of this. Just like you, I'm not a professional coder, but I tried my best. Here's the list of improvements and features I added (for now):
Removed milliseconds because GODDAMN they make your browser lag
OBS Mode! To embed countdowns into your stream without going insane. For now it only supports 3 holidays (Hanukkah, Christmas and New Year) but that's because I want to get this out as early as possible because it's New Years Day today. Also, I know the link to OBS Mod2 years ago
I think that the Hacker plan is not well named because I'm afraid people will think that the person who has the "Hacker" plan will think they are a ha
programmeruser Hacking is not necessarily malicious. Hacking refers to doing things with computers while cracking refers to unauthorized access to a computer system. https://www.techrepublic.com/blog/it-security/hacker-vs-cracker/2 years ago
ironblockhd Not a fan of it at all.. especially since they ban all hacking education in the TOS
> Content intended to advocate or advance computer hacking or cracking;2 years ago