Skip to content

Instantly share code, notes, and snippets.

View evanpurkhiser's full-sized avatar

Evan Purkhiser evanpurkhiser

View GitHub Profile
console.log("testing");
.
|-- 24-7 Hardcore
| |-- [247HC051] Stars Collide Remix EP
| | |-- 01. [10B] Al Storm Ft. Taya - Stars Collide (Chaos Remix).mp3
| | |-- 02. [10B] Al Storm Ft. Taya - Stars Collide (Essex Boyz vs Al Storm 'Hardcore' Mix).mp3
| | |-- 03. [10B] Al Storm Ft. Taya - Stars Collide (Essex Boyz vs Al Storm 'Bounce' Mix).mp3
| | |-- 04. [10B] Al Storm Ft. Taya - Stars Collide (Exclusive Intro Mix).mp3
| | `-- 05. [10A] Al Storm Ft. Taya - Stars Collide (Original Mix).mp3
| `-- [+singles]
| |-- [247FREE001] [6A] Candee Jay - If I Were You (Al Storm Remix).mp3

logo

Build Status

Prolink Tools is a collection of tools that can be used to interact with the Pioner Pro DJ Link functionality that many of Pioneer's DJ equipment is compatible with.

evan on server ☳ › /usr/bin/find /mnt/documents/ -type f -name '._*' -or -name .DS_Store
/mnt/documents/multimedia/videos/series/Game of Thrones/._S2_E09.mkv
/mnt/documents/multimedia/videos/series/Game of Thrones/._S3_E10.mkv
/mnt/documents/multimedia/videos/series/Game of Thrones/._S2_E07.mkv
/mnt/documents/multimedia/videos/series/Game of Thrones/._S1_E02.mkv
/mnt/documents/multimedia/videos/series/Game of Thrones/._S3_E01.mkv
/mnt/documents/multimedia/videos/series/Game of Thrones/._S2_E08.mkv
/mnt/documents/multimedia/videos/series/Game of Thrones/._S3_E09.mkv
/mnt/documents/multimedia/videos/series/Game of Thrones/._S3_E03.mkv
/mnt/documents/multimedia/videos/series/Game of Thrones/._S3_E04.mkv

Sentry

Users and logs provide clues. Sentry provides answers.

sentry on evanp-work 🐍 › git shortlog -sne
11221 David Cramer <dcramer@gmail.com>
1803 Matt Robenolt <matt@ydekproductions.com>
1716 ckj <chriskjennings@gmail.com>
1458 Armin Ronacher <armin.ronacher@active-4.com>
777 Billy Vong <billyvg@users.noreply.github.com>
740 Lyn Nagara <lyn.nagara@gmail.com>
652 Ben Vinegar <ben@benv.ca>
493 Evan Purkhiser <evanpurkhiser@gmail.com>
412 Jess MacQueen <jessmacqueen@gmail.com>
/*eslint-env node*/
/*eslint import/no-nodejs-modules:0 */
const path = require('path');
const config = {
extends: ['sentry-app'],
globals: {
GSTestStubs: true,
MockApiClient: true,
require: false,
const localeCatalog = JSON.parse(fs.readFileSync(localeCatalogPath, 'utf8'));
// moment uses a lowercase IETF language tag, while django uses the underscore
// with uppercase syntax
const normalizeLocale = locale => locale.toLowerCase().replace('_', '-');
const supportedLocales = localeCatalog.supported_locales;
const normalizedSuppotedLocales = supportedLocales.map(normalizeLocale);
// A mapping of chunk groups used for locale code splitting
@evanpurkhiser
evanpurkhiser / semver
Last active December 13, 2018 10:25
Semantic version git tagger
# Make sure everything is working properly then...
$ git checkout master
$ git merge development
$ semver
$ ssh -t acadaware.com /srv/http/portal.acadaware.com/deploy