Hi All,
I am trying to get a list together of tools/libraries that make me more productive or more efficient.
Tools I am using at this moment are ELMAH for all my logging or errors and exceptions.
I am also using the JQuery validation library and been playing with xVal lately.
I know there are similar posts, but they are very broad, ...
Are there any production quality JSF 2 implementations yet? If so what are they?
...
Hi i want to make one WPF control library applcaiton.
In that i will load images depends on the text.
So i used code like this
if (string.Compare(AlStatus,"HH")==0)
src1 = @"pack://application:,,,/WpfApp;component/data/HH.bmp";
else
src1 = @"pack://application:,,,/WpfApp;component/data/Normal.bmp";
.
.
Img1.Source = new ImageSour...
Babel or pybabel is an interface to the CLDR (Common Locale Data Repository) in Python. As such, it has the same 'knowledge' as PHP's i18n functions and classes (if the appropriate locales are installed on the host), but without the hassle of using process-wide settings like setlocale().
Is there a similar library or toolkit for PHP? Es...
Hi,
Is there any free gate way or a way that I can use to send SMS from my code.
...
I am currently working on a PHP application that puts me in the desperate need of all the Countries, States and Cities in the world.
In the application, when you select a Country from the drop down menu, it loads up all the States in the selected Country into another drop down menu. When you then select a State from the newly generated ...
I have .lib file with its header (.h) file. This file have a few functions that need to be used in C# application.
After googling i found that i need to create a dynamic dll from this static library and call this dynamic dll from C# code using interop.
I have created a win32 project and selected type dll.
Included header file and adde...
I would like to use Python to simplify a series of partly manual multimedia processing steps. I'm aware of the possible performance issues but this would be partly a learning project, and partly for ease of maintenance. Specifically, I want to create enhanced podcasts from MP3 files, although starting from MP4 is reasonable given ease of...
I'm developing a Mac OS X Cocoa app and want to use several .dylib libraries. How do I set the path to a .dylib which resides somewhere in my Application folder? What if the path resides in different directories on different computers or is not existent at all?
...
Can you recommend a good debugging malloc library for linux? I know there are a lot of options out there, I just need to know which libraries people are actually using to solve real-life problems.
Thanks!
EDIT: I know about Valgrind, but sometimes the performance is really too low.
...
I am looking for a .NET library (or, more specifically, a .NET component) which allows me to write annotations to a document (not specifically a Word document - the component itself could display a document which I can also add annotations to). Even better would be something with similar functionality to the reviewing process in Microso...
I know there are several libraries to connect to xmpp servers, but is there an xmpp server library somewhere written in python?
...
I am looking for a pure Ruby solution to convert UTF-8 to GSM-7 and back, and do septet encoding/decoding along the way.
Background here is: Sending and receiving SMS via a gateway and via REST-requests.
I found a solution with libiconv (http://mobiletidings.com/2009/07/06/gsm-7-encoding-gnu-libiconv/) (which works more or less, but is...
I am looking for a reliable P2P framework or library, preferrably natively written in C#, but can also work with something C# can interface with. Have you came across or have worked with a solid one?
...
hi there,
i'm getting errors when trying to build the decnumber++ library in vs2008. the error i'm getting is C2995 and C2666. to me it seems visual studio is not allowing template function overloading? if anyone has any ideas i would really love to hear them. if anyone would like to try and build this decimal library in VS to see if th...
What are the advantages of using Framework over Library or other way around while developing Web Applications or different types of Software.
I understand using Framework we can make use of basic functionality and then add upon functionality which we require but I am having hard time understanding the advantages of it as if we develop ...
I'm wondering if anyone knows of a PHP library that I could compile into my app for the iPhone? Basically I'm wanting to allow the phone to display pages stored locally that have PHP in them and display them in a UIWebView.
...
I want a open source library for optical mark reading (OMR).Is there any such library?
I want to use this library with my java application.
...
I have a need to create a library of Object Oriented PHP code that will see much reuse and aspires to be highly flexible and modular. Because of its independent nature I would like it to exist as its own SVN project.
I would like to be able to create a new web project, save it in SVN as its own separate project, and include within it t...
I have found the code which links against of 'g2c' library. Why do I need it? Just would like to understand why it might be important and what it does in general.
Thanks!
...