Skip to content

Instantly share code, notes, and snippets.

{
"app-id": "com.danplanet.chirp.Chirp",
"runtime": "org.gnome.Platform",
"runtime-version": "3.28",
"sdk": "org.gnome.Sdk",
"command": "chirpw",
"rename-desktop-file": "chirp.desktop",
"cleanup": [
"/include"
],
// Resolver for login mutation
async logIn(root, {emailOrUsername, password}) {
const user = await User.authenticate(emailOrUsername, password)
if(user)
return {
token: buildMacaroon(user).serialize(),
user
}
else if(user == false)
throw new Error("Incorrect password")
hook global WinCreate .* %{
echo "Here"
set global modelinefmt "%val{bufname}"
%}

Keybase proof

I hereby claim:

  • I am ndarilek on github.
  • I am ndarilek (https://keybase.io/ndarilek) on keybase.
  • I have a public key ASC-t0xKglMmXZc-vg7NF8fYDZ6y9-UatZjmuLsbPmxkjQo

To claim this, I am signing this object:

Attaching to root_server_1
server_1 | 151001 15:13:29 [Note] /usr/sbin/mysqld (mysqld 5.5.44-0ubuntu0.14.04.1-log) starting as process 24 ...
server_1 | Uptime: 2 Threads: 1 Questions: 2 Slow queries: 0 Opens: 34 Flush tables: 1 Open tables: 26 Queries per second avg: 1.000
server_1 | Setting up database
server_1 | CATTLE_AGENT_PACKAGE_AGENT_BINARIES_URL=/usr/share/cattle/artifacts/agent-binaries.tar.gz
server_1 | CATTLE_AGENT_PACKAGE_CADVISOR_URL=/usr/share/cattle/artifacts/cadvisor.tar.gz
server_1 | CATTLE_AGENT_PACKAGE_HOST_API_URL=/usr/share/cattle/artifacts/host-api.tar.gz
server_1 | CATTLE_AGENT_PACKAGE_NODE_AGENT_URL=/usr/share/cattle/artifacts/node-agent.tar.gz
server_1 | CATTLE_AGENT_PACKAGE_PYTHON_AGENT_URL=/usr/share/cattle/artifacts/python-agent.tar.gz
server_1 | CATTLE_AGENT_PACKAGE_RANCHER_DNS_URL=/usr/share/cattle/artifacts/rancher-dns.tar.gz
{click: function() {
alert("Clicked")
return false
}}
thewordnerd = Host(name="thewordnerd.info" routes = {"/": Dir(base="static/thewordnerd.info/", index_file="index.html")})
www_thewordnerd = Host(name="www.thewordnerd.info", routes = {"/": Dir(base="static/thewordnerd.info/", index_file="index.html")})
spielproject = Host(name="spielproject.info" routes = {"/": Proxy(addr='127.0.0.1', port=9000)})
www_spielproject = Host(name="www.spielproject.info", routes={"/": Proxy(addr='127.0.0.1', port=9000)})
hudson = Host(name="hudson.thewordnerd.info" routes={
"/": Proxy(addr='127.0.0.1', port=9001)
})
spectrum@thewordnerd:~$ spectrum facebook
[10:47:05] <Localization> cs locale found
[10:47:05] <gloox> connecting to: 127.0.0.1 as facebook.thewordnerd.info with password secret
Can't connect to SQL-VIP database, using built-in.
(10:47:05) prefs: Reading /usr/local/var/lib/spectrum/facebook/prefs.xml
package info.hermesgps.hermes.model
import scala.collection.immutable.Map
import org.openstreetmap.osm.data.IDataSet
import org.openstreetmap.osmosis.core.domain.v0_6.{Tag, WayNode}
import org.openstreetmap.osmosis.core.domain.v0_6.{Entity, Node, Relation, Way}
/*
* Superclass for rich OSM entities.
*/
class RichEntity(val obj:Entity, val dataset:IDataSet) {
package info.hermesgps.hermes.models
import org.openstreetmap.osmosis.core.domain.v0_6.{Entity => OSMEntity}
class Entity(obj:OSMEntity) {
def name {
"Entity"
}
}