Skip to content

Instantly share code, notes, and snippets.

View antimatter96's full-sized avatar
🎯
Working ????

Arpit Jain antimatter96

🎯
Working ????
View GitHub Profile
function FindProxyForURL (url, host) { if (dnsDomainIs(host, '.local')) { return 'PROXY localhost:2000'; } return 'DIRECT'; }
🌞 Morning 125 commits ██▉░░░░░░░░░░░░░░░░░░ 13.9%
🌆 Daytime 228 commits █████▎░░░░░░░░░░░░░░░ 25.4%
🌃 Evening 282 commits ██████▌░░░░░░░░░░░░░░ 31.4%
🌙 Night 264 commits ██████▏░░░░░░░░░░░░░░ 29.4%
@antimatter96
antimatter96 / 📊 Weekly development breakdown
Last active June 26, 2024 12:31
Weekly development breakdown
Python 12 hrs 50 mins ██████████████▌░░░░░░ 69.0%
HTML 3 hrs 12 mins ███▌░░░░░░░░░░░░░░░░░ 17.2%
Text 2 hrs ██▎░░░░░░░░░░░░░░░░░░ 10.8%
Other 23 mins ▍░░░░░░░░░░░░░░░░░░░░ 2.1%
Bash 8 mins ▏░░░░░░░░░░░░░░░░░░░░ 0.8%
var dir = "down";
var babyScroll;
var stepTime = 1;
var downLimit = document.documentElement.scrollHeight - document.documentElement.clientHeight;
var upLimit = 0;
function babyScroll() {
@antimatter96
antimatter96 / golang_job_queue.md
Created May 31, 2017 13:32 — forked from harlow/golang_job_queue.md
Job queues in Golang