Skip to content

Instantly share code, notes, and snippets.

View Jackbennett's full-sized avatar

Jack Jackbennett

View GitHub Profile
@charset "utf-8";
/*------------------------------Reset style Starts-------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
/* remember to define focus styles! */
:focus { outline: 0; }
body { line-height: 1; color: #ffffff; background: white; font-family:Arial, Helvetica, sans-serif; font-size:12px }
ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
@Jackbennett
Jackbennett / output stream
Last active December 26, 2015 19:39
Docpad global install without ansicon installed to a powershell console2 window
PS F:\src> npm -g install docpad
npm http GET https://registry.npmjs.org/docpad
npm http 304 https://registry.npmjs.org/docpad
npm http GET https://registry.npmjs.org/backbone/1.1.0
npm http GET https://registry.npmjs.org/bal-util
npm http GET https://registry.npmjs.org/caterpillar-filter
npm http GET https://registry.npmjs.org/caterpillar
npm http GET https://registry.npmjs.org/caterpillar-human
npm http GET https://registry.npmjs.org/commander
npm http GET https://registry.npmjs.org/cson
$(document).ready(function(){
$('#mixes a').click(function(){
var id = $(this).attr('data-mix_id')
$('#scatter').empty()
scatter(id, d3.select('#scatter'));
})
var chart = $("#scatter svg"),
aspect = chart.width() / chart.height(),
container = chart.parent();
var gulp = require('gulp');
var livereload = require('gulp-livereload');
gulp.task('default', function(next){
var server = livereload();
gulp.watch(['*', 'css/*']).on('change', function(file){
server.changed(file.path);
});
});
$dir
<#
Mode LastWriteTime Length Name
---- ------------- ------ ----
-a--- 4/22/2015 8:41 AM 1067 unameA - Shortcut.lnk
-a--- 4/22/2015 8:35 AM 1060 unameB - Shortcut.lnk
-a--- 4/22/2015 8:39 AM 1067 unameC - Shortcut.lnk
-a--- 4/22/2015 8:40 AM 1060 unameD - Shortcut.lnk
#>
@Jackbennett
Jackbennett / bastion
Last active September 6, 2015 21:19
AO Loot list reference
SSC Lootlist
x3 Inert Bacteriophage
x3 Pattern Conversion Device
x1 Virus Programming: Bacteriophage M73
x1 Virus Programming: Bacteriophage Phi X 3957
x1 Virus Programming: Bacteriophage F9
x1 Red Data Crystal
pick 3189f68 Test relative links to subfolder in README
s 946106b Relative links to subfolder project in README
# Rebase 43130f3..946106b onto 43130f3 (2 command(s))
#
# Commands:
# p, pick = use commit
# r, reword = use commit, but edit the commit message
# e, edit = use commit, but stop for amending
# s, squash = use commit, but meld into previous commit
<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><P
rovider Name='PowerShell'/><EventID Qualifiers='0'>800</EventID><Level>4</Level
><Task>8</Task><Keywords>0x80000000000000</Keywords><TimeCreated SystemTime='20
15-09-18T13:37:43.000000000Z'/><EventRecordID>256</EventRecordID><Channel>Windo
ws PowerShell</Channel><Computer>U05PC02.BHS.INTERNAL</Computer><Security/></Sy
stem><EventData><Data>get-item .\test</Data><Data> DetailSequence=1
DetailTotal=1
SequenceNumber=29
C:\f\src\music
Jack > git filter-branch -f --env-filter '
>> if [ "$GIT_COMMITTER_NAME" = "Jack Bennett" ];
>> then
>> GIT_COMMITTER_NAME="JackBennett";
>> GIT_AUTHOR_NAME="JackBennett";
>> fi
>>
>> if [ "$GIT_AUTHOR_NAME" = "Jack Bennett" ];
>> then
jbennett $ $b
Username LogonTime ComputerName
-------- --------- ------------
usera 17/05/2016 14:16:15 U0xPC17
userb 17/05/2016 10:14:33 U0xPC17
userc 17/05/2016 09:22:08 U0xPC17