This allows you to use the following video streaming services outside of the US from your Mac without having to use a proxy or VPN, so no big bandwidth issues:
- Netflix
- Hulu / HuluPlus
- CBS
- ABC
- MTV
- theWB
- CW TV
- Crackle
| from lxml import etree | |
| from copy import deepcopy | |
| from math import ceil | |
| itemsPerPage = 10 | |
| for inFile in ["episodes.all.m4a.rss", "episodes.all.mp3.rss"]: | |
| xmlData = etree.parse(inFile) | |
| a=b=c=(1..100).each do |num| | |
| print num, ?\r, | |
| ("Fizz" unless (a = !a) .. (a = !a)), | |
| ("Buzz" unless (b = !b) ... !((c = !c) .. (c = !c))), | |
| ?\n | |
| end |
This allows you to use the following video streaming services outside of the US from your Mac without having to use a proxy or VPN, so no big bandwidth issues:
| source "http://rubygems.org" | |
| gem 'httparty' | |
| gem 'json' | |
| group :development do | |
| gem "shoulda", ">= 0" | |
| gem "bundler", "~> 1.0.0" | |
| gem "jeweler", "~> 1.6.4" | |
| gem "rcov", ">= 0" | |
| end |
| #!/usr/bin/env sh | |
| ## | |
| # This is script with usefull tips taken from: | |
| # https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
| # | |
| # install it: | |
| # curl -sL https://raw.github.com/gist/2108403/hack.sh | sh | |
| # |
| ''' | |
| Steps: | |
| 1. Create any milestones | |
| 2. Create any labels | |
| 3. Create each issue, linking them to milestones and labels | |
| 3.1: Update status for new issue if closed | |
| 4: Create all the comments for each issue | |
| ''' | |
| import getpass | |
| import json |
| Copyright (C) 2011 by Colin MacKenzie IV | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is | |
| furnished to do so, subject to the following conditions: | |
| The above copyright notice and this permission notice shall be included in |
| /* | |
| proxy with pooling | |
| Copyright (c) 2010 Mikeal Rogers | |
| Permission is hereby granted, free of charge, to any person obtaining | |
| a copy of this software and associated documentation files (the | |
| "Software"), to deal in the Software without restriction, including | |
| without limitation the rights to use, copy, modify, merge, publish, | |
| distribute, sublicense, and/or sell copies of the Software, and to |
| #!/usr/bin/env bash | |
| # add partner sources | |
| echo -e "deb http://archive.canonical.com/ubuntu lucid partner \n\ | |
| deb-src http://archive.canonical.com/ubuntu lucid partner" >> /etc/apt/sources.list | |
| # update package list | |
| apt-get update | |
| # read and accept the agreement |