I have a client who has set-up a testing environment in some AI language. It basically runs some predefined test casesand stores the results in as log files (comma separated txt files). My job is to i
Im am wondering how 开发者_JS百科wireshark functions. What would be the design of an application that could listen to the traffic on all ports of a given machine? What is the kind of overheard that su
I have the following constructor for my Class public MyClass(File f1, File f2, File f3, Class1 c1, Class2 c2, Class3 c3)
I would some ressources for learni开发者_开发问答ng software design using uml (Case study, books)I´d recommend the book \"applying UML and patterns\" from Craig Larman. It teaches how to specify and
I have an application that receives most of its data from a third party.One of these sets of data is a transaction list.I can\'t write to this service, but I want to add more information to that data
I am working on a project whose main design guiding principle is extensibility. I implemented a plugin system by defining a metaclass that register - with a class method - the class name of any plugi
Closed. This question is opinion-based. It is not currently accepting answers. 开发者_如何学C Want to improve this question? Update the question so it can be answered with facts and citatio
I see DTO types being created within开发者_如何学C and passed between types in the domain model. Is this good practise?
Managed object context in most cases created in application delegate. What are the ways of passing it along to view/controller hierarchy, so every navigation/tab controller in the tree can have access
Say I have NavigationController->Root[Table View Controller subclass] So from didSelectRowAtIndexPath of my Table View Controller subclass I have to push another view controller to NavigationControlle