The website focusses on academic writing in English. It covers four elemental language topics: cohesion, grammar, punctuation, and style.
This websites provide reference documentation of the AVR instruction set, which is used for Arduino boards.
The SIGPLAN Empirical Evaluation Checklist provides guidelines how good evaluations should be structured and explained with a focus on the programming language research community. However, the concepts are transferable to other disciplines as well.
explainshell does what the name suggest: it explains shell commands. It allows to write a shell command and it expains what the program is doing, the meaning of the command line flags, and how the pipeing between different programs works.
The Github repository contains lots and lots of information about scientific paper writing in LaTeX. It lists different tools and packages which you might want to use.
These websites provided an overview over the Linux systemcall interface by listing the syscall numbers, their meanings, and their arguments.
Most command line switches of Google Chrome are totally undocumented in the offical documentations. This website offers a list of all known switches with a single sentence description of what they are doing.
The website describes bad situations in git and how to solve them.
Format string overview for the old and new format string syntax in Python. It shows for each thing you might want to perform, the old syntax (if existing), the new syntax and the output.
regexr helps in understanding and writing regular expressions (RegEx). It takes a RegEx and explains the different parts of it. It also shows how the RegEx applies to a sample text.
Additionally, it contains a RegEx reference as well as a user supplied library of different RegExs.
The Rust API guidelines explain conventions around naming, interoperability, and documentation for libraries. It provides a helpful checklist for all important points.
The Rust Cookbook describes tiny common tasks you might want to do and shows how to solve them in Rust. It introduces many usefull crates, which are widespread in the Rust ecosystem, but can also be used to look up solutions to common problems.
Helps in understanding macro_rules macros by automatically generating syntax diagrams for them.
Userguide for the newer ip
command under Linux.
The guide consists of different tasks one might want to perform and their corresponding ip
commands.
The website contains different tcpdump
filters.
It starts with basic filters and then builds up ever more complex ones.
This is a good source for looking up complicated filters, if one does not want to write them themself.
This Github repository contains a collection of tips and tricks surrounding VS Code. Most tips and tricks focus on general usage for VS Code.
These websites provide reference documentation of the x86 instruction set: