I have been involved with several ruby on rails projects in the past, but I joined in those projects with a completely built rails app, complete with spec tests, factories, models, views, controllers
I have a library with an IJobMaker entity that creates a certain amount of IJob objects to be run on threads of their own managed by the user.
A short description: There is 5 robots, and each robot runs a program named \"Planner\". Each robot has a post, and they must do a task(select it from many tasks) according to that post. the main loo
I am working on an application and i am using the MVC pattern. Currently my plan is to have an MVC pattern for each window that comes up. For instance, my login window has its own mvc system. Another
I know how the Singleton pattern works, but I have doubt how it works in a web scope. Is not naturally by request?
Surprisingly can\'t find a match for my question. I have one table that I need to use a source of data to insert to another and then delete whatever has been inserted. This has to be accomplished in b
I am writing a component (e.g. VeryLongJobExecuter) in Objective C. I want this VeryLongJobExecuter to be able to notify other objects (one to many) when its job is finished, and execute a common met
I\'m using Highchart API to display charts. There are many chart type to display and the idea is let the user choose a chart from a dropdown, make an ajax request and partially update the chart. The g
I\'m currently designing a system which handles the processing of different types of files. I have defined the following interface
My current project code base has every unit and its friend refined. Extract :- ... typedef int m; // meter