Markdown Cheat Sheet
A quick Markdown cheat sheet: headings, emphasis, lists, links, images, code, quotes, and tables, with what each does.
A quick Markdown cheat sheet: headings, emphasis, lists, links, images, code, quotes, and tables, with what each does.
The full list of CSS color names with a swatch, hex code, and RGB values for each, ready to copy.
A conversion table of 0 to 255 in decimal, binary, octal, and hexadecimal, with a short explanation of number bases.
A quick regex cheat sheet: character classes, anchors, quantifiers, groups, lookaround, and flags, each with an example.
A reference list of HTML entities with their named and numeric codes, for symbols, punctuation, currency, math, and accents.
The complete list of HTTP status codes, from 1xx to 5xx, with plain-English meanings, grouped for quick reference.
Extracting a color palette from an image pulls out its main colors as a small set of swatches with their hex codes, so you can reuse the exact colors else
HTML entities are codes that let you show characters which would otherwise break a web page, so a less-than sign is written as < and an ampersand a
Binary coded decimal, or BCD, stores each decimal digit in its own four-bit group instead of converting the whole number to binary. So the decimal 25 in B
Editing CSV columns means extracting just the ones you need or deleting the ones you do not, without opening a spreadsheet or writing a script. A wide exp
Generating random bytes or hex strings gives you unpredictable values for keys, tokens, test data, and salts, written either as raw byte numbers or as a c
Adding text, a border, or a background to an image are three of the most common quick edits, useful for captions, watermarks, framing, and filling transpa