This file contains 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
license: gpl-3.0 | |
height: 100% |
This file contains 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
license: gpl-3.0 |
This file contains 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 ruby | |
puts "Usage: #{$0} [input-file]..." if ARGV.empty? | |
matches = [] | |
ARGV.each do |path| | |
begin | |
File.foreach(path) do |line| | |
match = /^#?(\d+)([^ ]*) - (.*)/.match(line) |
This file contains 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 node | |
var fs = require('fs') | |
var matches = [] | |
process.argv.slice(2).forEach((filename) => { | |
try { | |
var content = fs.readFileSync(filename) | |
var lines = content.toString().split(/\r\n|\n/) |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="description" content="Unicode Emoji Combinations"> | |
<script src="https://code.jquery.com/jquery-2.1.4.js"></script> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>Unicode Emoji Combinations</title> | |
<style id="jsbin-css"> | |
ul { |
This file contains 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
license: gpl-3.0 | |
height: 230 | |
border: no |
This file contains 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
This post links my 3Box profile to my Github account! Web3 social profiles by 3Box. | |
✅ did:3:bafyreiaktsasqn7uoqejrrr5z4rkos2knrt2ex2trzmsa5gu2zpzvzi2qa ✅ | |
Create your profile today to start building social connection and trust online at https://3Box.io/ |
This file contains 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
-- Logs begin at Wed 2020-04-08 21:14:04 EDT, end at Mon 2020-06-15 07:00:17 EDT. -- | |
Jun 15 06:53:16 fenrir docker[9460]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, LSMI/LMI: 1445103/1445103, TPS (in/new/out): 00022/00014/00026 | |
Jun 15 06:53:17 fenrir docker[9460]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, LSMI/LMI: 1445103/1445103, TPS (in/new/out): 00024/00010/00019 | |
Jun 15 06:53:18 fenrir docker[9460]: req(qu/pe/proc/lat): 00000/00000/00000/0000ms, reqQMs: 0, processor: 00000, LSMI/LMI: 1445103/1445103, TPS (in/new/out): 00021/00009/00013 | |
Jun 15 06:53:19 fenrir docker[9460]: fatal error: unexpected signal during runtime execution | |
Jun 15 06:53:19 fenrir docker[9460]: [signal SIGSEGV: segmentation violation code=0x1 addr=0x7fa7aafe58e0 pc=0xe894ff] | |
Jun 15 06:53:19 fenrir docker[9460]: runtime stack: | |
Jun 15 06:53:19 fenrir docker[9460]: runtime.throw(0x11f1ab4, 0x2a) | |
Jun 15 06:53:19 fenrir docker[9460]: /usr/local/go/src/runtime/panic.go |
This file contains 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
did:3:bafyreihfnnhwg7cl74cq3nhrwrmrqrh6zlgep5axbawpwvyplkonla3pd4 |
This file contains 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
@fenrir$~/code/identitylink-services/packages/server: sls offline --host 0.0.0.0 | |
simple-git deprecation notice: git.silent: logging should be configured using the `debug` library / `DEBUG` environment variable, this will be an error in version 3 | |
Serverless: Deprecation warning: Detected ".env" files. Note that Framework now supports loading variables from those files when "useDotenv: true" is set (and that will be the default from next major release) | |
More Info: https://www.serverless.com/framework/docs/deprecations/#LOAD_VARIABLES_FROM_ENV_FILES | |
Serverless: Deprecation warning: Starting from next major object notation for "service" property will no longer be recognized. Set "service" property directly with service name. | |
More Info: https://www.serverless.com/framework/docs/deprecations/#SERVICE_OBJECT_NOTATION | |
Serverless: DOTENV: Loading environment variables from .env: | |
Serverless: - VERIFICATION_ISSUER_DOMAIN | |
Serverless: - KEYPAIR_PUBLIC_KEY | |
Serverless: - KEYPAIR_PRIVATE_KEY |