-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|408|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-




Afr0

PHP threading?

11th February 2012

Does PHP have any support at all for concurrency?
Or: Is it safe to open a file with PHP, knowing it might be opened hundreds of times a second? Wouldn't that create an access conflict?
If I can safely open a file with PHP, it means I can have my patchin*snip*


Afr0

PC Anywhere Timer Code

10th February 2012

[quote]But personally, although client-side Java works, it sucks. Old GUIs, code that uses Swing is long and bloated, and these days the Swing API is out dated (as it was written before lots of modern Java features, like generics and enums).[/quote]
That'*snip*


Afr0

PC Anywhere Timer Code

10th February 2012

Wait.... so this was written in Java? o_O


Afr0

PC Anywhere Timer Code

10th February 2012

What is this, what purpose does it have, and why did you only provide less than half of the class?


Afr0

Website ideas

7th February 2012

(Linkage)


Afr0

Local bone origin?

6th February 2012

o_O
Any way you could translate that from math to pseudocode?


Afr0

Man who waited..

4th February 2012

Wtf? What do you mean ''fucked off''? Are they all bankrupt?


Afr0

Local bone origin?

4th February 2012

I could say the same thing to you.


Afr0

Local bone origin?

3rd February 2012

So, with the risk of being labeled a psychopath, since I'm worried about this on my birthday, I'm going to post this here because I'm afraid I need some help.
How do I find or calculate the local origin of a bone?
According to the developer who's been gu*snip*


Afr0

ecommerce spambot design

3rd February 2012

Thank you.
Would you be as pleased to be interested in a business association venture?
Afr0 Games makes lovely games with no extra overhead for web traffic income tax, please procure a brochure at (Linkage)!
Small games, big games, medium-sized games*snip*


Afr0

What i've been working on

1st February 2012

Aw, Mog. I'm really envious of what you're capable of doing, even with outdated technology.
It's too bad you never seem to finish any of the stuff you work on - I guess we're pretty much alike there.
In order to avoid falling into that trap again I ende*snip*


Afr0

Ourobo Ware (Snake Eater)

30th January 2012

I'd be up for letting you use my Snake Online idea, since I don't have time to work on it yet. It would be a good excuse for you to include networking features into PMC!!


Afr0

Code Hate! (C)

29th January 2012

[quote]0, empty strings and arrays (thanks to PHP) should all be true![/quote]
What?
I always thought non-zero was true? o.O
Is this a difference between static and dynamic languages?


Afr0

Code Hate! (C)

28th January 2012

[quote]Tabs vs spaces all over again.[/quote]
No.
Implicit if-statements are OK when you're operating on a boolean, or checking whether or not a type is null. It's when you're operating on an integer value that stuff like "if(x)" is a crime.
First of *snip*


Afr0

Code Hate! (C)

28th January 2012

Same thing goes for overusing typedefs... there's a reason these things were removed from C#!


Afr0

Code Hate! (C)

28th January 2012

I agree. Just because the syntax allows you to shorten boolean statements to if(X), doesn't mean it's a good idea to do it!


Afr0

Ourobo Ware (Snake Eater)

27th January 2012

Make a Snake Online game where thousands of snakes can try to bite each other in their tales in real time, while chatting to each other!!
Every time your tail is bitten, you respawn at the graveyard and your score is reset to 0. The game could have a scor*snip*


Afr0

PMC in the Guardian

25th January 2012

This is that TeknoTeacher again... since when did teachers get to write in The Guardian? o_O


Afr0

Beware of the Wardens

22nd January 2012

(Image.jpg)


Afr0

Website ideas

21st January 2012

[quote]I didn't mean change hosts, GitHub will provide hosting the code, bug tracker, and the option to discuss stuff issues.[/quote]
What do you mean? Right now the code is hosted at Assembla, that's what I tried to say. But GitHub's model sounds really *snip*


Afr0

Website ideas

21st January 2012

[quote]If you want to have somewhere to talk about the project, why not host it on Github, and then use their in-built stuff to handle the project management? You might also find more contributors that way.[/quote]
I'm already hosting the project on Assem*snip*


Afr0

Website ideas

21st January 2012

Right... I just paid for another year of GoDaddy hosting, and just realized I haven't posted on my blog for ages (mainly cos I started a Norwegian blog elsewhere where I write about my life and politics).
Considering Afr0 Games doesn't really exist anymo*snip*


Afr0

A few more questions about porting

21st January 2012

Ugh, I gave up and decided to just do it using PInvoke instead. If anyone's interested, here are the function definitions:
[code]using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
namespace SimsLib*snip*


Afr0

Move Your Feet

20th January 2012

[quote]This video contains content from WMG, who has blocked it in your country on copyright grounds.[/quote]
Quite frankly, I'm not sure I understand why Google are so opposed to SOPA. They're already responsible for implementing many of its features int*snip*


Afr0

A few more questions about porting

18th January 2012

I have some more questions about porting from C to C#, so I'm just going to throw 'em all in here.
[code] //memset(&Window[0], 0, 5*sizeof(float));
Array.Clear(Window, 0, 5);
//memset(&Window[113], 0, 5 * sizeof(float)*snip*

Newer Posts More - Older Posts