Droplr will auto-copy the sharing link when you take a screenshot. You'll use this on GitHub.
That copied link will look like this: http://d.pr/i/13PDt
To paste that into a GitHub issue:

| #!/usr/bin/env bash | |
| # Wayback machine downloader | |
| #TODO: Remove redundancy (download only newest files in given time period - not all of them and then write over them) | |
| ############################ | |
| clear | |
| #Enter domain without http:// and www. | |
| domain="google.com" | |
| #Set matchType to "prefix" if you have multiple subdomains, or "exact" if you want only one page | |
| matchType="domain" |
Droplr will auto-copy the sharing link when you take a screenshot. You'll use this on GitHub.
That copied link will look like this: http://d.pr/i/13PDt
To paste that into a GitHub issue:

Moved to GitHub due to requests, see
This Gist MOVED to a public repository: P2P Index
A CSS3 experiment by a Star Wars fan.
Forked from Karottes's Pen Star Wars Crawl.
A Pen by Captain Anonymous on CodePen.
| <?php | |
| // you will need a php server to run this | |
| // example use | |
| // yourdomain.com/link.php?l=http://boards.4chan.org/gif/thread/7129066 | |
| if(isset($_GET['l']) ) { | |
| $a = $_GET['l']; | |
| } else { | |
| echo 'oops! need a link man! user ?l=4chanlinkorsomething.html '; |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| </head> | |
| <body> | |
| <script> | |
| // ALWAYS put the test regex inside /^()$/. | |
| // Example: /^(REGEX HERE)$/ |
| #!/bin/sh | |
| NICK=itouchthings | |
| SERVER=irc.freenode.net | |
| PORT=6667 | |
| CHAN="#ruby" | |
| #PRIVMSG $CHAN :Greetings! | |
| { | |
| # join channel and say hi |
| >be me, 19 yo college freshman | |
| >this was 10 years ago | |
| >i had this bro from highschool, pete | |
| >we were friends, but not exactly bros. he was a cool guy, and i think i was cool to him | |
| >turns out we applied to the same college and enrolled | |
| >going to the same classes | |
| >practically spending all of our time together | |
| >away from you family, with your high school life behind you, things can get hectic | |
| >yeah, you are horny teenagers with no real problems to deal with | |
| >but you still need a friend you can depend on |
Demonstration about using cors proxy to help retrieve data in client side