Anthony Mouse
@AnthonyMouse
Code API's and cool stuff
Like to make Programming Languages and Browsers and OS's
0
My Adventure StoryJoin me in the 100 days of code.
#replit100daysofcode #python
Changed colors
I changed the colors of my program to look cooler.0
My Adventure StoryJoin me in the 100 days of code.
#replit100daysofcode #python
1
1
0
1
Talking Ben Console
Base 64
VGhlIGF4b2xvdGxzIGFyZSBub3Qgd2hhdCB0aGV5IHNlZW0uLi4=
Anthony Mouse
hi, i've made talKing bEn for your pleasuRe, and to make Sure crazy fox girl (@WillaSchneider ) doesn'T get me. yeah, you too ryLand. (@RylandHunt)AnthonyMouse @WillaSchneider There are two secret codes in this message. Look at the capital letters....1 year ago
102
6
1
0
Essay Checker: Check for repetitiveness.
This is something I made for my friends who think their work is too repetitive.2
1
0
0
6
0
0
0
6
0
0
umm... yeah so i made a basic loading screen... is there more to say?
HTML, CSS, JS
I was going through my repls when I found this old thing!
It is (quite obviously) a polling app. Don't ask me how it works. With this, I made my Who
Node.js
It's simple. I made an anonymous chat with only 15 lines and the modules fs and prompt. Check it out!
UPDATE 1:
It is now only 11 lines, as I removed
Node.js
Hi! I'm back to posting, and I have started animating. So I made this gallery of my animations. Comment requests!
Node.js
What would be the coolest browser or OS idea? Post below!
Plz upvote if you want more like these...
SixBeeps I'd like to see someone make an OS that runs on NES 6502 assembly, so that I can use it as a computer. Sure, there's no hard drive in there, but maybe you could incorporate it as part of the cart?2 years ago
tussiez A Linux-based OS with native Wine support, so I can run my favorite Windows apps on Linux!2 years ago
Whenever I try to do document.getElementById(...) it says its null. How do I fix this?
Shalom!
I have made an example of a polling app with only
Expect a tutorial coming soon!
Node.js
They won the competition, so why can’t we use it yet?
Coder100 it takes about like 6 months for a language to be fully public. For example, you can run asm but it's not in the languages list.
https://github.com/replit/polygott <-- where all the langs are2 years ago
JBloves27 I think they haven't fully approved it yet to replit, maybe they might add it later on this year. I will try to keep you notified about it.
I hope this helps as well!2 years ago
Hi. My code does not work.
const fs = require("fs"), ELT = [
"H1",
"H2",
"H3",
"H4",
"H5",
"H6",
"P"
]
let html = ""
function parse(string) {
Hello! I’m @EitanAlperstein (also @AnthonyMouse) with a tutorial. Hope you like it, because I spent a lot of hard work on the language AND the tutoria
Node.js
Battledash2 No semicolons. Hate it. Just kidding :)
If I'm being totally honest, there's no lexer or parser.... It's all regular expression :(1 year ago
programmeruser How is this creating a functional programming language? (sorry for necropost)2 years ago
programmeruser I know sync is probs a bad idea
Well, it's not such a bad idea if you're not creating a high performance application such as web servers, and you're just creating something like a terminal application.2 years ago
Making a (More Complex) Front End API Tutorial
I love making APIs (and giving them horrible names :P)
So first of all, you need to know about DOM in j
HTML, CSS, JS