Best Opensource Online Task Management/Project manager? [closed] - open-source

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Best Online Open source Project manager/Task Manager???

I'm Using collabtive

Check out Teamlab it's free and open source

Been quite impressed by Redmine myself.
There are hosting providers.

I discovered Plancake. It looks pretty neat.

You can check out 37signals apps like Basecamp. They have free plans.

Related

MySQL online testing tool [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
is there an online tool for MySQL (or just SQL) that lets me quickly test some ideas that come to my mind randomly?
Like JSFiddle for HTML/CSS/JS
Or http://writecodeonline.com/php/ for PHP?
Something like this but for MySQL.
Thanks in advance.
Are you looking for something like this?
http://sqlfiddle.com/ or http://sqltest.net/

Opensource Inventory management desktop application [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am a .Net developer and i have to make an Inventory management system.
So, i am looking for an opensource Inventory management system in C#/VB.Net.
.Net is my first preference but i can consider other options as well.
So, my question is:
1- Can anyone give me a link to a good opensource desktop Inventory software ?
I would start looking at codeplex.com
http://www.codeplex.com/site/search?query=Inventory&sortBy=Relevance&licenses=|&ac=3

Software to draw Binary Search Tree or any other tree structures [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I need to plot BSTs on the computer.
Is there any software that does this job?
Does this look like what you are looking for:
http://www.codeproject.com/Articles/334773/Graphical-BinaryTrees
well..I just found one and it seems to do the job quite well.
TreeForm Syntax Tree Drawing Software

MySQL driver for node.js to work with Sphinx [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Which drivers out there...
have support for all or most features of MySQL;
are actively maintained;
are asynchronous and support pipes;
can interface with Sphinx?
I've used a couple but this is my choice:
node-mysql
https://github.com/felixge/node-mysql
Well maintained and documented. The author is a node.js contributor and one of the founders of transloadit, I believe. As well as the author of node-formidable.

Open source alternative to Tableau? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am looking for an interactive exploratory tool to embed in a commercial application.
I am looking for a commercial-friendly licensed open source alternative to the wonderful Tableau system
Take a look at Pentaho. It's built from open source parts so you should be able to reuse parts of that. There's also R, though that is really more of a statistical programming framework than an ready-to-use exploratory tool.
If you're looking for something that's as easy to use as Tableau though, I'm afraid you won't find any open source solutions.
You can build interactive exploratory visualizations in the browser with D3.