Package:
Summary:
Execute MySQL SELECT queries from parameter lists
Groups:
Author:
Description:
This class can be used to execute MySQL SELECT queries from parameter lists.
It can execute SQL select queries from parameters that define tables, fields, field values, condition clauses, result set order columns, and result set record ranges.
Package:
Summary:
Find files with the same contents
Groups:
Author:
Description:
This class can be used to find files with the same contents.
It can traverse a given directory recursively and compute the MD5 hash of all the files that it finds.
The class returns the list of files that have the same contents based on having the same MD5 hash value.
A new Windows resource editor has been added to the Free Resource Editors,
Compilers and Icon Editors page. Resource editors are used by 3 groups of people for different purposes.
Ordinary computer users sometimes use these editors to create customized icons for their desktop (to make their desktop interesting
or different from others). Programmers use them to create things like icons, menus and dialog boxes for their programs. Webmasters
use them to create a favicon for their websites.
(A favicon is an icon that is placed next to your website's address in a browser's location bar and bookmark.)
Package:
Summary:
Retrieve and display Twitter user timeline
Groups:
Author:
Description:
This class can be used to retrieve and display Twitter user timeline.
It retrieves and parses the RSS feed of the a Twitter user timeline statuses and generates HTML to display it.
The class stores the generated HTML in stored in an cache file that is valid for 1 hour before the class retrieves the latest updates to the use timeline.
Package:
Summary:
Create and manipulate adjacency lists in MySQL
Groups:
Author:
Description:
This class can be used to create and manipulate adjacency lists in MySQL.
It can perform several types of operations to store and retrieve information in a MySQL table of nodes of an adjacency list.
Currently it can: add nodes, retrieve the list of all nodes, get the children of a given node, change the parent of a node, and delete nodes.
Package:
Summary:
Validate and process uploaded files
Groups:
Author:
Description:
This class can be used to Validate and process uploaded files.
It can validated a given uploaded file checking its MIME type and file size against a given limit.
The class can also create directories to store the uploaded files.
Package:
Summary:
Validate and process uploaded PDF files
Groups:
Author:
Description:
This class can be used to Validate and process uploaded PDF files.
It can validated a given uploaded PDF file checking its MIME type and file size against a given limit.
The class can also create directories to store the uploaded files.
Package:
Summary:
Connect to a MySQL database
Groups:
Author:
Description:
This is a very simple class that can be used to connect to a MySQL database.
It establishes a connection to a given database server and selects a given work database.