Skip to content

Instantly share code, notes, and snippets.

View ZarekParker's full-sized avatar

Zarek Parker ZarekParker

View GitHub Profile
@Jakatut
Jakatut / Blink_simple_sorted_download.py
Last active August 27, 2024 18:47
Python script for downloading videos from Blink cloud servers via blinkpy. Videos are sorted to a directory by the date within the video file name.
@coleman17
coleman17 / win_hyper.js
Last active December 5, 2017 03:18
Windows 10 Hyper.js config with Bash on Windows
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// default font size in pixels for all tabs
fontSize: 10,
// font family with optional fallbacks
@jpawlowski
jpawlowski / brew-sync.sh
Last active September 26, 2023 19:54
Sync Homebrew installations between Macs via Dropbox
#!/bin/bash
# Sync Homebrew installations between Macs via Dropbox
#
BREW="/usr/local/bin/brew"
# first get local settings
echo "Reading local settings ..."
rm -f /tmp/brew-sync.*