Skip to content

Instantly share code, notes, and snippets.

View ebruning's full-sized avatar

Ethan Bruning ebruning

View GitHub Profile
NT_PROMPT_SYMBOL=❱
NEWLINE=$'\n'
autoload -Uz vcs_info add-zsh-hook
setopt PROMPT_SUBST
add-zsh-hook precmd vcs_info
precmd() {
if [[ -z $(git ls-files --other --exclude-standard 2>/dev/null) ]]; then
zstyle ':vcs_info:git:*' formats ' [ %F{166}%b%f %c%u%B%F{green}%f]'
@ebruning
ebruning / eos_as_videofeed.md
Created January 14, 2022 00:37 — forked from saisasidhar/eos_as_videofeed.md
Canon EOS as video feed in Arch Linux
➜ uname -r
# get installed kernel version
➜ pacman -S linux-headers
# select kernel version
pyenv
git clone https://github.com/pyenv/pyenv.git ~/.pyenv
nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
rbenv
@ebruning
ebruning / 3D_Terrain.md
Last active March 20, 2019 16:46
Blackstone Fortress

Italic not sliced

  • Clip_System_v01

    • DRMC Clip D v01.STL
    • DRMC Clip S v01.STL
    • DRMC Pop Tool v01.STL
  • THEX0004_Lair_of_the_Lucanis

    • THEX Eggs.STL
    • THEX Lair.STL
  1. Use python 2.7; 3.5 doesnt work
  2. python -mpip install -U Pillow
  3. python -mpip install -U matplotlib
  4. python -mpip install -U pdf417gen
  5. pip install python-barcode==0.8.1
  6. python -mpip install -U pathlib
@ebruning
ebruning / new_game_ideas.md
Last active January 27, 2019 05:37
New Game Ideas
@ebruning
ebruning / commands.md
Last active April 5, 2017 22:58
docker commands

docker stop $(docker ps -a -q) && docker rm $(docker ps -a -q) && docker rmi $(docker images -q)

docker exec -it 2a66fd96b714 bash

@ebruning
ebruning / docker-compose.yml
Last active December 5, 2016 19:26
nas build
# docker-compose up -d
sabnzbd:
image: "sabnzbd/sabnzbd"
container_name: "sabnzbd"
volumes:
- "/opt/appdata/sabnzbd:/datadir"
- "/mnt/volume01/movies:/movies"
- "/mnt/volume01/downloads:/downloads"
ports:
@ebruning
ebruning / dex_count.csv
Created September 20, 2016 15:29
dex count
methods fields package/class name
358 157 <unnamed>
15019 5270 android
772 702 com.adobe
401 201 com.android
3144 4565 com.citi.mobile
36 8 com.ds3
12841 4786 com.google
59 3 com.iovation
93 123 com.manatee

Sublime Text Setup

NOTE: Your mileage may vary, depending on project, and/or perhaps you prefer a different IDE altogether.

The principles here are what we're shooting for, not necessarily that everything be used verbatim.

In the interest of automating code quality, and cutting down on the necessity for manual code reviews, we strongly urge each front-end developer to install these Sublime Text packages.

  • Babel
  • SublimeLinter