I really liked that little AT-AT Walker animation so I decided to recreate it in good pure CSS only. No JS was harmed. Just for fun!
Forked from r4ms3s's Pen STAR WARS AT-AT Walker.
A Pen by Captain Anonymous on CodePen.
| //oauth2 auth | |
| chrome.identity.getAuthToken( | |
| {'interactive': true}, | |
| function(){ | |
| //load Google's javascript client libraries | |
| window.gapi_onload = authorize; | |
| loadScript('https://apis.google.com/js/client.js'); | |
| } | |
| ); |
I really liked that little AT-AT Walker animation so I decided to recreate it in good pure CSS only. No JS was harmed. Just for fun!
Forked from r4ms3s's Pen STAR WARS AT-AT Walker.
A Pen by Captain Anonymous on CodePen.
| require 'fastercsv' | |
| require 'csv' | |
| require 'net/http' | |
| require 'sanitize' | |
| #CSV_FILE_PATH = File.join(File.dirname(__FILE__), 'c2i.csv') | |
| CSV_FILE_PATH = File.join('/tmp', 'Computers_Accessories_Master.csv') | |
| =begin |