Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am netalvesj on github.
  • I am netalvesj (https://keybase.io/netalvesj) on keybase.
  • I have a public key whose fingerprint is C280 B9F5 C0DC CEE5 6F3D 34B3 3309 9FD8 0238 C71B

To claim this, I am signing this object:

@netalvesj
netalvesj / 0_reuse_code.js
Last active August 29, 2015 14:08
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console

Keybase proof

I hereby claim:

  • I am netalvesj on github.
  • I am netalvesj (https://keybase.io/netalvesj) on keybase.
  • I have a public key whose fingerprint is 6A7F 783F FE93 19F8 4908 B433 9DEE 29D2 DB3B 06A4

To claim this, I am signing this object:

@netalvesj
netalvesj / dabblet.css
Created May 2, 2013 11:08
Circular Tooltip (SO)
/**
* Circular Tooltip (SO)
* http://stackoverflow.com/q/13132864/1397351
*/
* { margin: 0; padding: 0; }
body {
overflow: hidden;
background: url(http://theearlcarlson.com/experiments/amTooltip/img/bg.jpg);
}
/* generic styles for button & circular menu */