Open source application to track and manage low level plans [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.
I work in a team of 5. We track our low level plans in spreadsheets. This always results in some sort of miscommunication, delay as it is not updated or out of order. Are there any open source tool that can be used to manage low level plans/stories for a small team efficiently?

Well, I'd try using Planner. I use it to manage my little projects, as I forget what I was debugging and when I did it. It's clean and simple, and it's got Linux and Windows binaries (no idea about Mac).
Here's a screenshot:

Related

chrome.identity API availability [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.
Does anyone know when the chrome.identity API will make it to stable?
http://developer.chrome.com/apps/app_identity.html
You can follow https://code.google.com/p/chromium/issues/detail?id=233250 for progress. The API is unlikely to make Chrome 28 stable, but Chrome 29 is a possibility. Using the API in your in-development applications and filing bugs based on your usage are the kind of feedback the team needs to increase the chances of making stable sooner.

HTML5 Rendering performance report [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.
Are there any tools that can give performance reports on HTML5 rendering. If so can the tool be automated as soon as development finishes and the user can get the performance report so that he can compare it with the previous values.
We require the tool to get the NFR metrics for benchmarking.
HTML5 supports a WebTimings API but this gives a good first intro to the topic: http://www.yottaa.com/blog/bid/215492/Using-Web-Timing-API-To-Measure-Page-Performance.
There is a Chrome demo at http://webtimingdemo.appspot.com/

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

Where can I host many open source projects? [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.
in my spare time I create open source projects which I hosted at google code in the past but apparently google limits the maximum number of projects to 25 which is not what I want.
I have many small projects that I want to share and showcase.
What would be your choice? I know github and sourceforge but I couldn't find information about their limitations so I'm not sure.
Where would you host more than 25 projects?
My choice would be GitHub. I don't believe they impose restriction on the number of public repositories you may have, they only ask you to keep under 1Gb each.
You can use:
github
sourceforge
I'm using github a lot more than the second..

Open Source ALM [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.
I am looking for the current recommendations for all-inclusive open source ALM system, essentially an open source alternative to Microsoft's Team Foundation Server.
I have found two so far, Jabox and Endeavour.
Are there any others that you know of?
If you have experience with Jabox or Endeavour, can you comment on their relative merits?
I am looking specifically for all-in-one ALM solutions like Jabox and Endeavour, rather than individual applications like Jenkins, Bugzilla, TestLink, etc.
Two popular ones are OSEE from Eclipse.org and Tuleap.
Atlassian family of products can be considered as a single product. As far as I know they are open source and Atlassian gives them for free if you are developing an open source solution.