system-design
System Design Document template for firmware development on Atmel UC3 platfrom
Do any body have or know any site where I can get a template 开发者_运维技巧for System Design Document for my firmware develop project for Atmel UC3 platform?[详细]
2023-04-07 23:34 分类:问答Design patterns to facilitate these behaviours (audit trail behaviour and undo)
I am working on a system that needs to exhibit these behaviours: Audit Trail Undo / Revert to a particular version (such an action will itself be audit logged)[详细]
2023-03-25 03:36 分类:问答Modelling these roles using actors in a use case analysis
I am modelling a system that has (amongst others), these types of roles: Individual player Group player[详细]
2023-03-25 03:31 分类:问答Designing a System that would detect typos and suggestions
This was asked in an interview. I think the answer can be done by constructing a trie of all valid words and then suggestions can be made based on a possible valid path which wa开发者_开发知识库s oth[详细]
2023-03-03 14:56 分类:问答How do you write a real-time webbased collaboration tool such as google docs?
I\'m really curious about How one would go about writting a collab开发者_开发百科oration tools such as google docs?[详细]
2023-02-28 16:25 分类:问答Building a client-server application for local programming contest system
I am thinking to build a client server system, in which the server can receive user\'s code and compile it and return the result to the user. This system will be used for a local online programming co[详细]
2023-02-20 04:34 分类:问答Data structure and systems design questions
If one is asked to \"Design a system for such开发者_运维技巧 and such\" or \"What data structure would you use for such and such?\"...is it okay to answer with a relational database system design? Com[详细]
2023-02-09 04:02 分类:问答embedded system design: partitioning resources
I want to design a device that supports both cellular connectivity ((ie. HSDPA/HSUPA) for high-speed downloads/uploads and telephony) and heavy multimedia applications (like playing streaming video in[详细]
2023-01-30 22:02 分类:问答How to implement undo functionality?
In my application I want to provide the user with a small undo functionality. There aren\'t many actions than can be undone by the user. Particularly the actions are:[详细]
2023-01-30 03:30 分类:问答How to combine RESTful calls and Apache wink?
I have a question about the REST and Apache wink. I want to use the Apache Wink to handle the transition between开发者_C百科 front end and back end. However, I don\'t have any ideas on how to start an[详细]
2023-01-21 14:22 分类:问答