Skip to content

Instantly share code, notes, and snippets.

View crates's full-sized avatar
❤️‍🔥
Crates is CEO of llnnll.com, Athames.com, Crates.Media / Cr8s.Net : 844-CR8S-NET

Crates crates

❤️‍🔥
Crates is CEO of llnnll.com, Athames.com, Crates.Media / Cr8s.Net : 844-CR8S-NET
View GitHub Profile
@crates
crates / myPrime.txt
Last active December 7, 2022 21:20
The magic prime number given to me by a mystical interdimensional sprite
3119481214681286123
Or: 3,119,481,214,681,286,123
Pronounced as:
three quintillion,
one hundred nineteen quadrillion,
four hundred eighty one trillion,
two hundred fourteen billion,
six hundred eighty one million,
@crates
crates / isPrime.js
Created December 7, 2022 21:07
Check to see if a number is prime (generated with some help from ChatGPT)
// Create an object to store the results of previous calculations
const primeCache = {
2: true,
3: true,
5: true,
7: true,
11: true,
13: true,
17: true,
19: true,
@crates
crates / makeObjectArrayPropertiesUnique.ts
Last active August 2, 2022 13:52
Make Array of Objects Unique (filter by property name)
// Learn more about Set on MDN:
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set
// Here are some other ways to filter and manipulate object contents:
// https://masteringjs.io/tutorials/fundamentals/filter-object
const data = [
{
name: "car1",
id: 1,
@crates
crates / All-Lewdle-Words.txt
Created May 25, 2022 13:42
All Lewdle Words (used or not, as of 2022-05-25)
ADONIS
AFFAIR
AHEGAO
AHEGOA
AHOLE
ANALLY
ANALS
ANUSES
AREOLA
AROUSE
@crates
crates / Used-Lewdle-Words.txt
Created May 25, 2022 13:41
Lewdle words (used as of 2022-05-25) without their definitions
AHEGAO
AROUSE
ASSES
BEAVER
BOINK
BONED
BONERS
BROJOB
BUTTS
CHUBBY
@crates
crates / Lewdles-With-Definitions.txt
Created May 25, 2022 13:40
Lewdles and their definitions, as of 2022-05-25
AHEGAO:A style of exaggerated facial expression often used in Japanese manga^ anime^ and hentai^ featuring such characteristics as crossed eyes^ protruding tongue^ and flushed cheeks to indicate sexual arousal or ecstasy. “I made an ahegao face when I found out Fall Guys was going free-to-play.”
AROUSE:To evoke or awaken sexual excitement. “If you really want to arouse me^ spank my ass and call me a dirty bitch. Or just make me a tray of cinnamon rolls^ I’m good with either.”
ASSES:More than one ass. “I kinda feel like they oversold the new Fillmore Butts video^ the description promised ‘a veritable cornucopia of tight asses’ but I don’t know if five asses really constitutes a cornucopia. I nevertheless busted multiple nuts to it and therefore give it three stars out of five.”
BEAVER:Slang for a woman’s genitals or pubic area. “Whatever you do^ don’t go to that new cut-price waxing place. I went last week and now my poor beaver looks like the Joker’s haircut in that deleted scene from The Batman.”
BOINK:Relat
@crates
crates / Unused-Lewdles.txt
Created May 25, 2022 13:38
Lewdle Words that have no definition yet (and are therefore as-yet-unused as of 2022-05-25)
ADONIS
AFFAIR
AHEGOA
AHOLE
ANALLY
ANALS
ANUSES
AREOLA
ARSED
ARSES
@crates
crates / wordle.txt
Created May 17, 2022 15:53 — forked from dangeredwolf/wordle.txt
Every Wordle game that will ever exist (SPOILERS) https://twitter.com/dangeredwolf/status/1480661843064598530
2021-06-19 0 cigar
2021-06-20 1 rebut
2021-06-21 2 sissy
2021-06-22 3 humph
2021-06-23 4 awake
2021-06-24 5 blush
2021-06-25 6 focal
2021-06-26 7 evade
2021-06-27 8 naval
2021-06-28 9 serve
@crates
crates / lewdle.txt
Created May 17, 2022 15:53 — forked from dangeredwolf/lewdle.txt
Every Lewdle game that will ever exist (SPOILERS) https://twitter.com/dangeredwolf/status/1485897751879634954
2022-01-19 1 BONER
2022-01-20 2 FELCH
2022-01-21 3 PUSSY
2022-01-22 4 TAINT
2022-01-23 5 SEMEN
2022-01-24 6 DILDO
2022-01-25 7 FARTS
2022-01-26 8 CHODE
2022-01-27 9 FUCKS
2022-01-28 10 TWATS
@crates
crates / wordle_variants.md
Created May 17, 2022 15:25 — forked from maxspero/wordle_variants.md
Comprehensive list of Wordle variants

Original

  • Wordle - Guess a five-letter word in six guesses. Each guess must be real words.

Clones

Multiplayer