Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Does anyone know if there are premade open source webapps not from 2005 (preferably PHP, but Rails/pYthon are fine) for an esports (specifically, counter-strike: source) tournament?
I've googled a fair bit and can't find anything serious.
Thanks in advance!
While this isnt open source per se I still think it can satisfy your needs.
Both Binary Beast and Challonge serves an API from which you can create and manage tournaments.
Binary Beast even provides libraries to interact with the API.
You will have to do some front end programming yourself or host it entirely on their site.
Related
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
When I am writing PHP i find it really hard to keep track of all the changes/bug fixes I make.
When you are creating a script in PHP what do you use to keep a track of any changes that you make along with adding version numbers and maintaining a changelog file?
Thanks in advance.
Use Versioning system. One of the most common is for example Subversion.
http://subversion.apache.org/
Subversion offers great features, like revision history, comparing between those revisions, also branching and tagging
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I am currently working on a big project (development) and I am looking for software where I can add the pending tasks and the progress of those tasks and time left till target project completion.
I need something that's simple to use.
Any suggestions anyone please?
Thanks
Have a look at trac. It is easy to use, free and there are a lot of plugins available, for example an integration into eclipse or SVN! You can plan every task with time left etc. of course.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I am looking for an open-source document circulation and workflow web-based system to add it in the website that I am developing now.
I searched a little bit in Google and I found the following interesting system:
http://www.cuteflow.org/index.html
But the problem with that system is no one can create workflow or document circulation except the Admin. What I want is such a system that makes any user creates a document to decide whether create workflow or not.
So do you know any web-based system that I can use it in the website? Any suggestion or feedback.
You could maybe take a look at the community edition of KnowledgeTree.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Is there any easy to implement webmail framework out there? It doesn't matter if it's free or commercial, as long as it's good and can be implemented to a custom design really fast.
Thank you!
Roundcube have support form themes and api for building extensions.
http://roundcube.net/about#features
Squirrelmail is written in PHP, and is time-tested and stable. Modifying CSS for custom design is limited, however.
Squirrel mail is pretty decent. You might want to ask this in serverfault? But I've set up a webmail server before and squirrelmail was decently customizable. I change the logo and some stuff, I didn't go all out on it. Perhaps you can ask them, squirrelmail peeps, about it too.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 14 years ago.
Improve this question
Does anyone have any idea as to when the Google App engine will support PHP?
When hell freezes? =) Nah. But I think only Google knows what's next on Google App Engine. Google and maybe a select few key developers around the projects that are candidates.
I believe that's slated for after Google AeroPork launches.
Yes. Google knows.
This question should be posed to the project's discussion group(s).
If you look at the latest roadmap you will see that they are indeed working on a new language runtime. However, I very much doubt it will be PHP. It seems people on the Net expect it to be Java, but until June 2009 (if all goes well) we'll just have to speculate.