Skip to content

Instantly share code, notes, and snippets.

View theunwisewolf's full-sized avatar
:octocat:
Brewing code

Amaan Naqvi theunwisewolf

:octocat:
Brewing code
View GitHub Profile
"Modern" C++ Lamentations
Aras Pranckevičius
http://aras-p.info/blog/2018/12/28/Modern-C-Lamentations/
Is C++ fast?
Arseny Kapoulkine
https://zeuxcg.org/2019/01/17/is-c-fast/
Thoughts on Modern C++ and Game Dev
@theunwisewolf
theunwisewolf / wordle_solver.js
Last active May 5, 2022 22:00
Wordle solver.... for some reason
const fs = require('fs')
// const WordList = JSON.parse(fs.readFileSync('word_list.json', 'utf8'));
const Seed = new Date(2021, 5, 19, 0, 0, 0, 0);
// This word list may change! New words are regularly added on the wordle website.
let WordList = [
"cigar", "rebut", "sissy", "humph", "awake", "blush", "focal", "evade", "naval", "serve", "heath", "dwarf", "model", "karma", "stink", "grade", "quiet", "bench", "abate", "feign", "major", "death", "fresh", "crust", "stool", "colon", "abase", "marry", "react", "batty", "pride", "floss", "helix", "croak", "staff", "paper", "unfed", "whelp", "trawl", "outdo", "adobe", "crazy", "sower", "repay", "digit", "crate", "cluck", "spike", "mimic", "pound", "maxim", "linen", "unmet", "flesh", "booby", "forth", "first", "stand", "belly", "ivory", "seedy", "print", "yearn", "drain", "bribe", "stout", "panel", "crass", "flume", "offal", "agree", "error", "swirl", "argue", "bleed", "delta", "flick", "totem", "wooer", "front", "shrub", "parry", "biome", "lapel", "start", "gre