Changes to serhat
ffff:95.70.130.20
2 months ago
Restore this version
Updated serhat.scroll
serhat.scroll
Changed around line 1
- repeatParser
- extends abstractScrollParser
- cueFromId
- atoms cueAtom integerAtom
- catchAllAtomType stringAtom
- javascript
- compile(){ return this.atoms.slice(2).join(" ").repeat(parseInt(this.atoms[1])) }
-
-
-
ffff:95.70.130.20
2 months ago
Restore this version
Updated main.py
main.py
Changed around line 5: def say_my_name_10_times( name: str ):
-
+ say_my_name_10_times("Serhat")
ffff:95.70.130.20
2 months ago
Restore this version
Updated main.py
main.py
Changed around line 1
- for index in range(10):
- print(index)
+
+ def say_my_name_10_times( name: str ):
+ for i in range(10):
+ print(name)
+
+
+
ffff:95.70.130.20
2 months ago
Restore this version
Updated main.py
main.py
Changed around line 1
- def add_two_numbers(a, b):
- return a + b
-
- x = add_tow_numbers(10,20)
- print(x)
+ for index in range(10):
+ print(index)
ffff:95.70.130.20
2 months ago
Restore this version
Updated main.py
main.py
Changed around line 1
- print("Merhaba Dünya, Ben Serhat")
+
ffff:95.70.130.20
2 months ago
Restore this version
Updated main.py
main.py
Changed around line 3: print("Merhaba Dünya, Ben Serhat")
- add_tow_numbers(10,20)
-
+ x = add_tow_numbers(10,20)
+ print(x)
ffff:95.70.130.20
2 months ago
Restore this version
Updated main.py
main.py
Changed around line 3: print("Merhaba Dünya, Ben Serhat")
- print(add_tow_numbers(10,20))
+ add_tow_numbers(10,20)
ffff:95.70.130.20
2 months ago
Restore this version
Updated main.py
main.py
Changed around line 1
- def add_two_numbers(a: int, b: int) -> int:
+ def add_two_numbers(a, b):
ffff:95.70.130.20
2 months ago
Restore this version
Updated main.py
main.py
Changed around line 1
- print("Merhaba Dünya, Ben Serhat")
+ print("Merhaba Dünya, Ben Serhat")
+
+ def add_two_numbers(a: int, b: int) -> int:
+ return a + b
+
+ print(add_tow_numbers(10,20))
+
+
ffff:95.70.130.20
2 months ago
Restore this version
Updated serhat.scroll
serhat.scroll
Changed around line 11: repeatParser
- repeat 3 Serhat
+ main.py
ffff:95.70.130.20
2 months ago
Restore this version
Updated main.py
main.py
Changed around line 1
+ print("Merhaba Dünya, Ben Serhat")
ffff:95.70.130.20
2 months ago
Restore this version
Updated main.py
main.py
ffff:95.70.130.20
2 months ago
Restore this version
Updated serhat.scroll
serhat.scroll
Changed around line 6: repeatParser
- compile(){ return 1111 }
+ compile(){ return this.atoms.slice(2).join(" ").repeat(parseInt(this.atoms[1])) }
ffff:95.70.130.20
2 months ago
Restore this version
Updated serhat.scroll
serhat.scroll
Changed around line 11: repeatParser
+ repeat 3 Serhat
+
ffff:95.70.130.20
2 months ago
Restore this version
Updated serhat.scroll
serhat.scroll
Changed around line 9: repeatParser
- repeat 5 boom
-
+ stopwatch
ffff:95.70.130.20
2 months ago
Restore this version
Updated serhat.scroll
serhat.scroll
Changed around line 1
+
ffff:95.70.130.20
2 months ago
Restore this version
Updated serhat.scroll
serhat.scroll
Changed around line 1
-
+ buildHtml
ffff:95.70.130.20
2 months ago
Restore this version
Updated index.scroll
index.scroll
Changed around line 13: this text should be green.
+
+ serhat.scroll
ffff:95.70.130.20
2 months ago
Restore this version
Updated serhat.scroll
serhat.scroll
Changed around line 1
+
+ repeatParser
+ extends abstractScrollParser
+ cueFromId
+ atoms cueAtom integerAtom
+ catchAllAtomType stringAtom
+ javascript
+ compile(){ return 1111 }
+
+
+ repeat 5 boom
+
+
ffff:95.70.130.20
2 months ago
Restore this version
Updated serhat.scroll
serhat.scroll
ffff:95.70.130.20
2 months ago
Restore this version
Updated index.scroll
index.scroll
Changed around line 10: map
+
+ A link to Google
+ https://www.google.com
ffff:95.70.130.20
2 months ago
Restore this version
Updated index.scroll
index.scroll
Changed around line 6: Hello World my name is Serhat Yıldırım
+
+ css .green {color:green;}
+ this text should be green.
+ class green
ffff:95.70.130.20
2 months ago
Restore this version
Updated index.scroll
index.scroll
Changed around line 1
- Hello World my name is
+ Hello World my name is Serhat Yıldırım
+
+
Serhat
ffff:95.70.130.20
2 months ago
Restore this version
Updated index.scroll
index.scroll
Changed around line 1
- Hello World my name is
+ Hello World my name is
+
+ map
root
2 months ago
Restore this version
initial blank_template template
.gitignore
Changed around line 1
+ .DS_Store
+ *.html
+ *.txt
+ *.xml
+ *.css
+ *.js
+ *.csv
+ requests.scroll
index.scroll
Changed around line 1
+ buildHtml
+ theme roboto
+
+ Hello World my name is