Skip to content

Instantly share code, notes, and snippets.

View Raalzz's full-sized avatar
👋

Raalzz Raalzz

👋
View GitHub Profile

Developers love (talking about) open source. The popularity of GitHub, the infinite number of modules in package registries, and open source projects are all indicators of this. I, myself, have contributed and tried to contribute to, Open-source projects. I believe that's how the world is supposed to work. Humans should share knowledge and collectively build stuff, enabling each other.

It seems developers aren't the only ones in love with Open source though. From baby startups to conglomerates, every other company is dying to show their love for OSS these days. Some of these are the same companies that have more patent lawyers than developers or have been busy bashing open source a while ago. I bet they didn't suddenly turn into socialists or something. I can think of two reasons.

Exploitation

For most companies, open-source is free labor. Many of the most popular modules in almost all popular languages are being written and maintained by some developers in their free time. Companies that use the

@Sotatek-NuiTran
Sotatek-NuiTran / multi_ssh_git.md
Last active May 3, 2024 03:48
Setup SSH keys for multiple github and gitlab account

Setup SSH keys for multiple github and gitlab account

Prepare SSH keys:

Add a new key

$ ssh-keygen -t rsa_new -C "your_email@youremail.com"

Start ssh-agent

$ eval `ssh-agent -s`
@grimzy
grimzy / git-pull-all
Created September 15, 2017 02:15
Git pull all remote branches
#!/usr/bin/env bash
git branch -r | grep -v '\->' | while read remote; do git branch --track "${remote#origin/}" "$remote"; done
git fetch --all
git pull --all
@Goles
Goles / CountryCodes.json
Created July 29, 2012 05:37
Country and Dial or Phone codes in JSON format
[{"name":"Israel","dial_code":"+972","code":"IL"},{"name":"Afghanistan","dial_code":"+93","code":"AF"},{"name":"Albania","dial_code":"+355","code":"AL"},{"name":"Algeria","dial_code":"+213","code":"DZ"},{"name":"AmericanSamoa","dial_code":"+1 684","code":"AS"},{"name":"Andorra","dial_code":"+376","code":"AD"},{"name":"Angola","dial_code":"+244","code":"AO"},{"name":"Anguilla","dial_code":"+1 264","code":"AI"},{"name":"Antigua and Barbuda","dial_code":"+1268","code":"AG"},{"name":"Argentina","dial_code":"+54","code":"AR"},{"name":"Armenia","dial_code":"+374","code":"AM"},{"name":"Aruba","dial_code":"+297","code":"AW"},{"name":"Australia","dial_code":"+61","code":"AU"},{"name":"Austria","dial_code":"+43","code":"AT"},{"name":"Azerbaijan","dial_code":"+994","code":"AZ"},{"name":"Bahamas","dial_code":"+1 242","code":"BS"},{"name":"Bahrain","dial_code":"+973","code":"BH"},{"name":"Bangladesh","dial_code":"+880","code":"BD"},{"name":"Barbados","dial_code":"+1 246","code":"BB"},{"name":"Belarus","dial_code":"+375","