Skip to content
    Marc-020513

    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
    1 year ago
    0
    SoftBody-test
    SoftBody-testSimple 3d softbody in three.js
    Marc-020513
    Marc-020513
    published a Repl
    1 year 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
    published a Repl
    3 years ago
    122
    Chrome
    Chromebasically chromium
    Marc-020513
    Marc-020513
    published a Repl
    3 years ago
    0
    Calculator PWA
    Calculator PWAThis is a simple utility calculator. Enjoy!
    Marc-020513
    Marc-020513
    published a Repl
    3 years ago
    0
    COVID-19 DATA
    COVID-19 DATAThis is just to find COVID data.
    Marc-020513
    Marc-020513
    published a Repl
    3 years ago
    0
    Copyright © 2024 Replit, Inc. All rights reserved.
    • twitter
    • tiktok
    • instagram
    • facebook

    Replit

    Programming languages

    • Python
    • JavaScript
    • TypeScript
    • Node.js
    • Nix
    • HTML, CSS, JS
    • C++
    • Golang