Skip to content

Instantly share code, notes, and snippets.

View hashalon's full-sized avatar
🌧️

hashalon hashalon

🌧️
  • Belgium / France
View GitHub Profile
@hashalon
hashalon / bunny-sign.coffee
Created October 12, 2018 20:02
Allow to generate an array of bunnies holding signs with text in it
#!/usr/bin/coffee
#
# Display an array of bunnies holding signs
#
# args:
# -b / --bold : display the bunnies as bold text
# -C / --centered : display the bunnies in the center of the terminal
# -c / --colored : prepend each text by the color to use
@hashalon
hashalon / bunny-sign-pragha.coffee
Last active September 29, 2018 14:10
Display the music played with pragha as a bunch of bunnies
#!/usr/bin/coffee
#
# Display music played by pragha...
#
BUNNY_LENGTH = 13
util = require "util"
exec = require("child_process").exec