-
Brazil Dry Process Fazenda Campos Altos: Fruited notes are somewhat edgy, but with convincing sweetness underneath -overripe berry, dried prune, dark baking chocolate, roasted nut, and creamy body. City+ to Full City+. Good for espresso.
-
Sweet Maria's New Classic Espresso: A classic, balanced espresso, but without the baggage of the old world espresso conventions ...and without robusta! The espresso has balanced
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pressure-vessel-wrap[2593]: Original argv: | |
pressure-vessel-wrap[2593]: 0: '/home/steam/.local/share/Steam/steamapps/common/SteamLinuxRuntime_soldier/pressure-vessel/bin/pressure-vessel-wrap' | |
pressure-vessel-wrap[2593]: 1: '--env-if-host=PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games' | |
pressure-vessel-wrap[2593]: 2: '--' | |
pressure-vessel-wrap[2593]: 3: 'steam-runtime-system-info' | |
pressure-vessel-wrap[2593]: 4: '--verbose' | |
pressure-vessel-wrap[2593]: Current working directory: | |
pressure-vessel-wrap[2593]: Physical: /home/steam/.local/share/Steam/steamapps/common/SteamLinuxRuntime_soldier | |
pressure-vessel-wrap[2593]: Logical: /home/steam/.local/share/Steam/steamapps/common/SteamLinuxRuntime_soldier | |
pressure-vessel-wrap[2593]: Environment variables: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
set -e | |
for r in $(git hub repos -r --all); do | |
json=$(git hub repo "$r" --json) | |
# ignore forks | |
if [ -n "$(echo "$json" | jq -r '.["source/full_name"]+""')" ]; then | |
echo "skipping $r; fork" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sharetags = require("sharetags") | |
local function screen_tag_state(s) | |
for i, t in ipairs(s.selected_tags) do | |
local activated = "NOT" | |
if t.activated then | |
activated = "IS" | |
end | |
print("AC: screen " .. s.index .. " has tag " .. t.name) | |
end |
- RTS
- arcade
- ARPG
- JRPG
- minigame
- sandbox
- platformer
- voxel
- racing
- first person
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use Paws; | |
Paws->load_class('Paws::Credential::ProviderChain'); | |
use POSIX 'strftime'; | |
use Net::Amazon::Signature::V4; | |
# ... | |
has credential_provider => ( | |
is => 'ro', | |
lazy => 1, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/dash | |
ego=${1:-frioux} | |
count=0 | |
for repo in $(git hub repos --raw $ego); do | |
inner_count=$(git hub stars $repo --raw | grep -v $ego | wc -l) | |
count=$(($count + $inner_count)) | |
echo "$repo: $inner_count" | |
done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# NOTE: This assumes you have installed and configured git-hub; get it here: | |
# https://github.com/ingydotnet/git-hub | |
for org in $(git hub orgs -Ar); do | |
for repo in $(git hub org-repos $org -Ar); do | |
git hub unwatch $repo | |
done | |
done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env perl | |
use 5.20.0; | |
use warnings; | |
use autodie; | |
use experimental 'postderef'; | |
use File::KeePass; | |
use Text::CSV; |
I started making hot buttered rum from a Trader Vic recipe 15 years ago, and I have gradually evolved it by adding more spices, more butter, and less rum.
The way you make a hot buttered rum is to add some “batter” to some rum, and heat it. I like to keep a made-up batch of the batter in the refrigerator in an old margarine tub. For parties I make up a fresh batch.
NewerOlder