Skip to content

Instantly share code, notes, and snippets.

View kneath's full-sized avatar
🌲
Growing soil

Kyle Aster kneath

🌲
Growing soil
View GitHub Profile
@kneath
kneath / Guide.md
Created June 8, 2014 01:16
FoldingText 2.0's User Guide

Welcome to the User's Guide

Remember, it's all just text.

FoldingText does some neat things, but in the end you are just typing. If you know how to type, you already know most of what you need to effectively use FoldingText.

(Click "#" to expand headings)


Asimov Universe

The timeline for Isaac Asimov's composite universe.

Early (in the near future)

  • The End of Eternity
  • I, Robot
  • The Rest of the Robots
@kneath
kneath / script.yml
Created August 4, 2022 18:17
Random TNG
alias: Random TNG
sequence:
- service: media_player.select_source
data:
source: Plex
target:
entity_id: media_player.living_room_apple_tv
- service: media_player.play_media
data:
media_content_type: EPISODE
@kneath
kneath / ._what.md
Created December 4, 2009 18:23
Badass git pull alias (up) to show commit log that just got pulled in addition to changes

Badass git pull alternative

Add this little snippet to your ~/.gitconfig and it amps up your git pull by means of git up

  1. Adds in a list of the commits you're pulling down
  2. Auto-prunes remote branches
  3. Defaults to pull --rebase - gets rid of unnecessary merge commits. If you don't know what rebase does, this is probably safe for you. If you know what rebase does, you should know where this will not be safe for you.

Scott Chacon and Ryan Tomayko basically figured out how to do this and I am stealing all of the credit.

@kneath
kneath / README.md
Last active May 20, 2020 14:11
Swift sample applications README

Lister

Version

1.4

Build and Runtime Requirements

  • Xcode 6.0 or later
  • iOS 8.0 or later
  • OS X v10.10 or later
@kneath
kneath / growth.md
Last active November 12, 2018 06:33
Growth position

Hack on github.com with me

Thanks everyone! I've got enough leads for the time being.

OFFERS *See below for specific offer details and restrictions.

GENERAL DISCLAIMER ©2016 Charter Communications, Inc. Offers are valid for a limited time only, to qualifying residential customers who have not subscribed to applicable services within the previous 30 days and have no outstanding obligation to Charter. Standard rates apply after promotion. TV equipment required & is extra; No additional charge for modem; Phone taxes, fees, & surcharges are included in price; other equipment, install, taxes, fees & surcharges may apply. Credit approval, prepayment or major credit card may be required. Services are subject to all applicable service terms & conditions, which are subject to change. Trademarks belong to their respective owners. Services not available in all areas. Restrictions apply. Charter Spectrum services not yet available in all areas, please enter your address to determine availability. Comparisons to Dish Network America's Everything Plan www.mydish.com/programmingguides/; Dish Network Locals

@kneath
kneath / _link.md
Created September 7, 2011 06:01
The imporantance of including http credential caching in 1.7.7
@kneath
kneath / _README.md
Created November 18, 2009 21:42 — forked from defunkt/bundle.rake
Intelligent asset bundling for Rails (GitHub's asset bundling)

GitHub Javascript Strategy

Unless otherwise necessary (such as mobile development), the GitHub javascript codebase is based off jQuery. You can safely assume it will be included on every page.

File naming

  • All jquery plugins should be prefixed with jquery, such as jquery.facebox
  • All github-specific jquery plugins should be prefixed with jquery.github. Like jquery.github.repo_list.js
  • All page-specific files (that only run on ONE page) should be prefixed with page. page.billing.js
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.