Skip to content

Instantly share code, notes, and snippets.

View byennen's full-sized avatar
🚀
to the moon

Lance Ennen byennen

🚀
to the moon
View GitHub Profile
{
"unPaidRoyalties": "804.30",
"royaltiesPaid": "4389.43",
"performance": {
"2016": [
{
"q1": [
{
"performances": "201",
"paid": "40"
{
allMarkdownRemark(sort: {fields: [frontmatter___date], order: DESC}, limit: 1000, filter: {fileAbsolutePath: {regex: "/clients/.*\\.md$/"}}) {
edges {
node {
fields {
slug
}
frontmatter {
title
}

Keybase proof

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:

@byennen
byennen / Quasar-Install-G-Box-Q.md
Last active February 28, 2016 22:06
Quasar Install on G-Box-Q

Using the browser install these to your G-Box-Q

Next install these to a SDCard

  1. Install the latest Quasar release on to a SD card
@byennen
byennen / pippa
Created August 20, 2014 23:40
pippa
[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)
@byennen
byennen / gist:10381652
Last active August 29, 2015 13:58
Inline example
# 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
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
outfitExample:
http://www.nathankowald.com/moblog/…os/473.jpg
http://37.media.tumblr.com/tumblr_m…2_1280.png
https://octodex.github.com/images/o…ltocat.jpg
https://www.evernote.com/shard/s3/s…9a88b35e50
We’re liking this idea too:https://www.evernote.com/shard/s3/s…0db4010801
@byennen
byennen / javascript_resources.md
Created January 20, 2014 17:13 — forked from jookyboi/javascript_resources.md
Here are a set of libraries, plugins and guides which may be useful to your Javascript coding.

Libraries

  • jQuery - The de-facto library for the modern age. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers.
  • Backbone - Backbone.js gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface.
  • AngularJS - Conventions based MVC framework for HTML5 apps.
  • Underscore - Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects.
  • lawnchair - Key/value store adapter for indexdb, localStorage
@byennen
byennen / rails_resources.md
Created January 20, 2014 17:12 — forked from jookyboi/rails_resources.md
Rails-related Gems and guides to accelerate your web project.

Gems

  • Bundler - Bundler maintains a consistent environment for ruby applications. It tracks an application's code and the rubygems it needs to run, so that an application will always have the exact gems (and versions) that it needs to run.
  • rabl - General ruby templating with json, bson, xml, plist and msgpack support
  • Thin - Very fast and lightweight Ruby web server
  • Unicorn - Unicorn is an HTTP server for Rack applications designed to only serve fast clients on low-latency, high-bandwidth connections and take advantage of features in Unix/Unix-like kernels.
  • SimpleCov - SimpleCov is a code coverage analysis tool for Ruby 1.9.
  • Zeus - Zeus preloads your Rails app so that your normal development tasks such as console, server, generate, and specs/tests take less than one second.
  • [factory_girl](h