Skip to content

Instantly share code, notes, and snippets.

View alixiaikuda's full-sized avatar
🏳️‍⚧️

alixia 🩷 alixiaikuda

🏳️‍⚧️
View GitHub Profile
@foone
foone / final.srt
Created October 5, 2025 09:22
Bad Apple subtitles for my Bad Apple video
1
00:00:33,140 --> 00:00:40,560
Even in the midst of flowing time, oppression spins round and round.
2
00:00:40,560 --> 00:00:47,760
I can't even see the heart that's leaving me, didn't you know?
3
00:00:48,260 --> 00:00:55,000
const request = require('request');
const async = require('async');
const fs = require('fs');
const download = require('download');
let page = 0;
async.whilst(
function () { return page < 5440; },
// function () { return page < 20; },
function (callback) {
@jffry
jffry / ai-colors.clj
Created September 8, 2017 13:49
AI-generated color names
(ns jffry.colors.ai)
(defn rgb
[r g b]
(str "rgb(" r "," g "," b ")"))
;first generation of neural net generated colors from
;http://lewisandquark.tumblr.com/post/160776374467/new-paint-colors-invented-by-neural-network
;first checkpoint - basic, valid RGB values