Mave Rick
@JulienBensliman
Hi all !!
Do you know if we can create directory in bash on repl.it ? because i try to create this one :
mkdir coucou
but nothing happen ^^
Hello,
I have a problem in my filter, indeed for the image whose name is "cavimac.xiind"; it also appears when I click on "cavimac". I think there mu
Vandesm14 If you take a look at line 19 of indes.html, you can see that cavimac.xiind is a class "btn". In your JS, on line 44, you are setting the buttons to have a "click" event listener. Changing the button's class to active may result in the problem you were talking about. At least that's what I think you meant.4 years ago
Hello all !
I try to make my affichage function and to change my html code :
the new html code:
repl.it
-->
tous
janv
timmy_i_chen It would be a lot easier to debug if it were in a repl, just saying ;)
Make an HTML/CSS/JS repl here:
http://repl.it/languages/html4 years ago
Hi,
is it possible to try to execute a bash script in a html project in this site ?
Yamboy1 That's not really how html is meant to work. What kind of bash script were you trying to run, I'm intrigued now4 years ago
Hi,
is it possible to add double simple quote to a defined variable ?
example :
var = input("var =") (so for example var = Hi)
--unknown command fo
Hi all,
i want to make a little program for converting measure units and i dont know if i can do it with an graphic interface and not only with a text
CoolqB You can use graphics on repl.it
If you wish to use Python, create a new project with language named Python (with Turtle). If you want to use JS, use a Canvas :)5 years ago