I hereby claim:
- I am strayer on github.
- I am strayer (https://keybase.io/strayer) on keybase.
- I have a public key ASDL-9eATKRsw97yAX7vxbrfC3_qs0jfB0yS_cbGm-TqAwo
To claim this, I am signing this object:
#!/usr/bin/env bash | |
set -euo pipefail | |
# Set the path to your local repository | |
readonly REPO_PATH="/path/to/your/local/repository" | |
# Set the log file path | |
readonly LOG_FILE="/path/to/your/logfile.log" |
start=Seyda Neen | |
skip-menu=0 | |
no-sound=0 | |
groundcover=Vurt's Groundcover - Reeds.esp | |
groundcover=Rem_GL.esp | |
groundcover=Rem_WG.esp | |
groundcover=Rem_AL.esp | |
groundcover=Rem_BC.esp |
# This is the OpenMW user 'settings.cfg' file. This file only contains | |
# explicitly changed settings. If you would like to revert a setting | |
# to its default, simply remove it from this file. For available | |
# settings, see the file 'files/settings-default.cfg' in our source repo or the documentation at: | |
# | |
# https://openmw.readthedocs.io/en/master/reference/modding/settings/index.html | |
[Camera] | |
viewing distance = 48680 | |
view over shoulder = true |
#!/usr/bin/env bash | |
set -Eeuo pipefail | |
# download http://www.circitor.fr/Mibs/Mib/A/ADSL-LINE-MIB.mib to $HOME/.snmp/mibs | |
NAMES=$(snmpwalk -m ALL -v2c -cpublic $VIGOR_IP | grep ADSL | cut -f1 -d' ') | |
for i in $NAMES; do | |
SHORTNAME=$(printf "$i" | cut -f3 -d":" | cut -f1 -d'.') | |
OID=$(snmptranslate -On "$i") |
defmodule ExLCD.HD44780.I2C do | |
@moduledoc """ | |
**ExLCD.HD44780** is the display driver module for Hitachi | |
HD44780 type parallel LCD display controller managed display modules. | |
## Hitachi HD44780 Style Controller (including Sitronix ST7066) | |
The HD44780 is the most ubiquitous character matrix display controller | |
but not the only one. It supports a number of standard operations like | |
moving the cursor, displaying characters and scrolling. It is an 8-bit |
class TituszCryptop < Formula | |
desc "command line crypto portfolio" | |
homepage "https://github.com/titusz/cryptop" | |
head "https://github.com/titusz/cryptop.git" | |
include Language::Python::Virtualenv | |
depends_on :python3 | |
resource "certifi" do |
#!/usr/local/bin/python3 | |
import sys | |
from urllib.request import urlopen | |
import json | |
from decimal import Decimal | |
import locale | |
def format_eur(eur): | |
locale.setlocale(locale.LC_ALL, "de_DE.UTF-8") | |
return locale.currency(eur, grouping=True, international=True) |
I hereby claim:
To claim this, I am signing this object:
FROM alpine:3.3 | |
ENV SPIGOT_BUILDTOOLS_REV=1.8.8 | |
RUN apk add --no-cache --repository http://dl-1.alpinelinux.org/alpine/edge/community/ tini && rm -rf /var/cache/apk/* | |
RUN apk add --no-cache openjdk8-jre && rm -rf /var/cache/apk/* | |
RUN apk add --no-cache --virtual=build-dependencies curl bash git grep && \ | |
mkdir /tmp/minecraft-builder && \ |
[Desktop Entry] | |
Encoding=UTF-8 | |
Version=1.0 | |
Type=Application | |
Name=YNAB | |
Icon=ynab.png | |
Path=/home/sgrunewaldt/.wine_YNAB4/drive_c/Program Files (x86)/YNAB 4 | |
Exec=/home/sgrunewaldt/.bin/ynab | |
StartupNotify=false | |
StartupWMClass=YNAB 4.exe |