toshiba tcl key
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 257
wmlcd-toshiba 0.2
wmlcd-toshiba is a dockapp that allows you to change the brightness of your toshiba laptop through ACPI. more>>
wmlcd-toshiba is a dockapp that allows you to change the brightness of your toshiba laptop through ACPI.
Tested on satellite 5200-801.
Installation:
acpi files is available in writting mode only for root so you will have to set the bit s on the executable (it s automatically done in the Makefile) but you will have to compile with a root account!
$>make
Executable is located in src/wmlcd-toshiba
<<lessTested on satellite 5200-801.
Installation:
acpi files is available in writting mode only for root so you will have to set the bit s on the executable (it s automatically done in the Makefile) but you will have to compile with a root account!
$>make
Executable is located in src/wmlcd-toshiba
Download (0.033MB)
Added: 2006-11-14 License: GPL (GNU General Public License) Price:
1078 downloads
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.
<<lessThe project monitors function keys and Toshiba-specific buttons (including the CD player buttons and the state of the laptop lid) and responds appropriately.
Download (0.022MB)
Added: 2006-12-04 License: GPL (GNU General Public License) Price:
1054 downloads
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.
<<lessThe 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.
Download (0.038MB)
Added: 2007-04-19 License: BSD License Price:
920 downloads
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.
<<lessIt 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.
Download (0.008MB)
Added: 2006-11-08 License: GPL (GNU General Public License) Price:
1080 downloads
codstats.tcl 1.1.2
codstats.tcl is a eggdrop tcl script witch communicates with your Call Of Duty server via RCON commands. more>>
codstats.tcl is a eggdrop tcl script witch communicates with your Call Of Duty server via RCON commands and reads responses from the servers log file. codstats.tcl script has several different modules you can enable:
- codspeak module: if you turn this on youll see the users ingame speech on your IRC channel and the playersll see the messages coming from the IRC channel. COD & mIRC color codes will be converted correctly.
- codstats module: player statistics (frag count, toplist, killratio, weapon usage, etc.)
- codevents module: displays server joins/parts on the IRC channel, periodically announces the number of players on the server (if there are players). Period time can be adjusted with CODANNOUNCETIME setting.
So this script is ideal for your COD clans IRC channel using with your private clan server.
Available channel commands for channel/bot operators: (you can change these bindings at the end of this script)
!cstatus (!cs) - prints out server status
!rcon - sends an rcon command (notice: result of command wont be displayed on the channel!) - only for channel/bot operators
!cseen [nick] - prints out the time when the given user was last seen on the cod server
!ctimespent [nick]: prints out the length of time the user has spent playing cod on the server
!cstat [nick] - prints the given nicks stats
!ftopten (!ftop10, !ctopten, !ctop10) - prints the frag top10
!ktopten (!ktop10) - prints the timeskilled top10
!ftop20 (!ctop20) - prints the frag top20
!ktop20 - prints the timeskilled top20
!weapon [nick] - prints nicks favourite weapons used for killing
!target [nick] - prints nicks favourite deadly targets toplist
!hit [nick] - prints the points where nicks got the most deadly hits
!fraglist - displays the servers current fraglist
!savedb - saves database file - only for channel/bot owners
!loaddb - loads database file - only for channel/bot owners
!cuserdel [nick] (!cdeluser) - deletes given nick from the database - only for channel/bot owners
!weed [days] - deletes users not seen since given days - only for channel/bot owners
!csum [to] [from] - adds froms stats to tos stats and deletes from - only for channel/bot owners
Ive made a tcl script for starting/stopping our COD and Teamspeak server using simple commands on our IRC channel. This script called codmngr.tcl You can download it above at the Download section.
Installation:
1. Download UDP support for TCL from here: http://sourceforge.net/projects/tcludp
This is needed because TCL doesnt have UDP protocol support and the script uses UDP for communicating with the COD server.
2. Extract it, run ./configure, make, make install
If configure displays an error message, make sure you have at least tcl8.4-dev (or similar installed.
3. Edit the codstats.tcl file at the SETTINGS section, set your cod host, port and rcon password, select which modules you want to enable, your IRC channel and edit other settings
4. Copy the tcl to your eggdrops scripts directory
5. Edit your eggdrops config and append this line to the end of the file: source scripts/codstats.tcl
6. Rehash your bots config file (.rehash)
Enhancements:
- The backup file now will be saved only at 5 oclock in the morning.
- Weapons named "none" wont be stored anymore.
- A known issues section has been added to codstats.tcl.
- Sometimes empty names were stored, and because of this frags were not saved; this has been fixed.
<<less- codspeak module: if you turn this on youll see the users ingame speech on your IRC channel and the playersll see the messages coming from the IRC channel. COD & mIRC color codes will be converted correctly.
- codstats module: player statistics (frag count, toplist, killratio, weapon usage, etc.)
- codevents module: displays server joins/parts on the IRC channel, periodically announces the number of players on the server (if there are players). Period time can be adjusted with CODANNOUNCETIME setting.
So this script is ideal for your COD clans IRC channel using with your private clan server.
Available channel commands for channel/bot operators: (you can change these bindings at the end of this script)
!cstatus (!cs) - prints out server status
!rcon - sends an rcon command (notice: result of command wont be displayed on the channel!) - only for channel/bot operators
!cseen [nick] - prints out the time when the given user was last seen on the cod server
!ctimespent [nick]: prints out the length of time the user has spent playing cod on the server
!cstat [nick] - prints the given nicks stats
!ftopten (!ftop10, !ctopten, !ctop10) - prints the frag top10
!ktopten (!ktop10) - prints the timeskilled top10
!ftop20 (!ctop20) - prints the frag top20
!ktop20 - prints the timeskilled top20
!weapon [nick] - prints nicks favourite weapons used for killing
!target [nick] - prints nicks favourite deadly targets toplist
!hit [nick] - prints the points where nicks got the most deadly hits
!fraglist - displays the servers current fraglist
!savedb - saves database file - only for channel/bot owners
!loaddb - loads database file - only for channel/bot owners
!cuserdel [nick] (!cdeluser) - deletes given nick from the database - only for channel/bot owners
!weed [days] - deletes users not seen since given days - only for channel/bot owners
!csum [to] [from] - adds froms stats to tos stats and deletes from - only for channel/bot owners
Ive made a tcl script for starting/stopping our COD and Teamspeak server using simple commands on our IRC channel. This script called codmngr.tcl You can download it above at the Download section.
Installation:
1. Download UDP support for TCL from here: http://sourceforge.net/projects/tcludp
This is needed because TCL doesnt have UDP protocol support and the script uses UDP for communicating with the COD server.
2. Extract it, run ./configure, make, make install
If configure displays an error message, make sure you have at least tcl8.4-dev (or similar installed.
3. Edit the codstats.tcl file at the SETTINGS section, set your cod host, port and rcon password, select which modules you want to enable, your IRC channel and edit other settings
4. Copy the tcl to your eggdrops scripts directory
5. Edit your eggdrops config and append this line to the end of the file: source scripts/codstats.tcl
6. Rehash your bots config file (.rehash)
Enhancements:
- The backup file now will be saved only at 5 oclock in the morning.
- Weapons named "none" wont be stored anymore.
- A known issues section has been added to codstats.tcl.
- Sometimes empty names were stored, and because of this frags were not saved; this has been fixed.
Download (0.011MB)
Added: 2006-10-19 License: GPL (GNU General Public License) Price:
1116 downloads
WMTosh 0.4
WMTosh is an ACPI monitoring applet, targeted at toshiba laptops. more>>
WMTosh is an ACPI monitoring applet, targeted at toshiba laptops. It can show cpuspeed, temperature, battery level, fan function.
WMTosh also allows a limited control of those functions, plus lcd brightnes. As for now limited to linux.
I wrote this small dockapp in 2003, when i got my hands on the Toshiba Satellite Pro 6100, on which i was and am using ACPI. Back then there was almost no ACPI-aware DockApp. This one is based on WMiFS project, big thanks go to its authors. The first version supported ACPI performance and battery objects, as well as toshiba fan and toshiba brightness setting.
<<lessWMTosh also allows a limited control of those functions, plus lcd brightnes. As for now limited to linux.
I wrote this small dockapp in 2003, when i got my hands on the Toshiba Satellite Pro 6100, on which i was and am using ACPI. Back then there was almost no ACPI-aware DockApp. This one is based on WMiFS project, big thanks go to its authors. The first version supported ACPI performance and battery objects, as well as toshiba fan and toshiba brightness setting.
Download (0.047MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
1073 downloads
libtclsmf 0.1.1
libtclsmf is a pure tcl library for writing and (in the near future) reading Standard MIDI more>>
libtclsmf is a pure tcl library for writing and (in the near future) reading Standard MIDI
Files from within tcl scripts. only the writing part is coded right now (v0.1.x), but the
procedures for reading should be ready in a couple of months.
the library was written for the first stage of the project oveja electrica (see
http://yaco.net/oe), an experimental music composition + artificial intelligence thing.
for installation see doc/INSTALL.
the API is quite thoroughly documented in the source code (libtclsmf/libtclsmf.tcl).
youll probably need MMAs Standard MIDI File Format Specification. you can buy it at http://www.midi.org/ or search for standard midi file specs in your favorite spiderbot. some examples can be found in doc/examples.
<<lessFiles from within tcl scripts. only the writing part is coded right now (v0.1.x), but the
procedures for reading should be ready in a couple of months.
the library was written for the first stage of the project oveja electrica (see
http://yaco.net/oe), an experimental music composition + artificial intelligence thing.
for installation see doc/INSTALL.
the API is quite thoroughly documented in the source code (libtclsmf/libtclsmf.tcl).
youll probably need MMAs Standard MIDI File Format Specification. you can buy it at http://www.midi.org/ or search for standard midi file specs in your favorite spiderbot. some examples can be found in doc/examples.
Download (0.012MB)
Added: 2006-07-15 License: GPL (GNU General Public License) Price:
1196 downloads
NSCL SpecTcl 3.2-pre2
SpecTcl is a framework for data analysis of nuclear physics event data. more>>
SpecTcl (pronounced Spectacle) is a powerful nuclear event data analysis too. NSCL SpecTcl project provides an object oriented C++ framework for histogramming and other data analysis operations.
The Tcl/TK scripting language is embedded as the programs command language, providing the user with a powerful, extensible, command set as well as the ability to build custom graphical user interfaces or extend existing ones.
The Xamine display program provides SpecTcl with a powerful visualization component.
<<lessThe Tcl/TK scripting language is embedded as the programs command language, providing the user with a powerful, extensible, command set as well as the ability to build custom graphical user interfaces or extend existing ones.
The Xamine display program provides SpecTcl with a powerful visualization component.
Download (6.3MB)
Added: 2007-04-30 License: GPL (GNU General Public License) Price:
907 downloads
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
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.
<<lessxmmstcl 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.
Download (0.052MB)
Added: 2006-04-12 License: GPL (GNU General Public License) Price:
1290 downloads
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
TAC 0.17
TAC is a pure Tcl version of AOL Instant Messenger (AIM). more>>
TAC project is a pure Tcl version of AOL Instant Messenger (AIM).
The TAC client began its life as a small add-on program distributed with TiK, the Tcl/Tk client.
TAC has only a few of the features found in native Windows and Macintosh clients.
It is easy for users to add features to TAC using Tcl. TAC is meant to give users with only console access the ability to use AOL Instant Messenger.
Enhancements:
- Small bug fixed with away package that allows numbers in away messages
- Mobile phone package added
- New Away command: /awayfile or a:f sets the away message to the contents of the filename supplied as an argument
- Bugs fixed with shell escape function
<<lessThe TAC client began its life as a small add-on program distributed with TiK, the Tcl/Tk client.
TAC has only a few of the features found in native Windows and Macintosh clients.
It is easy for users to add features to TAC using Tcl. TAC is meant to give users with only console access the ability to use AOL Instant Messenger.
Enhancements:
- Small bug fixed with away package that allows numbers in away messages
- Mobile phone package added
- New Away command: /awayfile or a:f sets the away message to the contents of the filename supplied as an argument
- Bugs fixed with shell escape function
Download (0.049MB)
Added: 2006-09-15 License: GPL (GNU General Public License) Price:
1134 downloads
ICEL 002
ICEL project consists of database-based learning engine for eggdrop bots. more>>
ICEL project provides database-based learning engine for eggdrop bots.
ICEL stands for Interactive Commands for E-Learning and consists on a set of .tcl scripts that gives learning capabilities to an eggdrop bot.
It has been coded to be used on IRC help channels and uses a MySQL database to store the information.
Main features:
- Stable and optimized
- Can store multiple definitions per unit
- Fast access and the bot never floods himself off
- Some limits user editable (see icel.tcl)
- Redirection to channels or users
- Search capabilities
- Charset independent
<<lessICEL stands for Interactive Commands for E-Learning and consists on a set of .tcl scripts that gives learning capabilities to an eggdrop bot.
It has been coded to be used on IRC help channels and uses a MySQL database to store the information.
Main features:
- Stable and optimized
- Can store multiple definitions per unit
- Fast access and the bot never floods himself off
- Some limits user editable (see icel.tcl)
- Redirection to channels or users
- Search capabilities
- Charset independent
Download (0.021MB)
Added: 2007-01-30 License: GPL (GNU General Public License) Price:
998 downloads
ClassyTcl 1.0.0
ClassyTcl is a dynamically loadable object system for Tcl. more>>
ClassyTcl is a dynamically loadable object system for Tcl. A Tcl-only as well as a C implementation is available. ClassyTcl also doesnt require patches to the Tcl core, so keeping up with new releases should be easy.
Performance is very adequate. The C version is gives extra speed, and makes it possible to implement some methods in C.
In contrast to other Tcl object systems for Tcl, it is not modeled after the object system designed for a completely different language such a C.
IMHO, it better follows the Tcl philosophy. The system is simple, but flexible. Classes and objects are dynamic, and can easily be queried, changed and debugged at runtime.
<<lessPerformance is very adequate. The C version is gives extra speed, and makes it possible to implement some methods in C.
In contrast to other Tcl object systems for Tcl, it is not modeled after the object system designed for a completely different language such a C.
IMHO, it better follows the Tcl philosophy. The system is simple, but flexible. Classes and objects are dynamic, and can easily be queried, changed and debugged at runtime.
Download (0.10MB)
Added: 2006-06-05 License: BSD License Price:
1236 downloads
EnRus dictionary tools 1.1c
EnRus dictionary tools project is a set of Tcl/Tk scripts for manipulating textual (plain or gzipped) dictionary base. more>>
EnRus dictionary tools project is a set of Tcl/Tk scripts for manipulating textual (plain or gzipped) dictionary base.
Its also used for compiling new dictionary bases from plain text files.
It consists of a few TCL console scripts and a Tk interface to them.
It is configurable for different languages.
The dictionary base may contain proper formatting and output procedures.
Main features:
- Find tool - finds records starting with exact pattern.
- Look tool - looks for words, starting with pattern.
- View tool - lets you to view all records that start with words starting with pattern.
- Search tool - searchs in dictionary base for records that answer to request.
- Guess tool - tries to guess words similar to pattern.
- Wander tool - returns random word (records) from file (WANDERWORDS in dictionary base directory or .enruswords in $HOME).
Enhancements:
- Default settings changed for working with Tk 8.3.
<<lessIts also used for compiling new dictionary bases from plain text files.
It consists of a few TCL console scripts and a Tk interface to them.
It is configurable for different languages.
The dictionary base may contain proper formatting and output procedures.
Main features:
- Find tool - finds records starting with exact pattern.
- Look tool - looks for words, starting with pattern.
- View tool - lets you to view all records that start with words starting with pattern.
- Search tool - searchs in dictionary base for records that answer to request.
- Guess tool - tries to guess words similar to pattern.
- Wander tool - returns random word (records) from file (WANDERWORDS in dictionary base directory or .enruswords in $HOME).
Enhancements:
- Default settings changed for working with Tk 8.3.
Download (0.067MB)
Added: 2006-10-10 License: GPL (GNU General Public License) Price:
1111 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above toshiba tcl key search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed