Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I searching for a php code of the "stable marriage problem" for a project that I'm writing...
I once wrote the code in java but now I need it for a php project.
I got the extension from GitHub but I don't really know what to do with it. I don't know if its a php file or something else.
thank you!
The link you provided in the comments does not contain a PHP file/library. It appears to be a Haskell library. This should point you in the right direction: https://www.leaseweb.com/labs/2013/04/stable-marriage-problem-in-php/
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
after hours of search i ask this question now.
im searching for a php framework what has only a backend part for command line tools like database config and a folder structure.
I dont need any frontend/web parts.
Have a look at Laravel all of this stuff is really easy and you don't have to use the frontend/web part at all.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have a really large PHP script and I would like to know how many characters it has.
Is there any software that can count me how many files and chars are included in my project?
As mentioned by Mark Baker, the needed solution:
phploc
A tool for quickly measuring the size and analyzing the
structure of a PHP project.
phploc
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
guys
Do you know any available PHP third party application or script which allows all my registered members to share their files to other members?
I'm thinking similar with this one (My concern on that are there is no support doc and it seems the author of the script is gone for a long time.)
http://codecanyon.net/item/really-simple-file-sharing-web-application/51228
Really appreciated to your help! Thanks
Opendocman checkout this open source application. Hope this helps you.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I've been looking for an issue tracker that supports multiple projects and has a wiki.
I found Redmine, which fits what I need, and Trac, but I need one written in PHP.
I took a look at MantisBT, but that's not quite what I'm after.
Traq appears to fit your needs, PHP (version 5.3+), multiple projects and wiki.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Especially I want to translate this answer in matlab to PHP, is it viable?
No. This tool not exists.
But you can do this simple by hand using some for statements. With using GD and some code to Image Processing.
More information how to implement Image Processing you can find at http://php.net/manual/en/book.image.php