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
| # Preview (multi)markdown documents in the preferred browser. | |
| function mmdp() { | |
| if [ -z "$1" ]; then | |
| echo "Usage: mmdp FILE" | |
| return 1 | |
| fi | |
| # Determine how to open a file based on OS, and what MMD binary to use: | |
| local OS=$(uname -s) |
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
| <?xml version="1.0" encoding="utf-8"?> | |
| <!-- Stylesheet for converting between an intermediate format and JSON --> | |
| <!-- Copyright 2006 Theo Hultberg, all rights reserved --> | |
| <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | |
| version="1.0"> | |
| <xsl:output method="text" | |
| encoding="UTF-8" |
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
| SmartyPants | |
| =========== | |
| by John Gruber | |
| http://daringfireball.net/ | |
| Version 1.5.1 - Fri 12 Mar 2004 | |
| SmartyPants is a free web publishing plug-in for Movable Type, Blosxom, |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE html> | |
| <html xmlns="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <meta charset="UTF-8"/> | |
| <title> </title> | |
| <style type="text/css"> | |
| html, body { | |
| height: 100%; | |
| width: 100%; |
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
| #!/bin/bash | |
| # Creates an image with a palete of swatches of the most common colors in an | |
| # image, and their hexadecimal code, ordered by higher frequency from left to | |
| # right. | |
| # | |
| # Requires Imagemagick. | |
| # | |
| # Author: Jorge Hernández Valiñani |
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
| javascript:void(q=window.getSelection?window.getSelection():(document.getSelection?document.getSelection():(document.selection?document.selection.createRange().text:'')));if(q=='')void(q=prompt('Introduce%20una%20palabra%20para%20buscarla%20en%20el%20DRAE:',''));if(q)%7Bvoid(window.open('http://drae22.rae.es/'+encodeURIComponent(q)));%7D; |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <ncx version="2005-1" xmlns="http://www.daisy.org/z3986/2005/ncx/"> | |
| <head> | |
| <meta name="dtb:uid" content="urn:uuid:e04c4d19-57af-4495-a8c8-882695b7c8dc" /> | |
| </head> | |
| <docTitle> | |
| <text/> | |
| </docTitle> | |
| <navMap> | |
| <navPoint id="title_page"> |
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
| var my_array = document.querySelectorAll('[id^=post_]'); | |
| var i; | |
| for (i = 0; i < Math.min(my_array.length, 100); i += 1) { | |
| my_array[i].click(); | |
| } |
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
| <?xml version="1.0" encoding="utf-8"?> | |
| <!-- Stylesheet for converting between plist and an intermediate format --> | |
| <!-- Copyright 2006 Theo Hultberg, all rights reserved --> | |
| <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | |
| version="1.0"> | |
| <xsl:output method="xml" | |
| indent="yes" |
OlderNewer