Skip to content

Instantly share code, notes, and snippets.

View gnu-user's full-sized avatar

Jonathan Gillett gnu-user

View GitHub Profile
@gnu-user
gnu-user / MATCHING ALGORITHM
Last active August 29, 2015 13:56
ONE ROUND OF MATCHING
FIRST FRAME
=================== BEFORE MATCHING ===================
Index 0: 0 => 0, 2 => 110.2, 4 => 116.927,
Index 1: 1 => 0, 2 => 171.451, 6 => 105.127,
Index 2: 0 => 110.2, 2 => 0, 5 => 153.346,
Index 3: 3 => 0, 4 => 83.6504, 7 => 43.8724,
Index 4: 4 => 0, 5 => 76.7654, 8 => 78.9044,
Index 5: 4 => 76.7654, 5 => 0, 8 => 49.4199,
Index 6: 1 => 105.127, 6 => 0, 9 => 92.5667,
@gnu-user
gnu-user / MATCHING TEST
Last active August 29, 2015 13:56
MATCHING TEST
=================== BEFORE MATCHING ===================
Index 1: 1 => 493.712, 3 => 682.01, 4 => 69.814,
Index 2: 1 => 54.5619, 3 => 263.31, 5 => 296.589,
Index 3: 2 => 526.541, 3 => 435.147, 5 => 436.406,
Index 4: 1 => 196.087, 3 => 56.2228, 5 => 59.6825,
Index 5: 1 => 379.613, 2 => 73.8173, 3 => 354.515,
@gnu-user
gnu-user / passphrases
Created February 18, 2015 20:48
CSCLUB PASSPHRASES
PASSPHRASE: coinsjesusthree
PASSPHRASE: reluctanthaving
PASSPHRASE: devilcockhorse
@gnu-user
gnu-user / testplan_make_failure.log
Created June 3, 2011 04:43
Tapper::Testplan Make Tests Failure
Writing Makefile for Tapper::Testplan
make[1]: Entering directory `/root/.cpan/build/Tapper-Testplan-3.000010-Y_2Jzc'
cp lib/Tapper/Testplan.pm blib/lib/Tapper/Testplan.pm
cp lib/Tapper/Testplan/Reporter/Plugins.pm blib/lib/Tapper/Testplan/Reporter/Plugins.pm
cp lib/Tapper/Testplan/Plugins/Taskjuggler.pm blib/lib/Tapper/Testplan/Plugins/Taskjuggler.pm
cp lib/Tapper/Testplan/Reporter.pm blib/lib/Tapper/Testplan/Reporter.pm
cp lib/auto/Tapper/Testplan/Plugins/Taskjuggler/mail.template blib/lib/auto/Tapper/Testplan/Plugins/Taskjuggler/mail.template
cp lib/Tapper/Testplan/Generator.pm blib/lib/Tapper/Testplan/Generator.pm
cp bin/tapper-testplan-generator blib/script/tapper-testplan-generator
/opt/tapper/perl/perls/perl-5.12.3/bin/perl5.12.3 "-Iinc" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/tapper-testplan-generator
@gnu-user
gnu-user / gist:3876339
Created October 11, 2012 23:31
Excellent Online C & POSIX Resources

Excellent Online C & POSIX Resources

NOTE: Please add useful resources you know of to this gist!

Excellent and Concise C References:

http://en.cppreference.com/w/c

@gnu-user
gnu-user / gist:3925503
Created October 21, 2012 02:30
Collaborative Development Boot Camp Poster

Collaborative Development Boot Camp Poster Ideas

The Event is called "Collaborative Development Boot Camp", use whichever variation of the spelling "Boot Camp" you prefer BootCamp... Boot-Camp

Poster Ideas

@gnu-user
gnu-user / .gitconfig
Last active December 12, 2015 08:09
GIT CONFIGURATION FILE
[user]
name = ...
email = ...
[github]
user = ...
token = ...
[diff]
external = /usr/bin/diff.py
[alias]
co = checkout
#
# deploy a static page on heroku
# ------------------------------
#
#
# required site structure:
#
# name-of-site
# |- config.ru
# +- public
@gnu-user
gnu-user / PocoTest.cpp
Created February 22, 2013 19:10
A sample program to verify you have POCO installed and your makefiles are done right.
#include <iostream>
#include <string>
#include <stdio.h>
#include <Poco/String.h>
using Poco::trim;
using Poco::trimLeftInPlace;
using Poco::trimRight;
using Poco::trimRightInPlace;
@gnu-user
gnu-user / layout.txt
Created February 22, 2013 19:14
The structure/layout of the front-end project
front-end
src/
include/
lib/
include/
Poco/
...
...poco header files..
...
static/