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
@byennen
byennen / dl-back.jpg.b64.txt
Created July 20, 2026 16:30
IDSentric Orders photoreal AI assets base64 (SIMULATED fictional Cascadia)
/9j/4AAQSkZJRgABAQAASABIAAD/4QBMRXhpZgAATU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAADhKADAAQAAAABAAACVwAAAAD/wAARCAJXA4QDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9sAQwAGBgYGBgYKBgYKDgoKCg4SDg4ODhIXEhISEhIXHBcXFxcXFxwcHBwcHBwcIiIiIiIiJycnJycsLCwsLCwsLCws/9sAQwEHBwcLCgsTCgoTLh8aHy4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4u/90ABAA5/9oADAMBAAIRAxEAPwDyEMoXGePemtgAkjn2prNlAWPQCm7iwx3P9K2Zkhp+Zs9MUpYKeP8A61LyoOc5PX601iR0GOMUhji5ZecD
{
"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