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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
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
"""Usage: trac2down <trac wiki dump path>""" | |
from __future__ import unicode_literals | |
import codecs | |
import os | |
import re | |
import sys | |
def convert_wiki_link(link): | |
if link.startswith('wiki:'): |
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
feeds: | |
#1 | |
x360: | |
rss: http://rss.torrentleech.org/7674c2153ddc94810a30 | |
download: ~/Transferências/.torrents/ | |
regexp: | |
accept: | |
- XBOX360 | |
reject: | |
- NTSC |
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
feeds: | |
#1 | |
x360: | |
rss: http://rss.torrentleech.org/######################## | |
download: ~/Transferências/.torrents/ | |
regexp: | |
accept: | |
- XBOX360 | |
reject: | |
- NTSC |