I hereby claim:
- I am mikkelrask on github.
- I am mikkelrask (https://keybase.io/mikkelrask) on keybase.
- I have a public key ASCQOhKxQ8rWWVWLpsUZsacRyRY-VZXE7dl_riGxs_rY9Ao
To claim this, I am signing this object:
Verifying my Blockstack ID is secured with the address 1Hk4UZaHWdCEaEN6huPpm5aWfYrsatwqto https://explorer.blockstack.org/address/1Hk4UZaHWdCEaEN6huPpm5aWfYrsatwqto |
I hereby claim:
To claim this, I am signing this object:
import requests | |
url = "https://app.rackbeat.com/api/customers" | |
payload = { | |
'number': '50487668', | |
'company_name': 'Rackbeat + Netvisor', | |
'customer_group_id': '1001', | |
'payment_terms_id': '2', | |
'company_vat': 'FI12345678', # The key accepts both strings and integers, and will respond with an int, if given one |
#!/usr/bin/env bash | |
ICON_DIR="/usr/share/icons/breeze-dark/status/24" | |
APP_NAME="$(hostname)" | |
ID=1847 | |
function get_volume { | |
pactl list sinks | grep 'Volume: front-left' | awk '{print $5}' | sed 's/%//g' | |
} |
if [ -n "$SSH_TTY" ]; then | |
SSHPROMPT="%F{blue}$(distrocheck.sh) %F{cyan}($(command cat /etc/hostname)) %F{foreground}" | |
else | |
SSHPROMPT="" | |
fi | |
# Git info % | |
declare GITPROMPT="" | |
function git_prompt_info() { | |
local git_branch=$(git symbolic-ref --short HEAD 2>/dev/null) |