Skip to content

Instantly share code, notes, and snippets.

@cliss
cliss / gist:5374387
Last active November 27, 2019 19:06
Best of Top Gear
+----------------------------------------------+
| Series | Episode | Description |
+--------+---------+---------------------------+
| 5 | 5 | Jaguar at the Nurburgring |
| 5 | 8 | Race to Verbier |
| 8 | 0 | Winter Olympics Special |
| 8 | 3 | Amphibious Cars |
| 8 | 6 | Caravan Vacation |
| 9 | 3 | America Special |
| 10 | 0 | Polar Special |
#!/usr/bin/env ruby
if ARGV.include? '--help'
puts "simulate-network [speed-option] [lossiness-option]"
puts ""
puts "[speed-option] is one of:"
puts "--edge - Simulate an EDGE (GPRS) wireless network"
puts "--3g - Simulate a 3G wireless network"
puts "--wifi - Simulate an average (but not great) WiFi network"
puts ""