Skip to content

Instantly share code, notes, and snippets.

View carlogilmar's full-sized avatar
🎨
Creator of Visual Partner-Ship

Carlo Gilmar carlogilmar

🎨
Creator of Visual Partner-Ship
View GitHub Profile
@josephan
josephan / setup_tailwind_in_phoenix.md
Last active August 8, 2023 05:50
Add Tailwind CSS to an Elixir/Phoenix Project with PurgeCSS
@willbasky
willbasky / gist:71e604aede37d53954ce5b0a1cb6d93d
Created May 20, 2017 06:16
Greensleeves, traditional English song, Sonic Pi code
#Greensleeves, traditional English song
#
# Coded by Vladislav Sabanov
use_bpm 112
use_synth :piano
use_synth_defaults release: 1, decay: 1, amp: 2
in_thread do
play_pattern_timed [:a4], [1] #begin_1
@JoseFranciscoBautista
JoseFranciscoBautista / Ejemplos.clj
Created October 7, 2015 19:24 — forked from HiroNakamura/Ejemplos.clj
Ejemplos en Clojure, algunos los hice y otros son recopilación
(comment
Fecha: 12 de enero de 2014
Ejemplos de programas en clojure
)
;;11 introducir datos
(import '(java.util Scanner))
(def scan (Scanner. *in*))
(println "Tu nombre: ")