- Install the latest Quasar release on to a SD card
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
http://www.nathankowald.com/moblog/photos/473.jpg | |
http://37.media.tumblr.com/tumblr_m1b5a3t7vI1qh3fmpo2_1280.png | |
https://octodex.github.com/images/okal-eltocat.jpg | |
https://www.evernote.com/shard/s3/sh/763ecd0c-bc1e-4423-9a72-82f1a377cb57/1060ec9c0589a6913bcc949a88b35e50 | |
https://www.evernote.com/shard/s3/sh/b6cdad8e-2fbd-4d81-ad65-aa6fce8e19a6/4eb299e8dc52e62c5089c60db4010801 |
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
# row-fluid class has to be use with F75. | |
# span6 is going to float it to the left | |
# span6 also means 6 columns on the grid | |
# remove span6 if you dont need them floating to the left of each other | |
# bootstrap 3 you would use a row and col-lg-6. | |
.row-fluid | |
.span6 | |
= f.input report_date_from, inline_label: true | |
.span6 |
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
[byennen:~/Sites/pippa]$ bundle (master) | |
Resolving dependencies... | |
Using rake (10.2.2) | |
Using i18n (0.6.9) | |
Using multi_json (1.9.2) | |
Using activesupport (3.2.17) | |
Using builder (3.0.4) | |
Using activemodel (3.2.17) | |
Using erubis (2.7.0) | |
Using journey (1.0.4) |
I hereby claim:
- I am byennen on github.
- I am byennen (https://keybase.io/byennen) on keybase.
- I have a public key ASAk6naEkldvc1xVa4HoeGWaxK_aca-NwjVjDvL3kh3BTwo
To claim this, I am signing this object:
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
{ | |
allMarkdownRemark(sort: {fields: [frontmatter___date], order: DESC}, limit: 1000, filter: {fileAbsolutePath: {regex: "/clients/.*\\.md$/"}}) { | |
edges { | |
node { | |
fields { | |
slug | |
} | |
frontmatter { | |
title | |
} |
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
{ | |
"unPaidRoyalties": "804.30", | |
"royaltiesPaid": "4389.43", | |
"performance": { | |
"2016": [ | |
{ | |
"q1": [ | |
{ | |
"performances": "201", | |
"paid": "40" |
OlderNewer