Skip to content

Instantly share code, notes, and snippets.

View Kishy-nivas's full-sized avatar
🏠
Working from home

Kishore Srinivas Kishy-nivas

🏠
Working from home
  • Chennai, India
View GitHub Profile
@Kishy-nivas
Kishy-nivas / download-url-to-file.rb
Created November 27, 2017 20:27 — forked from johnjohndoe/download-url-to-file.rb
Ruby script to download a number of files from individual URLs via HTTP/HTTPS/FTP specified in an external file.
#!/usr/bin/env ruby
#
# Ruby script to download a number of files
# from individual URLs via HTTP/HTTPS/FTP
# specified in an external file.
#
# Author: Tobias Preuss
# Revision: 2013-04-18 16:26 +0100 UTC
# License: Creative Commons Attribution-ShareAlike 3.0 Unported
@Kishy-nivas
Kishy-nivas / homework_01.rb
Created November 27, 2017 20:21 — forked from mdyn/homework_01.rb
Ruby Academy Homework 01: rubeque, elementary level
# Solution to 'The Truth' on rubeque.com
# by mdyn
# http://rubeque.com/problems/the-truth
assert_equal true, true
# Solution to 'Reverse' on rubeque.com
# by mdyn
# http://rubeque.com/problems/reverse