Skip to content

Instantly share code, notes, and snippets.

View bellerus's full-sized avatar

Brian Garcia bellerus

  • DocJuris
  • Houston, TX
View GitHub Profile
@bellerus
bellerus / Segment Debugger.js
Created October 24, 2016 19:30 — forked from alexgb/Segment Debugger.js
Segment.io debugger
var _asAnalyticsMethodColors = {
identify: "#c66",
alias: "#c66",
track: "#66c",
page: "#c6c",
_default: "#888"
};
function _asAnalyticsLog(method, objects) {
var color = _asAnalyticsMethodColors[method] || _asAnalyticsMethodColors._default;
@bellerus
bellerus / PS3.plist
Created September 15, 2012 13:37 — forked from abevoelker/PS3.plist
HandBrake Xbox 360 / PS3 preset from version 0.93
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<dict>
<key>AudioList</key>
<array>
<dict>
<key>AudioBitrate</key>
<string>160</string>