Skip to content
Sign UpLog In
Profile icon

programmeruser

@programmeruser
https://programmeruser.neocities.org (not on replit because neocities has some things that replit doesn't have) | inactive
GitHub
Website
  • blog

    Cover page
    Made with Node.js

    A simple blogging platform

    Recent comments (4)
    amasad
    amasad
    9 months ago

    Hi -- I haven't seen you in a while! Be nice to have you back.

    TheBestTaran
    TheBestTaran
    1 year ago

    nice ok

  • lua interpreter

    Cover page
    Made with Node.js

    A Lua interpreter

    Recent comments (31)
    MasonDiscord
    MasonDiscord
    1 year ago

    so many errors lol legit i cant even run print on this garbage lua thing just fu

    mollthecoder
    mollthecoder
    1 year ago

    I'm gonna make a web port of this

    Apaxblaze
    Apaxblaze
    1 year ago

    It says its lua, but its javascript

    LegitH3x0R
    LegitH3x0R
    1 year ago

    You could also just compile it and interpret the bytecode, then there will be no bugs.

    NotTani
    NotTani
    1 year ago

    Woah! Nice implementation. I've never seen a recursive decent parser used to implement a full programming language before, and in JS nonetheless.

    DanDanA
    DanDanA
    1 year ago

    wat

    phyouthcenter1
    phyouthcenter1
    1 year ago

    Uh

    zplusfour
    zplusfour
    2 years ago

    kewl

  • webterm

    Cover page
    Made with HTML, CSS, JS
    Recent comments (0)
  • contact

    Cover page
    Made with Bash

    Comment to contact me

    Recent comments (3)
    QuantumCodes
    QuantumCodes
    2 years ago

    You are firesoldier999 on scratch?

  • 4d rendering?

    Cover page
    Made with 3D Rendering with Three.js
    Recent comments (3)

    I don't know JS, but I managed to remove the vertex markers to make it look better. The code to draw vertex markers is still there, just commented out.

Repls
Community
programmeruser
programmeruser
published a Repl
1 year ago
23
lua interpreter
lua interpreterA Lua interpreter
Apaxblaze
Apaxblaze
It says its lua, but its javascript1 year ago
mollthecoder
mollthecoder
I'm gonna make a web port of this1 year ago
programmeruser
programmeruser
shared a Post
1 year ago
Use the arrow keys to move along the x and y axes, w/s for the z axis, a/d for the w axis (the 4th dimension), and q/e to rotate along the z and the w
4d rendering?
3D Rendering with Three.js
fuzzyastrocat
fuzzyastrocat
Nicely done, you beat me (or my motivation? :D) to it! One thing though, the cube itself rotates but the camera does not. It'd be nice if that was possible too (since, use this in a larger project, you'd likely need to do that).1 year ago
programmeruser
programmeruser
published a Repl
2 years ago
2
anonbb
anonbbAnonBB
programmeruser
programmeruser
shared a Post
2 years ago
#javascript
#forum
#cool
+2
A simple anonymous forum. Yes, the code is bad because I made this in like a few hours. And yes, I used water.css.
anonbb
Node.js
Bookie0
Bookie0
Make responsive pls kthxbye2 years ago
Coder100
Coder100
2 spaces scary2 years ago
programmeruser
programmeruser
shared a Post
2 years ago
I'm trying to run Busybox HTTPD, but for some reason replit doesn't detect it listening on all interfaces. Am I doing something wrong, or is it Replit
proot-alpine-httpd
Bash
SixBeeps
SixBeeps
Does it say it's bound to that IP and to port 8080? Those sound about right, just want to double-check.2 years ago
programmeruser
programmeruser
shared a Post
2 years ago
Somehow, the first time that crypto.scryptSync is run in the API, it generates a different hash then when run again, with the same password, salt, and
seqhosting-api
Node.js
CSharpIsGud
CSharpIsGud
You set the salt to random bytes every time you set the password2 years ago
programmeruser
programmeruser
published a Repl
2 years ago
0
weekly4
weekly4weekly
DynamicSquid
DynamicSquid
SCORED Not bad!2 years ago
programmeruser
programmeruser
shared a Post
2 years ago
Is there a way to add a dynamic subdomain?
cname-test
Node.js
ch1ck3n
ch1ck3n
not in replit but if youre hosting on your own machine app.get('/', function (req, res) { var domain = req.get('host').match(/\w+/); // e.g., host: "subdomain.website.com" // the regex /\w+/ gets the subdomain eg. "fat.cow.com" "fat" if (domain) var subdomain = domain[0]; // Use "subdomain" | [0] because the expression returns an array and we want to get the first subdomain // now your code, where the dynamic subdomain is stored in the variable "subdomain" });2 years ago
programmeruser
programmeruser
shared a Post
2 years ago
Basically a chrooted Alpine Linux system that streams stdout/stderr/stdin through a websocket Another version I created can be found here but it's cur
browser-chroot-env-alpine-linux
Bash
MarcusWeinberger
MarcusWeinberger
I found one issue, programs requiring access to /dev don't work, you should bind replit's /dev to the prooted /dev (use -b /dev:/sessions/${id}/dev)2 years ago
CSharpIsGud
CSharpIsGud
Now this is cool, might try to do something neat with this later2 years ago
wispkoe
wispkoe
This is a work of art2 years ago
programmeruser
programmeruser
published a Repl
2 years ago
0
TheDrone7
TheDrone7
Scored.2 years ago
ch1ck3n
ch1ck3n
my god2 years ago
programmeruser
programmeruser
published a Repl
2 years ago
130
DOOM 1993 (nix version)
DOOM 1993 (nix version)chocolate doom loaded with doom 1993 (shareware version). use hacker plan with boosts for best quality. click to start
l80duds
l80duds
How can DOOM run smoother on a graphing calculator than a modern chromebook4 months ago
KODYDISON
KODYDISON
not a bad game 2 months ago
programmeruser
programmeruser
shared a Post
2 years ago
How do I reorder unit tests, besides deleting and creating them again?
githubdb
Node.js
InvisibleOne
InvisibleOne
I don't think there is a way, but you should request that feature so it get's added.2 years ago
programmeruser
programmeruser
published a Repl
2 years ago
11
blog
blogA simple blogging platform
TheBestTaran
TheBestTaran
nice ok1 year ago
amasad
amasad
Hi -- I haven't seen you in a while! Be nice to have you back.9 months ago
programmeruser
programmeruser
published a Repl
2 years ago
0
NIX: DEMO
NIX: DEMOthe successor to the original nix demo repl
programmeruser
programmeruser
published a Repl
2 years ago
18
wiki
wikiA simple wiki. I created most of it, @angrydoge did some css
DeadWither
DeadWither
Does this have syntax for typing, for example I can see that you used '''py for the Hello World article. Can you list me this syntaxes, I wanted to contribute a lot.2 years ago
ta12replit
ta12replit
ooh2 years ago
programmeruser
programmeruser
published a Repl
2 years ago
1
forum redirect
forum redirectA simple forum.
programmeruser
programmeruser
shared a Post
2 years ago
My question: Are they legally allowed to do this? The packages in question: https://www.npmjs.com/package/replblog https://www.npmjs.com/package/replb
blog-chat-bot
Node.js
muchtek
muchtek
Hello everyone, I would like to apologize to all of the repl.it community for my actions. Yes, I did publish the packages, but I would like to say that I had no bad intentions. I wanted to make @programmeruser 's package easy-to-use, and I now regret giving you no credit. I want to personally apologize, as I wanted no conflict, and in fact only wanted to help anyone wishing to make a bot using the repl blog chat bot code you provided. I hope you understand what I was trying to do, and I again ap2 years ago
Coder100
Coder100
easy report malware but that is actually so annoying but didn't you already make a package?2 years ago