-
**Description:**
The Acceptor-Connector design pattern decouples connection establishment from connection handling in networked systems. The pattern's main components are the Acceptor, Connector, and …
-
## Problem
Libero will be a framework for producing publication and presentation platforms. It needs to:
- scale up and down
- allow for a high degree of customisation and extension: allowing use…
-
### Before proceeding, is there an existing issue or discussion for this?
- [X] I have done a search for similar [issues](.?q=type%3Aissue) and [discussions](https://github.com/open-rmf/rmf/discussio…
-
# Test Case 042:
## Input:
```
10
1 10 20 50
2 20 40
3 20 30
4 10 20 40
5 10 30
6 20 30
7 10 30
8 10 20 30 50
9 10 20 30
```
## Output:
```
{20, 50:1}
{10, 50:1}
{20, 10, 50:1}
{3…
-
```
I have a great idea. I haven't dived deep into wsdl2objc (yet) but I was
thinking it might be just what I need. Except for one thing.
Can we make an option to make the transport technology someth…
-
```
I have a great idea. I haven't dived deep into wsdl2objc (yet) but I was
thinking it might be just what I need. Except for one thing.
Can we make an option to make the transport technology someth…
-
I'm running into a problem in that, there are 3 pieces of this system and all parts are not needed in all places. Specifically, in order to run the "start_execution" method...all we are doing it makin…
-
Refactoring the oncoscape core (14 dec 2015)
These notes propose some simple changes to Oncoscape in order to create a more flexible server. The principal change is the use of [the Factory Pattern](…
-
Idempotency keys (AKA Idempotent keys) is a pattern used to prevent duplicate requests by allowing the consumer of a service to send a value that represents the uniqueness of a request, so that no req…
-
Todo:
- [x] Basic REST
- [ ] Item entity
- [x] Name, desc, price
- [ ] Tags/categories
- [x] Image URI?
- [x] Repository
- [ ] Queries
- [x] basic CRUD
- [x] Search name and descr…