15 projects tagged "English"
OCE (OpenCascade Community Edition) is a community version of the OpenCascade Technology 3D kernel, a C++ library for 3D CAD development. It includes components for 3D surface and solid BRep modeling, visualization, data exchange (STEP, IGES), and rapid application development. OCE aims to fix bugs and improve code quality and portability.
Active Graphs and Charts allows you to add reporting features to your Web / intranet pages and applications. The graphing software is completely self-contained within a single file, making this an ideal solution for the incorporation of graphs and charts into Web / intranet pages and applications. Versatile components provide the ability for Web authors and developers to easily build and publish dynamic and interactive graphs and charts. There is no complicated server side set up or install; simply upload the single JavaScript file to the Web server. There are many configurable graph features and functions and as such, the documentation and examples are designed to give both a full understanding of every feature and enable you to implement both the applet and servlet quickly and easily. The series of examples gives an overview of the variety of implementations possible The software can acquire data from a variety of sources, including files, databases, scripts and server-side processes (e.g. servlets, JSP, ASP, PHP, and Perl), and embedded HTML parameters.
libtld is a library used to extract the TLD from a URI. This allows you to extract the exact domain name, sub-domains, and all the TLD (top level, second level, third level, etc.). The problem with TLDs is that you cannot know where the domain starts. Some domains can use one top-level domain, others use two, etc. However, it may be useful to know where the domain is to have the exact list of sub-domains. For example, if you want to force www. at the start of the domain name if no other sub-domains are specified, then you need to know exactly how many TLD are defined in a URI. The libtld offers one function: tld(), which gives you a way to extract the TLD from any URI. The result is the offset where the TLD starts. This gives you enough information to extract everything else you need.