Skip to content

Instantly share code, notes, and snippets.

247 Da Bears
Southfield
rank 20 rank score 1.00 match points 1894
Auto 355 Rotor 1060 Touchpad 550 Pressure 1060
Record 6-6-0 Played 12
Lake Superior State University
Shepherd
857 Superior Roboworks
Escanaba
@phurley
phurley / gist:7ab39f4fc4317b1107bb35573a5f6081
Created December 14, 2016 12:34
./gradlew publish -debug -stacktrace
This file has been truncated, but you can view the full file.
allwpilib> ./gradlew publish -debug -stacktrace
07:33:54.061 [INFO] [org.gradle.internal.nativeintegration.services.NativeServices] Initialized native services in: /Users/phurley/.gradle/native
07:33:54.397 [DEBUG] [org.gradle.launcher.daemon.client.DaemonClient] Executing build 56502d56-c0df-4742-8205-c2ac7380020c.1 in daemon client {pid=53619}
07:33:54.408 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface utun0
07:33:54.409 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
07:33:54.409 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
07:33:54.411 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding remote address /fe80:0:0:0:6a19:2b5:7192:823f%utun0
07:33:54.411 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding remote multicast interface utun0
07:33:54.411 [DEBUG] [org.gradle.internal.remote.internal.inet.Inet
#include "Pipeline.h"
/**
* Initializes a Pipeline.
*/
namespace grip {
Pipeline::Pipeline() {
}
/**
#pragma once
#include <opencv2/objdetect/objdetect.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/contrib/contrib.hpp>
#include <opencv2/core/core.hpp>
#include <opencv2/features2d.hpp>
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
@phurley
phurley / # neovim-dot-app - 2016-04-25_13-25-42.txt
Created April 25, 2016 18:38
neovim-dot-app (rogual/neovim-dot-app/neovim-dot-app) on Mac OS X 10.11.4 - Homebrew build logs
Homebrew build logs for rogual/neovim-dot-app/neovim-dot-app on Mac OS X 10.11.4
Build date: 2016-04-25 13:25:42
@phurley
phurley / # neovim-dot-app - 2016-04-25_13-25-42.txt
Created April 25, 2016 17:37
neovim-dot-app (rogual/neovim-dot-app/neovim-dot-app) on Mac OS X 10.11.4 - Homebrew build logs
Homebrew build logs for rogual/neovim-dot-app/neovim-dot-app on Mac OS X 10.11.4
Build date: 2016-04-25 13:25:42
@phurley
phurley / convert.rb
Created June 10, 2015 18:46
Simple input/output converter
require 'csv'
require 'json'
require 'ox' # external gem, must be available
class FileConvert
def self.process(input, output)
output.process(input.to_ruby)
end
end
Verifying I am +phurley on my passcard. https://onename.com/phurley
require'open-uri';def r b;open("http://roulette.engineyard.com").read=~/13/?b*35:0;end
Merb.logger.info("Compiling routes...")
Merb::Router.prepare do
match('/').to(:controller => "static", :action => "index").name(:front)
match('/demo').to(:controller => "static", :action => "demo").name(:demo)
match('/register').to(:controller => "user", :action => "new").name(:register)
match('static/foo').to(:controller => "static", :action => "foo").name(:foo)
# RESTful routes
resources :tournaments