View Google Domains.txt
This file contains 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
# What's this? It's a monster list of Google domain names that have been found to refer | |
# users to sites that are monitored with Shaun Inman's "Mint" statistics package. http:/haveamint.com/ | |
# | |
# A huge number of these came from Shawn Blanc's domain list here: | |
# http://shawnblanc.net/2010/08/cleanup-mint-unique-referrers/ | |
# | |
# I merged them in to my existing list for this "MONSTAH LIST". Enjoy! | |
# | |
# To filter many, many of the Google search results from your "Newest Unique Referrers" results in | |
# Mint, copy the list below verbatim (don't include these "comment" lines) and paste them into your |
View lxml_examples.py
This file contains 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
#!/usr/bin/env python | |
# encoding: utf-8 | |
import lxml.etree | |
import lxml.html | |
import requests | |
xml_sample = """<?xml version="1.0" encoding="UTF-8"?> | |
<foo:Results xmlns:foo="http://www.foo.com" xmlns="http://www.bah.com"> | |
<foo:Recordset setCount="2"> |
View google-translate-language-codes
This file contains 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
/* | |
* https://gist.github.com/sthobis | |
* source: https://ctrlq.org/code/19899-google-translate-languages | |
*/ | |
const languages = { | |
'af': 'Afrikaans', | |
'sq': 'Albanian', | |
'ar': 'Arabic', | |
'az': 'Azerbaijani', |