Skip to content

Instantly share code, notes, and snippets.

numbers = [
[8008554, -2502923, -313904],
[8306329, 806973, -514853],
[5166860, 6317662, -5860402],
[2095008, 8996870, 3612790],
[710452, -6610443, -1108793],
[5984528, -3775534, -1118190],
[-5203280, -4983268, -3852159],
[6573526, 7011589, -9111964],
[8998110, -3483381, 7930722],
@bruschill
bruschill / thing.rb
Last active November 29, 2015 00:17
# Challenge.find(1).difficulty.name
# think of the dots as steps
# step 1...
Challenge.find(1) #=> my_challenge
# step 2...
my_challenge.difficulty #=> my_challenge's difficulty
# step 3...
@bruschill
bruschill / gitcommand.go
Created May 17, 2016 01:26
multithreaded repo updating
package main
import "os/exec"
//GitCommand is the base structure for an executable git command
type gitCommand struct {
//name of bin
binName string
//additional args for call, appended to reqArgs

Keybase proof

I hereby claim:

  • I am bruschill on github.
  • I am bruschill (https://keybase.io/bruschill) on keybase.
  • I have a public key whose fingerprint is 7EA9 EC8E 4B45 906F 234A 7853 648D 918E E3FC 346C

To claim this, I am signing this object:

@bruschill
bruschill / README.md
Last active January 12, 2017 13:58 — forked from steve-jansen/README.md
Stop and start Symantec Endpoint Protection on OS X

This script enables you stop and start Symantec Endpoint Protection on OS X

Installation

sudo curl https://gist.githubusercontent.com/bruschill/0a94601c583be2b9fd7691f668211288/raw/sep -o /usr/local/bin/sep
sudo chmod 755 /usr/local/bin/sep
sudo chown root:staff /usr/local/bin/sep
<template>
<div>
<h4>Principal Owner Information</h4>
<div v-show="owners.length > 0">
<input v-model="owners_attributes" id="owners_attributes" name="owners_attributes" type="hidden">
<table class="table table-striped">
<thead>
<th>Name</th>
<th>Ownership Percentage</th>
</thead>