This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| international.space.station - Middle of nowhere in Western Australia | |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var PORT = 3000, | |
| express = require('express'), | |
| path = require('path') | |
| var app = express() | |
| app.set('port', process.env.PORT || PORT) | |
| app.all('*', function(req, res, next) { | |
| res.header("Access-Control-Allow-Origin", "*"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "indicator_name": "Pregnant women receiving antenatal care", | |
| "project_name": "AF: Strengthening Health Activities", | |
| "project_id": "P112446", | |
| "theme": "Health", | |
| "status": "Active", | |
| "units": "number", | |
| "baseline": { | |
| "date": "2009-07-01", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // LiveReload error | |
| ParseError: Syntax Error on line 74 in /Users/louhuang/Dropbox/GitHub/rclosner/lv-dof/public/less/styles.less:74:2 | |
| 73 .left-screen { | |
| 74 &:extend(.full-screen); | |
| 75 .box-shadow(3px 0 6px rgba(0,0,0,0.10)); | |
| // LESS contents | |
| // ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Simple Map</title> | |
| <meta name='viewport' content='initial-scale=1.0, user-scalable=no'> | |
| <meta charset='utf-8'> | |
| <style> | |
| html, body, #map { | |
| margin: 0; | |
| padding: 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body * { | |
| -webkit-transition: all 0.5s ease; | |
| -moz-transition: all 0.5s ease; | |
| -o-transition: all 0.5s ease; | |
| transition: all 0.5s ease; | |
| } | |
| body *:hover { | |
| -webkit-transform: rotate(180deg); | |
| -moz-transform: rotate(180deg); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Seq. No. | 2007 NAICS US Code | 2007 NAICS US Title | |
|---|---|---|---|
| 1 | 11 | Agriculture, Forestry, Fishing and Hunting | |
| 2 | 111 | Crop Production | |
| 3 | 1111 | Oilseed and Grain Farming | |
| 4 | 11111 | Soybean Farming | |
| 5 | 111110 | Soybean Farming | |
| 6 | 11112 | Oilseed (except Soybean) Farming | |
| 7 | 111120 | Oilseed (except Soybean) Farming | |
| 8 | 11113 | Dry Pea and Bean Farming | |
| 9 | 111130 | Dry Pea and Bean Farming |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jurisdictions,country_code | |
| Alderney,GG | |
| Anguilla,AI | |
| Antigua and Barbuda,AG | |
| Australia,AU | |
| Bahamas,BS | |
| Bangladesh,BD | |
| Barbados,BB | |
| Bermuda,BM | |
| Bhutan,BT |
NewerOlder