Skip to content

Instantly share code, notes, and snippets.

View Jere7's full-sized avatar
🎯
Focusing

Gatjens Jere7

🎯
Focusing
  • Costa Rica
View GitHub Profile
@Jere7
Jere7 / async.js
Created April 2, 2026 23:00 — forked from CMCDragonkai/async.js
Synchronous and Asynchronous Node.js Scripts #nodejs #javascript
#!/usr/bin/env node
import process from 'process';
async function main(argv = process.argv): Promise<number> {
process.exitCode = 0;
return process.exitCode;
}
if (require.main === module) {
@Jere7
Jere7 / DNCemailDumpWordList.txt
Created February 14, 2026 17:02 — forked from Krewn/DNCemailDumpWordList.txt
This is a semi-curated word list generated from wikileaks 22k email leak. Unfortunately the email text contained a lot of styling information so when I first ran this Gt and lt were the most frequent words... Hence the curation.
78827 trump
62068 mailto
52255 democrat
52005 class
40404 state
39036 nation
37661 sent
37267 pm
37100 href
36942 none
@Jere7
Jere7 / ajax-jquery.rb
Created February 14, 2026 16:32 — forked from ProfAvery/ajax-jquery.rb
Ajax Examples
#!/usr/bin/env ruby
require 'sinatra'
require 'redis'
configure do
REDIS = Redis.new
end
get '/' do
Soviet-era Kremlinology was akin to sifting through mounds of pine needles before stepping back to see the whole forest. Kremlinologists studied every meeting to see who participated, looked at published photos to see who stood next to whom, and took note of who attended social events, such as the Bolshoi Ballet, to see which box each member of the elite sat in. Certain factions used various media outlets to publish formal agendas, gossip, slander and disinformation. The Communist Party used Pravda; the Soviet military used Red Star.
Through these varying levels of hints and information, a Kremlinologist could make sense of the ever changing web of alliances, rivals and influencers. These relationships and the struggles between them reflected the power and stability of the leader of the Soviet Union, the power and distribution of assets of Russia's most influential institutions, and the overall strength of the state. The difficulty for outside observers lay in the fact that changes in these relationships an
@Jere7
Jere7 / -
Created February 14, 2026 15:20 — forked from atondwal/-
Zomg; Zombies!!
books
books/RedditBooks
books/RedditBooks/170 The Handmaids Tale - Margaret Atwood
books/RedditBooks/170 The Handmaids Tale - Margaret Atwood/Handmaid's Tale, The - Margaret Atwood & Valerie Martin.jpg
books/RedditBooks/170 The Handmaids Tale - Margaret Atwood/Handmaid's Tale, The - Margaret Atwood & Valerie Martin.mobi
books/RedditBooks/170 The Handmaids Tale - Margaret Atwood/Handmaid's Tale, The - Margaret Atwood & Valerie Martin.opf
books/RedditBooks/170 The Handmaids Tale - Margaret Atwood/Handmaid's Tale, The - Margaret Atwood & Valerie Martin.epub
books/RedditBooks/140 Pale Blue Dot_ A Vision of the Human Future in Space - Carl Sagan
books/RedditBooks/140 Pale Blue Dot_ A Vision of the Human Future in Space - Carl Sagan/Pale Blue Dot_ A Vision of the Human Future in Space - Carl Sagan.jpg
@Jere7
Jere7 / poem_model.json
Created February 14, 2026 15:20 — forked from ssophwang/poem_model.json
=^-_-^=
{"bagpipe": {"on": 0.07142857142857142, "said": 0.07142857142857142, "Shall": 0.07142857142857142, "Did": 0.07142857142857142, "Ah": 0.07142857142857142, "didn": 0.35714285714285715, "I": 0.07142857142857142, "won": 0.07142857142857142, "lying": 0.07142857142857142, "if": 0.07142857142857142}, "pardon": {"the": 1.0}, "Gnu": {"murnood": 1.0}, "Night": {"s": 0.6666666666666666, "\n": 0.3333333333333333}, "yellow": {"caterpillar": 1.0}, "four": {"nickels": 0.2, "\n": 0.4, "is": 0.2, "more": 0.2}, "hath": {"spoken": 0.3333333333333333, "sent": 0.3333333333333333, "lent": 0.3333333333333333}, "Wretch": {"I": 1.0}, "sleep": {"late": 0.2, "\n": 0.6, "in": 0.2}, "SARDINES": {"\n": 1.0}, "Zoomed": {"up": 1.0}, "evermore": {"\n": 1.0}, "hate": {"\n": 1.0}, "Until": {"I": 0.3333333333333333, "a": 0.3333333333333333, "he": 0.3333333333333333}, "drinkin": {"that": 1.0}, "whose": {"foot": 0.3333333333333333, "velvet": 0.3333333333333333, "fiery": 0.3333333333333333}, "swam": {"away": 1.0}, "Claus": {"\n": 1.0}, "sweetest":
@Jere7
Jere7 / genesis.js
Created February 14, 2026 15:19 — forked from tmcw/genesis.js
Genesis, Inverted Index, Search Trie
var genesis = ["\r\n1 In the beginning God created the heaven and the earth.\r\n2 And the earth was without form, and void; and darkness [was] upon the face of the deep. And the Spirit of God moved upon the face of the waters.\r\n3 And God said, Let there be light: and there was light.\r\n4 And God saw the light, that [it was] good: and God divided the light from the darkness.\r\n5 And God called the light Day, and the darkness he called Night. And the evening and the morning were the first day.\r\n6 � And God said, Let there be a firmament in the midst of the waters, and let it divide the waters from the waters.\r\n7 And God made the firmament, and divided the waters which [were] under the firmament from the waters which [were] above the firmament: and it was so.\r\n8 And God called the firmament Heaven. And the evening and the morning were the second day.\r\n9 � And God said, Let the waters under the heaven be gathered together unto one place, and let the dry [land] appear: and it was so.\r\n10 And God call
@Jere7
Jere7 / package.json
Created July 27, 2017 16:09 — forked from coryhouse/package.json
package.json for Building a JS Development Environment on Pluralsight
{
"name": "javascript-development-environment",
"version": "1.0.0",
"description": "JavaScript development environment Pluralsight course by Cory House",
"scripts": {
},
"author": "Cory House",
"license": "MIT",
"dependencies": {
"whatwg-fetch": "1.0.0"