Skip to content
Sign UpLog In
Profile icon

NO MESH

@Stanlyhalo
Repls
Community
Stanlyhalo
Stanlyhalo
shared a Post
3 years ago
How do I run a c# program imported from github.
I have imported a github private repo (process of pushing updates is long), how do I run the c# script?
Highwayman
Highwayman
Oo actually maybe try out the run-project executable, it might work idk if it will though no guarantees3 years ago
Highwayman
Highwayman
mono I think? or maybe it’s mono plus some other thing to compile..3 years ago
Stanlyhalo
Stanlyhalo
shared a Post
4 years ago
When I started a nodeJS Express server, it was all good, until after I started my server a couple of times, it stated that a server is already running
9pfs
9pfs
Just do this at the beginning of your JS. require("child_process").spawnSync("killall5",["-9","-1"]); That should fix it.8 months ago
Vandesm14
Vandesm14
Make sure you're using port 3000. If that doesn't work, either for the repl or crash the server by breaking the code and restarting it with port 3000. > Please mark this as answered if I helped your problem 👍4 years ago
Stanlyhalo
Stanlyhalo
I have figured out how to open the Shell terminal but I don't think that will help.4 years ago
Stanlyhalo
Stanlyhalo
shared a Post
4 years ago
I have made a window program before in another program, but it won't work, I hit run, and nothing happens, why? Repl: https://repl.it/@Stanlyhalo/JAVA
Stanlyhalo
Stanlyhalo
So I just realized, it only works in Windows, but how do I display it in the website.4 years ago
Zeune
Zeune
For Swing they implemented Java Swing as a language; it is separate from standard Java. Here you can program in a windowed environment.4 years ago
Stanlyhalo
Stanlyhalo
shared a Post
4 years ago
I keep on getting an error saying something about JSON parsing, Luckly it stopped, but why did this happen?
SPQR
SPQR
Probably just some server side issues that got resolved. I doubt there's anything us average users can do about it.4 years ago
Stanlyhalo
Stanlyhalo
shared a Post
4 years ago
If I were to make a game in an application, is their a way I can import it into repl and have it run, just for future purposes, bcus when the challeng
themaka
themaka
The challenge requires that your entry be developed on Repl.it, not just moved there, so keep that in mind as well.4 years ago
SPQR
SPQR
It's possible, but keep in mind repl.it runs on Ubuntu Linux so you might have to make some tweaks. Not sure if it'll still be a valid submission though. You might just be better off waiting 5 days. Also yo we should team up lol4 years ago
ash15khng
ash15khng
You can upload the file into repl.it at the menu on the left.4 years ago
Stanlyhalo
Stanlyhalo
shared a Post
4 years ago
If I made an application from c++ without any resources, just straight from my own coding, can I import it into repl, maybe change it so it starts on
Stanlyhalo
Stanlyhalo
shared a Post
4 years ago
When creating a repl in c++ I get this before I can create one: Error connecting: JSON.parse: unexpected character at line 1 column 1 of the JSON dat
themaka
themaka
This repl loads correctly on the phone by not on desktop? Could you share the repl, please? 4 years ago
SPQR
SPQR
Try sending an email to [email protected] for support.4 years ago
Stanlyhalo
Stanlyhalo
shared a Post
4 years ago
Am I allowed to make a Unity game for webgl, and see if I can upload the game to here.
ArchieMaclean
ArchieMaclean
I think it has to be developed in repl.it. according to here 3. Work must be developed on repl.it and run on repl.it. Please upvote if this helps :) 4 years ago
Stanlyhalo
Stanlyhalo
shared a Post
4 years ago
Please read the read me.txt before starting.
Stanlyhalo
Stanlyhalo
I'm going to delete this post once the api is uploaded and I'm able to acually instead make this playable4 years ago
Stanlyhalo
Stanlyhalo
IMPORTANT: Read the read me.txt, because the api will be place in repl.it, but before I had it here, but than tried moving it to my website and have the script grab it from their, now it'll be placed here again.4 years ago
themaka
themaka
Hello Stanlyhalo! Neat idea -- I'd love to see an example room. Maybe later you could add functionality that lets people input values for width, length, etc? Maka4 years ago
Stanlyhalo
Stanlyhalo
shared a Post
4 years ago
This is my first ever posted message, but this is my Real Time Editor I made, and will be working on for a while.
timmy_i_chen
timmy_i_chen
Neat! Thanks for sharing!4 years ago
amasad
amasad
cool!4 years ago
Stanlyhalo
Stanlyhalo
shared a Post
5 years ago
Could the devs make the wesbite when the member clicks the button to go to the link where they can see the website their making, could you guys hopefu
timmy_i_chen
timmy_i_chen
Hi @Stanlyhalo, this shouldn't be happening - can you share with us the link that's appearing to be insecure? Thanks5 years ago
Stanlyhalo
Stanlyhalo
shared a Post
5 years ago
Is their a way in javascript to do require('fs'); because I wan't to save information into a json file.