I hereby claim:
- I am KushalP on github.
- I am kushalp (https://keybase.io/kushalp) on keybase.
- I have a public key whose fingerprint is 1377 AE6A 7099 D218 A2D2 B362 2E27 39B8 09E5 8708
To claim this, I am signing this object:
BINARY := service-versions # This is whatever you want to name the binary | |
all: build | |
deps: | |
dep ensure | |
build: deps | |
go build -o $(BINARY) |
--- | |
apiVersion: v1 | |
kind: ConfigMap | |
metadata: | |
name: redis-cluster | |
labels: | |
app: redis-cluster | |
data: | |
redis.conf: |+ | |
cluster-enabled yes |
I hereby claim:
To claim this, I am signing this object:
#include <iostream> | |
#include <stdlib.h> | |
class PinkNumber { | |
private: | |
int max_key; | |
int key; | |
unsigned int range; | |
unsigned int white_values[5]; |
I hereby claim:
To claim this, I am signing this object:
Practical / Tactical
Be on time to meetings or alert an hour ahead of time if you'll be late
Meetings need a goal and a runner to get that goal accomplished
Defend your time from distractions and use it effectively on moving product forward
Prefer Slack over email over in person interruptions over a set block of time
import json | |
import requests | |
import os | |
class OpenRegister(object): | |
def __init__(self, endpoint): | |
self.endpoint = endpoint | |
def create(self, data): |
(function() { | |
var jQuery = window.$; | |
var OpenRegister = function(endpoint) { | |
this.endpoint = endpoint; | |
}; | |
OpenRegister.prototype.buildURL = function(path) { | |
return this.endpoint + path + ".json?_callback=?"; | |
}; |
class UserInput { | |
public static void main(String[] args) { | |
// Create a two dimensional array to hold user input. Using | |
// a boolean because we only care about there being | |
// "user input" present or not. | |
boolean[][] inputs = new boolean[18][28]; | |
// Set some values to show where user input has been triggered. | |
inputs[1][17] = true; | |
inputs[5][4] = true; |
I hereby claim:
To claim this, I am signing this object: