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 129 commits ██▉░░░░░░░░░░░░░░░░░░ 13.9%
🌆 Daytime 248 commits █████▌░░░░░░░░░░░░░░░ 26.6%
🌃 Evening 285 commits ██████▍░░░░░░░░░░░░░░ 30.6%
🌙 Night 269 commits ██████░░░░░░░░░░░░░░░ 28.9%
@antimatter96
antimatter96 / 📊 Weekly development breakdown
Last active June 29, 2024 12:28
Weekly development breakdown
Python 9 hrs 59 mins ███████████▍░░░░░░░░░ 54.6%
HTML 7 hrs 23 mins ████████▍░░░░░░░░░░░░ 40.4%
Other 25 mins ▍░░░░░░░░░░░░░░░░░░░░ 2.3%
CSS 10 mins ▏░░░░░░░░░░░░░░░░░░░░ 1.0%
Markdown 7 mins ▏░░░░░░░░░░░░░░░░░░░░ 0.7%
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