I hereby claim:
- I am zokioki on github.
- I am zoran (https://keybase.io/zoran) on keybase.
- I have a public key whose fingerprint is 981D FFA2 5E1A 9883 1CD2 C2D5 A9EC 0BB5 E8F1 4FA0
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| { | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "theme": "Spacegray Eighties.sublime-theme", | |
| "color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night-Eighties.tmTheme", | |
| "highlight_line": true, |
| require "net/http" | |
| require "csv" | |
| def response_code_for_url(url) | |
| begin | |
| url = URI.parse(url) | |
| req = Net::HTTP.new(url.host, url.port) | |
| res = req.request_head(url.path) | |
| if res.code == '301' |