1180 projects tagged "OS Independent"
Zebra_cURL is a high performance PHP library acting as a wrapper to PHP's libcurl library, which not only allows the running of multiple requests at once asynchronously in parallel, but as soon as one thread finishes, it can be processed right away without having to wait for the other threads in the queue to finish, eliminating wasted CPU cycles from busy waiting. This result is a faster and more efficient way of processing large quantities of cURL requests (like fetching thousands of RSS feeds at once), drastically reducing processing time. This script supports GET (with caching) and POST requests, and basic downloads as well as downloads from FTP servers, HTTP Authentication, and requests through proxy servers. For maximum efficiency, downloads are streamed (bytes downloaded are directly written to disk), removing the unnecessary strain from the server of having to read files into memory first and then writing them to disk.
MuLaNEO implements algorithms to design and provision resilient multi-layer networks, or hierarchies of technologies (IP/MPLS, Carrier Ethernet, SDH/SONET, etc.). It includes modelling of these technologies, visualizes their interrelations, and allows the dynamic provisioning of the resulting networks on the basis of path computation elements (PCE).
OrgApp is a Java library to handle and draw organizational charts (organigrams). The library also has an applet and a Swing Java client able to view an organizational chart read from a file, in different formats (one of them based upon XML). The applet supports charts with different layouts and boxes with hyperlinks, customizable colors, sizes, positions, etc., and it is easy to embed it in an HTML page.
The MOEA Framework is a Java library for developing and experimenting with multiobjective evolutionary algorithms (MOEAs) and other general-purpose optimization algorithms and metaheuristics. A number of algorithms are provided out-of-the-box, including NSGA-II, ε-MOEA, GDE3, and MOEA/D.
libdwarf is a library and command line tool for manipulating DWARF data in ELF object files. The DWARF Debugging Information Format is of interest to programmers working on compilers and debuggers. All libdwarf distributions contain C source, the DWARF2 specification, and libdwarf specifications. Implementors often extend DWARF by adding new attributes and other things.
Zebra_Cookie is an extremely small (~500 bytes minified) jQuery plugin for writing, reading, and deleting cookies. Handling cookies can be a daunting task using plain JavaScript, and because jQuery doesn’t natively include functions for handling cookies and one must rely on plug-ins.
The Integrated Data Viewer (IDV) is a framework for visualizing and analyzing geoscience data. It includes a Java-based software library and applications made from that software. It uses the VisAD library for data and display models as well as other Java utility packages. It brings together the ability to display and work with satellite imagery, gridded data (primarily from model output), and surface, upper air, and radar data within a unified interface. The IDV "reference application" provides many of the standard 2-D data displays that other Unidata packages (e.g. GEMPAK and McIDAS) provide. It also provides 3-D views of the atmosphere and allows users to interactively slice, dice, and probe the data to create cross-sections, profiles, animations, and value read-outs of multi-dimensional data sets. Computation and display of built-in and user-supplied formula-based derived quantities is supported as well.
Zebra_Accordion is a tiny (2KB minified) accordion plugin for jQuery. It transforms a basic definition list, without requiring any other specific markup, into a small-footprint, easily configurable, fully customizable, cross-browser accordion widget, useful for better organizing larger groups of content. It is easily customizable through CSS, can be configured to work so that only a single can be expanded at a time or so that all tabs may be expanded/collapsed, and can be configured to work so tabs expand on mouse-over. When, after expanding a tab, part of its content is outside the viewport, it automatically scrolls the browser’s window so that the tab’s content is visible. Callback functions can be used for further customizations. Zebra_Accordion works in all major browsers.