It reads your torrents. Spit out magnet URIs.
$ ./magneto.rb magneto.rb.torrent
Results in:
#!/usr/bin/env ruby | |
n = 2..1000 | |
o = [] | |
p = [] | |
for i in n | |
next if o.include? i | |
ii = i * 2 | |
while ii <= n.last do |
It reads your torrents. Spit out magnet URIs.
$ ./magneto.rb magneto.rb.torrent
Results in:
var board = [ | |
[ 'a', 'b', 'c', 'd' ], | |
[ 'a', 'f', 's', 'j' ], | |
[ 'd', 'e', 'a', 't' ], | |
[ 'g', 'u', 'n', 'f' ] | |
]; | |
var dictionary = [ 'fab', 'fad', 'san', 'fan', 'fade', 'fed', 'seat', 'dab', 'bad' ]; | |
var Solver = function ( board, dictionary ) { |
# Loop | |
i = 0 | |
loop do | |
i+=1 | |
puts "To infinity and beyond! (#{i})" | |
end | |
# While | |
i = 0 | |
while true do |
Now, you might think the answer I'm going to give you is already obvious because I'm using GiHub right now, but it's not. Both GitHub and Bitbucket offer great Git services, but each has its own features and pricing plans. In the following... thing, I'm going to compare the two and then offer a final solution that should work for most people.
TL;DR: Both. Use GitHub for open source and public repos (you'll spend most of your time here) and Bitbucket for private repos. But, sign up for GitHub first, then import account into Bitbucket. Also, check comments for updates. P.S. I personally prefer GitHub.
source 'https://rubygems.org' | |
gem 'dnssd' | |
gem 'double-bag-ftps' | |
gem 'ftpd' |
Bringing machine 'default' up with 'virtualbox' provider... | |
[default] VirtualBox VM is already running. | |
Bringing machine 'default' up with 'virtualbox' provider... | |
[default] Importing base box 'precise32'... | |
[default] Matching MAC address for NAT networking... | |
[default] Setting the name of the VM... | |
[default] Clearing any previously set forwarded ports... | |
[default] Clearing any previously set network interfaces... | |
[default] Preparing network interfaces based on configuration... |
outdated, someone else is updating the list now -> https://gist.github.com/Fobxx/107e2bad2bf7312cd49431c696aac912