Ports Search

Results 5,4315,440 of 5,623 for /devel/.(0.004 seconds)
devel/xtl-1.4.2 (Score: 0.032514982)
Library for R/W structured data to/from an external representation
XTL is a library of template classes and functions for reading/writing structured data to/from an external (platform independent) representation. This process is also usually known as marshalling, serialization or pickling, and is useful both for heterogeneous network programming and portable persistent storage. Currently, XTL supports XDR (Internet standard), GIOP CDR (CORBA standard) and readable ascii text (write-only) as data formats. Memory buffers and C++ iostreams are usable as data sources/targets. Besides the usual C data types (basic, structs, pointers, unions), the XTL also supports C++ constructs, such as pointers to base classes and template types, namely, STL containers. XTL does not include any kind of IDL, and as such, the programmer is required to write a "filter" for each data type. The API is somewhat modeled on the original XDR library by Sun, in that the same filter is used for both reading and writing. However, heavy usage of templates makes the API simpler and type safe. Function inlining and careful avoidance of pointers or virtual functions, also make generated code faster.
devel/stfl-0.24 (Score: 0.032514982)
Structured Terminal Forms Language/Library
STFL is a library which implements a curses-based widget set for text terminals. The STFL API can be used from C, SPL, Python, Perl and Ruby. Since the API is only 14 simple function calls big and there are already generic SWIG bindings it is very easy to port STFL to additional scripting languages. A special language (the Structured Terminal Forms Language) is used to describe STFL GUIs. The language is designed to be easy and fast to write so an application programmer does not need to spend ages fiddling around with the GUI and can concentrate on the more interesting programming tasks.
devel/stlink-1.2.0.20160506 (Score: 0.032514982)
STM32 ST-Link JTAG variant tools
ST-Link v1 / ST-Link v2 STMicroelectronics JTAG variat support. This packahe provide utilities to flash and debug STMicro microcontrollers via ST-Link v1 / ST-Link v2 protocols.
devel/storm-0.9.2.i (Score: 0.032514982)
Distributed realtime computation system
Apache Storm is a free and open source distributed realtime computation system. Storm makes it easy to reliably process unbounded streams of data, doing for realtime processing what Hadoop did for batch processing. Storm is simple, can be used with any programming language, and is a lot of fun to use! Storm has many use cases: realtime analytics, online machine learning, continuous computation, distributed RPC, ETL, and more. Storm is fast: a benchmark clocked it at over a million tuples processed per second per node. It is scalable, fault-tolerant, guarantees your data will be processed, and is easy to set up and operate.
devel/construct-2.5.3 (Score: 0.032514982)
Python module for parsing and building of data structures
Construct is a python library for parsing and building of data structures (binary or textual). It is based on the concept of defining data structures in a declarative manner, rather than procedural code: more complex constructs are composed of a hierarchy of simpler ones. https://github.com/construct/construct
devel/fsm-0.01 (Score: 0.032514982)
Pure Python Implementation of a Finite State Machine
Python module for building and describing deterministic finite-state automata.
devel/styx-1.6.1 (Score: 0.032514982)
Scanner/parser generator
Styx is a scanner/parser generator designed to address some shortcomings of the traditional lex/yacc combination. It has unique features like automatic derivation of depth grammar, production of the derivation tree including it's C interface, preservation of full source information and pretty printing to facilitate source-source translation, persistence to aid rapid interpreter writing. For application in contemporary computing environments, it supports unicode, reentrancy and offers thread-safeness.
devel/subcommander-2.0.0.b5.2 (Score: 0.032514982)
Qt4 based multiplatform subversion client, diff & merge tool
The goal of the Subcommander project is to build an easy to use, cross platform (Win32, Unix, MacOSX) subversion GUI client (subcommander) including a visual diff and merge tool (submerge).
devel/subversion-book-4515 (Score: 0.032514982)
Subversion Documentation HTML/PDF
Version Control with Subversion free book about the ubiquitous Apache. Subversion version control system and written by some of the developers of Subversion itself. If you like the book please consider to buy a printed version and support the subversion documentation project.
devel/protobuffs-0.9.0 (Score: 0.032514982)
Protocol Buffers interface for Erlang
Protocol Buffers interface for Erlang.