Skip to content

Instantly share code, notes, and snippets.

View dysbulic's full-sized avatar
💭
📆 ― 2023⁄01⁄31 ⩮ 1444⁄07⁄09 ⩮ -6⁄♒⁄16 ― 📆

δυς dysbulic

💭
📆 ― 2023⁄01⁄31 ⩮ 1444⁄07⁄09 ⩮ -6⁄♒⁄16 ― 📆
View GitHub Profile
@dysbulic
dysbulic / .block
Last active April 3, 2016 23:14 — forked from mbostock/.block
Polar Clock III
license: gpl-3.0
height: 100%
@dysbulic
dysbulic / .block
Created April 7, 2016 15:53 — forked from mbostock/.block
Polar Clock
license: gpl-3.0
@dysbulic
dysbulic / unit_sort.rb
Last active July 9, 2017 21:50
Unit Sorting
#!/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)
@dysbulic
dysbulic / unit_sort.js
Created July 9, 2017 21:26
Unit Sorting in Javascript
#!/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/)
@dysbulic
dysbulic / index.html
Created August 17, 2018 19:12
Unicode Emoji Combinations Unicode Emoji Combinations // source http://jsbin.com/heletez
<!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 {
@dysbulic
dysbulic / .block
Last active July 30, 2024 10:50 — forked from d3indepth/.block
Solar Clock
license: gpl-3.0
height: 230
border: no
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/
@dysbulic
dysbulic / log.txt
Last active June 17, 2020 15:33
Hornet unexpected exit condition
-- 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
did:3:bafyreihfnnhwg7cl74cq3nhrwrmrqrh6zlgep5axbawpwvyplkonla3pd4
@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