Skip to content

Instantly share code, notes, and snippets.

View lagden's full-sized avatar
🎯
Focusing

Thiago Magalhães lagden

🎯
Focusing
  • São Paulo
View GitHub Profile
<img src="http://farm4.static.flickr.com/3647/3320066629_c26343104f.jpg" alt="yeahh">
<!-- Carousel -->
<div class="the_slideshow" id="carouselHome">
<ul class="the_slider">
<li>
<a href="#ulala">
<img alt="yeahhh" width="500" height="200" class="" src="http://placekitten.com/g/500/200" />
</a>
</li>
<li>
<a href="#ulala">
@lagden
lagden / pr.md
Created August 14, 2012 05:17 — forked from piscisaureus/pr.md
Checkout github pull requests locally

Locate the section for your github remote in the .git/config file. It looks like this:

[remote "origin"]
	fetch = +refs/heads/*:refs/remotes/origin/*
	url = git@github.com:joyent/node.git

Now add the line fetch = +refs/pull/*/head:refs/remotes/origin/pr/* to this section. Obviously, change the github url to match your project's URL. It ends up looking like this:

@lagden
lagden / Fullpage.html
Created June 19, 2012 23:48
A web page created at CodePen.io
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>CodePen &middot; A Pen by lagden</title>
<style>
@lagden
lagden / Fullpage.html
Created June 19, 2012 23:48
A web page created at CodePen.io
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>CodePen &middot; A Pen by lagden</title>
<style>