Skip to content

Instantly share code, notes, and snippets.

View jroberts235's full-sized avatar

Jeff Roberts jroberts235

  • TheRealReal Inc.
  • Altadena, Ca.
View GitHub Profile
FROM ubuntu:18.04
RUN apt-get update
RUN apt-get install -y \
vim \
bind9 \
bind9utils \
bind9-doc \
dnsutils
Number Guessing Game Spec Sheet
-------------------------------
Input from player:
Player's name
The high and low numbers to pick a random number between
The number of guesses allowed
Game rules
@jroberts235
jroberts235 / gist:1d105b30c5a89646d3b73dbc19c3570f
Last active April 17, 2019 22:41
Tools for you to install and adore
AG - The Silver Searcher: https://github.com/ggreer/the_silver_searcher `
Oh-My-Zsh - Zsh setup util: https://github.com/robbyrussell/oh-my-zsh
Kube-Prompt - Kubernetes Shell: https://github.com/c-bata/kube-prompt
KubeCTX/KubeENS - Context utils for Kube: https://github.com/ahmetb/kubectx
landscape - output filter for terraform: https://github.com/coinbase/terraform-landscape

Keybase proof

I hereby claim:

  • I am jroberts235 on github.
  • I am jroberts235 (https://keybase.io/jroberts235) on keybase.
  • I have a public key ASBIS0ynpCC32gP7TYK2iLTkwgAp8v2TP27xq46KD6cuHgo

To claim this, I am signing this object:

@jroberts235
jroberts235 / Traceback
Last active August 15, 2018 19:32
Kivy MainScreen
Traceback (most recent call last):
File "ui_kivy.py", line 697, in <module>
app.run()
File "/Users/jroberts/kivy_project/my-touchscreen/.venv/lib/python3.6/site-packages/kivy/app.py", line 799, in run
self.load_kv(filename=self.kv_file)
File "/Users/jroberts/kivy_project/my-touchscreen/.venv/lib/python3.6/site-packages/kivy/app.py", line 596, in load_kv
root = Builder.load_file(rfilename)
File "/Users/jroberts/kivy_project/my-touchscreen/.venv/lib/python3.6/site-packages/kivy/lang/builder.py", line 301, in load_file
return self.load_string(data, **kwargs)
File "/Users/jroberts/kivy_project/my-touchscreen/.venv/lib/python3.6/site-packages/kivy/lang/builder.py", line 400, in load_string
@jroberts235
jroberts235 / gist:382003f9a5d316a12d6433872215d7df
Last active February 28, 2017 19:06
Testing Ethernet2/pull/13
debian 8.0
isc-dhcp-server 4.3.1-6+deb8u2
/etc/dhcp/dhcpd.conf
-- snip --
host room5.outerSign {
hardware ethernet 98:76:B6:10:51:60;
option host-name "sensor01";
option domain-name "room5.home.local";

Keybase proof

I hereby claim:

  • I am jroberts235 on github.
  • I am jroberts235 (https://keybase.io/jroberts235) on keybase.
  • I have a public key ASDaKE4XYzurdv_zFhZtP4zGp6dA3W4bm_KPGtBqRHuEugo

To claim this, I am signing this object:

6e3531da-0574-4712-b5fb-39c59eb8d405
Bridge br-tun
Port patch-int
Interface patch-int
type: patch
options: {peer=patch-tun}
Port "gre-0a141434"
Interface "gre-0a141434"
type: gre
options: {in_key=flow, local_ip="10.20.20.53", out_key=flow, rem
@jroberts235
jroberts235 / gist:df74b6a7befbab059c55
Created November 12, 2014 21:03
ops.erb Dashing Template
<script type='text/javascript'>
$(function() {
<script type='text/javascript'>
$(function() {
</script>
<% content_for :title do -%>The OPS Board<% end -%>
<div class='gridster'>
<ul>
<% @hosts.each do |host| -%>
<li data-row='1' data-col='1' data-sizex='1' data-sizey='1'>
@jroberts235
jroberts235 / gist:b86989234c37e09a5ee0
Created November 12, 2014 20:50
erb template for dashing
<script type='text/javascript'>
$(function() {
<script type='text/javascript'>
$(function() {
</script>
<% content_for :title do %>The OPS Board<% end %>
<div class='gridster'>
<ul>
<% @hosts.each do |host| -%>
<li data-row='1' data-col='1' data-sizex='1' data-sizey='1'>