An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by blakek

A curated list of projects in awesome lists by blakek .

https://github.com/blakek/us-zips

๐Ÿ‡บ๐Ÿ‡ธ๐Ÿ—บ A list of US ZIP codes and their geolocations

hacktoberfest

Last synced: 24 Apr 2025

https://github.com/blakek/ms-bing-rewards

Automated runner for Bing / Microsoft Rewards

Last synced: 24 Apr 2025

https://github.com/blakek/cannot-even

A module that refuses to even

fun javascript useless

Last synced: 15 Oct 2025

https://github.com/blakek/geo2zip

๐ŸŒŽ๐Ÿ” Quickly find the the nearest U.S. ZIP codes to a latitude/longitude geolocation using k-nearest neighbors

geolocation hacktoberfest javascript latitude longitude zipcode zipcodes

Last synced: 17 Mar 2026

https://github.com/blakek/pomodoro

๐Ÿ… A simple terminal-based pomodoro timer

homebrew minutes notifications pomodoro pomodoro-cli pomodoro-clock pomodoro-technique

Last synced: 14 Jun 2025

https://github.com/blakek/zazu-emoj

Find relevant emoji using Zazu launcher ๐Ÿ’š๐Ÿ˜„๐Ÿ•ต

emoji zazu zazu-emoj zazu-launcher

Last synced: 24 Apr 2025

https://github.com/blakek/email-templates

Create responsive emails that look good...even in Outlook!

Last synced: 12 Nov 2025

https://github.com/blakek/zazu-ip-address

Show your internal and external IP address using Zazu ๐Ÿ’ป

ip ip-address zazu

Last synced: 24 Apr 2025

https://github.com/blakek/firefox-developer-edition-syntax

a theme made to look like the new (e.g. Firefox 49+) developer tools theme

Last synced: 30 Jul 2025

https://github.com/blakek/ignore-node_modules

๐Ÿ™ˆ Hide node_modules from macOS Spotlight search

macos macos-spotlight-search node-modules spotlight

Last synced: 14 May 2026

https://github.com/blakek/compose

๐Ÿ›  Compose functions and promises

functional-programming functions pipeline promise

Last synced: 12 Nov 2025

https://github.com/blakek/ev-calc

Exposure Value (EV) calculator for photography (as an iOS webapp test)

Last synced: 23 Feb 2026

https://github.com/blakek/simon

๐Ÿ—ฃ Say things on other people's computers

fun javascript speech-synthesis

Last synced: 06 Jul 2026

https://github.com/blakek/scriptable

My scriptable scripts

Last synced: 31 Aug 2025

https://github.com/blakek/deep

๐Ÿก Get, set, remove, and test for deeply nested properties

deep get getters javascript nested-properties properties setter typescript

Last synced: 24 Apr 2025

https://github.com/blakek/bing-rewarder

Get Bing rewards easily and safely

Last synced: 26 Jun 2026

https://github.com/blakek/partition

๐Ÿ—‚ Partition an array or other iterable into two or more parts

Last synced: 18 Jun 2026

https://github.com/blakek/stree

SourceTree control from your terminal (macOS only)

Last synced: 24 Aug 2025

https://github.com/blakek/git-catchup

๐Ÿƒ make your working branch catch up

Last synced: 06 Jul 2026

https://github.com/blakek/dotfiles

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Some of my dotfiles

dotfiles linux macos

Last synced: 24 Apr 2025

https://github.com/blakek/standardize-geolocation

๐Ÿ›ธ takes geolocations of different formats and outputs a standardized version

geolocation javascript latitude longitude takes-geolocations

Last synced: 24 Apr 2025

https://github.com/blakek/ebible-usfx-parser

๐ŸŽ„ Parses USFX from ebible.org into a JSON-ified syntax tree

bible syntax-tree usfx

Last synced: 02 Aug 2025

https://github.com/blakek/is-promise

โœ… check if a value is Promise-like

Last synced: 14 Jun 2026

https://github.com/blakek/js-sorted-array

๐Ÿ”ข more efficient array functions for sorted arrays (e.g. binary search)

Last synced: 29 Jun 2026

https://github.com/blakek/date2timestamp

Convert a date to its corresponding UNIX timestamp

Last synced: 23 Jun 2026

https://github.com/blakek/range

๐Ÿ”ข Generate a range of numbers

javascript numbers range typescript

Last synced: 02 May 2026

https://github.com/blakek/homebrew-blakek

๐Ÿบ Homebrew tap for my scripts

Last synced: 15 Jul 2025

https://github.com/blakek/set-operations

๐Ÿงฎ Common set operations (union, difference, isSubset, etc.) for any Iterable

Last synced: 29 Oct 2025

https://github.com/blakek/bash-template

A template when creating new bash scripts

Last synced: 18 Jun 2026

https://github.com/blakek/remove-adobe-browser-extension

Removes Adobe Acrobat's browser plugin (currently macOS only; supports Firefox and Safari)

Last synced: 16 Sep 2025

https://github.com/blakek/list-todos

Lists code marks like TODO, HACK, etc. found in a project

Last synced: 05 Jun 2026

https://github.com/blakek/make-lookup

๐Ÿ“’ Make a lookup object from an array of objects

functional-programming hash-lookup javascript lookup lookup-table map typescript

Last synced: 30 Apr 2026

https://github.com/blakek/git-hash

Just show the hash of a branch, tag, etc.

Last synced: 24 Jul 2025

https://github.com/blakek/combine-book-parts

Combine parts of audiobooks into one MP3 and add cover artwork

Last synced: 19 Jun 2026

https://github.com/blakek/array-split

๐Ÿ’” Split and chunk arrays, strings, and more

Last synced: 29 Jul 2025

https://github.com/blakek/json-websocket-server

A websocket server that communicates using JSON strings

Last synced: 05 Jun 2026

https://github.com/blakek/gsandf-diff-linting-rules

Playing around with diffing linting rules

Last synced: 13 Jun 2026

https://github.com/blakek/push-bullet-shell

Push bullet for your terminal (using cURL - others can be added)

Last synced: 19 Jun 2026

https://github.com/blakek/macos-wifi-reconnect

A simple way to make sure macOS reconnects to a certain Wi-Fi network

Last synced: 22 Jun 2026

https://github.com/blakek/sorted-squares

A silly project to test recursion in different languages

Last synced: 22 Jun 2026

https://github.com/blakek/addtopage

Inject content to your page how you wantโ€”using JavaScript

addtopage injector javascript resource resource-injector tiny

Last synced: 23 Jun 2026

https://github.com/blakek/packagetrack

Hopefully, a simple python package tracker using Boxoh

Last synced: 26 Jun 2026

https://github.com/blakek/bytes-bash

Convert to bytes or represent bytes in a readable way

Last synced: 16 Aug 2025

https://github.com/blakek/wa-source-forecast_io

weather-aware source library using Forecast.io

Last synced: 14 Jun 2025

https://github.com/blakek/wa-source-nws

weather-aware source library using the National Weather Service

Last synced: 16 Jul 2025

https://github.com/blakek/weather-outlook-api

A weather API built on the NWS and Storm Prediction Center that provides the categorical, tornado, hail, wind, etc. outlooks for a location.

Last synced: 19 Jun 2026

https://github.com/blakek/php-apache-mysql-drivers

A docker image for PHP on Apache with MySQL/MariaDB drivers installed

Last synced: 20 Jun 2025

https://github.com/blakek/blakek.github.io

My website

Last synced: 05 Feb 2026

https://github.com/blakek/new-node-notify

Notifies when a new version of Node.js is released (via Pushbullet for now)

Last synced: 10 Sep 2025

https://github.com/blakek/servmon

Flexible server monitoring and administration. Very much a work-in-progress.

Last synced: 03 Jul 2026

https://github.com/blakek/pockethub

(yet another) React Native GitHub client

Last synced: 27 Jul 2025

https://github.com/blakek/boolean-mask

Convert arrary of booleans to a mask and vice versa

Last synced: 01 Mar 2026

https://github.com/blakek/blakek.me

๐Ÿ‘จ๐Ÿปโ€๐ŸŽจ My personal website

Last synced: 06 Aug 2025

https://github.com/blakek/get-time-cli

Last synced: 04 Oct 2025

https://github.com/blakek/advent-of-code-2021

Solutions to Advent of Code 2021

Last synced: 04 Mar 2026

https://github.com/blakek/simple-file-explorer

A simple file/media explorer so I can share some recordings from my laptop

hacktoberfest

Last synced: 22 Aug 2025

https://github.com/blakek/opm

Orchestrating Package Manager: A simple, consistent front-end to package managers to let you manage everything in one place

Last synced: 19 Jun 2026

https://github.com/blakek/warpgate-container-build

Just a copy of Warpgate's Docker stuff to get an arm64 build

Last synced: 01 Mar 2026

https://github.com/blakek/advent-of-code-2022

Solutions to Advent of Code 2022

advent-of-code advent-of-code-2022 aoc awk

Last synced: 22 Jun 2026

https://github.com/blakek/r-install.sh

Installs R and rattle for OS X users (with automatic GTK 2 install using Homebrew)

Last synced: 19 Jun 2026

https://github.com/blakek/my-files

My dotfiles, scripts, and other junk I want for different platforms

Last synced: 17 Apr 2025

https://github.com/blakek/simon-server

The backend server for Simon

Last synced: 10 Jun 2025

https://github.com/blakek/betaflight-settings

My Betaflight settings backups

Last synced: 01 Mar 2026

https://github.com/blakek/polygon-svg-test

Me just playing/testing stuff with polygons

Last synced: 02 Jul 2025

https://github.com/blakek/rivven-map-render-config

Configuration for rendering my Rivven map using Minecraft Overviewer

Last synced: 04 Sep 2025

https://github.com/blakek/create-new

Kickstart new JavaScript projects with no configuration nec ย ๐Ÿ”จโœจ

Last synced: 27 Feb 2026

https://github.com/blakek/github-desktop-alias

Make GitHub Desktop CLI open the current directory if no arguments supplied

Last synced: 12 Jun 2026

https://github.com/blakek/mississippi-burn-bans-api

๐Ÿ”ฅ List current outdoor burn bans for the state of Mississippi

Last synced: 24 Apr 2025

https://github.com/blakek/wff2csv

Converts WiFiFoFum kml files to CSV logs

csv csv-logs kml wardriving wififofum wififofum-kml-files

Last synced: 13 Jun 2025

https://github.com/blakek/upnp-nat

A service that keeps a UPnP port mapping alive

Last synced: 12 Mar 2026

https://github.com/blakek/simple-redirect

๐Ÿ”— Fast, zero-config URL and custom protocol redirector; lets you link to custom protocols in apps that don't allow it

Last synced: 10 Oct 2025

https://github.com/blakek/wp-cli-installer

๐Ÿ’ซ install wp-cli using NPM

Last synced: 08 Feb 2026

https://github.com/blakek/how-to-write-html-emails

A guide helping everyone get what is needed from the client, designer, and developer when making an HTML email.

Last synced: 08 Feb 2026

https://github.com/blakek/resume

My resume

Last synced: 27 Feb 2026

https://github.com/blakek/terminal-themes

Terminal themes I use randomly (note: they may require an odd font)

Last synced: 13 Feb 2026

https://github.com/blakek/workflow

How to get stuff done

Last synced: 04 Mar 2026