AS4
@AS4
Why is all Content published to a public repl or a Classroom are automatically published with an MIT license?
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
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.
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 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
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
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