Skip to content

Instantly share code, notes, and snippets.

View farruhha's full-sized avatar
🎯
Focusing

Farruh Habibullaev farruhha

🎯
Focusing
View GitHub Profile
@farruhha
farruhha / __replit_main__
Created October 19, 2018 01:36
sicp(MIT)-1 created by farruh - https://repl.it/@farruh/sicpMIT-1
;Exec 1.1
10
(+ 5 3 4)
(- 9 1)
(/ 6 2)
(+ (* 2 4) (- 4 6))
(define a 3)
(define b (+ a 1))
@farruhha
farruhha / Setup.md
Created October 9, 2017 20:16 — forked from suvozy/Setup.md
Setup AWS EC2 and RDS (php5.5, apache2.4, mysql5.5, phpmyadmin)