Skip to content

Instantly share code, notes, and snippets.

View stefanbauer's full-sized avatar

Stefan Bauer stefanbauer

View GitHub Profile
@stefanbauer
stefanbauer / light.itermcolors
Last active August 12, 2021 19:07
A light iTerm theme (WIP)
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Ansi 0 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.10000000149011612</real>
@stefanbauer
stefanbauer / fix_mysql_big_sur.sh
Created August 14, 2020 11:29
Fix MySQL 5.7 ERROR 1524 (HY000): Plugin ‘auth_socket’ is not loaded in macOS Big Sur
# If you don't use brew services, install it
# https://github.com/Homebrew/homebrew-services
# Stop MySQL
brew services stop mysql@5.7
# Start MySQL in safe mode
mysqld_safe --skip-grant-tables &
# Login to MySQL
<template>
<div class="bg-white px-4 py-3 flex items-center justify-between sm:px-6">
<div class="hidden sm:block">
<p class="text-sm leading-5 text-gray-700">
Showing
<span v-show="items.total > 0">
<span class="font-medium">{{ items.from }}</span> to
<span class="font-medium">{{ items.to }}</span> of
</span>
<span class="font-medium">{{ items.total }}</span> results
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Ansi 0 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.21960784494876862</real>
@stefanbauer
stefanbauer / keybase.md
Created February 14, 2018 10:02
Keybase GitHub Verification

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

@stefanbauer
stefanbauer / .gitignore_global
Last active September 5, 2019 05:30
Global .gitignore
#####
# see https://github.com/github/gitignore/blob/master/Global/OSX.gitignore
#####
*.DS_Store
.AppleDouble
.LSOverride
# Thumbnails
._*
@stefanbauer
stefanbauer / countries.json
Created March 4, 2015 17:01
A list of countries with additional data
[
{
"name": "Afghanistan",
"capital": "Kabul",
"altSpellings": [
"AF",
"Afġānistān"
],
"relevance": "0",
"region": "Asia",