Skip to content

Instantly share code, notes, and snippets.

View antimatter96's full-sized avatar
💻

Arpit Jain antimatter96

💻
View GitHub Profile
function FindProxyForURL (url, host) { if (dnsDomainIs(host, '.local')) { return 'PROXY localhost:2000'; } return 'DIRECT'; }
🌞 Morning 71 commits ██░░░░░░░░░░░░░░░░░░░ 9.6%
🌆 Daytime 164 commits ████▋░░░░░░░░░░░░░░░░ 22.3%
🌃 Evening 233 commits ██████▋░░░░░░░░░░░░░░ 31.6%
🌙 Night 269 commits ███████▋░░░░░░░░░░░░░ 36.5%
@antimatter96
antimatter96 / 📊 Weekly development breakdown
Last active November 18, 2024 12:14
Weekly development breakdown
HTML 5 hrs 9 mins ████████████░░░░░░░░░ 57.4%
Python 2 hrs 24 mins █████▋░░░░░░░░░░░░░░░ 26.8%
Bash 33 mins █▎░░░░░░░░░░░░░░░░░░░ 6.3%
Text 22 mins ▉░░░░░░░░░░░░░░░░░░░░ 4.2%
JavaScript 13 mins ▌░░░░░░░░░░░░░░░░░░░░ 2.5%
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