Computer Languages
Guides/Misc...etc
- sites.math.rutgers.edu/~ajl213/CLRS/CLRS.html
- solutions to "Introduction to Algorithms" by Cormen, Leiserson, Rivest, and Stein.
- atekihcan.github.io/CLRS/01/P01-01/
- wikipedia/Foreign function interface FFI
- Call_graph
- The Raft Consensus Algorithm
- SonarLint
- vscode
- vscode github
- cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.
- cloc
- Here is a many more collections for Myself to learning/coding with so many Computer Languages.
- Language binding
- geeksforgeeks
- codesignal
- leetcode
UML relateds
- Use Case Diagram
- Sequence Diagram
- Activity Diagram
- Class-responsibility-collaboration card
- sequence-diagram
- Mermaid
- StarUML
- PlantUML
git
git pull --rebase
git pull origin <branch> --rebase
git config --global pull.rebase true