Skip to content

Instantly share code, notes, and snippets.

View dvdoliveira's full-sized avatar

Deivide Oliveira dvdoliveira

View GitHub Profile
@dvdoliveira
dvdoliveira / gist:6f7a103b7a455267159f37724bc3cc83
Last active February 18, 2019 23:14
Blockstack ID Verification
Verifying my Blockstack ID is secured with the address 17bMv81yDSFzHLUaQGwJqkXXKnwEdmgx3Q https://explorer.blockstack.org/address/17bMv81yDSFzHLUaQGwJqkXXKnwEdmgx3Q
@dvdoliveira
dvdoliveira / keybase.md
Created February 23, 2017 23:36
keybase.md

Keybase proof

I hereby claim:

  • I am dvdoliveira on github.
  • I am dvdoliveira (https://keybase.io/dvdoliveira) on keybase.
  • I have a public key whose fingerprint is 988D 1995 D6C3 FC8C EEB9 3080 9179 B384 558B DEBC

To claim this, I am signing this object:

<!doctype html>
<html>
<head>
<title>weather</title>
<style>
body, html {
background: #05a;
color: #fff;
font-family: monospace;
@dvdoliveira
dvdoliveira / bubble.html
Last active August 29, 2015 14:24 — forked from mayfer/bubble.html
Lighthouse Labs W6D3 Lecture Code - Use of jQuery - Use of Javascript to access DOM methods and properties - Use of Ajax to access public APIs
<!-- demonstrating event bubbling -->
<html>
<head>
<title>arceegee</title>
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<style>
body { margin: 0; }
#bubble { background: #ffa; width: 200px; height: 200px; }
h1. Sublime Text 2 - Useful Shortcuts (Mac OS X)
h2. General
| *⌘T* | go to file |
| *⌘⌃P* | go to project |
| *⌘R* | go to methods |
| *⌃G* | go to line |
| *⌘KB* | toggle side bar |
| *⌘⇧P* | command prompt |
@dvdoliveira
dvdoliveira / change_mac_address.sh
Last active February 17, 2016 00:24
Change your Macbook Mac Address to avoid wifi time limit on airports
function mac {
echo `openssl rand -hex 6 | sed 's/\(..\)/\1:/g; s/.$//'`
}
function change_mac {
sudo ifconfig en0 ether `mac`
}
# New implementation found on:
# http://apple.stackexchange.com/a/183370/165855
@dvdoliveira
dvdoliveira / 0_reuse_code.js
Created July 14, 2014 02:31
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
@dvdoliveira
dvdoliveira / bootstrapping.md
Created August 25, 2013 03:09 — forked from dideler/bootstrapping.md
Bootstrapping - a list of useful resources to get up and running quickly

Welcome!

If you have any suggestions, please leave a comment and mention me ( @dideler ) so I get a notification.
Pull requests aren't possible with gists (yet), so comments are more useful than forking this to make changes.

Don't forget to star this gist!

TODO
  • Organize resources into sections
  • More detailed sections (perhaps sections & subsections)