See how a minor change to your commit message style can make a difference.
Tip
Have a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs
All possible locales: | |
en-IE = €1,205.34 | |
ro-MD = 1.205,34 MDL | |
br = ¤ 1 205,34 | |
en-GY = $1,205 | |
es-GT = Q1,205.34 | |
shi-Tfng-M = 1 205,34MAD |
1 install ffmpeg | |
2 install AkVirtualCamera driver https://github.com/webcamoid/akvirtualcamera/releases | |
3 install webcamoid https://webcamoid.github.io (stuck all hte time) | |
cd /Applications/AkVirtualCamera/AkVirtualCamera.plugin/Contents/Resources | |
./AkVCamManager remove-device AkVCamVideoDevice0 | |
./AkVCamManager add-format AkVCamVideoDevice0 RGB24 640 480 30 | |
./AkVCamManager add-device "FaceTime HD Camera 0 (Built-in)" | |
./AkVCamManager add-format AkVCamVideoDevice0 RGB24 640 480 30 | |
./AkVCamManager update |
# Program output: | |
# | |
# Chord: [0, 4, 7] | |
# [:major, [[0, :unison], [4, :third], [7, :fifth]]] | |
# [:minor, [[0, :unison], [3, :third], [8, :sixth]]] | |
# [:major, [[0, :unison], [5, :fourth], [9, :sixth]]] | |
# Chord: [0, 4, 7, 11] | |
# [:major, [[0, :unison], [4, :third], [7, :fifth], [11, :seventh]]] | |
# [:minor, [[0, :unison], [3, :third], [7, :fifth], [8, :sixth]]] | |
# [:major, [[0, :unison], [4, :third], [5, :fourth], [9, :sixth]]] |
See how a minor change to your commit message style can make a difference.
Tip
Have a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs
You know that when you are writing code and you make a git commit
to your code? You know that when you make a commit, you are asked to type a message for that commit, right?
Conventional commits are a set of rules to follow for what to type for your commit messages. For example, let's say that you add a new feature to your latest app where users can upload a photo for their profile. Instead of writing a commit message like this: Add feature so users can upload profile picture for profile
, you would write a commit message like this: feat(profile): user can upload profile picture
. Notice that when you read both messages, they both mean the same thing. However, they are written in 2 different formats. When you write your commit message in the later format, we call that a Conventional commit.
Conventional commits are becoming more popular today and for good reason. Conventional commits are not only more descriptive to read, but they are written in a format that a computer can understand better
# ... your other config | |
bind-key -n M-3 run-shell 'toggle-tmux-popup' | |
# you can switch `M-3` to any keybindings you like. |
Profile | download (kb/s) | upload (kb/s) | latency (ms) |
---|---|---|---|
Native | 0 | 0 | 0 |
GPRS | 50 | 20 | 500 |
56K Dial-up | 50 | 30 | 120 |
Mobile EDGE | 240 | 200 | 840 |
2G Regular | 250 | 50 | 300 |
2G Good | 450 | 150 | 150 |
3G Slow | 780 | 330 | 200 |
ISO 3166 Country Code | ISO639-2 Country Code | Country | ISO 3166 Country Code | ISO639-2 Lang | Language | Date Format | |
---|---|---|---|---|---|---|---|
ALB | AL | Albania | sqi | sq | Albanian | yyyy-MM-dd | |
ARE | AE | United Arab Emirates | ara | ar | Arabic | dd/MM/yyyy | |
ARG | AR | Argentina | spa | es | Spanish | dd/MM/yyyy | |
AUS | AU | Australia | eng | en | English | d/MM/yyyy | |
AUT | AT | Austria | deu | de | German | dd.MM.yyyy | |
BEL | BE | Belgium | fra | fr | French | d/MM/yyyy | |
BEL | BE | Belgium | nld | nl | Dutch | d/MM/yyyy | |
BGR | BG | Bulgaria | bul | bg | Bulgarian | yyyy-M-d | |
BHR | BH | Bahrain | ara | ar | Arabic | dd/MM/yyyy |