Skip to content

Instantly share code, notes, and snippets.

View lgfa29's full-sized avatar

Luiz Aoqui lgfa29

View GitHub Profile
@felipesabino
felipesabino / apps.md
Last active December 31, 2015 13:49
new mac os - development
  1. System Preferences -> Security -> Allow apps to be installed from anywhere
  2. iTerm2
  3. remember to install update when prompted
  4. after update, enable toolbet with paste history and jobs (sweet!)
  5. Jumpcut
  6. xcode - from App Store
  7. open xcode to install xcode components
  8. install command line tools
  9. homebrew
  10. update brew: $ brew update
@thebigreason
thebigreason / social-sharing-alignment.html
Created October 18, 2011 17:48
Align Facebook Like, Twitter Tweet and Google +1 buttons
<div class="social">
<span class="twitter">
<a href="http://twitter.com/share" class="twitter-share-button" data-url="[your-url-here]">Tweet</a>
</span>
<span class="google">
<g:plusone size="medium" href="[your-url-here]"></g:plusone>
</span>
<span class="Facebook">
<iframe src="https://www.facebook.com/plugins/like.php?href=[your-url-here]&amp;show_faces=false&amp;layout=button_count" scrolling="no" frameborder="0" style="height: 21px; width: 100px" allowTransparency="true"></iframe>
</span>