Skip to content

Latest commit

 

History

History
178 lines (152 loc) · 7.1 KB

util.org

File metadata and controls

178 lines (152 loc) · 7.1 KB

Utils

Audit

rats
understand

Cheatsheet

programming idioms
In this website you can browse standard ways of coding standard things, in several popular programming languages.

Awesome

LeCoupa/cheatsheet
rstacruz/cheatsheets
detailyang/awesome-cheatsheet
another sheet

Code Review

Phabricator

Colorscheme

altercation/solarized
My love!
css
dracula
tomorrow
one
provide by atom

Debug

strace
A useful diagnostic, instructional, and debugging tool
macaw
Open source binary analysis tools.
valgrind
performance analyzer
google/sanitizers
AddressSanitizer, ThreadSanitizer, MemorySanitizer
pcm
Processor Counter Monitor

Diff

diff/colordiff
vimdiff
meld

Doc

devDocs
devhelp
a developer tools for browsing and searching api document. Written in gtk.
zeal
linux & windows
dash
macos

English

wrong pronunciation

Keyboard

hhkb
code keyboard
x-bows nature
filco
CM Storm Quickfire Rapid
typematrix
gh60
DIY!!
ergodox
人体工程学键盘
split keyboards
awesome list

Lang Server Protocol

langserver is a protocol used between a tool (the client) and a language smartness provider (the server) to integrate features like auto complete, go to definition, find all references and alike into the tool

langserver suuport list

Mirror

mirror list

Chinese

sjtu
tuna
ustc

Parsing

tree-sitter
An incremental parsing system for programming tools

Roadmap

developer roadmap

Diagram

d2
D2 is a modern diagram scripting language that turns text to diagrams.
graphviz
plantuml
drawio

Generate

buml
staruml
uml
tags2uml
generate class diagram from tags
visustin
Visualize your source code with flow charts and UML Activity Diagrams. Visustin is flowcharting software that converts your source code to flow charts—automatically! Draw flow charts with your mouse. View and print charts or export to Visio.

Regex

common regex
grep.app
search repo online

VCS

Git

Stupid content tracker: distributed VCS designed for speed and efficiency.

the most used.

git cheat

Server

Gitlab

powerful!!

glab
An open-source GitLab command line tool bringing GitLab’s cool features to your command line
gitlab-ci
a third part tool check gitlab on ci.

Gogs / Gitea

light, simple

Github

github cheat sheet
Tools
github_ci
github cheat sheet
A list of cool features of Git and GitHub.
Toy
tipsy/profile-summary-for-github
Tool for visualizing GitHub profiles
visualsource
skyline
your github story in 3d

Sourcehub

official site

This website is worked without of javascript!

git has a simple server by it self, here are some powerful tools.

Tools

lazygit
gitu
A terminal user interface for Git. Inspired by Magit, and launched straight from the terminal.
git-flow
git-extras
cz-cli
The commitizen command line utility. commit format.
conventional-changelog
Generate a changelog from git metadata. working with cz-cli
github/gitignore
A collection of useful .gitignore templates
gitignore.io

Darcs

coded in haskell

Server

darcs-hub

Svn

not distributed, so there is little coyies. Easily to use for non-programers, which provide a default web interface.

Misc

See here.

Mood

music for programming

Font

Data Format

jsoncrack
Innovative and open-source visualization application that transforms various data formats, such as JSON, YAML, XML, CSV and more, into interactive graphs
json visual editor
Web based JSON Editor powered by React
jsonmate
jsonhero
JSON Hero is an open-source, beautiful JSON explorer for the web that lets you browse, search and navigate your JSON files at speed. 🚀. Built with 💜 by the Trigger.dev team.
  • hdf5

Visualization

gephi
Gephi is a tool for data analysts and scientists keen to explore and understand graphs

Task runner

pueue
Manage your shell commands
just
Just a command runner
cargo-make
Rust task runner and build tool.