Hello everyone,
I'm writting a small python script notify me when certain condition met. I used smtplib which does the emailing for me, but I also want the script to call my cell phone as well.
I can't find a free library for phone callings. Does anyone know any?
Thanks a lot.
-J
...
I'm currently looking for a Java Mesh Library.
If my understanding is correct, this would be something similar to OpenMesh.
All I've found at moment is JMesh 'A Polygonal Mesh Library in Java' (http://jmesh.origo.ethz.ch/) which is still in development.
Context : turning a very large stl file into a Mesh structure (probably winged- or...
I built few open source binary/libraries and found that the binary/library is dependent on other libraries statically.I want it to link dynamically. This would allow my binaries be moved to any location and will be path independent. I mean if i export the Library path the binary should be able to locate the library and run successfully.
...
I've written a data collection script for Cacti in Ruby and it runs fine from the command line but Cacti runs the script via "env -i" which strips the environment so Ruby can't find the rubygems library ("in `require': no such file to load -- rubygems (LoadError)"). How might I work around this?
...
Hello everyone,
I am presently designing a message queue system that will be used by various applications and am having a difficult time trying to decide whether to use WCF to provide the services or use a shared class library (DLL) and deploy the DLL with the clients.
For some additional information:
• The queue is stored in a SQL ...
Which Python library for syntax highlighting is the best one? I'm interested in things like supported languages, ease of use, pythonic design, dependencies, development status, etc.
...
Hi, I have a dynamic library compiled with visual studio.
(so 4 files: Library.dll, Library.lib, Library.def and Library.exp)
This dll contains exported classes and functions.
Is there a way to obtain C/C++ header files (.h) with these files?
...
This seems like a pretty straightforward thing to do, but I can't find anything off the open-source shelf.
Is there a solution already out there that does the following:
can be configured with an arbitrary XSL stylesheet
generates a web form based on an arbitrary XML document and the XSL
creates edit functionality in appropriate place...
Why is the Process class part of the Diagnostics namespace?
This is a part of design of the BCL that kept me wondering for some time now. I find it kind of counter-intuitive, I fail to see the connection between Process and for instance the Debug and Trace classes.
...
I am new to PEAR::Mail, and I am looking for a tutorial that can teach me how to send bulk mails(10K+ emails). "Using mail() in php is not efficient, as its open and close the smtp sockets", this is what I read from internet sources (could not find link now, grrr).
Thus, I am thinking of doing it manually and using mail library that ar...
Hey guys,
I'm trying to install Mono on CentOS 5.3.3 through Yum.
According to the instructions I found elsewhere I grabbed a copy of mono.repo from the Mono site and placed it in the /etc/yum.repos.d directory.
The file looks like this:
[mono]
name=Mono for rhel-4-i386 (stable)
baseurl=http://ftp.novell.com/pub/mono/download-sta...
when i compile lex.yy.c with lfl gcc recognizes that some .a file of the flex library might be needed to be linked with my code. similarly for yacc we specify the -ly compiler option.
in other words if i create a library, abc.a i want gcc to recognize that whenever a program is compiled with -labc it should link with the library abc.a. ...
Hello there,
I need the 100% .NET library to edit PDF Info like Author, Title, Creator, Subject and Keywords. All PDF libraries I tried are unable to do this without completely resaving the hole PDF documents. So for huge files (>35MB) it takes too much time. I need only to update several text fields (see above) and I don't need to resa...
i'm looking for a 3d math library in python or with python bindings.
it needs to handle rotation, translation, perspective projection, everything basically.
what im NOT looking for is a library aimed at drawing on the screen, googling for hours only led to 3d libraries bent on rendering something to the screen. i dont want any visuali...
How do get the path of a installed Perl module by name,
e.g. Time::HiRes?
I want this just because I have to run my perl script on different nodes of a SGE Grid Engine system. Sometimes, even run as other username.
I can use CPAN.pm to install packages for myself, but it is not so easy to install for other users without chmod 666 on fo...
I've written a library which handles all the TCP/IP comms with our custom embedded hardware. It is used with most of our in house software and in the future could possibly be sold separately.
The most annoying thing this is that every time I handle events from the library, I have to have a seperate function to invoke through. I can only...
Hi,
I want to use the CSV library provided by filehelpers: http://filehelpers.sourceforge.net/
I will be making my own bulk CSV import/export library specific to my app which utilizes these classes.
Now Filehelpers states it can be used with commercial applications, however if I myself am building on filehelpers to build an import/exp...
Is there a free library that has the same features of Java's Robot class for C++?
http://java.sun.com/javase/6/docs/api/java/awt/Robot.html
...
I am considering to write an application that would covert the comments in reddit threads (example) to emails. The idea is to parse the reddit json data (example) and send new comments as plain EMails to subscribed users. One of the users can be gmane, so you can also read the comments over there. The motivation for writing this tool is ...
Hello,
I was reading about compression in programs and I started to create a new simple project, a zipper (just a zipper, not an unzipper), but I only found zLib, and it's for C. I know that C libraries can be used in C++, but I like to use C++ libraries. Does anyone know a good one to suggest?
Best Regards.
...