Skip to content

Instantly share code, notes, and snippets.

View shalomb's full-sized avatar
🎯
Knolling

Shalom Bhooshi shalomb

🎯
Knolling
View GitHub Profile
@shalomb
shalomb / 0-fizzbuzz-simple.go
Last active April 13, 2021 10:32
Learning go the fizzybuzzy way
package main
// [Fizzbuzz: One Simple Interview Question](https://www.youtube.com/watch?v=QPZ0pIK_wsc)
import "fmt"
func fizzbuzz(i int) (text string) {
fizz := i%3 == 0
buzz := i%5 == 0
@shalomb
shalomb / bike-build.md
Last active January 14, 2021 10:23
Kona Dew Deluxe road bike conversion

Bike

Bike: Kona Dew Deluxe 2011
Frame: Kona 7005 Aluminum Butted, 61cm
Size: 61cm (24")
Weight: 10.2kg
Freewheel: Shimano HG30 11-32 9 spd (Hub???)\

@shalomb
shalomb / tf-init.sh
Created October 14, 2020 10:44
terraform initialization
#!/bin/bash
# Initialize terraform so that the ansible-terraform-openstack dynamic
# inventory script can succeed.
bin_dir=${bin_dir:-$( cd "${BASH_SOURCE[0]%/*}" && pwd )}
source "$bin_dir/init.sh" # shared config with ansible, cidb, etc
export TF_VAR_OS_USERNAME="$OS_USERNAME"
export TF_VAR_OS_PASSWORD="$OS_PASSWORD"
@shalomb
shalomb / data.json
Last active September 21, 2020 10:16
OPA Test Run
{
"roles": [
{
"operation": "read",
"resource": "widgets",
"name": "widget-reader"
},
{
"operation": "write",
"resource": "widgets",
@shalomb
shalomb / backup.sh
Last active July 31, 2020 21:02
using rsync to backup data from aws instance
#!/bin/bash
set -eu -o pipefail
set -xv
ssh_args='-i ./aws-jira.pem -o StrictHostKeyChecking=no -o PubkeyAuthentication=yes'
ssh_host=ubuntu@XXX.XXX.XXX.XXX
# Stop services so our backups are integral
#!/usr/bin/env python3
import yaml
def get_content(file='clouds.yaml'):
with open(file, 'r') as stream:
return yaml.safe_load(stream)
def set_content(file='clouds.yaml', content=None):
with open(file, 'wt') as stream:
// Solution to exercise at https://tour.golang.org/methods/18
// Exercise: Stringers
// Make the IPAddr type implement fmt.Stringer to print the address as a dotted quad.
// For instance, IPAddr{1, 2, 3, 4} should print as "1.2.3.4".
package main
import (
"fmt"
// Square root implementation using Newton's Method
package main
import (
"fmt"
"math"
)
func Sqrt(x float64) (z float64) {
@shalomb
shalomb / artifactory-sm
Created January 9, 2019 18:31
Improved artifactory systemd service manager
#!/bin/bash
set -eu -o pipefail
ping_url='http://localhost:8081/artifactory/api/system/ping'
source /var/opt/jfrog/artifactory/etc/default
ARTIFACTORY_PIDFILE="$ARTIFACTORY_PID"
: ${START_TMO:=120}
@shalomb
shalomb / keybase.md
Created August 15, 2018 13:58
keybase.md

Keybase proof

I hereby claim:

  • I am shalomb on github.
  • I am shalomb (https://keybase.io/shalomb) on keybase.
  • I have a public key whose fingerprint is 6234 6401 0750 80B1 DADD D4EA C9DF B9FD 0BFC A396

To claim this, I am signing this object: