Haxe compiler, ported to replit.
Included is a simple "HelloWorld" template you can poke at.
Note that as .hx is not yet supported on replit for autoc
Bash
I'm making a javascript program that uses the net functionality. Every time I try to run my program, repl automatically opens a browser to the page- h
I'm trying to make a function that prints a specified line without creating a newline every time. io.write hasn't been working(nothing is written unti
Lua
Coder100 don't forget to also flush
io.write('hai')
io.flush()
reason: because all text is buffered from the terminal, nothing will print until a newline occurs.2 years ago
Going back to my original question on if it was possible to run wine on repl, I managed to successfully compile the configure file. However, the makef
Bash
RayhanADev I know this was marked as answered, but out of curiosity what are you trying to run?2 years ago
MocaCDeveloper It seems as if the package you imported(being the wine package) has a error on line 152825 in the Makefile.
It may be occurring because of the fact that repl is a virtual machine, or because it requires some other packages in order for it to compile..or the developers have updated the package and forgot to update the Makefile..or it just simply doesn't compile because it is being ran on Repl.
I mean, I know from experience that Makefiles on Repl are kinda screwed up and don't work 100% of the 2 years ago
jtapostle seems to be a problem with bison... perhaps there's a different package for this?2 years ago
I'm on a restricted computer right now, so I'm unable to run windows applications normally. Is it possible to assemble a wine source to be able to run
Seven7Four4 Hey there,
I know this is late but I have found out how to do it. Basically just make a Nix REPL with the Wine package in there. You can change the command in the .replit file.
Here's an example:
https://replit.com/@Seven7Four4/wined1 year ago
Coder100 if you have the resources, go for it!
But I don't think you have the resources as window applications can get quite big, so probably not :(2 years ago
RayhanADev @GabeEE
Sorry man, I don’t believe you can use Wine on Repl. Although you could suggest the language to the developers!
Hope this helps, and if it does mark this as your answer!2 years ago
Is it possible to run aircrack-ng on repl servers?
Just looking to crack captured files, not the network here.
Does anyone know of what the default Superuser/Root password would be? I'm trying to get some apt packages to work, but it needs a root user. Any advi
Is it possible that any kind of SSH or FTP protocol can be implemented into a web client on repl?
Vandesm14 Sadly not. I've already proposed this, but it's not possible due to how their backend works.3 years ago
I'm interested in repl's talk API, however the documents on API for the talk section on here always give me errors. Is there any sources I could use?
Vandesm14 @LeonDoesCode made a really good one. You can find it here: https://www.npmjs.com/package/repl-talk.js3 years ago
Recently, I've taken up node as a new challenge for API automation. As I've grown past discord's API and have been bored, I decided to get interested
Node.js
A small RR game I scripted. 6 barrel gun, 1 bullet.
Along with this, I've made a optional fork of the original script that does a insta-kill, no matt
Python