Main > Free Download Search >

Free tcl software for linux

tcl

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 232
Wtcl 1.0.0

Wtcl 1.0.0


Wtcl is a Tcl module for Apache. more>>
Wtcl is a Tcl module for Apache. It provides an embedded, persistent Tcl interpreter and a set of commands for developing dynamic Tcl-based web pages. mod_wtcl currently works with Tcl >= 8.1 and Apache 1.3.

Wtcl Commands

Web Request

params, queryParams, postParams, cookies, uploadSettings, uploads, upload, requestHeaders

Web Response

status, contentType, headers, cookie, responseCookies, sendHeaders, redirect, successHeaders

Session

session, procSession, dbSession

Page

include, includeString, loader, loaderInfo, pageIndex, pageStack

Server

serverVars, events, atEnd, virtual, serverLog, logLevel, printContext, workerInfo, taskInfo, requestTime, elapsedTime, sleep, wtVersion

Web Utilities

htmlEncode, urlEncode, urlDecode

Table Collection Utilities

table, appTable, ciTable

Application Data Source Utilities

registerDataSource, isDataSourceRegistered, openDataSource, closeDataSource, dbDriver

Hash Utilities

md5Encode
<<less
Download (0.18MB)
Added: 2007-05-22 License: GPL (GNU General Public License) Price:
890 downloads
Myintcl 0.1

Myintcl 0.1


Myintcl is an interface for using MySQL in Tcl programs, and it is written only in pure Tcl. more>>
Myintcl is an interface for using MySQL in Tcl programs, and it is written only in pure Tcl. The API design of Myintcl library follows that of fbsql.
<<less
Download (MB)
Added: 2006-11-28 License: BSD License Price:
1060 downloads
eltclsh 1.5

eltclsh 1.5


eltclsh is an interactive TCL (and Tk) shell. more>>
eltclsh (editline tcl shell) is an interactive shell for the TCL programming language. It provides command line editing, history browsing as well as variables and command completion thanks to editline features.

The completion engine is programmable in a way similar to tcsh, and comes with an intelligent completion for the full tcl language by default.

The package also provides elwish, an interactive interpreter for the Tk toolkit.

<<less
Download (0.31MB)
Added: 2005-04-04 License: BSD License Price:
1664 downloads
TclTP 0.0.1

TclTP 0.0.1


TclTP is a preprocessor based on the TCL scripting language. more>>
TclTP (pronounced Tickle-Type) is a preprocessor based on the TCL scripting language. It allows embedding TCL command and and variable expansions in normal text. The result of expansion is inserted in the output.

Quoting and escaping work similar as in TCL, using braces and backslashes. A second stage of processing involves hooks defined by the document. This allows arbitrary transformations of processed text before it is written to the output.

TclTP is primarily intended for generating complex static documents. It is not a mark-up language per se.

But you can define your own mark-up and use it in your documents, possibly allowing the production of output in different formats from the same source file.

<<less
Download (0.028MB)
Added: 2005-04-13 License: GPL (GNU General Public License) Price:
1654 downloads
Tclperl 3.1

Tclperl 3.1


Tclperl allows the execution of Perl code from within a TCL interpreter using one or several embedded Perl interpreters. more>>
Tclperl project allows the execution of Perl code from within a TCL interpreter using one or several embedded Perl interpreters.

This package allows the execution of Perl code from a Tcl interpreter, as in:

package require tclperl
set interpreter [perl::interp new]
$interpreter eval {print "Hello Worldn"}
perl::interp delete $interpreter

You can actually create several Perl interpreters this way, if the tclperl package was linked against a Perl library compiled with -DMULTIPLICITY, otherwise only 1 Perl interpreter can exist at a time.

Starting with version 3.1, you can also access and use the parent Tcl interpreter from a Perl interpreter (and even from Perl threads):

package require tclperl
set interpreter [perl::interp new]
puts [$interpreter eval {
$Tcl::parent->eval(clock format [clock seconds]);
}]
perl::interp delete $interpreter

This package works on UNIX machines (Redhat Linux rpms available at
http://jfontain.free.fr/) and Windows (thanks to David Gravereaux, DLL also available).
<<less
Added: 2006-01-13 License: LGPL (GNU Lesser General Public License) Price:
779 downloads
xmmstcl 1.1

xmmstcl 1.1


xmmstcl lets you control XMMS playback, skip, pause, change the playlist, change skins. more>>
xmmstcl lets you control XMMS playback, skip, pause, change the playlist, change skins, and do everything else provided by the xmms_remote_* methods, which is almost everything from the standard user interface.

xmmstcl plugin also has some things not available there, such as "XMMS onchange" which lets your Tcl/Tk application know when something happens in the player. The companion "TkPlayer" has samples for the most important functions and will keep XMMS busy by generating random playlists with songs that you havent heard in a while.

<<less
Download (0.052MB)
Added: 2006-04-12 License: GPL (GNU General Public License) Price:
1290 downloads
mktclapp 1.0

mktclapp 1.0


Mktclapp is a utility that helps you mix C/C++ with Tcl/Tk to make a standalone executable. more>>
Mktclapp is a utility that helps you mix C/C++ with Tcl/Tk to make a standalone executable.
Using mktclapp, you can write programs wherethere are next situations:

C code can call Tcl procedures or execute Tcl commands,
Tcl code can invoke C functions,
The executable is a single binary file that will run on machines without Tcl/Tk installed,
The same source code will compile without changes under both Unix and Windows, and
The source code is hidden from the end user

Mktclapp gives programmers the freedom to use C code for the things that C is good at (computation, complex data structures, etc.) while simultaneously using Tcl for the things that Tcl is good at (the user interface.)

Mktclapp is a command-line program that can be run from a makefile. But there is also a GUI "application wizard" that makes it easy to use. The mktclapp program itself and the GUI application wizard are each contained in a single source file.

The Mktclapp program and the application wizard are covered by the GNU Public License. But the output generated by mktclapp is in the public domain and can be used in any way you want.
<<less
Download (0.11MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1195 downloads
dbitotcl 0.14

dbitotcl 0.14


dbitotcl is a Tcl extension for using Perl DBI (Database independent interface) from tcl. more>>
dbitotcl is a Tcl extension for using Perl DBI (Database independent interface) from tcl. This project allow to use nearly all functions of Perl DBI from Tcl as new Tcl commands. The use of Perl is hidden from the Tcl-User. Perl is loaded as embedded interpreter in the dbitotcl library and the library map all commands between Perl and Tcl.

It is in principle better way to use special Tcl-Extension for your Database (mysqltcl,oratcl,pgtcl,adatcl) but by using this library you can access to database, which have no Tcl-Extension and you have more generic API (like ODBC) and some special functions as Meta-Data (Catalog) access. So you can use very good Perl-DBI interface from Tcl.

<<less
Download (0.008MB)
Added: 2006-11-08 License: GPL (GNU General Public License) Price:
1080 downloads
galng.tcl 1.5.10

galng.tcl 1.5.10


galng.tcl is a report viewer/tool for the Galaxy game. more>>
galng.tcl project is a report viewer/tool for the Galaxy game.
galng.tcl is a report viewer/tool for the the Galaxy play by email game, primarily for the NG variant.
Now it is usable for playing GalaxyNG. galng.tcl can run, load report, show info from it, have ship designer, have battlesim (which can work with internal simulator from galaxyMapper or with external WOPR tool; you can get it there).
Also it have animated battleviewer (new in 1.5.10) and can send commands to server via internal smtp sender. I plan to support Galaxy PLUS reports, but for now it is in unusable state.
Enhancements:
- battleviewer created
- G+ report handling improved in next iteration
- report now displayed with fixed font
- notes saved implicitly
<<less
Download (0.33MB)
Added: 2007-01-12 License: GPL (GNU General Public License) Price:
1015 downloads
eTcl 1.0 RC22

eTcl 1.0 RC22


eTcl is a batteries-included , thread-enabled Tcl/Tk runtime, available as a single standalone executable. more>>
eTcl is a "batteries-included", thread-enabled Tcl/Tk runtime, available as a single standalone executable. eTcl includes several popular extensions (Sqlite, Thread, Zlib, ...), together with a Tcl wrapper for the Pixane image processing library.
Installation:
Just copy executable wherever you want on your device (memory or storage card), and launch it.
- Unobstrusive executable. No registry to set, no external dependencies.
- Standalone executable. Tcl and Tk scripts packed into executable (using VFS). Optimized startup time.
New Tcl user experience on PocketPC
- Optimized for XScale devices
- Faster Arc/Chord/Pie emulation, improved for ARM architecture without FPU
- Efficient WSAAsyncSelect() emulation. Sockets, and fileevents on sockets, should be fully functionnal (in both client and server modes)
- Support for native menu
- Improved native look and feel.
- Windows Mobile specific extension: manage SIP, change (X) button action (closing Correct handling of mouse (actually touchscreen) events
- Support for intercepting hotkeys (calendar, notes, etc...)
- New porting approach, based on very minor changes to generic Win32 port (and no changes to generic part of Tcl/Tk distrib).
- Patch to Tcl or Tk distribution is only few kilobytes large, everything else has been moved into a minimal emulation library. This should allow us to keep synced with future Tcl/Tk release.
- Easy build process. Nothing but Evc4 and a native Tcl interpreter required to build binaries for all target architectures supported by Evc (Cygwin, external libraries, etc... not required)
- Works fine into Microsoft Pocket PC 2003 Emulator. Debugging code made easier
Included native extensions:
- Pixane: script your image transformation, support for reading and writing several popular image formats (PNG, JPEG), support for TrueType fonts
- Sqlite 3: a self-contained, embeddable, zero-configuration SQL database engine
- Zlib: native deflate/inflate support
- Zipfs: easily Mount your ZIP files into Tcl Virtual Filesystem
Included Pure Tcl extensions:
- EvoTcl: A very large set of tcl utilities (OOP, Database, HTML/XML parsing, ...). See http://www.evolane.com/software/evotcl/
Enhancements:
- This release focuses on performance optimization (especially for WinCE) and code stabilization.
- It adds support for reading tclkits, together with an automatic tclkit to eTcl kit converter.
- It embeds up-to-date versions of several built-in packages, such as sqlite 3.4.1, libpng 1.2.18, and tile and tkhtml3 CVS snapshots.
- Tile has been moved into the normal version.
- The Mac OS X bundle declares associations so eTcl kits can be launched directly from the Finder.
- Binaries for linux-powerpc have been made compatible with Linux on Playstation 3.
<<less
Download (3.4MB)
Added: 2007-08-07 License: Other/Proprietary License Price:
811 downloads
TclMilter 1.0

TclMilter 1.0


TclMilter is a package for Tcl that implements an interface to Sendmails Milter API. more>>
TclMilter is a package for Tcl (written in C) that implements an interface to SendMails Milter (Mail Filter) API for developing custom scripted message rewriting and spam filtering processes.
A thread-enabled Tcl build is required due to Milters threading requirements. However, you can only run, configure, or register callbacks for a milter from the first thread/interpreter the package is loaded into.
If you need to be able to stop the milter from within Tcl, you can load the package in another thread to do so. Only the "milter stop" command will function in secondary threads.
This extension is provided under the GNU General Public License (GPL) (see the file "license.terms" for details).
Main features:
- The smfi_opensocket command is not provided, only milter main as an interface to smfi_main.
- The smfi_setconn, smfi_settimeout, smfi_setbacklog and smfi_setdbg commands, as well as settings normally provided through smfi_main are instead provided as milter configure options.
- The smfi_register command is provided as milter register; however, unlike libmilter its possible to register and unregister callbacks at any time, rather than just once prior to calling main.
- There isnt a single data storage value for smfi_setpriv; rather, TclMilters milter setpriv command uses a hash table so you can set individual, custom variables with data to associate with a context.
- The context provided to callbacks is not simply a pointer, but is an actual Tcl command that can be used to interact with the context.
<<less
Download (0.11MB)
Added: 2005-06-27 License: GPL (GNU General Public License) Price:
1579 downloads
Silence.tcl 20060707

Silence.tcl 20060707


Silence.tcl is a simple tool that detects silent and non-silent parts in a sound file. more>>
Silence.tcl is a simple tool that detects silent and non-silent parts in a sound file. Silence.tcl outputs several .wav files, each containing one of the non-silent parts.

<<less
Download (0.004MB)
Added: 2006-07-10 License: GPL (GNU General Public License) Price:
1211 downloads
The Tcl IRCd 0.1a

The Tcl IRCd 0.1a


The Tcl IRCd provides an IRC server written in Tcl. more>>
The Tcl IRCd provides an IRC server written in Tcl.
The Tcl IRCd is a small IRC server written in Tcl. It is very simple to modify. It is not a full implementation of the IRC protocol, but its enough to create channels, talk in public or private, change topic, nick, and other basic operations. No configuration is required.
The server is designed so that it can reload an updated version of itself at runtime without closing client connections.
The goal of the Tcl IRCd is to provide a simple implementation of an IRC server available in Tcl (thats also the language used to script the eggdrop), immune to buffer overflows or other security problems not affecting dynamic languages like Tcl.
The Tcl IRCd is a fun project, but if I found some time Ill try to release new versions with more features.
Enhancements:
- A number of stability problems fixed.
<<less
Download (0.038MB)
Added: 2007-04-19 License: BSD License Price:
920 downloads
TclMagick 0.45

TclMagick 0.45


TclMagick is a Tcl extension that works with both the GraphicsMagick and ImageMagick image manipulation libraries. more>>
TclMagick is Tcl and Tk Interfaces to GraphicsMagick and ImageMagick

TclMagick is a Tcl extension that works with both the GraphicsMagick and ImageMagick image manipulation libraries.

TkMagick is a small, simple extension that lets you pass images back and forth between Tk and the TclMagick extension.

<<less
Download (0.75MB)
Added: 2006-04-26 License: Other/Proprietary License Price:
1279 downloads
tclkeymon 0.52

tclkeymon 0.52


tclkeymon is a Toshiba TCL Key and button monitor. more>>
Tclkeymon is a daemon for Toshiba laptops that use ACPI and the Toshiba ACPI extensions.

The project monitors function keys and Toshiba-specific buttons (including the CD player buttons and the state of the laptop lid) and responds appropriately.
<<less
Download (0.022MB)
Added: 2006-12-04 License: GPL (GNU General Public License) Price:
1054 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5