Skip to content
Open navbar menu
Sign UpLog In
Profile icon

AS4

@AS4
  • Dinoepic

    Cover page
    Made with Java
    Recent comments (0)
  • Left

    Cover page
    Made with HTML, CSS, JS
    Recent comments (0)
Repls
Community
AS4
AS4
shared a Post
4 years ago
MIT license
Why is all Content published to a public repl or a Classroom are automatically published with an MIT license?
rediar
rediar
Use an iframe, and keep the repl private.4 years ago
Mooopy
Mooopy
I'm not an expert on this but I believe it's because, the MIT License basically lets you do whatever you want with whatever it is licensing, not really any restrictions. A software license determines how the software can be reused. Because people are forking the stuff, etc. it really shouldn't be anything else, or it would probably technically be illegal for people to fork your repls Like, Microsoft's software like Word, etc. probably have pretty restrictive licenses since they want you to buy i4 years ago
AS4
AS4
shared a Post
4 years ago
https://repl.it/@AS4/Edu-1 You can see the that first value works but the other one desnt work. Can you both make them work.
AS4
AS4
I added MathJax.Hub.Queue(["Typeset",MathJax.Hub]); `4 years ago
Vandesm14
Vandesm14
It's working for me. Is there something else that's not working? Screenshot 2019-05-01 at 7.05.10 AM4 years ago
ReplTalk
ReplTalk
Hey there, please make sure your post body is at least 10 words and 100 characters. That makes it easier for our community to help you!4 years ago
AS4
AS4
shared a Post
4 years ago
https://repl.it/@AS4/Edu I'm playing around with iframes at the moment. Basically I want it so that when Question (que,ans) in HTML it will create the
a5rocks
a5rocks
have you heard of the javascript prompt("text")? Basically: answer = prompt("question"), then you can do alert("Right") or alert("Wrong").... Example: answer = prompt("Is A5rocks awesome?"); if (answer == "yes") { alert("Right"); } else { alert("Wrong"); } `4 years ago
AS4
AS4
shared a Post
4 years ago
https://briefcase.readthedocs.io/en/latest/background/getting-started.html Is there anyway of doing this in repl.it? Look at the django section and it
a5rocks
a5rocks
https://repl.it/repls/FortunateOffensiveRobots Does this help?4 years ago
AS4
AS4
shared a Post
4 years ago
Is there anyway to have databases with php and html/css/js in Repl.it. I understand I wouldn't be secure so no important passwords would be sent but I
Zavexeon
Zavexeon
You can build a simple HTTP database on replit. I've explored the concept with Sinatra and I'm sure it's possible with other languages.4 years ago
TheDrone7
TheDrone7
I don't think repl.it can do it. I would recommend using node.js or python or similar languages for making the back end.4 years ago