Skip to content

Instantly share code, notes, and snippets.

View jfrux's full-sized avatar
👨‍💻
Full send daily.

jfrux jfrux

👨‍💻
Full send daily.
View GitHub Profile
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>OnDemand</key>
<false/>
<key>KeepAlive</key>
<true/>
@jfrux
jfrux / initializer-session.coffee
Last active August 29, 2015 14:17
CoffeeScript version with emberfire 1.4.2, firebase ~2.1.0, also attempting to add authWithPassword
`import Ember from 'ember'`
`import Firebase from 'firebase'`
`import config from '../config/environment'`
ref = new Firebase(config.firebase);
initialize = (container, application) ->
session = Ember.Object.extend
authed: false
init: () ->
@jfrux
jfrux / gist:31689706eba8d0c15a1b
Last active April 30, 2017 21:38
Full Charter Cruise Ship Booking Plugin Requirements

###Full Charter Cruise Ship Booking Plugin

####Terminology Variable Product (parent) -> "Room Type" Product Variation (child) -> "Max Occupancy, location on ship, etc."

####Custom Price Fields on Variable Product General Tab 5 static price points (custom fields) assigned to parent variable product “Interior”, “Oceanview”, etc.

  • Single Per Guest Price: $999 (prices may vary depending on the room type, but always sold per guest)
  • Double Per Guest Price: $499
This file has been truncated, but you can view the full file.
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - Opening 10 database sessions to library, SQLite 3.8.0.2, threadsafe=1
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - HTTP requesting to: http://127.0.0.1:32400/:/metadata/notify/cullTimeline?librarySectionID=9&sinceTime=1393615396
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - Scanning TV Shows with 0 current media items in the database...
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - Performing a scan with 'Plex Series Scanner' (language: en virtual: 0).
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - * Scanning /media/STORAGE/TV
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - * Scanning directory /media/STORAGE/TV (parent: no)
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - Adding subdirectory for scanner: /media/STORAGE/TV/Good Luck Charlie
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - Adding subdirectory for scanner: /media/STORAGE/TV/Psych
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - Adding subdirectory for scanner: /media/STORAGE/TV/Paw Patrol
Feb 28
This file has been truncated, but you can view the full file.
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - Opening 10 database sessions to library, SQLite 3.8.0.2, threadsafe=1
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - HTTP requesting to: http://127.0.0.1:32400/:/metadata/notify/cullTimeline?librarySectionID=9&sinceTime=1393615396
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - Scanning TV Shows with 0 current media items in the database...
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - Performing a scan with 'Plex Series Scanner' (language: en virtual: 0).
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - * Scanning /media/STORAGE/TV
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - * Scanning directory /media/STORAGE/TV (parent: no)
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - Adding subdirectory for scanner: /media/STORAGE/TV/Good Luck Charlie
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - Adding subdirectory for scanner: /media/STORAGE/TV/Psych
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - Adding subdirectory for scanner: /media/STORAGE/TV/Paw Patrol
Feb 28
@jfrux
jfrux / guide.sh
Created February 11, 2014 00:54 — forked from teamon/guide.sh
# Install pow
$ curl get.pow.cx | sh
# Install powder
$ gem install powder
# See that firewall is fucked
$ sudo ipfw show
00100 0 0 fwd 127.0.0.1,20559 tcp from any to me dst-port 80 in <- THIS ONE!!!
65535 81005 28684067 allow ip from any to any
@jfrux
jfrux / guide.sh
Created February 11, 2014 00:54 — forked from teamon/guide.sh
# Install pow
$ curl get.pow.cx | sh
# Install powder
$ gem install powder
# See that firewall is fucked
$ sudo ipfw show
00100 0 0 fwd 127.0.0.1,20559 tcp from any to me dst-port 80 in <- THIS ONE!!!
65535 81005 28684067 allow ip from any to any
@jfrux
jfrux / guide.sh
Last active January 3, 2016 03:19 — forked from teamon/guide.sh
For newer versions of Mac OS X
# Install pow
$ curl get.pow.cx | sh
# Install powder
$ gem install powder
# See Pow takes over port 80 in the firewall... even though nginx was using it...
$ sudo ipfw show
00100 0 0 fwd 127.0.0.1,20559 tcp from any to me dst-port 80 in <- THIS ONE!!!
65535 81005 28684067 allow ip from any to any
@jfrux
jfrux / boxen_output.txt
Created October 31, 2013 12:00
Boxen Console Output
mccme-rountrjf:boxen joshua$ git clone https://github.com/boxen/our-boxen.git repo
Cloning into 'repo'...
remote: Counting objects: 1520, done.
remote: Compressing objects: 100% (889/889), done.
remote: Total 1520 (delta 675), reused 1346 (delta 522)
Receiving objects: 100% (1520/1520), 47.97 MiB | 6.64 MiB/s, done.
Resolving deltas: 100% (675/675), done.
mccme-rountrjf:boxen joshua$ cd repo
mccme-rountrjf:repo joshua$ nano Puppetfile
mccme-rountrjf:repo joshua$ cd ../