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
東京駅 | 東北新幹線,山形新幹線,秋田新幹線,上越新幹線,長野新幹線,東海道新幹線,JR東海道本線,JR中央線,JR横須賀線,JR京葉線,東京メトロ丸ノ内線,JR総武線快速,JR京浜東北線,JR山手線 | 1 | と | |
---|---|---|---|---|
飯田橋駅 | JR中央線,都営大江戸線,東京メトロ東西線,東京メトロ南北線,東京メトロ有楽町線,JR総武線 | 1 | い | |
秋葉原駅 | つくばエクスプレス,東京メトロ日比谷線,JR京浜東北線,JR総武線,JR山手線 | 1 | あ | |
大手町駅 | 東京メトロ丸ノ内線,東京メトロ半蔵門線,東京メトロ東西線,都営三田線,東京メトロ千代田線 | 1 | お | |
市ケ谷駅 | 都営新宿線,JR中央線,東京メトロ南北線,東京メトロ有楽町線,JR総武線 | 1 | い | |
四ツ谷駅 | JR中央線,東京メトロ南北線,東京メトロ丸ノ内線,JR総武線 | 1 | よ | |
神田駅 | JR中央線,東京メトロ銀座線,JR京浜東北線,JR山手線 | 1 | か | |
九段下駅 | 都営新宿線,東京メトロ半蔵門線,東京メトロ東西線 | 1 | く | |
永田町駅 | 東京メトロ半蔵門線,東京メトロ南北線,東京メトロ有楽町線 | 1 | な | |
日比谷駅 | 都営三田線,東京メトロ千代田線,東京メトロ日比谷線 | 1 | ひ |
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 ruby | |
# A quick and dirty implementation of an HTTP proxy server in Ruby | |
# because I did not want to install anything. | |
# | |
# Copyright (C) 2009-2014 Torsten Becker <[email protected]> | |
# | |
# 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, |