Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
GitHub Alternatives
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
gitea
Gitea is a painless self-hosted all-in-one software development service, includes Git hosting, code review, team collaboration, package registry and CI/CD .
gitlab
GitLab is a DevOps platform that provides a …
CPU Profiling of Rust Applications Using Valgrind
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
It is suggested that you profile Rust application using not-perf . For more discussions, please refer to Profile Rust Applications .
Installation on Ubuntu
wajig install valgrind
Profile Your Application Using CallGrind
valgrind …
Manipulate Branches of a Repository Using GitHub Rest APIs
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
SQL Style And Formatter
Command-line Tools¶
sleek¶
Sleek is a CLI tool for formatting SQL. It helps you maintain a consistent style across your SQL code, enhancing readability and productivity.
sqlfluff¶
The command sqlfluff fix
can be used to fix issues (including formatting issues) in SQL code.
It can be used as a tool to format SQL code.
However,
sqlfluff fix