Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
8answers
2k views

Operational Transformation library?

I'm looking for a library that would allow me to synchronize text in real-time between multiple users (ala Google Docs). I've stumbled upon Operational Transformation, which seems to fit my needs. ...
2
votes
2answers
113 views

Best language for OR algorithms implementation [closed]

I know, it's a FAQ and the best answer is "it depends on what you want to do". But another conversation could be helpful. I'm an undergrad studying OR (operational research) which requires studying ...
2
votes
3answers
231 views

Operational Transform Implementation (not javascript)

I'm looking to implement multi-user operational transform just for plain-text based changes on the server-side on a web-site. Is there a non-javascript implementation that you can recommend?
2
votes
1answer
240 views

Commutative (operational transform) diffs for databases

What Unix program generates "diff"s between text files (or INSERT/UPDATE/DELETEs for databases) in such a way that the order that the "diff"s are applied in is irrelevant, and the result is ...
2
votes
7answers
2k views

Free/open source service (SOA) management and monitoring tools

I was looking for Free/open source service (SOA) management and monitoring tools. What tools have you used and is there any tool that you recommend? Thanks Manju
1
vote
0answers
14 views

What kind of server for operational transform operations?

I am hoping to use the Diff-Match-Patch algorithms available from google as apart of the Google-Mobwrite real time collaborative text editor protocol in order to embed a real time collaborative text ...
0
votes
0answers
61 views

operational transformation based database

Is there such kind of database with operational transformation supported running on Linux? it is better if it also has a rails adapter. I know CEDA is one which has many features are what I need, but ...
0
votes
1answer
148 views

Shelf packing problem

I'm faced with a Shelf Packing problem and am currently conducting some preliminary research as to which algorithms/heuristics are currently yielding the best results. Since the problem is NP hard I ...