Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Marc_

@Marc-020513
Hi! I am Marc. I like coding, especially in Python, HTML, CSS, and JS. For more info, visit marcchew.is-a.dev, my site.
Marc-020513
Marc-020513
published a Repl
8 months ago
0
SoftBody-test
SoftBody-testSimple 3d softbody in three.js
Marc-020513
Marc-020513
published a Repl
11 months ago
1
completecode
completecodeA free ghostwriter. Made usin OpenAI CodeX. Example: def Push(data): global StackData, StackPointer if StackPointer == len(StackData): print("Stack is full") What the AI wrote: else: StackData[StackPointer] = data StackPointer += 1 def pop(): global StackData, StackPointer if StackPointer == 0: print("Stack is empty") else: StackPointer -= 1 return StackData[StackPointer] def printStack(): global StackData, StackPointer print(StackData[:StackPointer]) StackData = [0 for _ in range(10)] StackPointer = 0 push(1) push(2) push(3) push(4) push(5) push(6) push(7) push(8) push(9) push(10) push(11) printStack() print(pop()) print(pop()) print(pop()) print(pop()) print(pop()) print(pop()) print(pop()) print(pop()) print(pop()) print(pop()) print(pop()) printStack() Benefits: It writes more code and can complete whole programs disadvantages: It requires meaningful function and variable names to be accurate, and requires more time to complete the code.
Marc-020513
Marc-020513
@gdaybot keep alive 1 year ago
Marc-020513
Marc-020513
published an Update
1 year ago
1
Avengers:
Avengers:Use the arrow keys to move and click to fire bullets. (!PC ONLY!)
Avengers game
#PC ONLY ##This is a game for the BIT Mesra junior hackathon. Arrow keys for movement, click to shoot.
Marc-020513
Marc-020513
published a Repl
2 years ago
83
Chrome
Chromebasically chromium
Yvngxdujo
Yvngxdujo
b3 days ago
dtyinia
dtyinia
dang2 days ago
Marc-020513
Marc-020513
shared a Post
2 years ago
#pwa
#simple
#html
+2
This is my first PWA! This is a calculator designed to be simplistic. You can install this on chrome, however i am not sure of other browsers. Insprat
Calculator PWA
HTML, CSS, JS
RayhanADev
RayhanADev
Sweet PWA :D2 years ago
JWZ6
JWZ6
cool2 years ago
ch1ck3n
ch1ck3n
nice2 years ago
Marc-020513
Marc-020513
published a Repl
2 years ago
0
Calculator PWA
Calculator PWAThis is a simple utility calculator. Enjoy!
AdiShenoy0807
AdiShenoy0807
Woa thats cool ! if you made it on the own...2 years ago
Marc-020513
Marc-020513
published a Repl
2 years ago
0
COVID-19 DATA
COVID-19 DATAThis is just to find COVID data.
Marc-020513
Marc-020513
shared a Post
2 years ago
This is a MacOS Calculator Project, coded with multiple languages. The main GUI is coded with HTML, CSS and JS. This also has Light Mode and Dark Mode
Calculator macOS App Project
HTML, CSS, JS
ch1ck3n
ch1ck3n
can you add the index.html, light.css, dark.css, script.js in the root directory2 years ago
Marc-020513
Marc-020513
published a Repl
2 years ago
0