staticvoidliam7
@staticvoidliam7
Github: Staticvoidliam7
0
hmm yes this string is stringstring is made of string
look at code, dumbass
6
0
0
0
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 3WeirdBoi12408 @staticvoidliam7 https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/async/1 year ago
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 @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
2
6
0
0
LLVM installed on repl?
If not, how would I go about installing it without sudo?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
2
3
0
Python 3.8.2 (default, Feb 26 2020, 02:56:10)
Replit: Updating package configuration
--> python3 -m poetry init --no-interaction --name replpython
Python
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
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 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
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
C#
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
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 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
MocaCDeveloper I am also learning rust so I feel as like if I join the progress I can learn allot :D2 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 Try again, refresh, or restart. If all fails, just report to bugs. click here2 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
C#
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 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
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 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 @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 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
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
AmazingMech2418 How would you connect this to a server like one in Node.JS or Flask in Python or something?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 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 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
How would i use ProcessingJS in repl.it?
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
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 Now I hate to spoon-feed, but here you go:
require(child_process).exec(./yourExectableFile.exe;);
`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 @LiamDonohue Do you remember what the file system for the repl for THAIL was like before @StudentFires destroyed it?3 years ago
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
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
SQLite