I hereby claim:
- I am morungos on github.
- I am morungos (https://keybase.io/morungos) on keybase.
- I have a public key ASCd1oTZKTv3xw9lQKbNRRAD7l40-Z_S-1hawBYo4Tk_wgo
To claim this, I am signing this object:
const express = require('express'); | |
const morgan = require('morgan'); | |
const path = require('path'); | |
const fastCgi = require('fastcgi-client'); | |
const log4js = require("log4js"); | |
const logger = log4js.getLogger(); | |
logger.level = "debug"; | |
const args = require('minimist')(process.argv.slice(2)); |
#!/bin/bash | |
## Only the DHCP server talking to eth0 is allowed to give us a default | |
## route. Other interfaces only get local-segment configuration. | |
case ${interface} in | |
enp0s8) | |
;; | |
*) | |
unset new_routers | |
;; | |
esac |
ssh aps1.cluster.turalt.com mysqldump --complete-insert --compatible=ansi --no-create-db --no-create-info --ignore-table=turalt.knex_migrations --ignore-table=turalt.knex_migrations_lock --skip-opt -uturalt -pturalt turalt | sed -e 's/\\\"/"/g' | sed -e "s/\\\'/''/g" > ~/compatible-ansi.sql | |
rm dev.sqlite3 | |
npx knex migrate:latest | |
sqlite3 dev.sqlite3 | |
sqlite> begin transaction; | |
sqlite> .read /Users/stuart/compatible-ansi.sql | |
sqlite> commit; | |
sqlite> .quit |
license: gpl-3.0 |
license: gpl-3.0 |
--- | |
- name: "Local action: Mark the deployment" | |
local_action: shell echo '|' `git log -n1 | grep -E "^commit"` '|' {{inventory_hostname}} '|' `date` '|' `whoami` '|' >> deploy.md | |
run_once: yes |
I hereby claim:
To claim this, I am signing this object:
--- WordNet-3.0/src/stubs.c 2007-01-04 12:47:55.000000000 -0500 | |
+++ WordNet-3.0.1/src/stubs.c 2014-05-15 15:05:32.000000000 -0400 | |
@@ -40,8 +40,7 @@ int wn_findvalidsearches (ClientData cli | |
char *morph; | |
int pos; | |
if (argc != 3) { | |
- interp -> result = | |
- "usage: findvalidsearches searchword partofspeechnum"; | |
+ Tcl_SetResult(interp, "usage: findvalidsearches searchword partofspeechnum", TCL_DYNAMIC); | |
return TCL_ERROR; |
find . -name '*.xml.gz' -print0 | sort -z | xargs -r0 -I "{}" -P 4 sh -c "gzip -d -c {} | grep --label={} -H 1229467" |
<?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>Label</key> | |
<string>org.mongodb.mongod</string> | |
<key>ProgramArguments</key> | |
<array> | |
<string>/usr/local/mongodb/bin/mongod</string> |