Andrew Forsberg
@Andy_4sberg
Andrew Forsberg: A random programmer on the internet;
I need to reset my replit account's password to change my email. I signed in with GitHub, so I don't know my replit account's password. I linked a Goo
PyraxisYT Maybe you use your github password? Or try resending the reset password email, and check your spam.2 years ago
0
www.4sberg.techA website showing important projects that I've worked on.
8
0
0
This tutorial is simple. Do you want to download a repl, but the option isn't available? The first thing you do is view the repl's code. Look at the U
Repl.it 404 mystery
I was trying to go to the 404 error page on repl.it (don't ask why), and I assumed this URL would do it, but it asks if I want to
AloeBest This is the same with repl.it/www !!
Code there:
numbers=[3,5,7,2, 11]
min = numbers[4]
max = numbers[1]
for x in numbers:
if min > x:
min = x
for y in numbers:
if max < y:
max = y
print(min * max)
`2 years ago
k9chelsea2 Thats probably due to the fact that theres a repl called 404, im assuomg that https://repl.it/ leads to a repl idk try going to https://replit.com/site/404
2 years ago
* I want to use python tkinter on an external website. I have a repl with the tkinter python code, but nothing displays on the website, it just has th
RYANTADIPARTHI If you want to do that, just embed the repl, when you click on invite, then it will work.2 years ago
necronova "A Tkinter GUI can be displayed in a webpage by the use of noVNC (HTML5 vncviewer), an Xvnc server (like TigerVNC) and a window manager (like matchbox-window-manager). At the server end per request you need a webserver configured to launch an Xdisplay via Xvnc, the window manager and the Tkinter gui using the same Xdisplay. You can configure a web page to use an iframe HTML tag to display the Tkinter GUI via noVNC. For an example of this check out CloudTk. It is written in Tcl using TclHttpd but2 years ago
SimpleScript X
SimpleScript X is a programming language that allows users to write simple, but powerful code!
Credits
@Andy_4sberg
@DavidShen2
>
I need at least one more person on my team, "SimpleScript X" to help make the programming language. If you would like to join, please say what you wou
Andy_4sberg Everyone who joined, if you don't work on it at all, you will be kicked from the project3 years ago
DavidShen2 I am mostly focused in Python 3, so I believe I could help. I don't have experience with creating a language though. I am good with files.3 years ago