12 years, 9 months ago
Highlights
Community contributions featured12 years, 9 months ago
Depends on how motivated I feel at work - sometimes I just do 40 h weeks, but more often 70-90 h weeks (if it's a lot to do and I enjoy it). Glad I have the option to choose and…
12 years, 9 months ago
Currently I'm thinking about how to approach the delicate matter of some colleagues completing tasks and solving bugs in the most straightforward obvious way possible, slowly re…
12 years, 9 months ago
I need to find all points within a given radius of a certain point in euclidean 2D and 3D spaces. The points are updated fairly often (but most commonly are just moved by a limi…
12 years, 10 months ago
if (file_exists("u/".$_COOKIE["a"]) ){ $co = file_get_contents("u/".$_COOKIE["a"]); $co2 = explode("|", $co); echo "Hello: " . $co2[0] . "<br>"; } if (!file_ex…
12 years, 9 months ago
Latest Activity
See all in DiscussionsDepends on how motivated I feel at work - sometimes I just do 40 h weeks, but more often 70-90 …
12 years, 9 months ago
if (file_exists("u/".$_COOKIE["a"]) ){ $co = file_get_contents("u/".$_COOKIE["a"]); $co2 = explode("|", $co); echo "Hello: " . $co2[0] . "<br>"; } if (!file_exists("u/".$_COOKIE[
12 years, 9 months ago
Hello again, sorry for replying late, it's been a laborous week at work.. All good suggestions I think. I …
12 years, 9 months ago