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:
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], |
# 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... |
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 |
I hereby claim:
To claim this, I am signing this object:
<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> |