Title: Maloba
Oyo ezali lokasa na web.
Awa ezali mingi te.
Maloba kaka.
Na ozali kotanga bango.
| # ... | |
| group :development, :test do | |
| # ... | |
| gem "guard", require: false | |
| gem "guard-shell", require: false | |
| # ... | |
| end | |
| # ... |
| ### Keybase proof | |
| I hereby claim: | |
| * I am aaronlerch on github. | |
| * I am aaronlerch (https://keybase.io/aaronlerch) on keybase. | |
| * I have a public key whose fingerprint is 4D45 4934 A0A0 1E9D 61FA EC85 9AD4 01C7 C20F 3B87 | |
| To claim this, I am signing this object: |
| worlds["myserver"] = "/opt/msm/servers/myserver/world" | |
| def playerIcons(poi): | |
| if poi['id'] == 'Player': | |
| poi['icon'] = "http://overviewer.org/avatar/%s" % poi['EntityId'] | |
| return "Last known location for %s" % poi['EntityId'] | |
| def signFilter(poi): | |
| if poi['id'] == 'Sign': | |
| return "\n".join([poi['Text1'], poi['Text2'], poi['Text3'], poi['Text4']]) |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| App.PushClient = Em.Object.extend | |
| members: prop -> | |
| Em.A() | |
| connect: (key, userId) -> | |
| return unless Pusher? | |
| @pusher?.disconnect() | |
| @pusher = new Pusher key, |
| /// <summary> | |
| /// ALL of this was copied directly out of Nancy.Owin.dll's source: | |
| /// https://github.com/NancyFx/Nancy/blob/master/src/Nancy.Owin/NancyOwinHost.cs | |
| /// | |
| /// For the SOLE PURPOSE of customizving: | |
| /// var nancyRequestStream = new RequestStream(owinRequestBody, ExpectedLength(owinRequestHeaders), 1048576, false); | |
| /// </summary> | |
| namespace FunkyTown | |
| { | |
| using System; |
| #!/bin/bash | |
| { | |
| GH_TMP_FILE=/tmp/github_authorized_keys | |
| GH_ACCESS_TOKEN=YOUR_ORG_ACCESS_TOKEN_GOES_HERE | |
| GH_ORG_NAME=YOUR_ORG_NAME_GOES_HERE | |
| LOCAL_USER=SET_THIS_TO_THE_LOCAL_USER_TO_ENABLE_ACCESS_FOR # e.g. ec2-user, ubuntu, etc. | |
| # Find an expected user to add authorized_keys for |
Title: Maloba
Oyo ezali lokasa na web.
Awa ezali mingi te.
Maloba kaka.
Na ozali kotanga bango.
Reproduction scenario:
app.cs -- bin list below$ ls *.dll
Microsoft.Owin.Host.HttpListener.dll
Microsoft.Owin.dll