See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| """Generate the client secret for Sign in with Apple. | |
| Refer: https://developer.apple.com/documentation/sign_in_with_apple/generate_and_validate_tokens | |
| """ | |
| from datetime import datetime, timedelta | |
| import jwt | |
| """Info | |
| alg | |
| The algorithm used to sign the token. For Sign in with Apple, use ES256. | 
| // C:\Windows\Microsoft.NET\Framework64\v3.5\csc.exe .\SwapMousePrimary.cs | |
| // Refer: https://stackoverflow.com/a/10509038 | |
| using System.Runtime.InteropServices; | |
| using System; | |
| class SwapMouse | |
| { | |
| [DllImport("user32.dll")] | |
| public static extern Int32 SwapMouseButton(Int32 bSwap); | 
I hereby claim:
To claim this, I am signing this object:
| " For details on any item below: | |
| " :help <item> | |
| " TO view all the available options: | |
| " :options | |
| set listchars=eol:¬,tab:>~,trail:~,extends:>,precedes:<,space:· | |
| set nu | |
| set list | |
| set expandtab | |
| set tabstop=4 |