Simple Project List Software Map

579 projects in result set
最后更新: 2006-07-04 10:24

Password Gorilla

Password Gorilla is a password manager that stores your login information, sorted by groups, in a blowfish-encrypted file, protected by a master password. User names, passwords, and URLs can be pasted into applications via the clipboard. It is file-format compatible with the well-known Password Safe software.

最后更新: 2014-02-15 22:59

tk_cdconverter

tk_cdconverter is a Tcl/Tk frontend to rip and convert a CD into a directory and set some tags. Conversion between different formats is also possible.

(Machine Translation)
最后更新: 2003-06-24 09:46

ficl

Ficl (Forth inspired command language) is an ANS Forth interpreter written in C. Unlike traditional Forths, this interpreter is designed to be embedded into other systems as a command/macro/development prototype language. Ficl provides object extensions that can be used to wrap methods and structures of the host system without altering them.

最后更新: 2008-10-12 14:29

nxtvepg

nxtvepg is a decoder and browser for Nextview, a subscription-free electronic TV program guide in the analog domain. Nextview EPG currently is broadcast in Germany, Austria, Switzerland, Belgium, France, and Turkey, and it covers the schedules of all major TV networks in these countries. nxtvepg is an X11 application with a GUI based on Tcl/Tk and uses video4linux or BSD bktr drivers for data acquisition through a TV tuner card.

最后更新: 2007-06-14 11:35

GPSMan

GPSMan (GPS Manager) is a graphical manager of GPS data that makes possible the preparation, inspection, and edition of GPS data in a friendly environment. It supports communication with both Garmin, Lowrance, and Magellan receivers, and real-time support for any receiver using NMEA-0183. It can also be used in command-line mode.

(Machine Translation)
最后更新: 2006-07-09 04:58

Zinc

Zinc is a Tk widget developed with Perl/Tk, Tcl/Tk and Python/Tk bindings. Zinc widgets are very similar to Tk canvases in that they support structured graphics. Graphical items can be manipulated, and bindings can be associated with them to implement interaction behaviors. But unlike the canvas, zinc can structure the items in a hierarchy, and has support for affine 2D transforms. Clipping can be set for sub-trees of the item hierarchy and the item set is quite more powerful, including field-specific items for Air Traffic systems. Zinc is fast enough to allow the implementation of 2k2k radar displays with smooth animations. It is structured enough to allow the implementation of direct manipulation desktop GUIs.

(Machine Translation)
最后更新: 2006-12-21 22:31

Tksol

Tksol is a cute, snappy version of the standard solitaire card game.

(Machine Translation)
最后更新: 2008-05-17 11:39

XOTclIDE

XOTclIDE is an integrated (interactive) development environment for the Tcl and XOTcl language, a highly flexible object-oriented extension of Tcl. It provides a Smalltalk-like programming environment similar to Squick. It allows graphical introspection and editing of a running system (based on Tcl's and XOTcl's introspection facilities). The system state can be saved in the form of Tcl packages. It can optionally use a version control system based on a relational database (MySQL, PostgreSQL, ODBC, or SQLite). All system changes are saved to the database on the fly. It provides browsers for viewing and editing xotcl classes and objects. It also contains syntax highlighting and a static code checker for TCL and xotcl. It contains many developer plugins.

(Machine Translation)
最后更新: 2008-12-14 15:10

SndBite

SndBite is a specialized audio editor designed for breaking large recordings into smaller components with great efficiency. Its principal intended application is in linguistic research where it is often desirable to put each word or sentence into a separate file before further processing. It is also useful for measuring pause durations. Its features include multiple simultaneous views of the waveform at different resolutions, the ability to position window edges at transitions between sound and silence, automated setting of cut points at zero-crossings, automatic filename generation easily controlled by the user, and optional automatic playback on window motion. It is scriptable and may be run in batch mode without the GUI.

(Machine Translation)
最后更新: 2013-02-24 19:00

mysqltcl

mysqltcl is the Tcl interface to mysql realtional database. It is the next version of mysqltcl1.53 (new contributor) with many new futures: Tcl8.0-Object support, Unicode support, configure support, no connection limitation, nested queries, handling of binary files (containing null values), and many extra commands: seek on result block, escaping of string, last inserted id, introspection of connection and query state, and query metadata (schema).

(Machine Translation)
最后更新: 2014-06-07 03:13

KitCreator

KitCreator is a simple build system for creating a Tclkit. It was created to ease creation of Tclkits. A Tclkit is, briefly, a single-file executable that contains Tcl (both the interpreter and all the resources it requires to operate) and other Tcl-related packages (such as Tk or Incr Tcl).

(Machine Translation)
作业系统: Linux, SunOS/Solaris
编程语言: Tcl
专题: Freecode.com
最后更新: 2010-06-17 21:46

ObexTool

ObexTool is a graphical frontend for ObexFTP, which is able to
communicate with mobiles and other devices using the Obex Protocol. The
Siemens S45, S45i, S25, S35, SL45i, SL45, M50, C55, S55, C65, C65V,
Ericsson R320, T68i, Sony/Ericsson T300, Ki700, and Nokia 6230 and 6670
have been reported to work with obexftp, though it should also work with
other phones.

(Machine Translation)
最后更新: 2011-10-07 14:12

The Jim Interpreter

Jim is a small footprint implementation of the Tcl programming language. It implements a large subset of Tcl and adds new features like references with garbage collection, closures, a built-in object oriented programming system, functional programming commands, and first class arrays. The interpreter's executable file is only 70 KB in size, and can be reduced by further excluding some commands. It is appropriate for inclusion inside existing programs, for scripting without dependencies, and for embedded systems.

最后更新: 2008-12-12 10:06

WordGenerator

WordGenerator generates hypothetical words from specifications of their syllable structure. The user specifies the maximum length of the words in syllables, the abstract structure of syllables in the language (in terms of such units as consonants and vowels or onsets and rhymes), and the actual sounds that comprise each abstract class (e.g. the list of vowels in the language); WordGenerator then generates the words that conform to this specification. Such lists are useful to field linguists exploring the vocabulary of a language, and to designers of artificial languages.

(Machine Translation)
最后更新: 2013-08-05 10:46

JTcl

JTcl is an implementation of Tcl (Tool Command Language) written in Java that implements a large extent of Tcl 8.4 syntax and commands, limited only by API restrictions of the Java Virtual Machine. It is based on the Jacl interpreter from the TclJava project.

(Machine Translation)