robot 1.9.1
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 119
Guido van Robot 1.9.1
Guido van Robot, or GvR for short, is a minimalistic programming language that provides just enough syntax to help students. more>>
Guido van Robot, or GvR for short, is a minimalistic programming language that provides just enough syntax to help students learn the concepts of sequencing, conditional branching, looping, and procedural abstraction.
Guido van Robots biggest strength is that it permits this learning in an environment that combines the thrill of problem-solving with instant visual feedback.
<<lessGuido van Robots biggest strength is that it permits this learning in an environment that combines the thrill of problem-solving with instant visual feedback.
Download (0.20MB)
Added: 2006-07-14 License: GPL (GNU General Public License) Price:
1200 downloads
JRobot 1
JRobot project is a complete tool to manipulate the Mitsubishi RVM1 robot. more>>
JRobot project is a complete tool to manipulate the Mitsubishi RVM1 robot.
Its features include the ability to connect to a RVM1 robot locally and remotely, viewing from a camera with RTP, and a virtual view which is useful when executing JRobot in test mode.
It is possible to manipulate the RVM1 robot with a joystick and program and test it with a GUI.
Main features:
- Easy programming with editor: saving, loading, executing programs as easy as hello.
- Output window to know any time whats happening
- Virtual view in JAVA3D created with milimeter precision,
- Possible view with a camera, on local or remote through a RTP server,
- Possible connection to RVM1 robot by serial port or remote through a server.
<<lessIts features include the ability to connect to a RVM1 robot locally and remotely, viewing from a camera with RTP, and a virtual view which is useful when executing JRobot in test mode.
It is possible to manipulate the RVM1 robot with a joystick and program and test it with a GUI.
Main features:
- Easy programming with editor: saving, loading, executing programs as easy as hello.
- Output window to know any time whats happening
- Virtual view in JAVA3D created with milimeter precision,
- Possible view with a camera, on local or remote through a RTP server,
- Possible connection to RVM1 robot by serial port or remote through a server.
Download (0.73MB)
Added: 2006-10-21 License: GPL (GNU General Public License) Price:
641 downloads
Gnono 1.9.1
Gnono is a rewrite of the Windows card game WUNO for GNOME. more>>
Gnono is a rewrite of the Windows card game WUNO for GNOME. Gnonos objective is to discard all of ones cards before the opponent does.
Cards are discarded by matching the value or color of the top discard or by playing a wild card.
HOW TO PLAY
Each player picks a card. The person with the highest value card plays first. (not yet implemented)
Each player is dealt either 7 or 11 cards, depending on the chosen preferences. (not yet implemented) The remainder of the cards are placed face down on the pick-up pile, and the top card of the pick-up pile is turn over onto the discard pile.
Play starts in a clockwise direction. The player, whos turn it is, has to play a card which matches the card on the discard pile. This played card then becomes the new topmost card on the discard pile. The card played must match the card on the discard pile by either function (i.e. number) or colour (pattern). Alternatively, the player can play a wild card.
If the player does not have a card which they can play, they must take a card from the pick-up pile. If they can play the card they have picked up, they may, otherwise they keep it and play moves to the next player.
The same applies if the player does have a card they can play, but chooses not to.
PLAYING OUT
Once a player has played all their cards, the current round is over, and the winning player gets the sum of the points in the oppenents hands added to their current score. If the player has reached the playout score, they win the game, otherwise play starts again with the next round.
During play, if all the cards have been taken from the pick-up pile, the deck is shuffled and play continues.
Enhancements:
- Migrate all deprecated GTK+ APIs.
- Implement GnomeGoals/PoLinguas.
- Reverse card acts as Skip in two-player game.
- Make one "Points to Win" field showing the playout score instead of individual fields showing points remaining to win.
- Added man page.
<<lessCards are discarded by matching the value or color of the top discard or by playing a wild card.
HOW TO PLAY
Each player picks a card. The person with the highest value card plays first. (not yet implemented)
Each player is dealt either 7 or 11 cards, depending on the chosen preferences. (not yet implemented) The remainder of the cards are placed face down on the pick-up pile, and the top card of the pick-up pile is turn over onto the discard pile.
Play starts in a clockwise direction. The player, whos turn it is, has to play a card which matches the card on the discard pile. This played card then becomes the new topmost card on the discard pile. The card played must match the card on the discard pile by either function (i.e. number) or colour (pattern). Alternatively, the player can play a wild card.
If the player does not have a card which they can play, they must take a card from the pick-up pile. If they can play the card they have picked up, they may, otherwise they keep it and play moves to the next player.
The same applies if the player does have a card they can play, but chooses not to.
PLAYING OUT
Once a player has played all their cards, the current round is over, and the winning player gets the sum of the points in the oppenents hands added to their current score. If the player has reached the playout score, they win the game, otherwise play starts again with the next round.
During play, if all the cards have been taken from the pick-up pile, the deck is shuffled and play continues.
Enhancements:
- Migrate all deprecated GTK+ APIs.
- Implement GnomeGoals/PoLinguas.
- Reverse card acts as Skip in two-player game.
- Make one "Points to Win" field showing the playout score instead of individual fields showing points remaining to win.
- Added man page.
Download (0.41MB)
Added: 2007-02-21 License: GPL (GNU General Public License) Price:
975 downloads
NRobot 0.21
NRobot project is an autonomous robot fighting game. more>>
NRobot project is an autonomous robot fighting game.
Instead of directly controlling a robot, the human playing the game must write a program that acts as the "brain" of the robot.
The robot will then be dumped into the game arena and must attempt to survive on its own. NRobot is written for the ECMA CLR. Its been tested on Mono and on Microsofts .NET framework. Currently, it is functional and "playable".
It comes with three sample robot implementations, so that "out of the box" you can watch a game. One important missing feature is a security architecture: robot code executes with full privileges.
Thus, its recommended that if you are running any robots from untrusted sources, NRobot is run under a user account with no privileges over files you care about.
Its also short on documentation, and the GUI implementations have some rough edges.
<<lessInstead of directly controlling a robot, the human playing the game must write a program that acts as the "brain" of the robot.
The robot will then be dumped into the game arena and must attempt to survive on its own. NRobot is written for the ECMA CLR. Its been tested on Mono and on Microsofts .NET framework. Currently, it is functional and "playable".
It comes with three sample robot implementations, so that "out of the box" you can watch a game. One important missing feature is a security architecture: robot code executes with full privileges.
Thus, its recommended that if you are running any robots from untrusted sources, NRobot is run under a user account with no privileges over files you care about.
Its also short on documentation, and the GUI implementations have some rough edges.
Download (0.38MB)
Added: 2006-11-21 License: GPL (GNU General Public License) Price:
1067 downloads
IQ bot 5.9.1
IQ is an intelligent, modular IRC robot written in PHP. more>>
IQ has been my pet project since September 2003. IQ is an intelligent, modular IRC robot written in PHP. I wrote the original branch, 0.1.x, back in late 2003, and developed it and modules for it until early 2004. At some point in June 2004, I became inspired to rewrite the bots core and start the 0.9.x branch.
The new (0.9.x) branch of IQ is just about an entire rewrite of the original, with better coding techniques, and usage of object oriented PHP. Bugs from the original have been corrected, and dozens of new features have been added. My goal with IQ is to create a truly multi-purpose IRC bot that may be easily coded for, while keeping the core relatively light-weight.
IQ is built from modules and can dynamically load and unload modules. Writing modules for the bot is simple, and any PHP developer should be able to write his or her own modules to have the bot act as needed. Modules utilize a binding system (modeled after that used by eggdrop), which create triggers that can be executed upon any regular event (msg, join, kick, nick, quit, part, etc), as well as other bot-specific events (idle, connect, disconnect), and call lambda-style functions in the module to perform the desired actions.
Enhancements:
- Fixed case-sensitivity issues with dancer ircd
- Improved mode checking for non-hybrid ircds
- Miscellaneous bug fixes and code cleanups
- Added Database class for support for MySQL and pgSQL database servers
- Headlines module removed
- Added currency module
- Added idletime module
- Disallowed running as root
<<lessThe new (0.9.x) branch of IQ is just about an entire rewrite of the original, with better coding techniques, and usage of object oriented PHP. Bugs from the original have been corrected, and dozens of new features have been added. My goal with IQ is to create a truly multi-purpose IRC bot that may be easily coded for, while keeping the core relatively light-weight.
IQ is built from modules and can dynamically load and unload modules. Writing modules for the bot is simple, and any PHP developer should be able to write his or her own modules to have the bot act as needed. Modules utilize a binding system (modeled after that used by eggdrop), which create triggers that can be executed upon any regular event (msg, join, kick, nick, quit, part, etc), as well as other bot-specific events (idle, connect, disconnect), and call lambda-style functions in the module to perform the desired actions.
Enhancements:
- Fixed case-sensitivity issues with dancer ircd
- Improved mode checking for non-hybrid ircds
- Miscellaneous bug fixes and code cleanups
- Added Database class for support for MySQL and pgSQL database servers
- Headlines module removed
- Added currency module
- Added idletime module
- Disallowed running as root
Download (0.03MB)
Added: 2006-06-17 License: GPL (GNU General Public License) Price:
1237 downloads
nandBot 1.91
nandBot is a Perl IRC Robot which is intended to be used on UNIX systems. more>>
nandBot is a Perl IRC Robot which is intended to be used on UNIX systems. nandBot is extensible using the built-in plugin interface and is localizable using Locale::Maketext.
Main features:
- Seen, Factoid
- Google Search
- Dictionary/Spell check
- Calculator
- Extensible with plugins
- Localizable using the Perl module Locale::Maketext
Enhancements:
- Added a README
- Bug fixes
- New netdiag plugin: dns and whois (IP Addresses only)
- Fixed google plugin to use less color and other yucky stuff
- Changed/removed a few unused items in the translation lexicon
- Added NickServ plugin
- Time::HiRes (used for pings) is now optional
- Added on_notice and onconnect events
- Now parses numeric 005 for chantypes and nickprefixes
- Admins to be auto-opped when they join
- Fixed mode command
- Fixed bug in improved factoid parsing
- New auto-reconnect feature
- Fixed bug in the plugin system, plugins will work more than once now
- Finished implementing login system.
- Added access levels, 10=admin, 5=helper, 0=normal, -1=ignored.
- New column in database. You must run upgradedb.pl or configure.pl
- All spell checking will now be performed by the google plugin if it is to be loaded.
- Factoid parsing has been improved, now supports - with recursion detection!
- Implemented factstats author and factstats author NICKNAME
- Translators: Added 12 new messages and 4 new commands.
- configure.pl can now import from Legacy nandBot
- IRCPoints column added to the database, and are now supported.
- You must run upgradedb.pl or configure.pl
- Fixed upgradedb.pl so that it would work.
- Added "periodical" handler for plugins. This will be explained in the soon-to-be plugin documentation
- Updated all helper scripts and plugins to use strict;
- Added VERSION handler
- Translators: Added 6 new IRCPoints messages.
- Changed file naming convention for log messages, along with some other minor logging changes
- Added support for logging of joins, parts, quits, nicks, topic changes, kicks and mode changes. Scriptable handlers for these events are coming soon.
- Translators: Two new dunnos: quark and planet
- Added login system. Translators: 3 new messages, 7 new commands
- Fixed strange bug in dbdump.pl
- Security update: By connecting to a malicious IRC server, nandBot could execute arbitrary perl code. This also causes nicks with brackets [] to work.
<<lessMain features:
- Seen, Factoid
- Google Search
- Dictionary/Spell check
- Calculator
- Extensible with plugins
- Localizable using the Perl module Locale::Maketext
Enhancements:
- Added a README
- Bug fixes
- New netdiag plugin: dns and whois (IP Addresses only)
- Fixed google plugin to use less color and other yucky stuff
- Changed/removed a few unused items in the translation lexicon
- Added NickServ plugin
- Time::HiRes (used for pings) is now optional
- Added on_notice and onconnect events
- Now parses numeric 005 for chantypes and nickprefixes
- Admins to be auto-opped when they join
- Fixed mode command
- Fixed bug in improved factoid parsing
- New auto-reconnect feature
- Fixed bug in the plugin system, plugins will work more than once now
- Finished implementing login system.
- Added access levels, 10=admin, 5=helper, 0=normal, -1=ignored.
- New column in database. You must run upgradedb.pl or configure.pl
- All spell checking will now be performed by the google plugin if it is to be loaded.
- Factoid parsing has been improved, now supports - with recursion detection!
- Implemented factstats author and factstats author NICKNAME
- Translators: Added 12 new messages and 4 new commands.
- configure.pl can now import from Legacy nandBot
- IRCPoints column added to the database, and are now supported.
- You must run upgradedb.pl or configure.pl
- Fixed upgradedb.pl so that it would work.
- Added "periodical" handler for plugins. This will be explained in the soon-to-be plugin documentation
- Updated all helper scripts and plugins to use strict;
- Added VERSION handler
- Translators: Added 6 new IRCPoints messages.
- Changed file naming convention for log messages, along with some other minor logging changes
- Added support for logging of joins, parts, quits, nicks, topic changes, kicks and mode changes. Scriptable handlers for these events are coming soon.
- Translators: Two new dunnos: quark and planet
- Added login system. Translators: 3 new messages, 7 new commands
- Fixed strange bug in dbdump.pl
- Security update: By connecting to a malicious IRC server, nandBot could execute arbitrary perl code. This also causes nicks with brackets [] to work.
Added: 2005-11-07 License: GPL (GNU General Public License) Price:
1446 downloads
Robo Hunt 0.1
Robo Hunt is an action game where you have to run for life and plutonium. more>>
Robo Hunt is an action game where you have to run for life and plutonium.
Take all plutonium and dont be caught. The robot hunters are smart and they do not cheat.
<<lessTake all plutonium and dont be caught. The robot hunters are smart and they do not cheat.
Download (0.12MB)
Added: 2005-11-23 License: GPL (GNU General Public License) Price:
1432 downloads
robots.txt 1.0.3
robots.txt is a PHP script that acts like a normal robots.txt file, but with a few differences. more>>
robots.txt is a script in PHP that acts like a normal robots.txt file, but with a few differences.
When a Spider attempts to access robots.txt, the script will "disallow" access to a list of pre-defined directories. When a normal user attempts to access robots.txt, it will "disallow" access to all directories.
This is a security precuation and an attempt to prevent users from finding "hidden" directories by looking at the robots.txt file.
Enhancements:
- The two serious bugs that meant robots.txt did not function properly were fixed.
- A bug that meant the data printed back would not be parseable by Web crawlers was fixed.
- A new function to clean up data from the files was added.
<<lessWhen a Spider attempts to access robots.txt, the script will "disallow" access to a list of pre-defined directories. When a normal user attempts to access robots.txt, it will "disallow" access to all directories.
This is a security precuation and an attempt to prevent users from finding "hidden" directories by looking at the robots.txt file.
Enhancements:
- The two serious bugs that meant robots.txt did not function properly were fixed.
- A bug that meant the data printed back would not be parseable by Web crawlers was fixed.
- A new function to clean up data from the files was added.
Download (0.004MB)
Added: 2006-03-01 License: GPL (GNU General Public License) Price:
1337 downloads
Robotworld 0.1
Robotworld is a distributed world for programmable robots. more>>
Robot World aims to be a distributed physical environment inhabited by programmable robots, spanning across countless computers on the internet in true peer-to-peer fashion.
Robot World components:
- Parser / compiler compiles robot programs into byte code, stored in a .xml file
- Inject - send a robot program to the world
- RobotWorld - the world simulation program
- dsm - the bytecode disassembler
- rowo.y - language grammar file
parser
Compile a robot. Creates an .xml file from a .r file
$ parser sample.r
dsm
Disassembles a robot .xml file.
$ dsm sample.xml
robotworld
Testbed. Receiving server for "inject" - see below.
$ robotworld
inject
Send robot to world. "robotworld" must be running.
$ inject sample.xml
<<lessRobot World components:
- Parser / compiler compiles robot programs into byte code, stored in a .xml file
- Inject - send a robot program to the world
- RobotWorld - the world simulation program
- dsm - the bytecode disassembler
- rowo.y - language grammar file
parser
Compile a robot. Creates an .xml file from a .r file
$ parser sample.r
dsm
Disassembles a robot .xml file.
$ dsm sample.xml
robotworld
Testbed. Receiving server for "inject" - see below.
$ robotworld
inject
Send robot to world. "robotworld" must be running.
$ inject sample.xml
Download (0.023MB)
Added: 2005-04-18 License: GPL (GNU General Public License) Price:
1650 downloads
byacc 1.9.1
Berkeley Yacc is an LALR(1) parser generator. more>>
Berkeley Yacc is an LALR(1) parser generator. Berkeley Yacc has been made as compatible as possible with AT&T Yacc. Berkeley Yacc can accept any input specification that conforms to the AT&T Yacc documentation. Specifications that take advantage of undocumented features of AT&T Yacc will probably be rejected.
Berkeley Yacc is distributed with no warranty whatever. The code is certain to contain errors. Neither the author nor any contributor takes responsibility for any consequences of its use.
Berkeley Yacc is in the public domain. The data structures and algorithms used in Berkeley Yacc are all either taken from documents available to the general public or are inventions of the author. Anyone may freely distribute
source or binary forms of Berkeley Yacc whether unchanged or modified. Distributers may charge whatever fees they can obtain for Berkeley Yacc. Programs generated by Berkeley Yacc may be distributed freely.
<<lessBerkeley Yacc is distributed with no warranty whatever. The code is certain to contain errors. Neither the author nor any contributor takes responsibility for any consequences of its use.
Berkeley Yacc is in the public domain. The data structures and algorithms used in Berkeley Yacc are all either taken from documents available to the general public or are inventions of the author. Anyone may freely distribute
source or binary forms of Berkeley Yacc whether unchanged or modified. Distributers may charge whatever fees they can obtain for Berkeley Yacc. Programs generated by Berkeley Yacc may be distributed freely.
Download (0.063MB)
Added: 2007-02-15 License: GPL (GNU General Public License) Price:
986 downloads
GNU Robots 1.0D
GNU Robots project is a robot construction game. more>>
GNU Robots project is a robot construction game.
GNU Robots is a game/diversion where you construct a program for a little robot, then watch him explore a world.
The world is filled with baddies that can hurt you, objects that you can bump into, and food that you can eat.
The goal of the game is to collect as many prizes as possible before you are killed by a baddie or you run out of energy.
GNU Robots is a game/diversion where you construct a program for a little robot, then watch him explore a world. The world is filled with baddies that can hurt you, objects that you can bump into, and food that you can eat. The goal of the game is to collect as many prizes as possible before are killed by a baddie or you run out of energy. GNU Robots (including source) will be released under the GNU General Public License.
The GNU Robots playing field is filled with food (increases energy), prizes (to increase your score), walls (which you can bump into), and baddies (which can inflict damage.)
To make the program easier to design and implement, I have decided to let the robot program be written in a text file, so that advanced programmers dont have to limit themselves to a visual programming interface. The language will be Scheme, which provides for flexibility in writing your programs. For non-programmers, there will also be a visual programming interface, which will generate Scheme code.
GNU Robots uses GNU Guile as the language back-end (Scheme). This will make the GNU Robots game engine more consistent with other GNU projects, as it will use the same extension language.
Enhancements:
- Added some extra documentation (but not much) and the early beginning of code clean-up.
<<lessGNU Robots is a game/diversion where you construct a program for a little robot, then watch him explore a world.
The world is filled with baddies that can hurt you, objects that you can bump into, and food that you can eat.
The goal of the game is to collect as many prizes as possible before you are killed by a baddie or you run out of energy.
GNU Robots is a game/diversion where you construct a program for a little robot, then watch him explore a world. The world is filled with baddies that can hurt you, objects that you can bump into, and food that you can eat. The goal of the game is to collect as many prizes as possible before are killed by a baddie or you run out of energy. GNU Robots (including source) will be released under the GNU General Public License.
The GNU Robots playing field is filled with food (increases energy), prizes (to increase your score), walls (which you can bump into), and baddies (which can inflict damage.)
To make the program easier to design and implement, I have decided to let the robot program be written in a text file, so that advanced programmers dont have to limit themselves to a visual programming interface. The language will be Scheme, which provides for flexibility in writing your programs. For non-programmers, there will also be a visual programming interface, which will generate Scheme code.
GNU Robots uses GNU Guile as the language back-end (Scheme). This will make the GNU Robots game engine more consistent with other GNU projects, as it will use the same extension language.
Enhancements:
- Added some extra documentation (but not much) and the early beginning of code clean-up.
Download (0.070MB)
Added: 2006-11-17 License: GPL (GNU General Public License) Price:
1076 downloads
Xastir 1.9.1
Xastir ptoject can receive and plot APRS position packets. more>>
Xastir ptoject can receive and plot APRS position packets. Development is a collaborative effort of programmers from around the world. Xastir supports many map formats and is highly customizable. Check out the "Screen Shots" link to see just a few of the ways that Xastir can be used.
Xastir runs on Windows/MacOSX/Linux/FreeBSD/Solaris/Lindows, with many more possible. It supports 125 map formats, several types of TNCs and weather stations, Festival speech synthesizer, AX.25 networking (Soundmodem/Baycom/SCC!) and seven languages!. On Unix-like operating systems, you can run your weather station or GPS on a separate computer as well, which is good for those hams who are already short on serial ports.
Xastir is FREE! under the GPL license and comes with all source code.
<<lessXastir runs on Windows/MacOSX/Linux/FreeBSD/Solaris/Lindows, with many more possible. It supports 125 map formats, several types of TNCs and weather stations, Festival speech synthesizer, AX.25 networking (Soundmodem/Baycom/SCC!) and seven languages!. On Unix-like operating systems, you can run your weather station or GPS on a separate computer as well, which is good for those hams who are already short on serial ports.
Xastir is FREE! under the GPL license and comes with all source code.
Download (2.1MB)
Added: 2007-05-02 License: GPL (GNU General Public License) Price:
909 downloads
McStas 1.9.1
McStas project is a general tool for simulating neutron scattering instruments. more>>
McStas project is a general tool for simulating neutron scattering instruments.
McStas is a computer program (written in C) that enables you to model very precisely a neutron instrument described as a series of various components.
A source component shoots each neutron randomly (Monte-Carlo), and the particle is then propagated through the different instrument components.
These later act on the neutron characteristics (position, speed, direction, spin, etc.).
Usually, one installs some detectors along the neutron path to monitor its characteristics and flux.
Enhancements:
- General
- Update release, mainly bugfixes plus a few other things
- Documentation
- Component manual slightly updated according to adding/modification of components.
- Tools
- mcgui: A few bugfixes.
- Components
- DiskChopper.comp - new disc chopper component. Chopper.comp made obsolete. See mcdoc page / component manual for further details.
- Guide.comp - reads reflectivity tables from disk.
- Isotropic_Sqw - minor bugfixes, validated against PowerN, V_sample, etc.
- PowderN - validated against Isotropix_Sqw, Squires, experimental data.
<<lessMcStas is a computer program (written in C) that enables you to model very precisely a neutron instrument described as a series of various components.
A source component shoots each neutron randomly (Monte-Carlo), and the particle is then propagated through the different instrument components.
These later act on the neutron characteristics (position, speed, direction, spin, etc.).
Usually, one installs some detectors along the neutron path to monitor its characteristics and flux.
Enhancements:
- General
- Update release, mainly bugfixes plus a few other things
- Documentation
- Component manual slightly updated according to adding/modification of components.
- Tools
- mcgui: A few bugfixes.
- Components
- DiskChopper.comp - new disc chopper component. Chopper.comp made obsolete. See mcdoc page / component manual for further details.
- Guide.comp - reads reflectivity tables from disk.
- Isotropic_Sqw - minor bugfixes, validated against PowerN, V_sample, etc.
- PowderN - validated against Isotropix_Sqw, Squires, experimental data.
Download (8.9MB)
Added: 2006-10-19 License: GPL (GNU General Public License) Price:
1101 downloads
RockBot 6
Rockbot is a C irc robot initally based on comstuds Combot. more>>
RockBot is a fully functional multi-channel bot for IRC. It has hundreds of usefull commands for managing channels, amusing your friends, and protecting ownership. It is a good alternitive to an eggdrop type bot.
DCC model of rockbox is different like eggdrop. In RockBot YOU NEVER initiate a DCC chat with the bot. In all cases the bot will send you a DCC chat request when it needs one due to the type of data its returning. If you have trouble with DCCs it may be the bot cannotdetermine its true IP address on the machine. Try playing with "#define PPP" in config.h.
Enhancements:
- The data files and memory model were totally re-written. RockBot now uses a multiple-channel scheme for keeping track of users, and also allows one user to store multiple hostmasks under one "handle". There is also a "global" config that controls the default settings for channels and high level bot users. In order to diferentiate
- between global commands and local channel commands the following syntax has been implimented:
- (Note: This example assumes CMDCHAR is !)
- Sent to a channel -> !userlist = userlist of the channel typed in
- Sent to a channel -> !#mychannel userlist = userlist of #mychannel
- Sent to a channel -> !!userlist = global userlist
- ---
- Privmsg to bot -> #mychan userlist = userlist of #mychan
- Privmsg to bot -> !userlist = global userlist
- ---
- When you use JOIN a data file will be created to contain the new channels users, settings, topic etc. The LEAVE command parts the bot but does NOT remove the datafiles, however REMCHAN does.
<<lessDCC model of rockbox is different like eggdrop. In RockBot YOU NEVER initiate a DCC chat with the bot. In all cases the bot will send you a DCC chat request when it needs one due to the type of data its returning. If you have trouble with DCCs it may be the bot cannotdetermine its true IP address on the machine. Try playing with "#define PPP" in config.h.
Enhancements:
- The data files and memory model were totally re-written. RockBot now uses a multiple-channel scheme for keeping track of users, and also allows one user to store multiple hostmasks under one "handle". There is also a "global" config that controls the default settings for channels and high level bot users. In order to diferentiate
- between global commands and local channel commands the following syntax has been implimented:
- (Note: This example assumes CMDCHAR is !)
- Sent to a channel -> !userlist = userlist of the channel typed in
- Sent to a channel -> !#mychannel userlist = userlist of #mychannel
- Sent to a channel -> !!userlist = global userlist
- ---
- Privmsg to bot -> #mychan userlist = userlist of #mychan
- Privmsg to bot -> !userlist = global userlist
- ---
- When you use JOIN a data file will be created to contain the new channels users, settings, topic etc. The LEAVE command parts the bot but does NOT remove the datafiles, however REMCHAN does.
Download (0.17MB)
Added: 2006-06-17 License: GPL (GNU General Public License) Price:
1225 downloads
Peacock 1.9.1
Peacock is an HTML Editor for Gnome. more>>
Peacock is an HTML Editor for Gnome. Its is distributed under the GNU GPL License. Using the latest Gnome technologies like Bonobo, GtkHTML it hopes to provide the Web Developers a congenial environment for making Websites.
Still in its nascent stages it support basic WYSIWYG HTML Editing and advanced editing operations.
Enhancements:
- Support for most of HTML 4.0 standards.
- WYSIWYG HTML Editing using the GtkHTML bonobo control.
- Minimal set of templates for documents, tables, images etc.
<<lessStill in its nascent stages it support basic WYSIWYG HTML Editing and advanced editing operations.
Enhancements:
- Support for most of HTML 4.0 standards.
- WYSIWYG HTML Editing using the GtkHTML bonobo control.
- Minimal set of templates for documents, tables, images etc.
Download (0.14MB)
Added: 2005-08-11 License: GPL (GNU General Public License) Price:
1535 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 robot 1.9.1 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