File tree 4 files changed +22
-16
lines changed
4 files changed +22
-16
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,6 @@ dependency-reduced-pom.xml
8
8
build /
9
9
__pycache__ /
10
10
* .exe
11
- * .gch
11
+ * .gch
12
+ # For `heroku` and `heroku.pub`
13
+ heroku *
Original file line number Diff line number Diff line change 4
4
"keywords" : [
5
5
" o" ,
6
6
" c" ,
7
- " java" ,
8
7
" esoteric" ,
9
8
" codegolf"
10
9
],
Original file line number Diff line number Diff line change 1
- Flask == 0.9
2
- Jinja2 == 2.6
3
- Werkzeug == 0.8.3
4
- gunicorn == 0.17.2
1
+ Flask == 0.10.1
2
+ itsdangerous == 0.24
3
+ Jinja2 == 2.8
4
+ MarkupSafe == 0.23
5
+ Werkzeug == 0.11
Original file line number Diff line number Diff line change 9
9
< div class ="container ">
10
10
< div class ="row ">
11
11
< div class ="col-xs-6 ">
12
- < h1 > O Online IDE</ h1 >
13
- < p > This is an IDE for the < a href ="http://o.readthedocs.org/ "> O programming language</ a > .
14
- O and this site were made by < a href ="https://github.com/phase "> Phase</ a > !</ p >
12
+ < h1 > < a href ="https://github.com/phase/o "> O</ a > Interpreter</ h1 >
15
13
< br />
16
14
< p id ="byteCount "> 0 bytes and 0 chars long.</ p >
17
- < form id ="o " action ="" method ="post ">
18
- < fieldset >
19
- < input type ="submit " value ="Run! ">
20
- </ fieldset >
21
- </ form >
22
15
< p > Code</ p >
23
16
< textarea rows ="4 " cols ="50 " name ="code " id ="code " form ="o "> {{ code }}</ textarea >
24
17
< p > Input (each line is a different input)</ p >
25
18
< textarea rows ="4 " cols ="50 " name ="input " id ="input " form ="o "> {{ input }}</ textarea >
26
19
< br />
27
20
{% block body %}{% endblock %}
28
- < input id ="permalink " type ="submit " value ="Permalink "/>
21
+ < div class ="row ">
22
+ < div class ="col-xs-6 previous ">
23
+ < form id ="o " action ="" method ="post ">
24
+ < fieldset >
25
+ < input type ="button " class ="btn btn-success " type ="submit " value ="Run! ">
26
+ </ fieldset >
27
+ </ form >
28
+ </ div >
29
+ < div class ="col-xs-6 next ">
30
+ < input type ="button " class ="btn btn-info " id ="permalink " type ="submit " value ="Permalink "/>
31
+ </ div >
32
+ </ div >
29
33
</ div >
30
34
< div class ="col-xs-6 ">
31
35
< h3 > Utilities</ h3 >
32
36
< p > These are some utilities that can be used when coding in O.</ p >
33
37
< p id ="stripped "> </ p >
34
38
< br />
35
- < button id ="util.genuni " onclick ="genUni() "> Generate Unicode</ button >
39
+ < button type =" button " class =" btn btn-warning btn-sm " id ="util.genuni " onclick ="genUni() "> Generate Unicode</ button >
36
40
< br />
37
41
< h4 > General Explanation < small > (not always correct)</ small > :</ h4 >
38
42
< div class ="container " style ="margin-top: 5%;margin-right: 5%; ">
You can’t perform that action at this time.
0 commit comments