Difference between revisions of "Code Library"
From Linuxnetworks
(initial) |
(remove redirects) |
||
| Line 1: | Line 1: | ||
| − | == [[Code Library | + | == [[Code Library/ComboBox|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. | 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 [[Code Library | + | More about the [[Code Library/ComboBox|ComboBox]] |
| − | == [[Code Library | + | == [[Code Library/IPPrefTree|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. | 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 [[Code Library | + | More about the [[Code Library/IPPrefTree|IPPrefTree]] |
Latest revision as of 16:38, 17 May 2007
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