Skip to content

Instantly share code, notes, and snippets.

#!/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"
@bendrucker
bendrucker / droplr-gh.md
Last active February 1, 2021 12:30
Pasting droplr image/gif links to Github

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:

![](http://d.pr/i/13PDt+)
@tsudoko
tsudoko / long-live-pomf.md
Last active November 4, 2019 03:29
Pomf.se alternatives

Moved to GitHub due to requests, see

@moshest
moshest / p2p-list.md
Last active February 13, 2022 09:33
A collection of peer-to-peer decentralized projects.
@xavanish
xavanish / Star Wars Crawl.markdown
Last active March 11, 2016 20:06
Star Wars Crawl
@crazymoin
crazymoin / 4chan.link.extractor.php
Created June 17, 2015 09:17
Extract links from 4chan
@CarlosBonetti
CarlosBonetti / regex-brute.html
Last active April 11, 2016 13:30
Regex Match by Brute Force
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<script>
// ALWAYS put the test regex inside /^()$/.
// Example: /^(REGEX HERE)$/
@zotherstupidguy
zotherstupidguy / ips.sh
Last active May 10, 2017 16:41
IRC Channel IPs
#!/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
@infographicstw
infographicstw / README.md
Last active June 17, 2016 05:01
client side data crawling

Demonstration about using cors proxy to help retrieve data in client side