I HATE MOTHERFUCKING COMPUTERS!
― I Hate Computers, Sunday, 23 April 2006 08:46 (twenty years ago)
― Trayce (trayce), Sunday, 23 April 2006 08:52 (twenty years ago)
― Forest Pines (ForestPines), Sunday, 23 April 2006 08:54 (twenty years ago)
That said, get a copy of Nero Burning, it is a lot nicer.
― Trayce (trayce), Sunday, 23 April 2006 09:08 (twenty years ago)
― Trayce (trayce), Sunday, 23 April 2006 09:10 (twenty years ago)
― fandango (fandango), Sunday, 23 April 2006 12:21 (twenty years ago)
http://www.ciderhouse.com.au/education/images/product/pocket_disc_plugin.jpg
anyway, if you're in XP you *might* need to right-click on the CD drive disk icon > properties > "enable cd recording on this drive"
if you've not managed to find the options already, it can dissapear sometimes.
― fandango (fandango), Sunday, 23 April 2006 12:24 (twenty years ago)
― *rumpie*, Thursday, 3 May 2007 12:41 (nineteen years ago)
― Ste, Thursday, 3 May 2007 12:47 (nineteen years ago)
― koogs, Thursday, 3 May 2007 13:12 (nineteen years ago)
― koogs, Thursday, 3 May 2007 13:22 (nineteen years ago)
― Ste, Thursday, 3 May 2007 13:41 (nineteen years ago)
― *rumpie*, Thursday, 3 May 2007 13:55 (nineteen years ago)
I'm porting a PHP class to Python, and I don't know PHP.
It has this line in it:
$maxObjsFetched = (int)$mediaResult = array();
I'm assuming that casting the result of assigning an empty array to a variable to an integer returns 0 and whoever wrote this is just a massive dickhead, but is there an alternate explanation for this? $mediaResult doesn't exist before this line, so it's not casting some other value to int and then setting $mediaResult to an empty array, so I can't really see what else it might do
― Colonel Poo, Wednesday, 20 March 2019 17:22 (seven years ago)
n/m I found an online PHP interpreter and $maxObjsFetched is indeed 0
― Colonel Poo, Wednesday, 20 March 2019 17:26 (seven years ago)
> whoever wrote this is just a massive dickhead
This.
― koogs, Thursday, 21 March 2019 05:48 (seven years ago)