Search found 9 matches

by travismcgee
Thu Mar 01, 2012 7:02 am
Forum: Off Topic
Topic: RaspberryPi, the 25USD computer
Replies: 21
Views: 4711

Re: RaspberryPi, the 25USD computer

Kuron wrote:I plan to buy a few of these. The uses are endless.
Who's going to code them for you?
by travismcgee
Thu Mar 01, 2012 6:12 am
Forum: Off Topic
Topic: Apple locking down the OS
Replies: 6
Views: 1837

Re: Apple locking down the OS

And ignore land gets one more troll for a resident
Everyone else is reading it, genius. Post some code that will impress somebody or shut the fuck up asshole. You don't belong here or anywhere programmers gather. You're an idiot who can't accept the fact that he can't cut it. Come on, post some ...
by travismcgee
Thu Mar 01, 2012 6:06 am
Forum: Off Topic
Topic: Apple locking down the OS
Replies: 6
Views: 1837

Re: Apple locking down the OS

I'm sure it's no different then already signing your app the current way.

That's because you actually write programs. Thanks for that. The poster you're replying to doesn't, and couldn't if his life depended on it. Just search, under 'Kuron' or 'Brice Manuel' and see what you find. -epic fail ...
by travismcgee
Thu Mar 01, 2012 6:00 am
Forum: Off Topic
Topic: Apple locking down the OS
Replies: 6
Views: 1837

Re: Apple locking down the OS

Sooner than "you expected". What a joke. So, I guess this is going to be a problem for you? And you've created... what? For what platform? Any platform at all, please post a link. Or stop posting to programming forums when you can't come up with the goods. Anybody can surf the web and post stuff ...
by travismcgee
Mon May 29, 2006 10:32 am
Forum: Feature Requests and Wishlists
Topic: [Implemented] ClearMemory()
Replies: 14
Views: 4690

You can even fill the memory with some other value than zero with rtlFillMemory_(*buffer, length, bytevalue)
by travismcgee
Mon May 29, 2006 9:03 am
Forum: Game Programming
Topic: Screen to Image
Replies: 5
Views: 2590

May I ask why you want it in image form? What are you going to do with it that a sprite would not be suitable for?
by travismcgee
Mon May 29, 2006 4:58 am
Forum: Coding Questions
Topic: What is the fastest way of cheking if a file exists?
Replies: 12
Views: 4099

Yes, the way you're already doing it is probably better than what I got. And as the docs say that a return value of -1 means file not found, it seems like the best approach (with phoenix's note applied).
by travismcgee
Mon May 29, 2006 4:40 am
Forum: Coding Questions
Topic: What is the fastest way of cheking if a file exists?
Replies: 12
Views: 4099

Here's a line from one of my programs, dunno if you'll like it or not:

Code: Select all

If ExamineDirectory(0,GetCurrentDirectory(),"Sqlite3.dll") = 0
  ; it isn't there, handle condition
Else
  ; it is there, handle condition
Endif
I have no idea how fast it is.
by travismcgee
Mon May 29, 2006 2:33 am
Forum: Coding Questions
Topic: Question icon in the Title Bar
Replies: 9
Views: 3195

@xgp: Thank you, that will be very useful.