Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News eTcl 1.0-rc24 (Default branch) Post 302153416 by Linux Bot on Monday 24th of December 2007 02:12:10 PM
Old 12-24-2007
eTcl 1.0-rc24 (Default branch)

ImageeTcl is a "batteries-included" thread-enabledTcl/Tk runtime available as a single standaloneexecutable. It includes several popularextensions (Thread, Sqlite, Zlib, etc.), togetherwith a Tcl wrapper for the Pixane image processing library.License: Free To Use But RestrictedChanges:
eTcl is now based on Tcl/Tk 8.5.0, and inheritsits numerous goodies, such as speedup of the newbytecode engine, integrated arbitrary-precisionarithmetic, and new skinnable widgets. The Tcl APIfor Odyce has been stabilized and allows dynamiccompilation of most Tcl/Tk extensions on all x86and ARM architectures in just a few hundreds ofmilliseconds, making it a viable alternative toshared libraries for deployment. The Pixanepackage exposes more transformations (e.g.arbitrary image rotations) at the Tcl level, andits memory footprint has been reduced.Image

More...
 
uri_urn(n)					    Tcl Uniform Resource Identifier Management						uri_urn(n)

__________________________________________________________________________________________________________________________________________________

NAME
uri_urn - URI utilities, URN scheme SYNOPSIS
package require Tcl 8.2 package require uri::urn ?1.1.2? uri::urn::quote url uri::urn::unquote url _________________________________________________________________ DESCRIPTION
This package provides two commands to quote and unquote the disallowed characters for url using the urn scheme, registers the scheme with the package uri, and provides internal helpers which will be automatically used by the commands uri::split and uri::join of package uri to handle urls using the urn scheme. COMMANDS
uri::urn::quote url This command quotes the characters disallowed by the urn scheme (per RFC 2141 sec2.2) in the url and returns the modified url as its result. uri::urn::unquote url This commands performs the reverse of ::uri::urn::quote. It takes an urn url, removes the quoting from all disallowed characters, and returns the modified urls as its result. BUGS, IDEAS, FEEDBACK This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category uri of the Tcllib SF Trackers [http://sourceforge.net/tracker/?group_id=12883]. Please also report any ideas for enhancements you may have for either package and/or documentation. KEYWORDS
rfc 2141, uri, url, urn CATEGORY
Networking uri 1.1.2 uri_urn(n)
All times are GMT -4. The time now is 03:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy