OldWizard209
@OldWizard209
Personal Site: https://personalsite.oldwizard209.repl.co/
Hey, I was wondering if anyone would want to join my team for the Game Jam. I know fluent JavaScript, HTML, CSS sooo I was wondering if anyone would l
0
I made a Working Clock App using HTML/CSS/JS.
However, I could only display one in the Weekly challenge submission so I hooked up an Express server w
Node.js
VulcanWM This is nice! Maybe make it look nice on phones as well.
4AB09A53-031F-4880-A37F-5C5EA2D0080C2 years ago
2
weekly7Submission for the Weekly 7 challenge. I made an analog and digital clock, but to display them both, I had to make an Express JS Server with Submit buttons to send a post request for the desired button. To view the page, run the repl and wait for it to finish running, and then open it on a new tab. I did NOT make this responsive so make sure you open it in a New Tab
49
15
2
This is my submission for the weekly 6 challenge. I slapped a bunch of grids together and a simple JS script to send messages. It is was made under 2
HTML, CSS, JS
6
weekly6Chat App for weekly 6 ;)
68
12
6
SilvermoonCat hey one suggestion - can you make the messages and contacts scroll seperately? other htan that this is so pr00002 years ago
1
tryTo THE MODS:
If you get an error while running the code, it is because the package was mistakenly uninstalled by replit's infamous glitches. If that happens, fork the repl and in the shell, run this:
pip install -i https://test.pypi.org/simple/ arithmetic-ops==0.0.1
I could just automate this with the OS module, but I can't because that would lose me points for not following the tasks.
46
21
1
Cooli Error:
Traceback (most recent call last):
File "main.py", line 2, in <module>
from arithmetic_ops import operations
ModuleNotFoundError: No module named 'arithmetic_ops'2 years ago
I want to use MongoDB on replit. How do I use it?
InvisibleOne I've used it before just using the mongo (api?) but I've heard it's better to use mongoose
https://mongoosejs.com/docs/2 years ago
So I created a database in Node and set the key to a username. But when I try to print it out, I get this:
const Database = require("@replit/database"
Node.js
ruiwenge2 because it’s a promise you must do this:
db.get(username).then(value => {
console.log("Moeny: " + value);
}));2 years ago
Introduction.
This tutorial is a complete guide to get going with Git, GitHub, and understanding Version Control. Sometimes you don't always work on r
Node.js
justinsingh1 It would be a great help if we could choose which files to add to a particular commit--like in the VSCode version control.1 year ago
0
weeklyChallnge2Weekly Challenge 2 Submission.
Few Things for the mods who will check this:
Make sure not to put another space after putting in the last character on each line or else you will get an error. I.E
. . R (don't put any space after this)
Characters:778
48
9
0
InvisibleOne Pretty good, it actually works properly which is better than mine. But I suggest you do some things to cut down the character length.
1. Store `possible\nred` and `possible\nblue` in one letter variables and then use those variables instead of printing it a bunch of times.
2. You can remove the spaces around `==` operator and it won't make your code have errors.
Other then that it looks pretty good. 2 years ago
DynamicSquid Scored.
It doesn't output the correct result every time, so that lost a few marks.
And just a tip for your code, you can use ASCII characters instead of letters. ASCII for `"R"` is 82, so that could have saved you one character. You use characters 14 times, so in total you would have saved 14 characters.
Your use of functions was good though, so I'm glad you recognized that way to cut down on characters!2 years ago
I want to verify users using replit, aka the "login with replit" button using nodejs. Also, I would like to know the username of the person logging in
VulcanWM Here is a great tutorial: https://replit.com/talk/learn/How-to-Repl-Auth-Expressjs/235582 years ago
Weather Forecaster.
This is a website I made, while I was practicing my BackEnd skills with Node. I also wanted to test out [OpenWeatherMap's API], a
Node.js
ChopSueyMaster hmm, this seems to be a pretty easy idea but i will take it....
or maybe i m too good2 years ago
0
This is a remake of the Simon) game in which you have to remember the colors that will be shown.
I made this game to test myself on some jQuery, and t
HTML, CSS, JS
Coder100 Cool! But make it so it repeats the whole action again, because that was a little confusing2 years ago
How do I delete all repls in the "Unnamed" Section?
I have loads of repls that I don't need at all. I have like 50+ of them, and I am pretty sure I do
ch1ck3n const ree = l => document.querySelector(l).click();
window.setInterval(() => {
ree("button.jsx-525591542");
ree("button.jsx-2801395914");
ree("button.jsx-2464409669.negative");
}, 1000);
haha2 years ago
Machine Learning Course.
Welcome to the complete Machine Learning Guide. Here you will learn everything about machine learning. You will be taught how
Python
OldWizard209 @CodingCactus @DynamicSquid I have had like 20 advertising comments. Can someone deal with these? I reported them but I can't keep reporting all the time. Can you ban these accounts? They have no repls no nothing1 year ago
Ryankids I don't understand how this is a AI... it isn't learning and plus at the beginning it should be typing random letters I guess also this doesn't help me at all... sorry :/2 years ago
13
PersonalSiteCreated by @OldWizard209. A personal website.
154
17
13
This is a little Personal Site I made after mingling with bootstrap for a while. Here is a sneak peak:
image
So as I failed my attempt on recreating
HTML, CSS, JS