Matthew ProSkils
@matthewproskils
Join The Swag #PROSKILS Team Discord: MatthewProSkils#5067 pfp by @dynamicsquid
1
A Casino, i have worked on this for 1 week and would love for some feedback and some people to write sprites / contribute (fork it and add to the js/s
HTML, CSS, JS
DynamicSquid This is interesting! I don't think I can help, but just something I noticed though... The README.md file is supposed to be in the root directory :)2 years ago
Whippingdot hmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
why do those icons look like the Canadian fall leaves?2 years ago
DynamicSquid Just a tip, to reduce the flickering, I think you have to find another way than system("clear"). Or maybe not clear the screen at all?2 years ago
I've been wanting to make a good-looking portfolio for quite a while, and here's my best attempt. Hope you like it ♥
HTML, CSS, JS
TimothyRowell DUDE HELP
how did u link ur website did u use freenom? if so pls tell me now2 years ago
I tried this in python once by doing it by hand, but it was WAYY to hard so I just did this instead.
Anyway, here you go, some satisfying rain.
Edit
C++
A circle made out of code which looks like a circle
-- Inspired by the C Donut --
If you want to find out how it works just obstruct the code.
ENJ
C++
This was actually going to be my portfolio, probably still would be, but you guys are free to use it (i know people spend way too much time making por
HTML, CSS, JS
matthewproskils @JasmikanJEYASEE You can fork it by opening this URL and clicking 'fork' on the top2 years ago
BOOM Chat, Chat App With:
-User Search (redirects you home if user exists)
-Message Max (Max 150, then starts deleting from front)
-!ALERTS! (alerts y
Node.js
package
Alerts: Only Runs on localhost
Addison
Quick and easy http server creator
INSTALL:
npm i addison
SIMPLE SERVER:
index.js
const addison
Node.js
ProSkilsDb
ProSkilsDB, a database for every repl? ok, let's get on task.
Am i saying that you should switch from replit to pro-skils-db? Maybe... mayb
Try Out Here
Welcome to FloLang Interactive, an Interactive repl to try out FloLang. We update the bundles weekly, and also update the docs often. Flo
Node.js
Pls All i want is to be on monthly repls 🙏, ok. Whatever. Let's get started.
Setup:
Create A Ruby Repl / Edit An Existing Repl
IF EDITING AN EXISTING
This repl is one of my first ruby repls, (ruby's actually a nice language) and shows the simplicity of ruby in a 36 line server.
#Weekly To Do List
THIS TOOK FOREVER TO DO, !!NOT FROM TUTORIAL!! To Do List:
Type in input then press +
Run On Localhost
THIS TOOK ME FOREVER TO FIGURE OUT, SO I WANT TO HELP PEOPLE TO FIGURE OUT
THIS A WINDOWS TUTORIAL, BUT YOU CAN TRY IT ON YOUR DEVICE
Type Javascript CODE In The Comments And A Very Smart Person Will Reply A Result
xxpertHacker self.open(
"https://hello.xxperthacker.repl.co",
"_self",
"noreferrer",
false
);
`3 years ago
There's already a FIGlet in python, so i created one in javascript.Import is using:
const write = require('./other.js')
and use it using
write.write('
Jakman you would probably want to use a lower level language to do a project like this. But good job anyways3 years ago
Floating Point Numbers
Go into your python/javascript console and type out 0.1 + 0.2
result:
0.30000000000000004
Why is this?
Well, first we have to u
Hello, I know a lot of people are working on the template jam, and i also know it’s REALLY REALLY hard to understand. Basically, there are 3 parts: pa
lukechu10 Regex is slow especially since html is not aot compiled. Faster to just scan each character manually and get the tag name between ''.
Also, you need to create a recursive data structure to allow nested constructs.3 years ago