Skip to content

Instantly share code, notes, and snippets.

View iwittkau's full-sized avatar
👨‍💻

iwittkau

👨‍💻
View GitHub Profile
### Keybase proof
I hereby claim:
* I am iwittkau on github.
* I am ramgni (https://keybase.io/ramgni) on keybase.
* I have a public key ASD4N-n7NwLGt9-J50u_TYe1bXYauZBG4DX-F5GsOqeAywo
To claim this, I am signing this object:
@iwittkau
iwittkau / Safari Links to Markdown List.workflow
Last active July 19, 2020 09:44 — forked from rsnemmen/save safari url to markdown.scpt
Apple script to save urls of all currently open safari tabs to markdown file
#!/bin/bash
VERSION="1.0.1.linux-armv7"
wget https://github.com/prometheus/node_exporter/releases/download/v1.0.1/node_exporter-$VERSION.tar.gz
wget https://raw.githubusercontent.com/prometheus/node_exporter/master/examples/systemd/node_exporter.service
wget https://raw.githubusercontent.com/prometheus/node_exporter/master/examples/systemd/sysconfig.node_exporter
tar xvfz node_exporter-$VERSION.tar.gz
@iwittkau
iwittkau / .bashrc
Last active July 24, 2019 08:45
This is a function I keep in my .bashrc / .zshrc to open a local Go playground for quick prototyping or tests.
# Quickly jumpstart a local go playground
# This is a function I keep in my .bashrc / .zshrc to open a local Go playground for quick prototyping or tests.
# If you use something other than macOS and Visual Studio Code you have to edit line 14.
#
# Example:
#
# $ goplay test
#
# This will create `~/go/src/playground/test` containing a `main.go` and runs `go mod init playground/tes`
#
@iwittkau
iwittkau / page.html
Last active February 9, 2019 22:20
Microgram Light
<style type="text/css">
.photo,
.photo-link {
width: 255px;
height: 255px;
}
.photo {
background-size: cover;
background-position: center;