Just random tech stuff that I feel like putting up here. Linux, etc.
function odd($int) { if ($int % 2 === 0) { return false; } else { return true; } }
No comments:
Post a Comment