Am also taking requests this year. It will be a half digital playlist.
Just comment to make the request.
import React from "react"; | |
import ReactDOMServer from "react-dom/server"; | |
import express from "express"; | |
import type { RequestHandler } from "express"; | |
import session from "express-session"; | |
import { json, urlencoded } from "body-parser"; | |
import passport from "passport"; | |
import { Strategy as GitHubStrategy } from "passport-github2"; | |
import { Octokit } from "@octokit/rest"; |
https://docs.google.com/document/d/1LwQwx3pPUR9_hwPgxsNfanpiJlXRzselgPRL2787i38/edit?usp=sharing |
Am also taking requests this year. It will be a half digital playlist.
Just comment to make the request.
function createCtx() { | |
const ctx = {}; | |
return { | |
useCtx: () => ctx["ctx"] ?? null, | |
defineCtx: (val, callback) => { | |
ctx["ctx"] = val; | |
return callback(); | |
}, | |
}; | |
} |
#!/usr/bin/env node | |
const child_process = require("child_process"); | |
const path = require("path"); | |
const os = require("os"); | |
let mood = process.argv[2]; | |
switch (mood) { | |
case "1": | |
mood = 1; |
#!/usr/bin/env node | |
const child_process = require("child_process"); | |
const NOTES = { | |
A: 440.0, | |
As: 466.1638, | |
Bf: 466.1638, | |
B: 493.8833, | |
C: 523.2511, | |
Cs: 554.3653, |
// ==UserScript== | |
// @name Show Github Path | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author You | |
// @match https://github.com/* | |
// @grant none | |
// ==/UserScript== |
Canopy is a JS package that makes it easy to build applications that:
A Sapling is a web application using Canopy. It will be served from a Canopy Daemon (or Splinter Daemon itself, this is still not set in stone).
.keeps |
I hereby claim:
To claim this, I am signing this object: