Hi hi,
I'm looking for a easy to learn php library to use for my coming web app project.
I've recently finished a web app with fully handwritten raw php code and it's absolutely hard to be done again for another project.
even though I have the recent project code snippets to be used again, but due to their non-structural arrangement (not...
Want to implement some network capabilities and I wonder what library should one use for cross-platform purposes.
Have only java experience in sockets, so google gave a few tutorials using sys/sockets.h, library sockets++ and boosts asio, which all should be crossplatform capable.
Basically I want to use tcp and ipv4 (maybe ipv6 later ...
Hi,
I have never been clearly understand all these linking/building/dependency business. Now, I am trying to build the FreeType library (which is in C++), into the *.a library file for the iPhone (because another library I am trying to use, openFrameworks, would depend on FreeType).
I know that to compile C++ with iPhone I simply need ...
I'm looking for a library which can perform a morphological analysis on German words, i.e. it converts any word into its root form and providing meta information about the analysed word.
For example:
gegessen -> essen
wurde [...] gefasst -> fassen
Häuser -> Haus
Hunde -> Hund
My wishlist:
It has to work with both nouns and verbs.
I...
I'm currently using a lot of the same subclassed objects with custom methods. It would be more convenient to create my own library which I can use for several projects.
The goal is to have my own classes being available in the same way classes like UIView, CGRect etc are, including convenient methods like CGRectMake, both with classes ...
We have several library projects which are referenced as using statements like this:
Using XYZ.Controllers;
namespace test
{
Public partial class testing: System.Web.UI.Page
//...
Private void aTest()
{
string Fred=AController.GetAName();
}
//...
}
The controller AController would be created in another project...
What GA/GP lib do you use and why?
...
Is there an open source survey engine for java that will allow branching of questions? i.e. Question 1 has the options of A, B, or C and they each take you to a different set of follow-up questions.
I've found a couple (JSurveyLib and Socrates QE), but those seem to be very tied to a GUI.
The application that I'm writing has a java bac...
This question is kind of a subset of 90308
I'm looking for a good date library in any language which can handle periodic concepts
Date Ranges/sets which are independent of year:
dr = 1 May - 31 August
(4 May 2010) in dr
true
(4 May 2011) in dr
true
(4 March 2012) in dr
false
Day sets:
ds = m tu w sa su
(Mon, 4 ...
How does one find out what is the lib that the above flag is referring to?
How would I do it for some other one?
...
I'd like to create several instances of a class in codeigniter.
I have created my class as a library, but cannot figure out the syntax to use to create more than 1 instance.
...
I've decided to learn D, and I'm wondering which standard library I should use. Should I use Phobos or Tango? What are the pros and cons of each?
...
hi,
I've a native binary dependency for my c# solution which comes in Debug and Release variants, and I'm trying to figure out how to best organize this such that
(1) It ends up in the build output, and is found when running unit tests
(2) It lives under the checkout directory in source control
(3) The correct variant (debug/release)...
There are a lot of JavaScript libraries out there these days (extJs, Scriptaculous, Dojo, prototype, Solvent and many more). Couldn't find any site comparing cons and pros.
Could anyone give recommendations?
Things to consider:
- size
- performance
- Cross-Platform
- ease of use and documentation
- (special reason to use a specific one ...
I'm looking for a library for C that gives me at least some of the things I really miss from C++ and the STL/Boost. (I have to use C, so please no "use C++" posts)
I need
dynamic strings (that grow and shrink automatically)
some sort of list (std::vector replacement)
something like stringstream (for type conversations & buffers)
Fur...
I would like to play sound in my application, as far as I know, .net can only handle wav files by default. Is there any sound playing library which I can use? I know about bass but it is not free for commercial use. Any pointers would be helpful.
...
I'm trying to find a nice library for user friendly exception handling for unhandled exceptions.
I found the following one:
http://www.codeproject.com/KB/exception/ExceptionHandling.aspx
Is there any other similar projects out there LGPL/Free (or cheap).
I'm looking for features like:
User friendly crash screen
Remote Logging with a...
Hi:
I have created a few AUTOObjects using Delphi and its type library. It compiles without error, but when I tried to register it, Delphi froze, and doesn't return to normal. I have tried to register it in both Delphi 7 and 2006, but both get into the same problem. I tried to register a simple library in Delphi's demo, I am ruling out ...
SQLite has a reputation of being small, fast and flexible. I used it in one of my C++ projects to save simple statistics to a file. Once for 15 minutes 3-5 new simple records (5 rows of integers) were saved into the database. During few weeks of such SQLite usage I quickly observed clearly noticeable disk usage. I wasn't expecting that, ...
Is anyone aware of a good face-recognition library for .NET? I am writing a Facebook client and I'd like to apply face recognition when a user wants to tag an image. Any suggestions will be highly appreciated!
...