Questions tagged [collaborative]
42 questions
12
votes
8 answers
Is there an open source realtime collaborative wiki engine?
I am looking for a wiki engine that is:
open source
real time
collaborative
A sort of mix between MediaWiki and an open source version of Google Docs where several users could see each other's edits in real time.
Is there such a state-of-the-art…

Jerome WAGNER
- 21,986
- 8
- 62
- 77
12
votes
3 answers
Anyone knows of an OpenSource Collaborative Translation app?
like the one Facebook used to localize its site?

Gaith
- 137
- 1
- 3
8
votes
2 answers
Using SlopeOne algorithm to predict if a gamer can complete a level in a Game?
I am planning to use SlopeOne algorithm to predict if a gamer can complete a given level in a Game or not?
Here is the scenario:
Lots of Gamers play and try to complete 100 levels in the game.
Each gamer can play a level as many times as they want…

CyberStudent
- 181
- 3
6
votes
3 answers
Google Wave extension for Programmers and their Code
Sorry if this is well known but Googling for my answer only came up with links about making Google Wave gadgets.
My question is, are there any Google Wave gadgets that allow for better collaborative code editing? I mean, I can set the font to fixed…

physicsmichael
- 4,793
- 11
- 35
- 54
4
votes
2 answers
Collaborative Filtering / Recommendation System performance and approaches
I'm really interested to find out how people approach collaborative filtering and recommendation engines etc. I mean this more in terms of performance of the script than anything. I have stated reading Programming Collective Intelligence, which is…

nlyn
- 606
- 1
- 7
- 20
2
votes
0 answers
RealityKit – Collaborative experience with one Entity
I'm trying to make a simple collaborative app with RealityKit and the MultipeerConnectivity framework where all users can interact with the same entity. I have a simple RealityComposer .reality file with a cube that jumps up every time the user taps…

iMax
- 31
- 1
2
votes
1 answer
403 Forbidden error when trying to add song to another collaborative playlist with Spotify Web Api
Here is the code I am using to add songs with a button I made. The button works fine, as I am able to add songs to my own playlists. However when trying to add songs to someone else's collaborative playlist, I get a 403 forbidden error.
I have…

McNamaras2
- 21
- 2
2
votes
1 answer
Sync framework: How to use/sync single data (file) across multiple instances of same application
Currently we have an application (a diagram editor), that have the ability to save and load (serialize) its state in a xml file.
Now we want this application to behave like Microsoft OneNote application. Where multiple users have the ability to…

Jegan
- 21
- 5
2
votes
1 answer
Can Gobby/Sobby be used for collaborative edition for a team of developers?
Gobby/Sobby is an open source client/server for collaborative edition of plain text file (source code).
My question is 4-fold :
Can you share any real-life usage of Gobby/Sobby for development among a group of physically separated developers ?
Is…

Jerome WAGNER
- 21,986
- 8
- 62
- 77
2
votes
0 answers
Oryx recommendation for Item-Item CF
Recently I cloned oryx and started working with it, but apparently it has only one type of recommendation algorithm implemented (ALS-SVD). For the type of data that I have this algorithm gives terrible results, I checked it with Mahout. I am…

yashar
- 71
- 6
2
votes
1 answer
Cannot find method 'attach' for sharejs object
While following the tutorial link https://github.com/share/ShareJS/wiki/Tutorial%3A-The-Basics
when i do the final
$node index.js
I get the following error.
/home/devilz/Project/lib/index.js:20
ShareJS.attach(server, ShareJSOpts);
…

Ankit Gupta
- 87
- 2
- 8
1
vote
3 answers
Colloborative programming with compiler
Does anyone know of any software like Google Docs, or collabedit that allows you to edit realtime collaboratively and even compile a .cpp or other program over the web?

CyberShot
- 2,265
- 6
- 28
- 36
1
vote
0 answers
Aggregation of predictions from ALS Model - SPARK Collaborative filtering
I'm using the ALS algorithm (implicitPrefs = True) in Spark 2.1.0 for collaborative filtering.
I am wondering if it is possible to aggregate the prediction scores. Lets say for a User1 there are the following predictions:
Item a: 0.4
Item b:…

jmrth
- 11
- 2
1
vote
1 answer
Can we use gmail API to access a collaborative inbox?
I have tried to use Gmail API to access a personal mailbox, it works well, but is it possible to access a google collaborative inbox with Gmail API too? Thanks.

Allen
- 13
- 3
1
vote
1 answer
OpenMDAO - CO (Collaborative Optimization) on Sellar test case
An almost similar question was asked but subproblem class was implemented in OpenMDAO to tackle this issue but does not seem to work in my case
I am trying to solve Sellar in CO architecture , starting from subproblem example on 1.7.3 version…

ThierryONERA
- 71
- 4