Ports Search

Results 9,2719,280 of 19,819 for %22HTTP Server%22.(0.009 seconds)
java/java3d-1.5.2 (Score: 0.0010835839)
Provides API for creating and manipulation of 3D geometry
The Java 3D API enables the creation of three-dimensional graphics applications and Internet-based 3D applets. It provides high-level constructs for creating and manipulation 3D geometry and building the structures used in rendering that geometry. With this sof tware, you can efficiently define and render very large virtual worlds.
korean/baekmukfonts-2.2 (Score: 0.0010835839)
Baekmuk family Korean TrueType Fonts
Baekmuk TrueType font family was originally designed by Kim Jeong-Hwan. Baekmuk Project maintains fork of this font family under BSD license.
korean/gtkcomm-0.8.1 (Score: 0.0010835839)
Serial controlling software, with gtk+ widget
gtkcomm ------- gtkcomm is a controlling tool for serial interface(RS-232C or such). It is for hardware control using serial ports.
korean/kde-l10n-4.14.3 (Score: 0.0010835839)
Korean messages and documentation for KDE SC 4
Localized messages and documentation for KDE4.
korean/scim-tables-0.5.10 (Score: 0.0010835839)
SCIM table based Korean input methods
SCIM table based Korean input methods: Hangul, Hanja Smart Common Input Method platform, in short SCIM, is a development platform to make Input Method developers live easier. It has very clear architecture and very simple programming interface.
korean/unfonts-1.0.2.080608 (Score: 0.0010835839)
GPL'd Korean TrueType Fonts by UN Koaunghi (core)
Un-series fonts (GPL'd) are made by UN Koaunghi (who painstakingly scanned, converted to outlines and hand-hinted them all) and PARK Won-Kyu. They're originally made as PS fonts to use with Korean TeX/LaTeX/OmegaLambda (HLaTeX [1]) by UN Koaunghi in the late 1990's. Recently, PARK Won-kyu converted them to truetype fonts and added GSUB tables to one of them (UnBatang) for the full support of Korean script with Korean letters (Hangul Jamos : U+1100).
lang/angelscript-2.29.0 (Score: 0.0010835839)
AngelCode Scripting Library
The AngelCode Scripting Library, or AngelScript as it is also known, is an extremely flexible cross-platform scripting library designed to allow applications to extend their functionality through external scripts. It has been designed from the beginning to be an easy to use component, both for the application programmer and the script writer. Efforts have been made to let it call standard C functions and C++ methods with little to no need for proxy functions. The application simply registers the functions, objects, and methods that the scripts should be able to work with and nothing more has to be done with your code. The same functions used by the application internally can also be used by the scripting engine, which eliminates the need to duplicate functionality. For the script writer the scripting language follows the widely known syntax of C/C++, but without the need to worry about pointers and memory leaks. Contrary to most scripting languages, AngelScript uses the common C/C++ datatypes for more efficient communication with the host application.
lang/arena-0.9.13 (Score: 0.0010835839)
C-like scripting language with automatic memory management
The Arena language was designed with the following main features in mind, most of which were added on top of a very C-like core to support better ad-hoc scripting: * syntax similar to ANSI C * standard library similar to ANSI C * automatic memory management * runtime polymorphism * support for exceptions * support for anonymous functions Additionally, an interpreter for the Arena language can be implemented to be very compact in terms of both source code size and memory consumption.
lang/ats-0.2.9 (Score: 0.0010835839)
Language with a type system rooted in the Applied Type System
ATS is a statically typed programming language that unifies implementation with formal specification. It is equipped with a highly expressive type system rooted in the framework Applied Type System, which gives the language its name. In particular, both dependent types and linear types are available in ATS.
lang/asn1c-0.9.24 (Score: 0.0010835839)
Modern ASN.1 to C compiler
The asn1c compiles ASN.1 (Abstract Syntax Notation One) specifications into the C source code. This compiler supports automatic constraints checking code generation, parametrization, basic support for Information Object Classes. The produced C code contains the codecs for BER/DER/CER/PER/XER encoding rules. See asn1c-usage.pdf and asn1c(1) manual page for details.