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 109 commits ██▋░░░░░░░░░░░░░░░░░░ 12.8%
🌆 Daytime 208 commits █████░░░░░░░░░░░░░░░░ 24.4%
🌃 Evening 275 commits ██████▊░░░░░░░░░░░░░░ 32.2%
🌙 Night 261 commits ██████▍░░░░░░░░░░░░░░ 30.6%
@antimatter96
antimatter96 / 📊 Weekly development breakdown
Last active June 17, 2024 12:29
Weekly development breakdown
Python 16 hrs 4 mins █████████████▎░░░░░░░ 63.3%
HTML 4 hrs ███▎░░░░░░░░░░░░░░░░░ 15.8%
Text 2 hrs 56 mins ██▍░░░░░░░░░░░░░░░░░░ 11.6%
Bash 1 hr 15 mins █░░░░░░░░░░░░░░░░░░░░ 5.0%
Go 25 mins ▎░░░░░░░░░░░░░░░░░░░░ 1.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