Sean B
@Geocube101
Just here to code stuff sometimes
0
replexaWeb Cube is an Alexa skill designed to download website files to your computer. Just connect a computer, request a resource or URL, and that's it.
Supports only a very limited amount of files (see https://replexa.geocube101.repl.co/links) but feel free to email me some more at [email protected]
4
0
0
What is it
Custom Methods IV is the fourth iteration of a set of custom classes designed for python (guess it should be called "Custom Classes"). Each
Python
Recurse
Recurse is a statically typed, language that compiles into python
It was initially designed to combine features from Java, C++, and Python. An
TheDrone7 Hello there! The jam required you to submit a team repl. However, I see you've submitted a personal repl instead. Might I enquire as to why you have done this?
In case you were having trouble embedding the team repl. You only need to include a link to the team repl in your post description and it will get embedded automatically when clicked on the link.3 years ago
I was just wondering if it was possible to tell the IDE that a certain text file should have syntax highlighting.
For example, if I have a file called
I recently made a program that coverts a text file of custom code into python code to execute (which is the repl currently displaying)
This series of
I recently made a program that coverts a text file of custom code into python code to execute (which is the repl currently displaying)
This series of
I recently made a program that coverts a text file of custom code into python code to execute (which is the repl currently displaying)
This series of
I recently made a program that coverts a text file of custom code into python code to execute (which is the repl currently displaying)
This series of
Was developing a game with a node.js express framework which required a way to store scores. I decided to store them using players' repl.it names (as
amasad Why do you need to test if a username exists if you're using the automatic auth? you can be sure it exist3 years ago
This program (which took around 4 or 5 months) compiles a custom language into python for execution. It's not the most efficient language but it was j
Geocube101 @ChezCoder @EddieHozan @NikoBrooks @Kai_Justice @billehb @MatthewDoan @rediar @pyelias @Vandesm14 @theangryepicbanana
Thanks
I added a few files in the "tutorial" folder of this repl for some information on how to use this language.3 years ago
ChezCoder Change the error line from No Variable Found Called 'VARIABLE NAME' to Couldn't find 'VARIABLE NAME'3 years ago
Geocube101 @billehb the main part of the program is complete as all necessary commands have been completed. All that remains are some modules.
Feel free to tell me of any bugs3 years ago
Is it possible to get a fixed ID for a socket (I'm using the socket.io module with node.js)
I've tried socket.id but it changes every time the page re
Can someone tell me what fork/exec /usr/local/bin/node: operation not permitted means? It occurs every now and then when I try to run a node js applic
vedprad1 It is not happening to any of my node.js programs. Could you share the link to the code? That would be really helpful!4 years ago
Money Programmer is a game in which you program different programs to make money.
Programs are split into three categories: games, utilities, and oper
Does anyone know how long a repl server is online before it's automatically shutdown?
Zavexeon I believe it is in the range of 30 to 60 minutes. If you want to keep your server alive, and if it has a url, use https://uptimerobot.com/. It'll ping your server every x amount of time to keep it from going to sleep. Here's how to use it:
Create an account at uptimerobot.
Go to your dashboard, and click "Add New Monitor".
Select HTTP(s) as the monitor type.
Give it a friendly name (can be anything), and in the url box put the url to webpage hosted replit. Preferably the home page.
Set the moni4 years ago
Nuclear Power Plant Regulation 2 is a game in which you regulate a nuclear power plant. You must manage plutonium and coolant resources, along with ve
A Game in which you must move into randomly placed holes to avoid a block.
Controls
Use WASD or Arrow Keys to move.
Use Space to fire a bullet (10 S
HTML, CSS, JS
Some thing I made to search a page for keywords. Any links in the page are stored and searched as well. It's highly recommended to set the maximum amo
Moving an HTML Canvas Element
Moving an HTML canvas element can be extremely useful. You can make games and apps with moving and animated elements. Be
Match the cube with the hole to pass.
Level counter is below the game
Use the 'w' and 's' keys to move
The barrier speeds up at the red line
Log:
Ad
HTML, CSS, JS
Avoid falling pixels raining from above.
Use the right and left arrow keys to move out of the way of falling blocks
Below is the time alive in second
HTML, CSS, JS
TMH97 Not a bad little game at all.
The biggest problem with it, in my opinion, is the delay between when you push the arrow keys and when the player block starts moving rapidly.
While I don't know much JavaScript, I remember having a similar problem with one of my own projects. I recommend instead of getting which key is down and basing movements on that, to have a boolean variable corresponding to each key that is changed when the key is pressed and when the key is released, and basing movements o4 years ago