Skip to content

Instantly share code, notes, and snippets.

View riverdusty's full-sized avatar
🏠
Working from home

Dusty riverdusty

🏠
Working from home
View GitHub Profile
@riverdusty
riverdusty / keybase.md
Created April 9, 2019 13:23
keybase.md

Keybase proof

I hereby claim:

  • I am riverdusty on github.
  • I am riverdusty (https://keybase.io/riverdusty) on keybase.
  • I have a public key ASAUq8wmXr5E3LZOD2YvpobtOvwpzDl4dBo_-xe0Fa_yoQo

To claim this, I am signing this object:

@riverdusty
riverdusty / fixResolve.st
Created May 4, 2018 11:01
Manually fix Pharo Image resolve: issues
[ FileLocator localDirectory resolve asAbsolute ]
on: Exception
do: [ :ex | SystemResolver classVarNamed: #UserLocalDirectory put: nil ].
(Smalltalk imageDirectory resolve containsReference: FileLocator localDirectory resolve asAbsolute)
ifFalse: [ OmSessionStore defaultBaseLocator: nil ].
(Smalltalk imageDirectory resolve containsReference: OmSessionStore defaultBaseLocator resolve asAbsolute)
ifFalse: [ OmSessionStore defaultBaseLocator: nil ].
@riverdusty
riverdusty / keybase.md
Created November 23, 2017 12:25
keybase.md

Keybase proof

I hereby claim:

  • I am riverdusty on github.
  • I am riverdusty (https://keybase.io/riverdusty) on keybase.
  • I have a public key whose fingerprint is 436E 80B8 0FD9 3873 350A 35D8 28C1 1B38 DECA AE42

To claim this, I am signing this object:

@riverdusty
riverdusty / API.md
Last active April 24, 2017 12:47 — forked from iros/API.md
Documenting your REST API

Title

<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>

  • URL

    <The URL Structure (path only, no root url)>

  • Method: