I hereby claim:
- I am mertdumenci on github.
- I am mert (https://keybase.io/mert) on keybase.
- I have a public key whose fingerprint is 2C69 0FE8 EFF7 3392 31EC 3F29 8BEB 3A1A F8C5 A725
To claim this, I am signing this object:
| //: Playground - noun: a place where people can play | |
| import UIKit | |
| import CoreGraphics | |
| let image = UIImage(named: "lines.jpg") | |
| /* | |
| Parameters |
| # Using this script downloads ALL the videos in NSScreencast. | |
| # Use it wisely, it's extra load/bandwidth for the NSScreencast website. | |
| # Usage: `EMAIL=your email PASSWORD=your password COUNT=how many videos should be downloaded? ruby download-nsscreencast.rb` | |
| require "mechanize" | |
| require "parallel" | |
| mechanize = Mechanize.new | |
| mechanize.post("https://www.nsscreencast.com/user_sessions", {"email" => ENV["EMAIL"], "password" => ENV["PASSWORD"]}) | |
| mechanize.pluggable_parser.default = Mechanize::Download |
I hereby claim:
To claim this, I am signing this object:
| javascript:(function() { | |
| var bookmarklet = { | |
| init: function() { | |
| this.parse(); | |
| }, | |
| parse: function() { | |
| page = ""; | |
| $(".collection") | |
| .children(".collection_items") | |
| .find(".Track") |