Emma Gao
@EmmaGao8
0
we are coders survivor c7we are coders survivor c7
0
0
0
0
I made a Number Properties Calculator.
Look, you don't need to do GCD and LCM by yourself!0
1
0
0
Why is it not working?
Hi! I am just starting on SpaCey for my bot project at https://replit.com/@EmmaGao8/LennyBot#main.py.
It doesn't work when I load spacey.
I tried nlp = spacey.load("en"), but it said that "en" didn't exist and to use "encorewebsm". So I tried the other way but it said that "encorewebsm" doesn't exist. What is wrong?6
1
0
2
CuteCats!Do you feel like you want a cat, but are not sure wether it is best for you? Or do you just want to have a virvtual friend nearby?
If yes, then this program is for you! In CuteCats, you can train your cat, read tips, play with it, and feed your cat!
Arces of fun is just a click away!
Hope you enjoy!
Cute Cats!
Do you feel like you want a cat, but are not sure whether it is best for you? Or do you just want to have a virtual friend nearby?
If yes, then this program is for you! In CuteCats, you can train your cat, read tips, play with it, and feed your cat!
Acres of fun is just a click away!
Hope you enjoy!2
CuteCats!Do you feel like you want a cat, but are not sure wether it is best for you? Or do you just want to have a virvtual friend nearby?
If yes, then this program is for you! In CuteCats, you can train your cat, read tips, play with it, and feed your cat!
Arces of fun is just a click away!
Hope you enjoy!
45
5
2
EmmaGao8 Do you feel like you want a cat, but are not sure whether it is best for you? Or do you just want to have a virtual friend nearby?
If yes, then this program is for you! In CuteCats, you can train your cat, read tips, play with it, and feed your cat!
Acres of fun is just a click away!
Hope you enjoy!1 year ago
Think you know your brain? Take this test to find out!
Take this test to see how well you know your brain!
Extra! Extra!
Information about the brain
HTML, CSS, JS
0
HTML Interactive! : QuizThink you know your brain? Take this test to find out! Information about the brain at the end of the quiz! Certificate of completion coming soon!
9
0
0
5
HTML Interactive! : CertificateFor the third episode of HTML Interactive, you can print yor own certificate! Press Submit when you filled in the form.
2
0
5
0
HTML Interactive! : IfThis is the sencond project of HTML Interactive.
If you haven't already, look at https://replit.com/@EmmaGao8/HTML-Interactive-Input?v=1
In this project, you are to pick a topping for some text.
0
0
0
0
HTML Interactive! : InputThis is the first project of the HTML Interactive! Series.
This is a text editor: enter text in the input fields and see what happens to the output bar!
2
0
0
0
URUURU is a learning website designed to let students understand subjects easily.
2
0
0
0
HTML Playground 4: Lists, Padding, Margin, and BorderType some Text in the input bar and then click the yellow button saying "Click Me!"
What happens? Type in the comments ;)
9
0
0
0
Email SenderI made an Email sender that allows you to send emails. Remember to ASK THE RECIEVER TO TURN THEIR LESS-SECURE APPS ON, otherwise, an error would appear.
Enjoy :D
53
0
0
1
Kwizlet 2: Multiple choice questionsHi and welcome to Kwizlet! At Kwizlet, you can ask questions, practice with quizzes, and make notes and learn at classrooms.
Enjoy!
26
0
1
3
TranslatorI made a translator that can translate english to another language!
161
4
3
4
16
LoginI made a login template that you can use if you code python and need to extract login and sign up details.
331
8
16
I have a value var x = "2". How can I increment x each second so that one second from when I defined x, x will equal to 3?
HTML, CSS, JS
GameDev46 You can use javascripts setInterval method!
Simply use the line of code:
var tick = setInterval(someFunction, 1000);
Where someFunction is your function to change the cookies by 1 and the number is how many milliseconds do you want to wait before calling it again. So the someFunction function will be called every second!2 years ago