Skip to content

Instantly share code, notes, and snippets.

View antimatter96's full-sized avatar
💻

Arpit Jain antimatter96

💻
  • 20:10 (UTC +08:00)
View GitHub Profile
function FindProxyForURL (url, host) { if (dnsDomainIs(host, '.local')) { return 'PROXY localhost:2000'; } return 'DIRECT'; }
🌞 Morning 117 commits ██▉░░░░░░░░░░░░░░░░░░ 13.8%
🌆 Daytime 210 commits █████▏░░░░░░░░░░░░░░░ 24.8%
🌃 Evening 270 commits ██████▋░░░░░░░░░░░░░░ 31.8%
🌙 Night 251 commits ██████▏░░░░░░░░░░░░░░ 29.6%
@antimatter96
antimatter96 / 📊 Weekly development breakdown
Last active February 28, 2025 00:40
Weekly development breakdown
HTML 2 hrs 45 mins ███████▊░░░░░░░░░░░░░ 37.4%
TypeScript 2 hrs 13 mins ██████▎░░░░░░░░░░░░░░ 30.1%
CSS 1 hr 7 mins ███▏░░░░░░░░░░░░░░░░░ 15.2%
Python 31 mins █▌░░░░░░░░░░░░░░░░░░░ 7.2%
Bash 20 mins ▉░░░░░░░░░░░░░░░░░░░░ 4.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