Skip to content

Instantly share code, notes, and snippets.

View danilomiranda's full-sized avatar

Danilo Cássio Gonçalves Miranda danilomiranda

View GitHub Profile
@clayzermk1
clayzermk1 / README.md
Created August 10, 2012 19:54
jQuery / Twitter Bootstrap List Tree Plugin

jQuery / Twitter Bootstrap List Tree Plugin

Demo: http://jsfiddle.net/clayzermk1/QD8Hs/

Overview

I needed a simple plugin to build a two-tier collapsible list with checkboxes. I wanted it to fit well with Twitter's Bootstrap. I couldn't find one that was simple enough. I hope you enjoy =) Feel free to send feedback.

@A973C
A973C / index.html
Created June 29, 2013 10:26
A CodePen by A973C. Google Music Equalizer - A pure CSS version of Google Music's equalizer gif.
<div class="center-me">
<div class="equalizer"></div>
</div>
@edgardleal
edgardleal / import_bash_history_to_zshell_history.sh
Last active July 9, 2016 21:22
Import bash_history to your zshell history file ( ~/.zsh_history )
#!/bin/bash -
#title :import_bash_history_to_zshell.sh
#description :This script import all commands history finded in ~/.bash_history to ~/.zsh_history in zshell format
#author :Edgard Leal <edgardleal@gmail.com>
#date :20160705
#version :0.1
#usage :bash import_bash_history_to_zshell.sh
#notes :
#bash_version :4.1.5(1)-release
#==============================================================================