A ZSH theme optimized for people who use:
- Solarized
- Git
- Unicode-compatible fonts and terminals (I use iTerm2 + Menlo)
And I remove the time
anho | mes | provincia | convencional | CDMA | TTUP | |
---|---|---|---|---|---|---|
2015 | Julio | AZUAY | 153133 | 25617 | 691 | |
2015 | Julio | BOLIVAR | 16054 | 5025 | 175 | |
2015 | Julio | CANAR | 24413 | 5711 | 11 | |
2015 | Julio | CARCHI | 21383 | 3057 | 203 | |
2015 | Julio | CHIMBORAZO | 56245 | 5743 | 536 | |
2015 | Julio | COTOPAXI | 44158 | 2024 | 242 | |
2015 | Julio | EL ORO | 78584 | 2716 | 200 | |
2015 | Julio | ESMERALDAS | 39202 | 3765 | 300 | |
2015 | Julio | GALAPAGOS | 5125 | 2886 | 2 |
cdatetime,address,district,beat,grid,crimedescr,ucr_ncic_code,latitude,longitude | |
1/1/06 0:00,3108 OCCIDENTAL DR,3,3C ,1115,10851(A)VC TAKE VEH W/O OWNER,2404,38.55042047,-121.3914158 | |
1/1/06 0:00,2082 EXPEDITION WAY,5,5A ,1512,459 PC BURGLARY RESIDENCE,2204,38.47350069,-121.4901858 | |
1/1/06 0:00,4 PALEN CT,2,2A ,212,10851(A)VC TAKE VEH W/O OWNER,2404,38.65784584,-121.4621009 | |
1/1/06 0:00,22 BECKFORD CT,6,6C ,1443,476 PC PASS FICTICIOUS CHECK,2501,38.50677377,-121.4269508 | |
1/1/06 0:00,3421 AUBURN BLVD,2,2A ,508,459 PC BURGLARY-UNSPECIFIED,2299,38.6374478,-121.3846125 | |
1/1/06 0:00,5301 BONNIEMAE WAY,6,6B ,1084,530.5 PC USE PERSONAL ID INFO,2604,38.52697863,-121.4513383 | |
1/1/06 0:00,2217 16TH AVE,4,4A ,957,459 PC BURGLARY VEHICLE,2299,38.537173,-121.4875774 | |
1/1/06 0:00,3547 P ST,3,3C ,853,484 PC PETTY THEFT/INSIDE,2308,38.56433456,-121.4618826 | |
1/1/06 0:00,3421 AUBURN BLVD,2,2A ,508,459 PC BURGLARY BUSINESS,2203,38.6374478,-121.3846125 |
"Country or Area";"Year";"Area";"Type of housing unit";"City";"Availability of ICT";"Record Type";"Reliability";"Source Year";"Value";"Value Footnotes";"Value Footnotes" | |
"Albania";"2011";"Total";"Total";"Durrës";"All households";"Census - de jure - complete tabulation";"Final figure, complete";"2013";"30899";"";"" | |
"Albania";"2011";"Total";"Total";"Durrës";"Households having television set";"Census - de jure - complete tabulation";"Final figure, complete";"2013";"28397";"";"" | |
"Albania";"2011";"Total";"Total";"Durrës";"Households having fixed line telephone";"Census - de jure - complete tabulation";"Final figure, complete";"2013";"11996";"";"" | |
"Albania";"2011";"Total";"Total";"Durrës";"Households having mobile cellular telephone";"Census - de jure - complete tabulation";"Final figure, complete";"2013";"26645";"";"" | |
"Albania";"2011";"Total";"Total";"Durrës";"Households having personal computer";"Census - de jure - complete tabulation";"Final figure, complete";"2013";"8245";"";"" | |
"Albania";"2011";"Total";"Total"; |
Handlebars.js helpers collection forked from https://github.com/raDiesle/Handlebars.js-helpers-collection
It is very convenient to install and configure WordPress on Max OS X Snow Leopard or higher version like Lion, because it already builds an apache2 server and php5 in the system, you just need to configure them and your wordpress site can be run!
Download the latest version of WordPress (3.3 as of this writing)
Extract and copy the "wordpress" folder to your "Sites" folder. So, in my case the full path to WordPress is: /Users/jimmy/Sites/wordpress you can rename the folder as your wanted.
<!-- BEGIN: Pre-Bootstrap Loading Screen. --> | |
<div ng-if="false"> | |
<p> | |
This will show until the application is bootstrapped. | |
Then, the ngIf directive will immediately rip it out of | |
the page. | |
</p> | |
</div> |
###### Apache Friends XAMPP Lite (Basis Package) version 1.7.3 ###### | |
+ Apache 2.2.14 (IPV6 enabled) | |
+ MySQL 5.1.41 (Community Server) with PBXT engine 1.0.09-rc | |
+ PHP 5.3.1 (PEAR) | |
+ Miniperl 5.10.1 | |
+ XAMPP Control Version 2.5.8 (ApacheFriends Edition) | |
+ XAMPP CLI Bundle 1.6 | |
+ XAMPP Port Check 1.5 | |
+ XAMPP Security 1.1 |
$fontawesome_path: "." !default | |
@font-face | |
font-family: 'FontAwesome' | |
src: font-url('#{$fontawesome_path}/fontawesome-webfont.eot') | |
src: font-url('#{$fontawesome_path}/fontawesome-webfont.eot?#iefix') format("embedded-opentype"), font-url('#{$fontawesome_path}/fontawesome-webfont.woff') format("woff"), font-url('#{$fontawesome_path}/fontawesome-webfont.ttf') format("truetype") | |
font-weight: normal | |
font-style: normal | |
@mixin icon($icon) |
[ | |
{ "keys": ["ctrl+}"], "command": "toggle_comment", "args": { "block": false } }, | |
{ "keys": ["ctrl+shift+}"], "command": "toggle_comment", "args": { "block": true } } | |
] |