This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Unit] | |
| Description=ims seeder | |
| After=network.target | |
| [Service] | |
| ExecStart=/usr/local/bin/node /home/ims-seeder/node_modules/.bin/ims --seed | |
| User=ims-seeder | |
| Group=ims-seeder | |
| [Install] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var css = require('sheetify') | |
| var cl = css` | |
| :host { | |
| background: red; | |
| &:hover { | |
| background: green; | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -sLi -X PUT -H 'content-type: application/json' -d '{"name": "USERNAME", "token": true, "password": "PASSWORD", "readonly": true, "email": "EMAIL"}' 'https://registry.npmjs.org/-/user/org.couchdb.user:USERNAME' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| cordova create test com.test.app test | |
| cd test | |
| cordova platform add android | |
| cordova plugin add [PLUGIN_NAME] [PLUGIN_PATH] | |
| cordova prepare |
I hereby claim:
- I am emilbayes on github.
- I am emilbayes (https://keybase.io/emilbayes) on keybase.
- I have a public key ASDynzdEbrEK0VqogHjTTRM0t9vahLfbpR6FOgOxYRFIDgo
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const hyperdrive = require('hyperdrive') | |
| const level = require('level-party') | |
| const raf = require('random-access-file') | |
| const path = require('path') | |
| const chokidar = require('chokidar') | |
| const swarm = require('discovery-swarm')() | |
| const archiveSwarm = require('hyperdrive-archive-swarm') | |
| const lpm = require('length-prefixed-message') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const html = require('yo-yo') | |
| const struct = require('observ-struct') | |
| const value = require('observ') | |
| const list = require('observ-array') | |
| const EventEmitter = require('event').Emitter | |
| function autocomplete () { | |
| var state = struct({ | |
| name: value(Math.random().toString(16)), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ^([a-z]+)? #Element | |
| (?:(\.-?[_a-zA-Z]+[_a-zA-Z0-9-]*)| #classes | |
| (?:#[A-Za-z][-A-Za-z0-9_:.]*)| # Id | |
| (\[[a-zA-Z-]+(?:=["']?.*["']?)?\]))* #Attribute | |
| (\{.*\})? #Text Content |
This is now published as a module multi-duplex-stream