Navigation Menu

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
@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
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 / 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: () ->
<?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 / app.js
Created August 1, 2012 16:07
My Inject.js Implementation with Issues
Inject.setModuleRoot("/static/injectjs/");
Inject.addRule(/jquery/, {
path: "jquery.js",
pointcuts: {
after: function(module) {
module.setExports(jQuery.noConflict());
}
}
});
@jfrux
jfrux / template.html
Created August 17, 2012 18:34
WCCD Page Template
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>West Chester Center for Dentistry - Dentists in West Chester, Ohio</title>
<meta name="keywords" content="dentists in ohio, 45069, west chester center for dentistry, dr christine mikhail, dental, smile makeovers" />
<meta name="description" content="We believe that an advantage of being a team of all female team is in the way we provide each and every patient with the very best dental care in the most supportive and nurturing manner possible. For starters, we believe that better communications and understanding leads to better results. Patient coordinators strive to assist our patient every step of the way during their dental treatment, from appointments, insurance bililng and clinical assistance. We want you to enjoy a happy, b
testing this out
Testing my code snippets out