Skip to content

Instantly share code, notes, and snippets.

@mikepixeldev
mikepixeldev / script.js
Created May 1, 2024 02:09
//to remind ourselves
//a coded poem - also on medium(unmetered): //https://medium.com/@sophiawood/to-remind-ourselves-b7d66da90ca4
function setup() {
//we make these spaces for creation
createCanvas(600, 600);
}
function draw() {
//in which notions of time repeat
aNotionofTime = abs(sin(frameCount / 500));
//in which notions of time cease
aNotionofUnTime = abs(cos(frameCount / 500));
@sionta
sionta / gist:7cd286523adf98d803730b663f12ef68
Created May 1, 2024 02:09 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: πŸ˜„ :smile: πŸ˜† :laughing:
😊 :blush: πŸ˜ƒ :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
πŸ˜† :satisfied: 😁 :grin: πŸ˜‰ :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: πŸ˜€ :grinning:
πŸ˜— :kissing: πŸ˜™ :kissing_smiling_eyes: πŸ˜› :stuck_out_tongue:
nix-env failed:
error:
… while evaluating call site
at Β«noneΒ»:0: (source not available)
… while calling anonymous lambda
at /ofborg/checkout/1/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-4/.gc-of-borg-outpaths.nix:48:12:
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created May 1, 2024 02:07
Rimworld output log published using HugsLib
Log uploaded on Wednesday, May 1, 2024, 9:07:39 AM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1)
Core(Ludeon.RimWorld): (no assemblies)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies)
HugsLib(UnlimitedHugs.HugsLib)[ov:11.0.3]: 0Harmony(av:2.3.3,fv:1.2.0.1), HugsLib(av:1.0.0,fv:11.0.3)
AYAYA(AYAYA.AYAYA): (no assemblies)
nix-env failed:
error:
… while evaluating call site
at Β«noneΒ»:0: (source not available)
… while calling anonymous lambda
at /ofborg/checkout/3/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-3/.gc-of-borg-outpaths.nix:48:12:
[
{
"animeEng": "Two Down Full Base",
"animeRomaji": "Two Down Full Base",
"songName": "Toshishita My Boy",
"artist": "Satoko Yamano",
"type": "Opening 1",
"correctCount": 2,
"startTime": 28,
"songDuration": 94.44,
#!/usr/bin/env python3
# Environment setup commands:
# olympe: source ~/code/parrot-groundsdk/./products/olympe/linux/env/shell
import tkinter as tk
from tkinter import *
from PIL import Image
from PIL import ImageTk
import olympe
import subprocess
Maintainers:
maxbrunet: automatic-timezoned, automatic-timezoned
aarch64-linux automatic-timezoned
x86_64-linux automatic-timezoned
/********************
* theLongWayOut.js *
********************
*
* Well, it looks like they're on to us. The path isn't as
* clear as I thought it'd be. But no matter - four clever
* characters should be enough to erase all their tricks.
*/
function startLevel(map) {