Skip to content
Sign UpLog In
Profile icon

staticvoidliam7

@staticvoidliam7
Github: Staticvoidliam7
  • Atomic-tech-junkyards

    Cover page
    Made with Bash
    Recent comments (0)
Repls
Community
staticvoidliam7
staticvoidliam7
published a Repl
1 year ago
0
hmm yes this string is string
hmm yes this string is stringstring is made of string look at code, dumbass
staticvoidliam7
staticvoidliam7
published an Update
1 year ago
0
ArgonCrypt
How do I run 3 projects at the same time?
pretty self explanatory. I've been able to run 2 at a time, but I need to run all 3
WeirdBoi12408
WeirdBoi12408
@staticvoidliam7 https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/async/1 year ago
staticvoidliam7
staticvoidliam7
@WeirdBoi12408 If you look at the code, you will see that I have 3 separate folders. I need to run the main files there separately but at the same time1 year ago
WeirdBoi12408
WeirdBoi12408
@staticvoidliam7 Is there any way to run the files from one file, if so, can't you just insert that instead of the example code?1 year ago
staticvoidliam7
staticvoidliam7
published an Update
1 year ago
0
LLVM installed on repl?
If not, how would I go about installing it without sudo?
SixBeeps
SixBeeps
@staticvoidliam7 On the Repls still running Polygott, yes. But since you're running a Repl on the new Nix infrastructure, you have to add it yourself. https://search.nixos.org/packages?channel=21.05&show=llvm&from=0&size=50&sort=relevance&type=packages&query=llvm1 year ago
staticvoidliam7
staticvoidliam7
@SixBeeps Ah, so a new update screwed stuff up. Suprising. Thanks.1 year ago
staticvoidliam7
staticvoidliam7
shared a Post
2 years ago
Python 3.8.2 (default, Feb 26 2020, 02:56:10)  Replit: Updating package configuration --> python3 -m poetry init --no-interaction --name replpython
voice
Python
Coder100
Coder100
The error states that your packages replit can't support because they are too big. Try getting hacker plan, and boosting your repl.2 years ago
staticvoidliam7
staticvoidliam7
shared a Post
2 years ago
Building a voice recognition AI I need help, can't find any good tutorials, doesn't matter what language, but preferably Java or Rust
Walker30263
Walker30263
Sorry, but Python is one of the best languages for AI. You could use the TensorFlow library made by Google, there are a ton of tutorials and example projects out there on the Internet/GitHub. Here's an official voice recognition tutorial: https://www.tensorflow.org/tutorials/audio/simple_audio2 years ago
staticvoidliam7
staticvoidliam7
shared a Post
2 years ago
here's a bot i haven't started eeeeeeeeeeeeee idk
WikiPlus
Node.js
staticvoidliam7
staticvoidliam7
shared a Post
2 years ago
I found this on Github can anyone figure out how to use it in a Repl.co website?
C# http server
C#
staticvoidliam7
staticvoidliam7
shared a Post
2 years ago
Hi there, I am fooling around with C# io and I was wondering how I would get it to write to the next empty line in the file
Data Extraction.... I guess
C#
Coder100
Coder100
Well here's what I found: https://www.codeproject.com/questions/188963/writing-a-file-without-overwriting-the-contents so all you need to do is change the write mode!2 years ago
staticvoidliam7
staticvoidliam7
shared a Post
2 years ago
I promise this is the last time Hi guys! I'm making a programming language named Iridium! It's basically me rebooting THAIL/Zoom for the last time lo
orangedm
orangedm
hmm... we are a team which we work professionally for web development. just visit us for more information https://www.orangedigitalmarketing.in/website-development-design-services.php2 years ago
AnthonyMouse
AnthonyMouse
I’m a Front-End dever, I guess I could help. My github is Eitantan2 years ago
MocaCDeveloper
MocaCDeveloper
I am also learning rust so I feel as like if I join the progress I can learn allot :D2 years ago
staticvoidliam7
staticvoidliam7
shared a Post
2 years ago
Hi. Repl will not connect to Github and keeps showing as not connected to GitHub even though I set it up. remember when this happed last time?
RYANTADIPARTHI
RYANTADIPARTHI
Try again, refresh, or restart. If all fails, just report to bugs. click here2 years ago
staticvoidliam7
staticvoidliam7
shared a Post
3 years ago
Hello Repl community! i haven't posted anything in a while so here's something i made. I used a dictionary to hold the characters (calm down, i'll ad
Password Generator in pure csharp
C#
k9chelsea2
k9chelsea2
nice3 years ago
staticvoidliam7
staticvoidliam7
shared a Post
3 years ago
Yeah yeah, i know, i missed it. But i'm still doing a programming language. Zoom is the reboot of THAIL (anyone remember that). So i need: Developers:
abc3354
abc3354
Hello I do not have time for another side project sorry :( But good luck finding mates ! Try to explain a little your language maybe ?3 years ago
staticvoidliam7
staticvoidliam7
shared a Post
3 years ago
Hi! I have been working on a language for the jam. I am trying to connect my GitHub to Repl, but It does not recognize it as connected. Github sees it
gibbsfreenergy
gibbsfreenergy
You should check this and see, maybe it'll answer your question: image Go to account image HOPE THIS ANSWERS YOUR QUESTION AND HAVE A GREAT DAY!3 years ago
PattanAhmed
PattanAhmed
@LiamDonohue Hi, I think you may find a solution in one of these websites:- Click here (or) Click here Thanks! Hope this helps3 years ago
Coder100
Coder100
Try manually pushing? Hit ctrl+shift+s git init # <-- may or may not need this git remote add origin [url] git add . git commit -m "What you did" git push -u origin master `3 years ago
staticvoidliam7
staticvoidliam7
shared a Post
3 years ago
Have you ever wanted to store data? Never knew how to code SQL? Use my easy to use, comment packed template! What does it do? It has some simple sql
SQLite starter {{Template Jam}}
SQLite
AmazingMech2418
AmazingMech2418
How would you connect this to a server like one in Node.JS or Flask in Python or something?3 years ago
Highwayman
Highwayman
This actually reminds me: weren’t you going to make an SQL tutorial?3 years ago
Highwayman
Highwayman
Hum can I use this to make my own template?3 years ago
staticvoidliam7
staticvoidliam7
shared a Post
3 years ago
@amasad, how do i make a custom function in BASIC (PS. sorry for the ping i thought you would be the best person to ask)
amasad
amasad
Right now a subroutine (see https://docs.repl.it/misc/basic) is the closest thing to a function. I'm thinking of adding a functions. What use-case do you have for it right now?3 years ago
Highwayman
Highwayman
https://docs.repl.it/misc/basic3 years ago
Highwayman
Highwayman
I’m pretty sure GOSUB is the closest you’ll get to making function atm for basic. Looking at Wikipedia, I’ve found that in fully fledged BASIC interpreters there is a DEF FN command that makes stuff that you can pass stuff to like a function, but I don’t remember that being a thing yet for repl.it’s implementation.3 years ago
staticvoidliam7
staticvoidliam7
shared a Post
3 years ago
How would i use ProcessingJS in repl.it?
ash15khng
ash15khng
I don't think you can because it requires a screen to draw to which repl.it does not have (as far as I know)3 years ago
AdriaDonohue
AdriaDonohue
Hi Bro.3 years ago
staticvoidliam7
staticvoidliam7
shared a Post
3 years ago
how do i run an exe file with node.js? i would like to know so i can run a program on repl.it
xxpertHacker
xxpertHacker
Now I hate to spoon-feed, but here you go: require(child_process).exec(./yourExectableFile.exe;); `3 years ago
eco27
eco27
you can put it in the .replit file: run = ./yourfile.exe3 years ago
staticvoidliam7
staticvoidliam7
shared a Post
3 years ago
Hello all, i was wondering, how could i make puppeteer faster. like alot faster?
puppeteer
Bash
eco27
eco27
you don't3 years ago
staticvoidliam7
staticvoidliam7
shared a Post
3 years ago
THAIL (Technical High-Level Abstract Intermediate Langauge) So this is a langauge i'm making, and i will be making a development environment for it an
AmazingMech2418
AmazingMech2418
@LiamDonohue Do you remember what the file system for the repl for THAIL was like before @StudentFires destroyed it?3 years ago
AmazingMech2418
AmazingMech2418
@StudentFires , WHAT DID YOU DO TO THAIL???? (I'm just posting this on this post since it is the main THAIL post, technically)3 years ago
staticvoidliam7
staticvoidliam7
@jutdagut3 years ago
staticvoidliam7
staticvoidliam7
shared a Post
3 years ago
So, the surviv3.io goofs off alot (that includes me) and here's the names we have given @Coder100 : Coder100's Aliases Corder Coder God Cookie God Co
Cookie Database
SQLite
firefish
firefish
I think you forgot grilled cookie2 years ago
arivvid27
arivvid27
I got attacked by a virus on surviv3.io and my Norton computer security blocked it. Do not visit that website.3 years ago
Coder100
Coder100
Lol XD "Coder god"3 years ago