This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
www.youtube.com | |
m.youtube.com | |
youtubei.googleapis.com | |
youtube.googleapis.com | |
www.youtube-nocookie.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
imgur.com | |
imgur.map.fastly.net | |
ipv4.imgur.map.fastly.net | |
m.imgur.com | |
nsfw.reddit.com | |
nsfw-gifs.reddit.com | |
*.redd.it | |
packaged-media.redd.it | |
www.imgur.com | |
www.thechive.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns parse.pattern-seq | |
(:import [java.util Scanner])) | |
(defn pattern-seq [pattern-keys pattern input] | |
(map (comp (partial zipmap pattern-keys) rest) (re-seq pattern input))) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/************************************************************************** | |
* Name: EmbedPicasaGallery | |
* Author: Tobias Oetiker <[email protected]> | |
* Demo: http://tobi.oetiker.ch/photo/ | |
* $Id: jquery.EmbedPicasaGallery.js 474 2011-06-16 09:02:45Z oetiker $ | |
************************************************************************** | |
Description: | |
[elided] |