Site Tools

User Tools


Programming

Various notes and resources about Programming I've come across in my studies.

Languages

Windows

OS Agnostic

Misc

True/False Values

X = anything but zero

Bash

0 = True
X = False

Python, C, PHP

0 = False
X = True
1) The page gives instructions for GNU/Linux, but other than the path separator they would work for other Operating Systems.