Skip to content

Instantly share code, notes, and snippets.

View cassianorabelo's full-sized avatar

Cassiano Rabelo cassianorabelo

View GitHub Profile
@cassianorabelo
cassianorabelo / Arduino Song
Last active December 30, 2018 15:34 — forked from eznj/star_wars.ino
Arduino Star Wars Song for Piezo
**/
const int c = 261;
const int d = 294;
const int e = 329;
const int f = 349;
const int g = 391;
const int gS = 415;
const int a = 440;
// const int aS = 455;
@cassianorabelo
cassianorabelo / .vimrc
Created June 27, 2017 02:06 — forked from gusaiani/.vimrc
My .vimrc
call plug#begin('~/.vim/plugged')
" Shorthand notation; fetches https://github.com/junegunn/vim-easy-align
Plug 'junegunn/vim-easy-align'
" Any valid git URL is allowed
Plug 'https://github.com/junegunn/vim-github-dashboard.git'
" Multiple Plug commands can be written in a single line using | separators
Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets'
<div>
<ul>
<li><a href="#">Lorem</a></li>
<li><a href="#">Aliquam</a></li>
<li><a href="#">Vestibulum</a></li>
</ul>
</div>