Ports Search

Results 4,7914,800 of 8,048 for www%3Atrac.(0.005 seconds)
devel/caf-0.14.5 (Score: 0.0048839888)
C++ actor framework
An Open Source Implementation of the Actor Model in C++. Actors in CAF are lightweight, consist of only a few hundred bytes, and are cooperatively managed by a state-of-the-art, work-stealing scheduler. You can spawn millions of actors if you want to. CAF offers a network-transparent message passing. Actors can talk to each other, no matter where they've been spawned. You do the hard part of implementing your app, CAF takes care of the low-level side of things. CAF allows you to transparently connect actors running on different machines and OSes via the network. It integrates multiple computing devices such as multi-core CPUs, GPGPUs, and even embedded hardware. You can also create message passing interface for your OpenCL backends.
devel/asdf-2.017 (Score: 0.0048839888)
System definition facility for Common Lisp
asdf is Another System Definition Facility for Common Lisp. It intends to solve the same class of problems as mk-defsystem - compiling and installing Lisp libraries -, but internally it takes advantage of modern CL features like pathname support etc., and uses CLOS for extensibility.
devel/as31-2.0.b3 (Score: 0.0048839888)
Free 8051 assembler
AS31 is a free 8051 assembler originally written by Ken Stauffer. Versions of AS31 found here include important bug fixes and added features, such as standard intel-hex output format for use with PAULMON2 and EPROM programmers. AS31 is a good tool for building small 8051-based projects that are written in 100% 8051 assembly language.
devel/infix-19960628 (Score: 0.0048839888)
Lisp macro to read math statements in infix notation
This is an implementation of an infix reader macro. It should run in any valid Common Lisp and has been tested in Allegro CL 4.1, Lucid CL 4.0.1, MCL 2.0 and CMU CL. It allows the user to type arithmetic expressions in the traditional way (e.g., 1+2) when writing Lisp programs instead of using the normal Lisp syntax (e.g., (+ 1 2)). It is not intended to be a full replacement for the normal Lisp syntax. This package is compiled with SBCL. Written by Mark Kantrowitz, School of Computer Science, Carnegie Mellon University, March 1993.
devel/bnf-1.6.10 (Score: 0.0048839888)
Generate C parser given a grammar in BNF notation
The BNF parser generator takes a syntax not unlike BNF and generates a "C" parser for it, a parser that can parse either strings or files. This is a flexible tool, meant for smaller parsing tasks where bison+flex are just too big to use.
devel/gc-7.6.0 (Score: 0.0048839888)
Garbage collection and memory leak detection for C and C++
The Boehm-Weiser garbage collection package, for C and C++ - garbage collection and memory leak detection libraries. A garbage collector is something which automatically frees malloc'd memory for you by working out what parts of memory your program no longer has pointers to. As a result, garbage collectors can also inform you of memory leaks (if they find memory they can free, it means you have lost all of your pointers to it, but you didn't free it). C programs may be linked against either of these, and should run (with GC or leak detection) without change. C++ programs must include a header to use garbage collection, though leak detection should work without such source code modifications. See the man page and header files. This package only brings Boehm-GC libraries with threading support. ps: garbage collection is addictive.
devel/cons-test-2.2.0 (Score: 0.0048839888)
Test bed for `Cons' development
This is the cons-test regression test suite for the Cons software construction utility. Cons is a Perl-based make replacement. It is not compatible with make, but has a number of powerful capabilities not found in other software construction systems, including make. This package contains only the tests, not Cons itself. You should look for the "cons" package that corresponds to the version number of this package. See that package for all the details about Cons.
devel/cscout-2.7 (Score: 0.0048839888)
Source code analyzer and refactoring browser for C program collections
CScout is a source code analyzer and refactoring browser for collections of C programs. It can process workspaces of multiple projects (we define a project as a collection of C source files that are linked together) mapping the complexity introduced by the C preprocessor back into the original C source code files. CScout takes advantage of modern hardware advances (fast processors and large memory capacities) to analyze C source code beyond the level of detail and accuracy provided by current compilers and linkers. The analysis CScout performs takes into account the identifier scopes introduced by the C preprocessor and the C language proper scopes and namespaces. CScout has already been applied on projects ranging from tens of thousands of lines, like the FreeBSD and Linux kernels, and the Apache web server. This free unsupported version of CScout is distributed under the terms of the CScout Public License, which is available in the accompanying documentation.
devel/cvsps-2.2.b1 (Score: 0.0048839888)
Create patchset information from CVS
CVSps is a program for generating 'patchset' information from a CVS repository. A patchset in this case is defined as a set of changes made to a collection of files, and all committed at the same time (using a single 'cvs commit' command). This information is valuable to seeing the big picture of the evolution of a cvs project. While cvs tracks revision information, it is often difficult to see what changes were committed 'atomically' to the repository.
devel/infix-19960628 (Score: 0.0048839888)
Lisp macro for reading math expressions in infix form
This is an implementation of an infix reader macro. It should run in any valid Common Lisp and has been tested in Allegro CL 4.1, Lucid CL 4.0.1, MCL 2.0 and CMU CL. It allows the user to type arithmetic expressions in the traditional way (e.g., 1+2) when writing Lisp programs instead of using the normal Lisp syntax (e.g., (+ 1 2)). It is not intended to be a full replacement for the normal Lisp syntax. It is known to be compatible with CMUCL, CLISP, MCL, and SBCL. Written by Mark Kantrowitz, School of Computer Science, Carnegie Mellon University, March 1993.