My specific problem is actually not about the general translation of an OO interface to Haskell. This is just the best title I could come up with. Yet, I\'m sure that my problem originates from a stil
I\'m building a particles systems, one of the features I\'d like to add is a \"target\" feature. What I want to be able to do is set an X,Y target for each particle and make it go there, not in a stra
I am writing my Bsc. thesis about a transaction which involves several software systems. Its basically about the communication and information exchange of a ERP system and a webservice which I am impl
I hope you don\'t mind if I ask for a bit of advice regarding modelling robotic systems. I\'ve recently become rather interested in using inverse kinematics (IK) to control a 5 dof robotic manipulator
I need to select a modeling method for documenting extensions to an existing collection of web services.The method/tool needs to be used by tech business analysts. The existing API is defined in XML S
I need some guidance on a java project. I\'m to develop a human genetic(family) tree. This is the subject:
I need some help to create pages with different views. Don\'t get me wrong, I don\'t want anyone to write code for me, I just want to know what I\'ll need to implement.
I have a ProductController class and a Product model. Ev开发者_如何学Cerytime the Create action in the ProductController is called, it creates a new Product based on FormCollection and then it calls a
Imagine that you are designing a web application that could possibly grow to the scale of Amazon or Google. In the beginning you start with only one small aspect of the project knowing that, in the na
My question is about modeling a particular situation: In my model I have tables: User, Offices and Partners.