Skip to content

Instantly share code, notes, and snippets.

View krishoang222's full-sized avatar
๐ŸŒ

krishoang krishoang222

๐ŸŒ
View GitHub Profile
@kard8
kard8 / ColdTurkeyBlockerActivator.py
Last active January 2, 2025 12:45 — forked from miketartar/ColdTurkeyBlockerActivator.py
Cold Turkey Blocker Activator - Mac
# Intendation errors fixed
# Move the file to Library/Application Support/Cold Turkey
# Open Terminal, cd to the folder and run "pip3 ColdTurkeyBlockerActivator.py"
# Restart Mac and Enjoy!
import json
import sqlite3
import os
#!/bin/bash
# README: A more updated version is on the comments by (ashmna)[https://gist.github.com/ashmna]
# See at: https://gist.github.com/allangarcia/938b052a7d55d1652052e4259364260b?permalink_comment_id=4265898#gistcomment-4265898
# this is for tools required
brew update
brew install ninja
brew install cmake
@ldong
ldong / download_egghead_videos.md
Last active December 7, 2023 16:16
download egghead videos

Download videos from egghead

Go to the egghead website, i.e. Building a React.js App

run

$.each($('h4 a'), function(index, video){
  console.log(video.href);
});