Skip to content

Instantly share code, notes, and snippets.

View fariswd's full-sized avatar

Faris Widyantho fariswd

View GitHub Profile
5 6 7 1' 7 6
5 6 7 1' 2' 1' 2' 3'
5 6 7 1' 7 6
6 3' 2' 6 3' 2' 5 5 6 6
6 6 6 6 5 4 3 2 4 3 4 5 3 1 3 4
2 1 2 3 4 5 6 6# 1' 6
6 6# 5
6 6# 1' 3' 4'
6# 6 4 6# 6 4 4
1 3 3 3 4 3 2 1
6# 6 6# 6 4 2 5
5 4 5 4 1 3 2 3 4 2
2 3 3 2 4 3 2 1
6# 6 6# 6 4 2 5
5 4 5 4 1 3 2 1 2 1
@fariswd
fariswd / aroma_indosiar.txt
Created September 15, 2020 03:15
aroma_indosiar.txt
5 1 1 5 5
6 7 1' 1' 7 5 3
4 5 6 6 5 3 1
1 4 4 3 1 1 2
1' 7 6 5 4
5 6 1' 7 1' 7 5 3
6 5 4 3 2 3 4 6
5 4 3 2 1
1 2 6 6 1' 7 5
1 1 4 4 6 5 4 3
1' 7 6 5 4
5 6 1' 7 1' 7 5 3
6 5 4 3 2 3 4 6
@fariswd
fariswd / eva.txt
Created August 28, 2020 07:21
cruel angel thesis
2 4 5 4 5 5 1’ 6# 6 5 6
6 1’ 2’ 5 4 1’ 1’ 6 1’ 1’ 2’
4 1 1 4 4 5 1 1
1 6 6# 6 5 4 5
6 6# 6 2
2 3 4 4 3 3
4 5 6# 6 5 4
6 6 5 4# 5 2 2 3 3
@fariswd
fariswd / star.js
Created August 20, 2020 13:37
star
for (let i = 0; i <= 20; i++) {
let log = ''
if (i > 10) {
for (let j = 10; j <= 20; j++) {
if (i > j) {
log += ' '
} else {
log += '*'
}
}
_
2 2 2 7 7 7 7 6 7 1 6 5 2
_ _ _ _ _ _ _ _
2 2 2 2 2 2 2 1 2 3 1 7
_ _ _ _ _ _
5 5 5 3 3 1 2 3 2 7
_ _
2 2 2 5 5 5 5 7 7 6 5 6 2 1 6
_ _ _ _ _ _
7 7 7 7 6 7 1 6 5 5 2 3 1 7 7 7 7 6 7 1 6 5
4 3 4 6# 6 5 4 6 6 5# 6
4 3 4 6 5 4 5 4 4 3 4
2 1# 2 5 4 2# 2 2# 2# 4 5
5 4# 5 1 6# 6 5 6 5# 5 4
5 6 6# 6 6 6 6 5 4 6#
__ __ __ __ __
6# 1 6# 5 6# 1 6# 6# 2 1# 1 6#
__ __ __ __
@fariswd
fariswd / esp32-uno-board.ino
Created February 19, 2020 09:18
predefine io board esp32 uno wemos board 1.0.0
#define A0 2
#define A1 4
#define A2 35
#define A3 34
#define A4 36
#define A5 39
#define D2 26
#define D3 25
#define D4 17