Skip to content
Sign UpLog In
Profile icon

Jackson Apostle

@jtapostle
superior squeaker
GitHub
Website
  • Russian roulette

    Cover page
    Made with Python

    death

    Recent comments (0)
  • anombot-generator

    Cover page
    Made with Lua
    Recent comments (0)
Repls
Community
jtapostle
jtapostle
shared a Post
2 years ago
Haxe Compiler
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
haxe
Bash
jtapostle
jtapostle
shared a Post
2 years ago
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
TheBest156
TheBest156
yes, it is!2 years ago
jtapostle
jtapostle
shared a Post
2 years ago
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
baud emulation example
Lua
Coder100
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
jtapostle
jtapostle
shared a Post
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
wine
Bash
RayhanADev
RayhanADev
I know this was marked as answered, but out of curiosity what are you trying to run?2 years ago
MocaCDeveloper
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
jtapostle
seems to be a problem with bison... perhaps there's a different package for this?2 years ago
jtapostle
jtapostle
shared a Post
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
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
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
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
jtapostle
jtapostle
shared a Post
3 years ago
Is it possible to run aircrack-ng on repl servers? Just looking to crack captured files, not the network here.
Grify
Grify
To try to get those files, ask a repl admin.3 years ago
SixBeeps
SixBeeps
Physically, yes. Should you? Probably not. I'm sure it would break the ToS in a few ways.3 years ago
jtapostle
jtapostle
shared a Post
3 years ago
I'm trying to install the metasploit framework on a online system, which should work fine, but it requires root to function. Does anyone have any help
Vandesm14
Vandesm14
Repl.it does not currently offer root privileges. I don't think there is a way to fix this other than a polygott repl.3 years ago
jtapostle
jtapostle
shared a Post
3 years ago
Cloned from the github repo. Tends to crash, so use with caution.
fsociety
Bash
jtapostle
jtapostle
shared a Post
3 years ago
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
AndreaMiele
AndreaMiele
Try with install-pkg3 years ago
jtapostle
jtapostle
shared a Post
3 years ago
Is it possible that any kind of SSH or FTP protocol can be implemented into a web client on repl?
Vandesm14
Vandesm14
Sadly not. I've already proposed this, but it's not possible due to how their backend works.3 years ago
jtapostle
jtapostle
shared a Post
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
Vandesm14
@LeonDoesCode made a really good one. You can find it here: https://www.npmjs.com/package/repl-talk.js3 years ago
jtapostle
jtapostle
shared a Post
3 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
Nemesis
Node.js
EekulD
EekulD
SyntaxError: Unexpected token 'const'2 years ago
jtapostle
jtapostle
shared a Post
3 years ago
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
Russian roulette
Python