Ports Search

Results 5,4515,460 of 5,623 for /devel/.(0.005 seconds)
devel/ta-lib-0.4.0 (Score: 0.032514982)
UNIX, POSIX Library for Technical Analysis
The ta-lib provides common functions for the technical analysis of financial market data. Widely used by trading software developers working with Excel, .NET, Java, Perl, Python or C/C++. More than 150 technical analysis indicators such as ADX, MACD, RSI, Stochastic, Bollinger Bands. Includes candlestick pattern recognition. Optional abstract API allowing your code to adapt automatically when new functions are added!
devel/talloc-2.1.6 (Score: 0.032514982)
Hierarchical pool based memory allocator
A hierarchical pool based memory allocator with destructors. It uses reference counting to determine when memory should be freed.
devel/memchan-2.3 (Score: 0.032514982)
Two new channel types for in-memory channels in TCL8
memchan is an extension library to the script language tcl, as created by John Ousterhout. It provides two new channel types for in-memory channels and the appropriate commands for their creation. They are useful to transfer large amounts of data between procedures or interpreters, and additionally provide an easy interface to on-the-fly generation of code too. No need to set or append to a string, just do a simple puts.
devel/tcl-mmap-1.1 (Score: 0.032514982)
New TCL channel type using mmap-ed files
This extension provides a Tcl interface to the mmap(2) POSIX system call. It provides a Tcl package that allows Tcl scripts to: 1) Memory map files for improved access efficiency; 2) Share memory between related processes; 3) Easily implement cyclic persistent log files. The functionality of 'mmap' is exported from this extension in the form of a new Tcl channel type, named "mmap". A memory mapping is established with the 'mmap' command. Following 'mmap' execution, access to the memory mapped file is done via the standard Tcl commands: puts/gets/seek/flush/close/fconfigure, only that this time these commands operate on memory, rather than on a file.
devel/tcl-signal-1.4.0.1 (Score: 0.032514982)
Dynamically loadable signal handling for Tcl/Tk scripts
This extension adds dynamically loadable signal handling to Tcl/Tk scripts.
devel/iniparse-0.4 (Score: 0.032514982)
Better INI parser for Python
iniparse is a INI parser for Python which is: - Compatiable with ConfigParser: Backward compatible implementations of ConfigParser, RawConfigParser, and SafeConfigParser are included that are API-compatible with the Python standard library. They pass all the unit tests in Python-2.4.4. - Preserves structure of INI files: Order of sections & options, indentation, comments, and blank lines are preserved as far as possible when data is updated. - More convenient: Values can be accessed using dotted notation (cfg.user.name), or using container syntax (cfg['user']['name']). It is very useful for config files that are updated both by users and by programs, since it is very disorienting for a user to have her config file completely rearranged whenever a program changes it. iniparse also allows making the order of entries in a config file significant, which is desirable in applications like image galleries.
devel/eric6-6.1.9 (Score: 0.032514982)
Full featured Python and Ruby editor and IDE based on Qt
devel/tclbsd-1.7 (Score: 0.032514982)
Tcl interface to various system calls and library routines
tclbsd provides a way for Tcl programs to exercise many interesting and useful system calls and library routines available to C programs on versions of BSD UNIX such as FreeBSD. Many of the interfaces also work with Linux and other non-BSD UNIX variants as well.
devel/tclcheck-1.1.13 (Score: 0.032514982)
Program to check the nesting of parenthesis in tcl scripts
tclCheck is a program that carries out sanity checking of the brackets and their nesting in tcl scripts. It can also print out the "skeleton" of the program. This is tclCheck version 1.1.8 -sander
devel/tcllauncher-1.6 (Score: 0.032514982)
Launcher program for Tcl applications
tcllauncher is a way to have Tcl programs run out of /usr/local/bin under their own name, be installed in one place with their support files, and provides commands to facilitate server-oriented application execution. While there is another wrapper system that also does this, that system produces a single executable that contains all the code and support files within a built-in virtual filesystem wrapped inside the executable. Tcllauncher keeps the support files distinct, typically in a subdirectory of /usr/local/lib that's named after the application.