Skip to content

Instantly share code, notes, and snippets.

View linusnorton's full-sized avatar

Linus Norton linusnorton

View GitHub Profile
@tkrotoff
tkrotoff / FrontendFrameworksPopularity.md
Last active November 19, 2025 21:09
Front-end frameworks popularity (React, Vue, Angular and Svelte)
@kenoir
kenoir / gist:3618577
Created September 4, 2012 08:37
Proxy stuff for reith
> cat ~/proxies_off
#!/bin/sh
echo "Proxies OFF"
unset HTTP_PROXY
unset ALL_PROXY
unset http_proxy
unset HTTPS_PROXY
unset https_proxy