Some guy
@ANDREWVOSS
#1 Rust fan
1
0
Binary TreeCreates, inverts and prints a binary tree
10
0
0
A simple implementation of Conway's Game of life, written entirely in Rust. The game is randomly seeded, so it will play out differently every time yo
Rust
A simple algorithm to represent 128-bit floating-point values in scientific notation.
C++
A header file with code for creating a console menu. The header contains 3 classes 1 of them is a struct but whatever
MenuItem
An item that can be add
C++
DynamicSquid Nice! But try to use const references instead :)
AddMenu(Menu m) // bad
AddMenu(Menu const& m) // good
`2 years ago
A simple GUI calculator made in CSS and scripted with JS (also there was some HTML too I guess).
HTML, CSS, JS
5
calculatorA calculator written in HTML, CSS, and JavaScript
77
0
5
Whenever I try to use the preview on one of my HTML repls, I just get this:
Screenshot 2021-05-28 1.07.38 PM
Any ideas why this happens?
HTML, CSS, JS
OldWizard209 It is because you are getting this error:
SyntaxError: Identifier 'proxy' has already been declared
at /script.js:29:5
Remove this from line 29:
let proxy = URL.createObjectURL(new Blob([`
self.MonacoEnvironment = {
baseUrl: "https://unpkg.com/[email protected]/min/"
};
importScripts("https://unpkg.com/[email protected]/min/vs/base/worker/workerMain.js");
`],{ type: "text/javascript" }));
It should work hopefully
EDIT: nvm, it works:
image2 years ago
Coder100 yes sometimes that happens try forking the repl, and hard refreshing.
also try opening in a new tab.2 years ago
An IDE that edits, runs, and downloads browser JavaScript, powered my Monaco, the same editor used by Replit and VSCode!
Just open in a new tab and ge
HTML, CSS, JS
codingjlu I would definitely upvote this if you made the editor yourself (instead of using monaco). Features would be:
Syntax highlighting
Suggestions/Live errors
IDK what else...2 years ago
RayhanADev Pretty kewl, although there doesn't seem to be many features :>?
Maybe try adding something on top of this to make it better :D!2 years ago
1
javascript ideAn online browser JS IDE powered by Monaco, the same editor that powers VSCode and Replit!
174
2
1
I wanted to make a web server in Rust using the Rocket framework, but it can only be used in the nightly version of the rustc compiler. Is there a way
xfinnbar Run the rust nightly compiler on your local machine, then upload the binary to a bash repl. Inside start.sh, run the binary.2 years ago
0
reaction testTest your reaction time
279
6
0
I created a simple-to-use website for people to test your reactions. To use it, just go to the website. To start, hit the spacebar. The screen will tu
HTML, CSS, JS
This post is a follow-up to my previous post. Basically, it shows off how dynamic programming can be used to calculate absurdly large numbers in a rel
C++
This program demonstrates the speed of dynamic programming. For more info on dynamic programming, check out MrEconomical's great tutorial.
Anyways, le
C++
The title says it all. This is an improved version of my C++ 2d game starter, with:
A new rect class
Collision detection built in
Code comments to exp
C++
An easy-to-use game starter with builtin classes for basic graphics and some code for basic movement and controls. Also has conditional compilation, s
C++
DynamicSquid Nice! I like how there's almost no flickering :)
How did you clear the screen?2 years ago
4
C++ 2d Game StarterAn easy-to-remix game starter for C++
304
1
4
Little portfolio website I made in under 2 hours. Give me some constructive criticism if you have any. (I know the CSS is bad, please tell me why it's
HTML, CSS, JS
TsunamiOrSumth its good, maybe change the font to something not default
anyways heres some constructive criticism
constructivecriticism
2 years ago
0
hex displayIt works like xxd
119
0
0