I hereby claim:
- I am sparr on github.
- I am sparr (https://keybase.io/sparr) on keybase.
- I have a public key whose fingerprint is 4C43 B68A B0A8 D111 58A6 1710 92C1 78D0 1CD2 F116
To claim this, I am signing this object:
0eNrt3VuvZrlxoOm/YtRVD0bbTQbJCFJX4z6fT+7zoGGUPIXpQsuSIJWMNhr6712SXTsT6M3FiM235MxSXNkuq0KZOxdXft8in/X+ry9+8tNff/WLX379s2/+7Cc///n/+OLH/+vDP/nVFz/+fz/6P3/7//v6z3/+s7/+x7/6+v//2Zc//e0/++avfvHVFz/+4i+//uU3v/72n/zoi599+Re//Qd//Z94KV/85kdffP2z/++r//nFj+tv/tuPvvjqZ998/c3XX/31mN/9H3/1Zz/79V/85Ktffvsf+PBv//ynX/7y5Rdf/uyr3478xc9/9e2/8/Of/fa/79s5L9V+9MVf/e5//uY3P/o/poh3Sn+a0rxT6tOU7pwyn4YM55DxNESdQ+RpiPmGPP5Ipm/G4x/O8s14vExqcf5myuMU5zVb2+MU5zVb9XFKi66f/uaYHl1Ab48Z0RX09hgNLqG3p1hwDb09ZQYX0dtTVmwVvTlESmwZvT2kxtbR20MkuI7entKC6+jtKT24jt6eMqLrqL45RqPr6O0xHy7dL//8z3/9F7/+6Zff/PyXb4yxP/7u4q1/PN6cNJ2TxnHSck5qp0mtOCfV46Tqm1SOg8Q3SI6Dmm9QPw7qvkF6HDSCq+zNK7JpcJW9PeWjW/Kvf/Krb7783b/5f/7Br+9+U2vze5rR9bEbtKLLYzOol+jq2A2q0cWxGyTBtbGb04JLYzenB1fGbs4ILozdHHVdi/M0xoJ/ccw3p8zg3xtvT/FezfX14rG3f1fDezmv06AaXam7QRJdqbtBLbpSd4N6dKXuBo3gSt3N0eBK3c2x4ErdzZnBlbqb47ys52GOOi/qevpBa/AL4JuLVYPf/94eEv369/bvJ/rt7+0pI3z3GZufr0bvPrtB4c/Ru0Ez9l3y7SEr9lXyzSFWgjeLze/IavBmsZsjwZvFbk4L3ix2c3rwZrGbM6I3i90gjd0s3h5isZvF20NmeIG2ze9pRRfoZtAs0QW6GxT9JribI8HLcDenBS/ |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
MMOGs: | |
Everquest - Disc 1/4 - EQ & Kunark | |
Everquest - Disc 2/4 - Velious & Luclin | |
Everquest - Disc 4/4 - LDoN & GoD | |
Everquest - Scars of Velious | |
Everquest - Ruins of Kunark | |
Everquest - Shadows of Luclin - Discs 1, 2, 3 | |
Everquest - Planes of Power - Discs 1, 2, 3 | |
Everquest - GamePlay Hobby Game Demo CD Disc #5 | |
World of Warcraft - Discs 1,2,3,4,5 |
{ | |
"rows": [ | |
{ | |
"panels": [ | |
{ | |
"datasource": "$awsAccount", | |
"targets": [ | |
{ | |
"dimensions": { | |
"LoadBalancerName": "$product-$environment-$role-01" |
#!/usr/bin/env python3 | |
import os | |
import lupa | |
DATA_PATH = "/Users/crisher/Library/Application Support/Steam/steamapps/common/Factorio/factorio.app/Contents/data" | |
lua = lupa.LuaRuntime(unpack_returned_tuples=True) | |
def lua_run_file(file): |
for (handle of process._getActiveHandles()) { | |
// if (handle instanceof Timer) { // doesn't work because Timer isn't defined, even though handle.constructor.name=="Timer" | |
if ('_list' in handle) { | |
for (timername in handle._list) { | |
clearTimeout(handle._list[timername]); | |
} | |
} | |
} |
local function key_in_tbl(key,tbl) | |
for k,v in pairs(tbl) do | |
if k == key then return true end | |
end | |
return false | |
end | |
local fluid_items = {} | |
for name,item in pairs(data.raw.item) do |
I hereby claim:
To claim this, I am signing this object:
# Output stats for armor, including resistance calculations | |
# jq -f armor_stats.jq --argfile mat ../materials.json ../items/*.json | |
# load bash and cut resist data from the material array | |
( $mat | map ( { (.ident):.bash_resist } ) | add ) as $br | |
| | |
( $mat | map ( { (.ident):.cut_resist } ) | add ) as $cr | |
# now, $br and $cr are objects mapping materials to bash/cut resist values | |
# like this {plastic:2, paper:1, ...} |
Effects of Strength: | |
activity_handlers.cpp | |
activity_handlers::butcher_finish | |
151: strength below 4 incurs a butcher skill check penalty | |
activity_handlers.cpp | |
activity_handlers::pulp_do_turn | |
770: increases pulp damage | |
772: increases pulp damage cap |