Yuvan Vighnesh
@YuvanVighnesh
Hi! I like to code stuff!
With 50 lines of simple python code, I created a multi- language IDE:
The languages included are:
To operate it, you have to first create a new file/o
Python
0
BRAINJETI created a Multi - Language IDE in 50 lines of python. There is no complex program - just some simple file editing and the os module.
I was inspired to created this when I asked myself,"What would have replit.com looked like on windows XP?
Enjoy!
1
0
0
So basically this 10 line program spits out
weird programmer jokes everytime you press enter....
Let me know what you think of these jokes!
IF YOU ARE
Python
FunXTime XDDDDDDD, i liked the BING joke, "B"ecause "I"ts "N"ot "G"oogle.
i clicked on the dontclickthisfile.txt, rick astley's song eh?2 years ago
RayhanADev Kewl!
also...
dontclickthisfile.txt?
I clicked it :D
Edit: My computer crashed, caught on fire, launched a few missles, and alerted the FBI of my location. Heed their warning and don't open the file :O.2 years ago
YuvanVighnesh IF YOU ARE PART OF THE REPLIT MODERATION TEAM AND U WANT TO UNLIST THIS, HOPEFULLY THIS WILL CHANGE YOUR MIND :)
image2 years ago
So I am doing this simulation thing, and the IDE gives me an error for >help
UPDATE: NOW, the IDE says that the file type is unsupported
Pygame
Coder100 Currently your car.jpg file is corrupted, as you can see in the preview:
image
mostly because the file is empty lamo
try reuploading it.2 years ago
icodeletion Probably repl can't process files with a .jpg. But I do know that they can process .png. So try to find a app or website that converts .jpg to .png or find a different file.2 years ago
DISCLAIMER: THIS CALCULATOR FOR SQUARE ROOTS IS ONLY ACCURATE UP TO 3-4 DECIMAL PLACES FOR SMALL NUMBERS
I just think this is really cool.
>pls dont t
Python
danbst you don't have to import math. You can verify by squaring result and comparing it to original2 years ago
Spotandjake this is a bad idea do to accuracy and performance. built in functions are way smarter, to use lol good job though anyways.2 years ago
So sometimes i am randomly getting logged out of repl.it. has this happend to anyone?
>why?
Python
RYANTADIPARTHI There are a few reasons why you get logged out. Here are some.
logged out image
glitched in repl.it
aftermath of the logout image.
once you hover, or are in the presence of the log out image, you get logged out.
So you log in again, but sometimes, you get logged out a few more times. This is the aftermath of the log out image, idk why it does that, but that's the aftermath. You get logged out a few more times.
the glitches in repl.it could be the case too. Sometimes repl.it glitches causing y2 years ago
YuvanVighnesh @Coder100 @InvisibleOne also do u know if u can give two people a check for their answer?2 years ago
My First version of an alarm clock.
Something to keep my Python skills sharp
NOTE
If you get a module error, say
pip install playsound
in the termina
Python
cheesphht It's too bad you can't see a program actually run before you try it on here or have some verification that it even took your input.2 years ago
Hi!
I am just curious if any of you guys know how to make a URL Shortner... I am Interested in making one
Python
RYANTADIPARTHI Here's someone who did:
https://repl.it/talk/share/URL-Shortener-with-custom-ID/858902 years ago
In this post, I want a list of things that i can do better for v2. I know that a lot of you guys posted on my game on what to do better, but i want it
Python
Oleg32 Millet, telefonunuzdan bedavaya sinema filmleri ve TV şovları izlemek için hangi uygulamayı indireceğimi bana bildirin.9 months ago
mesquite2234 more ascii _.-^^---....,,--
-- --
)
| |
\._ _./
| | |
.-=|| | |=-.
`-=#$%&%$#=-'
| ; :|
.,-#%&[email protected]%#~,.2 years ago
Not related to coding but has anyone had there comments stated as though it was from the future? I just feel that its weird
image
Python
MocaCDeveloper That is just something to do with the server.
When you post/submit a comment sometimes you get zero seconds, sometimes you get "3 seconds ago".
It is just something to do with the server2 years ago
CREDITS
HUGE Shout out to @Viaticboss19, his Game Dev Simulator was my whole inspiration to this project.
Also a special shout out to @AneeshKotvali1
Python
hg0428 Uploading 2187FF72-646E-41BE-BEC0-DF8B373E44A8.jpeg...
E5C6CB38-BB77-4FEF-A12C-F0F6F3911BC6
Your code is long and complicated. Also, I’d like to talk to you.
@YuvanVighnesh2 years ago
Something to keep my python skills sharp while in quarantine. Feedback is always open!:)
Python
Did this with my spare asynchronous work time in my online class. Yes I know that its stupid so pls don't kill me.
Check out another one of my projec
Python
A few of you might have seen my calculator. Recently I have seen that whenever you input a number greater than or equal to 4, the program terminates i
Python
Coder100 Line 31-34:
a=int(input("Enter the desired number here"))
if a > 11:
print("Enter a valid number")
sys.exit()
you forgot indentation for sys.exit() xD
Correct code:
a = int(input("Enter the desired number here"))
if a > 11:
print("Enter a valid number")
sys.exit()
Also, why is your indentation so weird? Why are you not indenting by 2 or 4 spaces? smh2 years ago
This update features:
New Try/Except for errors. The system will now detect if an error occurs with2.A separate GUI calculator(HTML, sorry @hello1964)
Python
idk what to say... this is my first project, suggestions are open!
Python
It is a calculator that can add subtract,multiply, divide,do conversions, exponents, and fibonacci
Python
YuvanVighnesh BTW, Suggestions are always open, as my calculator is in my BETA stage. This is also my first project2 years ago