It is web based, ajax, searches through 100M+ words very fast.
Source code is available on request. More details are here http://a32.me/2010/06/phpmydict-stardict-web-backend-with-php/
It is web based, ajax, searches through 100M+ words very fast.
Source code is available on request. More details are here http://a32.me/2010/06/phpmydict-stardict-web-backend-with-php/
Stardict is a popular open source dictionary program as well as file format for storing dictionaries. There are alternatives of StarDict, some of them better, some worse. But I never meet some WEB application to use dictionaries in StarDict format and interface through the web browser. I found this little interesting and created one…
Every PHP developer faces script debug issues. Simple way of var_dump variable content to HTML is of course the simplest but not convenient. It crashes site design and is not suitable for large amount of data.
I’d like to advertise nice tool to solve this issue. HackerConsole by dkLab, it is simple, fast and easy to use.