User:TucsonE
Appearance
TucsonE - My Log
AUGUST 14, 2014
- Made edits to the Mesa High School (Mesa, Arizona) page because Facebook had an incorrect zip code, thus incorrect city/state for the Facebook page. The FB directions recommended editing wikipedia to correct any errors.
Ruby Coding Links:
- http://hackety.com/
- http://mislav.uniqpath.com/poignant-guide/book/
- http://rubylearning.com/
- http://www.techotopia.com/index.php/Getting_and_Installing_Ruby
- http://ruby.learncodethehardway.org/
- http://ruby-doc.com/docs/ProgrammingRuby/
- http://www.rubyist.net/~slagell/ruby/
- http://en.wikibooks.org/wiki/Ruby_programming_language
- https://groups.google.com/forum/#!forum/rubyinstaller
- http://pragmaticstudio.com/ruby
- http://cheat.errtheblog.com/s/rvm
- http://guides.rubygems.org/command-reference/
- https://www.ruby-toolbox.com/
- https://www.makesets.com/the-most-useful-ruby-gems
- http://code.tutsplus.com/articles/24-extremely-useful-ruby-gems-for-web-development--net-23863
- https://groups.google.com/forum/#!forum/rubyinstaller
- https://github.com/oneclick/rubyinstaller/wiki/Windows-Friendly-Editors
- http://www.scintilla.org/SciTE.html
- https://github.com/oneclick/rubyinstaller/wiki/Gem-List
- https://github.com/chriskite/anemone
- http://guides.rubygems.org/
- https://github.com/trending?l=ruby
- https://github.com/google/google-api-ruby-client
- https://github.com/bbatsov/ruby-style-guide
- https://github.com/bbatsov/rubocop
- https://groups.google.com/forum/?fromgroups#!forum/rubocop
- https://github.com/eMxyzptlk/transmuter
Desktop notes:
- Installed rubyinstaller-2.0.0-p481-x64.exe
- gem install watir
- gem install watir-nokogiri
- gem install watir-webdriver
- gem install nokogiri
- gem install hpricot
- (https://github.com/oneclick/rubyinstaller/wiki/Development-Kit)
- download DevKit-mingw64-64-4.7.2-20130224-1432-sfx.exe to \Ruby200-x64\dev-kit (new folder)
- c:\Ruby200-x64\dev-kit> ruby dk.rb init
- Add - C:/Ruby200-x64 to the end of config.yml
- ruby dk.rb install
- gem install hpricot
- gem install json --platform=ruby
- ruby -rubygems -e "require 'json'; puts JSON.load('[42]').inspect
- gem install mechanize
- gem install anemone
- copy ruby working files from laptop to external drive
- copy from ruby install path: bin, e-gem-downloads & EHXIBIT to external drive
- copy files from external drive to working desktop path: /eruby/laptop
- gem install google-api-client
- gem install rubocop
- gem install ftools
AUGUST 16, 2014 LAPTOP LOG:
- gem install koala
- download & install Webalizer on school unix account
- ftp://ftp.mrunix.net/pub/webalizer
AUGUST 16, 2014 LINKS OF INTEREST:
- https://developers.facebook.com/docs/graph-api/reference/v2.1/link
- https://developers.facebook.com/docs/graph-api/reference/link
AUGUST 17, 2014 LINKS:
- http://ruby.bastardsbook.com/chapters/html-parsing/ Parsing HTML with Nokogiri
- https://blog.engineyard.com/2010/getting-started-with-nokogiri/
- http://stackoverflow.com/questions/1761306/nokogiri-multiple-css-classes
- http://thaiwood.io/screen-scraping-with-a-saw-a-nokogiri-tutorial-with-examples/
- http://tucson.craigslist.org/mat/4596612293.html
AUGUST 17, 2014 RUBY LINKS:
- http://stackoverflow.com/questions/1720932/create-two-dimensional-arrays-and-access-sub-arrays-in-ruby
- http://stackoverflow.com/questions/15531055/two-dimensional-array-in-ruby
- http://stackoverflow.com/questions/12874965/creating-and-iterating-a-2d-array-in-ruby
- http://stackoverflow.com/questions/7033719/sorting-a-two-dimensional-array-by-second-value
- http://stackoverflow.com/questions/1543171/how-can-i-output-leading-zeros-in-ruby
- http://stackoverflow.com/questions/14077180/ruby-how-to-add-zeros-to-front-of-a-number-string-using-sprintf
- http://alvinalexander.com/blog/post/ruby/ruby-count-number-of-times-words-appear-in-text-file Very Nice Sample Code -- Word Frequency. Modified to count line frequency.
- http://www.scintilla.org/CommandValues.html
- http://www.zenspider.com/Languages/Ruby/QuickRef.html#12
- tutorialspoint .com/ruby/ruby_strings.htm
- Little-endian
LAPTOP:
- gem install ftools
AUGUST 20, 2014:
- GET RECURSIVE LIST OF FILES/FOLDERS:
- http://stackoverflow.com/questions/2370702/one-liner-to-recursively-list-directories-in-ruby
- http://stackoverflow.com/questions/3498539/searching-a-folder-and-all-of-its-subfolders-for-files-of-a-certain-type
- http://archive.oreilly.com/pub/post/recursive_directory_list_with.html