Skip to content

Instantly share code, notes, and snippets.

View williamatodd's full-sized avatar
💭
Bill is sort of busy.

williamatodd

💭
Bill is sort of busy.
  • Ennis, Montana
View GitHub Profile
@williamatodd
williamatodd / download-url-to-file.rb
Created August 18, 2016 15:51 — 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
@williamatodd
williamatodd / meta-tags.md
Created March 9, 2016 18:09 — forked from kevinSuttle/meta-tags.md
List of Usable HTML Meta and Link Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta charset='UTF-8'>
<meta name='keywords' content='your, tags'>
<meta name='description' content='150 words'>
<meta name='subject' content='your website's subject'>
<meta name='copyright' content='company name'>