Skip to content

Instantly share code, notes, and snippets.

View dvdoliveira's full-sized avatar

Deivide Oliveira dvdoliveira

View GitHub Profile
<!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 / 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)