Code Library

From Linuxnetworks
Revision as of 16:08, 15 April 2007 by Nose (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

ComboBox - Find and manipulate database content with AJAX

The ComboBox is a new HTML element which combines a select box with an input field. It is realized by using Javascript and CSS for the visual experience and functionality and can be used in combination with AJAX to populate select boxes on the fly based on the input of the user.

More about the ComboBox

IPPrefTree - IP tree structure with prefix based operations

The C++ IPPrefTree template is a very efficient data structure for adding any kind of value to an arbitrary node in the tree and retrieving them again. Moreover, it is possible to find the best matching tree nodes for a given IP address/prefix combination and walking up the tree retrieving all values from parent nodes.

More about the IPPrefTree