Hi All,
I'd like to know if there are any image librarys can cut the white edge of a picture automatically,
for example:
cut The Wonderful Wizard of Oz.png
to cutted.png
opensource would be very handy
Thanks advance for your help.
Best regards,
hb
...
What tools or web services are available for machine text translation.
For example
ENGLISH TEXT > SERVER or LIB > GERMAN TEXT
Libraries are also acceptable.
Is Google language API the only one ?
...
Note that this has to be on a windows box as I am using c# to access information about windows
(I need information from both a windows box and a linux box, plus I think that making a program/script that runs without gui and accesses windows from a linux box without user intervention would be more difficult, if this is not true please te...
What are some good image libraries for C#? Mainly for things such as painting in layers. Or maybe a resource that can describe similar tasks?
...
I'm new to Windows concepts. I'm trying to develop a DLL that also dynamically links against other DLL's. I'm using Visual Studio 2010. At linking time Visual studio tells me it's trying to link against a bunch of .lib files. I don't think Visual Studio should attempt to read any .LIB files if I want my code to perform dynamic linkin...
Hi everyone,
I am using CodeIgniter and reCaptcha, but I'm not sure how to properly use the recaptcha library. In the demo, no matter what I type in I get the success message. So that leads to my question:
Does anybody know of a good CodeIgniter reCaptcha library tutorial
Thanks,
Lemiant
...
Is there any library out there which can generate pdf form like adobe acrobt ?
...
<?php
class MY_Form_validation extends CI_Form_validation {
function My_Form_validation()
{
parent::CI_Form_validation();
}
}
This is the code in the file MY_Form_validation.php that I have created in my CI libraries folder. There were some functions in there but i removed them to try and get to the bottom of th...
hi all guys,
i'm trying to do myself a good simple request control library.
this is my code:
class CI_Request
{
public function isAjax()
{
return isset($_SERVER['HTTP_X_REQUESTED_WITH']) && $_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest';
}
public function isPost()
{
return isset($_POST)...
Hi,
I noticed that when linking boost libraries in VS2010, I only need to specify the linking directory, and the compiler automatically selects the right libary to link.
How can I do the same with my libraries?
...
I need a native HTTP proxy library. Ideally, something that would let me specify the ports to listen on, and would call me back when requests arrive. Does such a thing exist? Ideally, it would work on Windows & Linux platforms.
...
Hi,
I would like to specify the regular expression during run-time, not compile-time.
So that is why pcre falls out.
Do you know C/c++ regular expression library that can parse streams and can recognise relatively complex regular expression such as .+?
Thanks.
...
Hi everyone,
I am using the CI validation class to do server-side validation and Jquery validation to do client-side validation. Is there some way I can leverage the CI validation and form building, so that when it is creating the form elements it creates them with class="<equivalent of CI validation rules>"? This way, if I change the v...
Hi.
Is there such thing? I didn't find any :(
...
I pulled out an application that I wrote in C++ using the sfml library, but I'm having trouble setting up the library in Eclipse. I specified the include path, the lib path and included all the necessary .so libraries to link to. the application compiles fine but it complains at runtime about missing libraries. Why is this happening? Did...
Hi,
I'm attempting to use the boost library in my C++ project (Visual Studio 2008).
However on including the boost functions for time:
#include <boost/date_time/gregorian/gregorian.hpp>
I get the following error (along with a number of warnings):
fatal error LNK1104: cannot open file 'libboost_date_time-vc90-mt-gd-1_44.lib'
...
Well, I am Developing a program in C++ in an Ubuntu 10.04.1 (Intel Core2Quad) LTS, but the releases are running in a Debian 5.0.5 (Intel(R) Xeon(R) CPU). Some libraries such as crypto++ or mysqlclient have different versions in both OS. So I decided to compile the binary statically with all the libraries statically compiled in the Ubuntu...
Hi, maybe there's someone who know where can i find example how to use or documentation to dicom# library?
...
I need to manipulate a subversion client from python. I need to:
check the most recent revision to change something under a given path.
update a client to a given (head or non head) revision
get logs for a given path (revisions that changed it and when).
A quick search didn't turn up what I'm looking for and I'd rather not have to wr...
GOAL
My goal is to find a text file or library that enables me to map when given a mime type input and return a nice human friendly format.
For example given the mime type for Word (as shown below) I would like a result that is something like "Microsoft Office Word Document".
application/vnd.openxmlformats-officedocument.wordprocessing...