Skip to content

Instantly share code, notes, and snippets.

View ZGorlock's full-sized avatar

Zachary Gill ZGorlock

  • Orlando, FL
View GitHub Profile
@cfreshman
cfreshman / wordle-nyt-words-14855.txt
Last active February 13, 2024 20:19
NYT now curates Wordle answers per-day (as of 2022-11-07), so there's no static list of answers. This is the latest list (as of 2023-03-27) of all possible guesses, which includes the previous static answer list. Past: guesses https://gist.github.com/cfreshman/d5fb56316158a1575898bba1eed3b5da answers https://gist.github.com/cfreshman/a7b776506c7…
aahed
aalii
aapas
aargh
aarti
abaca
abaci
aback
abacs
abaft
aahed
aalii
aapas
aargh
aarti
abaca
abaci
abacs
abaft
abaht
Menu, MyMenu, Add, Item 1, Label
Menu, MyMenu, Disable, Item 1
Menu, MyMenu, Add, Item 2, Label
DllCall("SetTimer", "Ptr", A_ScriptHwnd, "Ptr", id := 1, "UInt", 2000, "Ptr", RegisterCallback("MyTimer", "F"))
Menu, MyMenu, Show
Return
Label() {
MsgBox, % A_ThisMenuItem
}
aahed
aalii
aargh
aarti
abaca
abaci
abacs
abaft
abaka
abamp
@cfreshman
cfreshman / wordle-nyt-answers-alphabetical.txt
Last active April 3, 2024 23:40
(NO LONGER ACCURATE - NYT now curates answers per-day, see all possible guesses https://gist.github.com/cfreshman/d97dbe7004522f7bc52ed2a6e22e2c04). NYTimes Wordle answers from source code in alphabetical order. Additional allowed guesses (12546 words as of 9/2): https://gist.github.com/cfreshman/d5fb56316158a1575898bba1eed3b5da (original: https…
aback
abase
abate
abbey
abbot
abhor
abide
abled
abode
abort
aahed
aalii
aargh
aarti
abaca
abaci
abacs
abaft
abaka
abamp
@cfreshman
cfreshman / wordle-answers-alphabetical.txt
Last active March 9, 2024 17:43
Original Wordle answers from source code in alphabetical order. And if you write a solver, here's a leaderboard! https://freshman.dev/wordle/leaderboard Additional allowed guesses: https://gist.github.com/cfreshman/cdcdf777450c5b5301e439061d29694c NYTimes version: https://gist.github.com/cfreshman/a7b776506c73284511034e63af1017ee
aback
abase
abate
abbey
abbot
abhor
abide
abled
abode
abort
aahed
aalii
aapas
aargh
aarti
abaca
abaci
aback
abacs
abaft
; ----------------------------------------------------------------------------------------------------------------------
; Name ..........: TrayIcon library
; Description ...: Provide some useful functions to deal with Tray icons.
; AHK Version ...: AHK_L 1.1.13.01 x32/64 Unicode
; Original Author: Sean (http://goo.gl/dh0xIX) (http://www.autohotkey.com/forum/viewtopic.php?t=17314)
; Update Author .: Cyruz (http://ciroprincipe.info) (http://ahkscript.org/boards/viewtopic.php?f=6&t=1229)
; Mod Author ....: Fanatic Guru
; License .......: WTFPL - http://www.wtfpl.net/txt/copying/
; Version Date...: 2014 - 01 - 16
; Note ..........: Many people have updated Sean's original work including me but Cyruz's version seemed the most straight
@tayvano
tayvano / gist:6e2d456a9897f55025e25035478a3a50
Created February 19, 2017 05:29
complete list of ffmpeg flags / commands
Originall From: Posted 2015-05-29 http://ubwg.net/b/full-list-of-ffmpeg-flags-and-options
This is the complete list that’s outputted by ffmpeg when running ffmpeg -h full.
usage: ffmpeg [options] [[infile options] -i infile]… {[outfile options] outfile}…
Getting help:
-h — print basic options
-h long — print more options
-h full — print all options (including all format and codec specific options, very long)