🎹
Making music
Software Maker. Music producer. Rabbit trainer.
- Portland, OR
-
22:08
(UTC -08:00)
Pinned Loading
-
courier-redigraph
courier-redigraph PublicA logless Secure Messaging Courier made with Redis & GraphQL
JavaScript 5
-
courier-postgraphile
courier-postgraphile PublicA logless Secure Messaging Courier made with PostGraphile, with boilerplate Integration Testing using Jest
JavaScript
-
RSA Encrypt & Decrypt NodeJS Module ...
RSA Encrypt & Decrypt NodeJS Module (v12+, no deps) 1const {
2generateKeyPairSync,
3privateDecrypt,
4publicEncrypt,
5constants: { RSA_PKCS1_OAEP_PADDING },
-
IKR: "Don't do encryption in the bro...
IKR: "Don't do encryption in the browser"... Well what if you plan to compile or "write-once" using Electron/Ionic/NWJS/Cordova solutions? 1(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
2'use strict';
34const asn1 = exports;
5 -
Six Digit Code generated by PostgreS...
Six Digit Code generated by PostgreSQL on one line. Simple function too. 1-- source oneliner - all caps letters + 10 digits - base 36 ~2.17B enums
2SELECT array_to_string(array(select substr('ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789',((random()*(36-1)+1)::integer),1) from generate_series(1,6)),'') AS "Code";
34/*
5Code
-
Log, Log, it's big it's heavy it's w...
Log, Log, it's big it's heavy it's wood. Better than bad, it's good 1// a very basic Winston replacement, which combines well with a systemd service, to replace most features
23const isProd = process.env.NODE_ENV === "production";
45const logLog = (level, ...e) => {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.