Skip to content

Latest commit

 

History

History

etc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

etc.

Everything that doesn't fit elsewhere.

in essentials, unity; in doubtful matters, liberty; in all things, charity

GraphViz

VS Code

  • Open in new window: Open Visual Studio Code and select File -> Preferences -> Settings -> User tab -> Window -> New Window -> Open Files in New Window -> from the dropdown menu select off (marked by the mouse cursor in the below screenshot). Also check the Open Files in New Window (

Tools

Standards

Cheatsheets

Language Examples and Comparisons

Unicode / Characters Sets

Datetimes

RFC 3339 is a profile of ISO 8601, adding these constraints: - a complete representation of date and time (fractional seconds optional). - requires 4-digit years - only allows a period character to be used as the decimal point for fractional seconds - allows the "T" to be replaced by a space (or other character), while the standard only allows it to be omitted. source - requires the zone offset to be Z or like +00:00, while ISO8601 allows like +0000

CSV

HTML & CSS

Crontab

Clojure

Haskell

Rust

Crypto

IntelliJ IDEA

printf

%d, %s, %x, and %f

Markdown

Regexes

https://en.wikibooks.org/wiki/Regular_Expressions/POSIX_Basic_Regular_Expressions

Web Development

Zip

  • zip files must have unique paths within them, so you may need to rename files for auto-created ones

Floating Point

  • Write Great Code, Volume 1, Chapter 4

Honest Troubleshooting Code of Conduct