Skip to content

Instantly share code, notes, and snippets.

View chevcast's full-sized avatar

Alex Ford chevcast

View GitHub Profile

Myco is an accidental traveller to The City. His creator Stamets, an artificer, had become quite adept at the arcane arts via the use of technology and had begun experimenting with arcane power cores that could provide the energy needed to run sophisticated cognitive algorithms. After 46 tries he was confident the 47th would finally live up to his expectations for a truly self-aware and self-sustaining arcane android. Stamets was enamored with nature and ensuring that technological progress was made only in harmony with the surrounding environment. MYCOBOT-47 was to be the first true marriage of arcane technology and an inherent appreciation of nature and all living things.

Stamets walked into his lab to find his newly-forged mycobot chassis standing motionless in the center of the room. It's tall but sleek and slender frame shimmered beneath the whirling lights of arcane energy housed in the lab's arcane containment unit above. Ready to revolutionize the scientific community Stamets threw the switch! A huge

@chevcast
chevcast / WebGL-WebGPU-frameworks-libraries.md
Last active September 27, 2022 08:15 — forked from dmnsgn/WebGL-WebGPU-frameworks-libraries.md
A collection of WebGL and WebGPU frameworks and libraries

A non-exhaustive list of WebGL and WebGPU frameworks and libraries. It is mostly for learning purposes as some of the libraries listed are wip/outdated/not maintained anymore.

Engines and libraries

Name Stars Last Commit Description
three.js ![GitHub Rep
const axios = require("axios");
const dotenv = require("dotenv");
dotenv.config();
const baseUrl = "https://api.stackexchange.com/2.3";
const key = process.env.KEY;
const accessToken = process.env.ACCESS_TOKEN;
const myUserId = // your stack user ID
const targetUserId = // editor user ID;
/**
* Calculates the date of Easter Sunday for a given year in the Gregorian calendar.
*
* The method used is the Anonymous Gregorian algorithm (also known as Computus),
* which calculates Easter as the first Sunday after the first ecclesiastical full moon
* that occurs on or after March 21.
*
* @param year The year for which to calculate Easter Sunday (e.g., 2024).
* @returns A Date object representing Easter Sunday for the given year.
*/