I am currently working on a design for a collection of subsystems, and I would like to be able to offer the API\'s exposed by a given subsystem for use by other subsystems.
I need to design and implement a timer-based game (Flash on client, PHP on server), like Cafe World, i.e. user clicks on a button, waits a few seconds, something happens, and then he can click again.
My gut tells me there is no good way to achieve this, but, unlike Mr. Stephen Colbert开发者_如何学运维, I\'d rather trust a community of developers than my gut...
I am creating a desktop app that will create some reports. I want to export these reports as RSS or ATOM feeds. I can easily create feeds with Rome lib for Java. But I have no idea how to spread them.
i have naming problems with two of my functions i\'ve got a function is_void that returns true if the argument is \"empty\" (in some sense). How would you call an opposite function? isnt_void? is_se
I\'ve been trying to get my head around shallow binding and deep binding, wikipedia doesn\'t do a good job of explaining it properly. Say I have the following code, what would the output be if the lan
Does someone know of a good resource for the implementation (meaning source code) of lock-free usual data types. I\'m thinking of Lists, Queues and so on?
I\'ve spent today looking into lockless queues.I have a multiple producer, multiple consumer situation.I implemented, for testing, a system using the Interlocked SList thing under Win32 and it doubled
I\'ve written my fair share of loops around accept() or select(); fork() or Thread.start(). I\'d like to avoid doing it again. I\'d prefer not to re-use my own code. And I\'d like to take advantage o
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this