Package:
Summary:
Monitor changes in files of a directory
Groups:
Author:
Description:
This class can be used to monitor changes in files of a directory.
It can traverse a given directory and keep track of the list of files that it contains and their modification dates. The file list information is stored in a given file.
The class can traverse the folder again and compare the current file list with the previous scan list. Any changed, added or deleted files can be notified to a given e-mail address.
Fancy writing a computer program in the C programming language? The Turbo C 2.01 compiler has been restored to the
Free C/C++ Compilers and Interpreters page.
I'm not sure when it got removed from my list, but I think it was around the time Borland sold its development tools,
and the new owners started removing the free compiler suites that Borland used to provide. Anyway, it's back. For
those not familiar with Turbo C, it was a famous C compiler known for its fast compilation, built-in graphics library and IDE
(development environment).
On the other hand, if you prefer a more up-to-date tool so that you can write computer programs
for a modern system like Windows, Mac OS X, Linux (etc), take a look at the other
free C or C++ compilers on the page. There are
now 38 of them listed, so chances are that you should be able to find something you like.
Package:
Summary:
Manipulate text strings as in Java
Groups:
Author:
Description:
This package can be used to manipulate text strings as in Java.
It consists of classes that implement an extensive set of functions for manipulating text strings, comparisons, matching patterns, localization, etc..
Package:
Summary:
Compute the stem of a Spanish word
Groups:
Author:
Description:
This class can be used to compute the stem of a Spanish word.
It uses Porter's stemming algorithm to compute the stem of a given Spanish word.
The class supports removing common suffixes and works with words encoded with UTF-8.
Package:
Summary:
Compute the body mass index of a person
Groups:
Author:
Description:
This class can be used to compute the body mass index of a person.
It takes the height and weight of a person with at least 18 years old and computes the respective body mass index.
The class also returns a classification of the person weight, whether is above or below the ideal weight. It can also considering the level of amputation of a person that lost body parts.
Package:
Summary:
Get the IP address of computer accessing the site
Groups:
Author:
Description:
This class can be used to get the IP address of computer accessing the site.
It can check the server request remote computer address or the headers sent by proxies to determine the real address of the machine accessing the site.
Package:
Summary:
find the ip that visits us
Groups:
Author:
Description:
see the ip that visits us
Package:
Summary:
Generate multiple sitemaps crawling sites
Groups:
Author:
Description:
This class can be used to generate multiple sitemaps crawling sites.
It can crawl one or more sites to retrieve its pages and follow links recursively and determine the addresses of all pages to include in a XML sitemap.
It can ignore given URLs to avoid crawling and including in the sitemap.
The class uses the Curl extension multi-request support to retrieve multiple site pages at the same time.
You can also notify such services as Google, Yahoo, Bing, Ask and Moreover about your sitemap update.
The class may also notify Google, Bing, Yahoo, Ask and Weblogs when the sitemap is updated.