Profile picture is made by @RoarArtist in Pokeheroes
Also, check out https://uranus.codingneko.repl.co!
Somewhere in %temp%...
2
2
ShellbasicMade using the cmd framework
How to make a fake "`cd`-like" command in Python's `cmd` module?
I was trying to make a popular command associated with directories called "cd". But, as I see, this doesn't work. Can somebody please help change from example /home/runner/Shellbasic to /home/runner/Shellbasic/usr/lib/python3.8? Does the directory really doesn't exist?160
6
2
2
ShellbasicMade using the cmd framework
Shellbasic
My awesome shell... It is, Shellbasic! Shellbasic is a very easy shell made by me. Type "?" or "help" to get started. Good luck programming! ( There are also some files to get even more experience with the "shell" command. )160
6
2
1
How to build a programming language from `sly` module in Python?
I want to make a funny programming language, all caps only in the programming language. And I want to execute this:
1000 ADD WITH 1
And it'll result as 1000+1, 1001.
And, as I imported sly here, in TYCODE, I want you all to make an example of how to implement a simple command. ( I know a regex: r"[0-9] ADD WITH [0-9]"gm )6
1
1
1
program.pyIt generates info about programming languages I've ever heard of.
Why is the `randomJson()` function not working?
I thought to make an "tool" like this, so, it's not working. And I don't understand why. It says that the error is list index out of range and how could it be like that? It's just picking random between 1 and 2... ALSO, THE TEXTAREA STOLE YOUR COOKIEZ AND THE TEXTAREA, SHE, WANTS TO EAT IT. SO PUNCH THE KEYS AS HARD AS YOU CAN, OR SHE'LL EAT THE COOKIE...15
6
1
1
Why isn't the JavaScript playing the sound like in Moover?
I understand, I created the same code, but it didn't work in Chrome. And why doesn't it work in Chrome? I have totally no idea...RixTheTyrunt Are you in Chrome? Gimme proof. Screenshot that you're in Chrome. Cause I am too.1 year ago
8
3
1
1
MEOWPLITA recreation of Nodeplit in LOLCODE
I HAS A GREETING ITZ "HAI, VISITOR!!1"
VISIBLE GREETING
`
How to execute LOLCODE code from a string in LOLCODE?
Hi, I want to execute the LOLCODE code from a variable called CODE. Can I do that?6
4
1
1
rixdirectFor better look, open this link in a new tab
Why is line 8 not working?
I want to make, if Rix is about to redirect, the image would be the favicon of the site it's redirecting, but, when you try https://rixdirect.rixthetyrunt.repl.co/?next=/ , then it won't show the favicon of the site ( I have it ). Why?JustCoding123 @RixTheTyrunt You should slice the string like:
```js
let str = "/some/url/"
str = str.slice(0, str.length - 1)
// /some/url
```
If you want it with regex:
```js
str = str.replace(/\/$/, "")
```1 year ago
RixTheTyrunt But wait, what if, somebody would want to redirect, example, to `replit.com/~` ( The homepage of Replit ) ? Then the image URL would be `replit.com/~/favicon.ico`! ( Which's URL doesn't obviously exist. ) ( Sorry for bad English :( )1 year ago
7
7
1
1
AlpharythmA simple programming language that compiles into Python!
Why this error? I use only spaces!
I was coding Alpharythm in my phone, so, here's what happend, at first Replit showed an error "unindent does not match any outer indentation level".KuroeCheg @RixTheTyrunt did you try verifying the indentation before and after your line ? I think the problem could come from this...1 year ago
MrVoo @RixTheTyrunt I don't see an error, but it doesn't work :( Did you forget to indent the last line?1 year ago
RixTheTyrunt By that, you could run these commands: `log`, `ask` and `var x = "x"` ( Variables beta :P )1 year ago
25
4
1
I made Ifcurs replace all %20 thingies with + like a real browser. But, sadly, the system does not/can't ( however you say ) replace those + as %20, a
HTML, CSS, JS
Coder100 Hi, instead of using replaceAll, try using replace:
console.log("xd%20lol%20xd".replace(/%20/g, "+"));
do take note of the g flag, that makes it so replace tries to match as many times as possible. Without it, it will only match the first one.1 year ago
ch1ck3n with + like a real browser.
Here is a quick overview on UTF-8
You are probably using chrome. You are probably thinking that this:
image
is correct syntax for UTF-8. But you are 50% wrong. %20 means space in UTF8 so when your browser reads the GET parameters it will just read exactly what you searched in the input.
For example:
https://ch1ck3n.com/?poopy=pee pee
It replaces the space with %201 year ago
When you open Ifcurs, it shows a new tab. But, when you search, the title changes to "Ifcurs Search - " + searchQuery, and, it means Ifcurs Search - [
HTML, CSS, JS
Let's say, the JSON code is:
{
'multi-name': {
'name1': 'John'
}
}
So, I want to get that name1 from multi-name, cause I know,
var obj = '{\'m
Node.js
SixBeeps Use the array notation for getting the key instead of the object notation. You have a hyphen in the key, and I think that's throwing it off.
jsonObj['multi-name'].name1
`1 year ago
Once you open RiverScript addons, it alerts that the user is first time in the addons, the website. So, when you go to the site first time, it turns l
HTML, CSS, JS
OK, I made an addon thingy, which's JavaScript is always wrong. The problem can be described by pictures!:
1:
Screenshot (151)
2:
Screenshot (152)
HTML, CSS, JS
Can you please explain why is the runBlocks() function not converting blocks into JS? It is totally not working... AND EVEN NOT EXECUTING BUT INSTEAD
HTML, CSS, JS
SixBeeps The very first block you make has an ID of "block1". When you go to compile the script though, the very first block you check for is "block0" which never exists. You put this as the condition for your while loop, so it just bails and does nothing to the code variable.1 year ago
I tried to make an "Scratch-like-software", and, it has an error. I need to expect this: When a user clicks at a block, it is now added. But, when a
HTML, CSS, JS
Hello, I was coding happily, but, when I exited the repl editor page and came back... AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
Coder100 hi, did you upload those files or something? You can report it as a bug here:
image
are you in a multiplayer repl?1 year ago
RixTheTyrunt OOOOOOOOOOOOOOOOOOOOOOOOOOH, I CAN FINALLY DELETE THOSE, AT THE START, THEY WERE UNDELETABLE1 year ago