Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
137ff42
Revert ":sparkles: Change the file format as requested"
hamzaabamboo Oct 17, 2018
c5de6f8
Revert ":bug: Change to txt file as requested"
hamzaabamboo Oct 17, 2018
44380f5
Revert ":sparkles: Create memes"
hamzaabamboo Oct 17, 2018
cd72b82
:sparkles: Create memes
Samuraiwarm Oct 17, 2018
3127310
:bug: Change to txt file as requested
Samuraiwarm Oct 17, 2018
ae93e75
:sparkles: Change the file format as requested
Samuraiwarm Oct 17, 2018
c41d7c6
😾 Change file name as requested
Samuraiwarm Oct 17, 2018
8b8983e
P'Beam eng ja
UtopiaBeam Oct 19, 2018
aa00cff
remove virus
UtopiaBeam Oct 19, 2018
44cc80d
add Norapat file
new5558 Oct 19, 2018
0632768
🚀five.ts
fivechjr Oct 19, 2018
e82aa25
add my name in js
Chomtana Oct 19, 2018
45df346
Added my file
leo2tigers Oct 19, 2018
06e21e7
Minor typo fix
leo2tigers Oct 19, 2018
b560e0c
Wha?
Oct 19, 2018
90aca59
;klj;lk
Oct 19, 2018
3a326eb
Pull ma head out pls
Oct 19, 2018
7f4ef74
Pull ma head out pls
Oct 19, 2018
bc39a3f
สิคก้าจู้!!!
neahtSan Oct 19, 2018
62091cd
eiei
stank2010 Oct 19, 2018
e8e5c97
Update Blank Title.txt
boompikachu Oct 19, 2018
b574885
Config
boompikachu Oct 19, 2018
e4b31e3
Changes to be committed:
Ryuxakuta Oct 19, 2018
1b94c99
กริดงาย
krist7599555 Oct 19, 2018
5be6222
commit
noof3310 Oct 19, 2018
250bb8b
Added Copter.java
Copter Oct 19, 2018
c672a87
file
LightSeaGreen Oct 19, 2018
ec014b0
upload rock.py
xkarlois Oct 19, 2018
c02f09a
ahhhh
Sav-eng Oct 19, 2018
66f3d41
asdf
Oct 19, 2018
d43ae36
ts
UtopiaBeam Oct 20, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added CherprangBNK48.html
Empty file.
5 changes: 5 additions & 0 deletions Copter.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
......###...###...####..#####.#####.####..
....#.....#...#..#...#...#...#.....#...#..
...#.....#...#..####....#...#####.####....
..#.....#...#..#.......#...#.....#...#....
..###...###...#.......#...#####.#...#.....
1 change: 1 addition & 0 deletions MusicBNK48.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print "Music is number 1!!!"
5 changes: 5 additions & 0 deletions New.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
public class New {
public static void main(String[] args) {
System.out.println("Hello world");
}
}
1 change: 1 addition & 0 deletions Rock.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print("hello")
Empty file added Save.save.save
Empty file.
3 changes: 3 additions & 0 deletions anon
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Yay file created how do you even do dis
Like midterms was so hard, but this was exponentially harder.
Maybe I should reconsider my major
4 changes: 4 additions & 0 deletions backend.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#include <iostream>
int main() {
return 0;
}
1 change: 1 addition & 0 deletions beam.java
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
I love java
1 change: 1 addition & 0 deletions boom.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print("Hello World")
1 change: 1 addition & 0 deletions eiei.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
echo "5555"
2 changes: 2 additions & 0 deletions fah.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
print('hellooo')
print('fah kub')
15 changes: 15 additions & 0 deletions five.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
interface Profile {
firstName: String;
lastName: String;
name: String;
generation: number ;
};

const me: Profile = {
firstName: "Patcharapat",
lastName: "Chaijaroen",
name: "Five",
generation: 6
};

console.log(`My name is ${me.firstName} ${me.lastName} (${me.name}) - Thinc. ${me.generation}`);
3 changes: 3 additions & 0 deletions leo.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Hi, this is Leo.

Seems like I don't need to introduce my self more, right?
1 change: 1 addition & 0 deletions pin.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log("Hello my name is chomtana!!!");
11 changes: 11 additions & 0 deletions ryu.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#include <stdio.h>
int main()
{
int a = 4;
for(int j = 1; j < 11; j++)
{
a*= 2;
}
printf("Hello %d", a);
}

Loading