moo
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 13
MOOzilla 1.01
MOOzilla provides a MOO/MU* client that supports HTML rendering. more>>
MOOzilla provides a MOO/MU* client that supports HTML rendering.
MOOzilla is an HTML rendering MOO/MU* client developed as an add-on component for Mozilla. It allows inline HTML text to be rendered as part of a MOO/MU* session, similar to the Windows-only Pueblo client, but with the power of the Mozilla rendering engine.
Main features:
- Command history
- Scrollback buffer
- Text configuration
- Tab completion
- Context web search
- Automatic hyper-linking
- Command hyper-links
- Inline HTML rendering
- HTML entity rendering
- Independent Single and Multiline Text Edit
- Unicode UTF-8 input and output (screenshot)
- HTML logging (with timestamps) and log viewer
<<lessMOOzilla is an HTML rendering MOO/MU* client developed as an add-on component for Mozilla. It allows inline HTML text to be rendered as part of a MOO/MU* session, similar to the Windows-only Pueblo client, but with the power of the Mozilla rendering engine.
Main features:
- Command history
- Scrollback buffer
- Text configuration
- Tab completion
- Context web search
- Automatic hyper-linking
- Command hyper-links
- Inline HTML rendering
- HTML entity rendering
- Independent Single and Multiline Text Edit
- Unicode UTF-8 input and output (screenshot)
- HTML logging (with timestamps) and log viewer
Download (0.48MB)
Added: 2007-04-04 License: GPL (GNU General Public License) Price:
934 downloads
MooDriver 0.20
MooDriver is a library providing a C++ museekd more>>
MooDriver is a library providing a C++ museekd "driver" class (Moo::Driver) MooDriver makes it easy to write museekd clients without having to deal with the museekd daemon and its protocol directly. museekd is a daemon which acts as a gateway to the SoulSeek P2P network.
<<less Download (0.38MB)
Added: 2006-11-12 License: GPL (GNU General Public License) Price:
1076 downloads
EmeraldMoo 0.0.3a
EmeraldMoo is a series of patches to make LambdaMoo better. more>>
EmeraldMoo project is a series of patches to make LambdaMoo better.
EmeraldMoo is a series of patches to LambdaMoo.
It has three main purposes: To make LambdaMoo more modern and featureful, to make it a better RPG environment, and to make it a better virtual reality environment.
A moo is a text object oriented virtual reality environment which was originally created for teaching people over the net. Later, the people of LambdaMoo took the source code and improved it, making it into an almost full VR environment.
This moo would be based on the LambdaMoo source code, and would try to improve it to a full fun virtual reality environment, and not necessarily a text one. And of course it would be a more playable version for those of us who like RPG like games.
Enhancements:
- Changes in many include files adding autoconf2 support
- code_gen.c bjj patch (Removed a spurious EXPR_INDEX case left over fro m before x[$])
- eval_vm.c bjj patch(Finally made free_activation() take a pointer)
- execute.c bjj patch(Finally made free_activation() take a pointer)
- utils.c bjj patch(Finally made free_activation() take a pointer)
- execute.h bjj patch(Finally made free_activation() take a pointer)
- timers.c bjj patch(ree cancelled timers with free_timer() instead of f ree)
<<lessEmeraldMoo is a series of patches to LambdaMoo.
It has three main purposes: To make LambdaMoo more modern and featureful, to make it a better RPG environment, and to make it a better virtual reality environment.
A moo is a text object oriented virtual reality environment which was originally created for teaching people over the net. Later, the people of LambdaMoo took the source code and improved it, making it into an almost full VR environment.
This moo would be based on the LambdaMoo source code, and would try to improve it to a full fun virtual reality environment, and not necessarily a text one. And of course it would be a more playable version for those of us who like RPG like games.
Enhancements:
- Changes in many include files adding autoconf2 support
- code_gen.c bjj patch (Removed a spurious EXPR_INDEX case left over fro m before x[$])
- eval_vm.c bjj patch(Finally made free_activation() take a pointer)
- execute.c bjj patch(Finally made free_activation() take a pointer)
- utils.c bjj patch(Finally made free_activation() take a pointer)
- execute.h bjj patch(Finally made free_activation() take a pointer)
- timers.c bjj patch(ree cancelled timers with free_timer() instead of f ree)
Download (0.37MB)
Added: 2006-12-18 License: GPL (GNU General Public License) Price:
1042 downloads
Audio::Moosic 0.09
Audio::Moosic is a Moosic client library for Perl. more>>
Audio::Moosic is a Moosic client library for Perl.
SYNOPSIS
use Audio::Moosic;
$moo = Audio::Moosic::Unix->new();
$moosic->append(/home/me/somewhat.ogg);
$moosic->play;
print $moosic->current, "n";
$moosic->pause;
...
Audio::Moosic acts as a client for the musical jukebox programm Moosic (http://nanoo.org/~daniel/moosic/) by Daniel Pearson.
Using Audio::Moosic you can connect to a moosic server either via an UNIX socket or an INET socket.
<<lessSYNOPSIS
use Audio::Moosic;
$moo = Audio::Moosic::Unix->new();
$moosic->append(/home/me/somewhat.ogg);
$moosic->play;
print $moosic->current, "n";
$moosic->pause;
...
Audio::Moosic acts as a client for the musical jukebox programm Moosic (http://nanoo.org/~daniel/moosic/) by Daniel Pearson.
Using Audio::Moosic you can connect to a moosic server either via an UNIX socket or an INET socket.
Download (0.009MB)
Added: 2007-01-03 License: Perl Artistic License Price:
1025 downloads
Momoko 0.4.1
Momoko is a multi-user development environment. more>>
Momoko project is a generic, object-oriented, modular, extensible environment for creating multi-user environments.
It is suitable for writing MUDs, servers, and community-based Web sites.
It is written in pure Java and supports Java and Python as internal scripting languages.
Momoko provides facilities for organizing objects into tree-based hierarchies, orthogonal persistence, a transparent distributed objects system, remote access to source code and user files via WebDAV, a telnet-enabled shell for manipulating the object database, and an integrated build process which can be triggered remotely.
Momoko imports various information which exists on the Internet into a distributed, object-oriented, virtual filesystem. You can then export such information in various ways to the Internet.
Momoko currently ships with modules to import IRC channels and MH-style mail archives. So you can both chat and check your e-mail via Momoko.
Momoko also ships with a MOO-like command set for interacting with the object tree and a fully functioning web forum for reading your mail archives and posting replies.
In a nutshell, Momoko is a MOO, a web application server, a threaded discussion forum, and an IRC client, all at once. And thats just whats currently shipping with it.
Momoko is, more than anything, a tool for building multi-user Internet applications.
The currently shipping ones were just the first things that I thought of.
<<lessIt is suitable for writing MUDs, servers, and community-based Web sites.
It is written in pure Java and supports Java and Python as internal scripting languages.
Momoko provides facilities for organizing objects into tree-based hierarchies, orthogonal persistence, a transparent distributed objects system, remote access to source code and user files via WebDAV, a telnet-enabled shell for manipulating the object database, and an integrated build process which can be triggered remotely.
Momoko imports various information which exists on the Internet into a distributed, object-oriented, virtual filesystem. You can then export such information in various ways to the Internet.
Momoko currently ships with modules to import IRC channels and MH-style mail archives. So you can both chat and check your e-mail via Momoko.
Momoko also ships with a MOO-like command set for interacting with the object tree and a fully functioning web forum for reading your mail archives and posting replies.
In a nutshell, Momoko is a MOO, a web application server, a threaded discussion forum, and an IRC client, all at once. And thats just whats currently shipping with it.
Momoko is, more than anything, a tool for building multi-user Internet applications.
The currently shipping ones were just the first things that I thought of.
Download (7.7MB)
Added: 2006-09-12 License: GPL (GNU General Public License) Price:
1142 downloads
GnoeMoe 2.2.0
GnoeMoe is a GTK+/Gnome based MOO-client for unix. more>>
GnoeMoe is a GTK+/Gnome based MOO-client for unix. GnoeMoe project tries to follow the HIG as specified by the Gnome team and therefor has a very clean and easy to understand interface.
GnoeMoe is still under heavy development and any comments are more than welcome.
Main features:
- Full ansi support
- Multiple worlds (tabbed)
- Internal editor support (using gtksourceview highlighting)
- External editor support (edit with your favourite editor!)
- Autologin, autoreconnect
- Scripting using the Ruby language
- MCP 2.1
- dns-org-mud-moo-simpleedit
- dns-com-awns-status
- dns-com-vmoo-userlist
- dns-com-vmoo-client
- dns-icecrew-nl-mcpreset
- dns-icecrew-nl-playerdb
- dns-icecrew-nl-userlist
- dns-com-awns-ping
- Logging
- Multi-line input
- Smart-autoscroll
Enhancements:
- Fixed setting the correct character encoding by mcp
- Fixed closing the paste dialog after pasting
- Fixed saving color settings
- Fixed blinking (again)
- Added show/hide userlist
- Added Rxvt, XTerm and Linux color schemes
<<lessGnoeMoe is still under heavy development and any comments are more than welcome.
Main features:
- Full ansi support
- Multiple worlds (tabbed)
- Internal editor support (using gtksourceview highlighting)
- External editor support (edit with your favourite editor!)
- Autologin, autoreconnect
- Scripting using the Ruby language
- MCP 2.1
- dns-org-mud-moo-simpleedit
- dns-com-awns-status
- dns-com-vmoo-userlist
- dns-com-vmoo-client
- dns-icecrew-nl-mcpreset
- dns-icecrew-nl-playerdb
- dns-icecrew-nl-userlist
- dns-com-awns-ping
- Logging
- Multi-line input
- Smart-autoscroll
Enhancements:
- Fixed setting the correct character encoding by mcp
- Fixed closing the paste dialog after pasting
- Fixed saving color settings
- Fixed blinking (again)
- Added show/hide userlist
- Added Rxvt, XTerm and Linux color schemes
Download (0.66MB)
Added: 2006-11-05 License: GPL (GNU General Public License) Price:
1085 downloads
ErisMUD 0.4
ErisMUD is a MUD/MOO server/engine written in Python. more>>
ErisMUD is a MUD/MOO server/engine written in Python on top of SQLite. It currently supports many features and easy internal commands take care of the development and maintenance. Released under the GPL and 100% free.
Main features:
- Equipment and inventory for Players & NPCs
- Chat system
- Add new rooms with a single command
- Custom exits
- File logging
- Command aliases
- Player stats
- Help system
- Easy maintenance commands
- Optional ANSI colors
- Skills system
- Damage/healing system
Enhancements:
- Now with THREADING. Make sure your Python version supports threads.
- Most player actions now give a message to other users in the room.
- Fixed yet another login bug that looped over email/stats creation.
- Basic skills framework added.
- loiter command added, which depends on the Loitering skill to work.
- skills command added.
- Trapped emotes without arguments.
- Basic health/damage system added. Proof-of-concept maim command added.
<<lessMain features:
- Equipment and inventory for Players & NPCs
- Chat system
- Add new rooms with a single command
- Custom exits
- File logging
- Command aliases
- Player stats
- Help system
- Easy maintenance commands
- Optional ANSI colors
- Skills system
- Damage/healing system
Enhancements:
- Now with THREADING. Make sure your Python version supports threads.
- Most player actions now give a message to other users in the room.
- Fixed yet another login bug that looped over email/stats creation.
- Basic skills framework added.
- loiter command added, which depends on the Loitering skill to work.
- skills command added.
- Trapped emotes without arguments.
- Basic health/damage system added. Proof-of-concept maim command added.
Download (0.023MB)
Added: 2005-07-18 License: GPL (GNU General Public License) Price:
1561 downloads
Armagetron Advanced 0.3.0
Armagetron is another version of the simple action game modeled after the lightcycle sequence of the movie Tron. more>> <<less
Download (1.6MB)
Added: 2006-07-04 License: GPL (GNU General Public License) Price:
1122 downloads
XMud alpha_4
XMud is a distributed 3D MOO engine written in Java. more>>
XMud project is a distributed 3D MOO engine written in Java.
XMud is an extensible MUD, inspired by LambdaMOO and LPMUD. It allows users to extend the system at run-time by creating new objects.
Objects are Java classes that follow certain rules with respect to manipulating the state. It was designed with with scalability in mind; the system may be composed of N servers and M clients.
Each server is nothing more that a state manager that controls reading, writing, and locking state elements.
Methods are executed at the client level and generate state change requests that are sent to the server.
The current implementation of XMud provides the core infrastructure for server/server server/client communications, state management through object serialization and Mysql, a graphics engine written entirely in Java3D capable of importing VRML models, Never Winter Nights models, animation engine, particle system, and a very limited library of game objects including players and monsters based on the d20 rpg system.
Enhancements:
- Full support for NWN terrain tiles. You can now create a map with nwn toolset and import it into xmud.
- Added animation to avatars.
- Improved graphics engine performance by moving collision detection and terrain following to the cell level.
- Prioritized request/response queue at the client and server level.
- Position updater delay according to clients ping time.
- Limited the number of requests per client per second
<<lessXMud is an extensible MUD, inspired by LambdaMOO and LPMUD. It allows users to extend the system at run-time by creating new objects.
Objects are Java classes that follow certain rules with respect to manipulating the state. It was designed with with scalability in mind; the system may be composed of N servers and M clients.
Each server is nothing more that a state manager that controls reading, writing, and locking state elements.
Methods are executed at the client level and generate state change requests that are sent to the server.
The current implementation of XMud provides the core infrastructure for server/server server/client communications, state management through object serialization and Mysql, a graphics engine written entirely in Java3D capable of importing VRML models, Never Winter Nights models, animation engine, particle system, and a very limited library of game objects including players and monsters based on the d20 rpg system.
Enhancements:
- Full support for NWN terrain tiles. You can now create a map with nwn toolset and import it into xmud.
- Added animation to avatars.
- Improved graphics engine performance by moving collision detection and terrain following to the cell level.
- Prioritized request/response queue at the client and server level.
- Position updater delay according to clients ping time.
- Limited the number of requests per client per second
Download (21.8MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1049 downloads
POE::Component::Server::IRC 1.05
POE::Component::Server::IRC is a fully event-driven networkable IRC server daemon module. more>>
POE::Component::Server::IRC is a fully event-driven networkable IRC server daemon module.
SYNOPSIS
# A fairly simple example:
use strict;
use warnings;
use POE qw(Component::Server::IRC);
my %config = (
servername => simple.poco.server.irc,
nicklen => 15,
network => SimpleNET
);
my $pocosi = POE::Component::Server::IRC->spawn( config => %config );
POE::Session->create(
package_states => [
main => [qw(_start _default)],
],
heap => { ircd => $pocosi },
);
$poe_kernel->run();
exit 0;
sub _start {
my ($kernel,$heap) = @_[KERNEL,HEAP];
$heap->{ircd}->yield( register );
# Anyone connecting from the loopback gets spoofed hostname
$heap->{ircd}->add_auth( mask => *@localhost, spoof => m33p.com, no_tilde => 1 );
# We have to add an auth as we have specified one above.
$heap->{ircd}->add_auth( mask => *@* );
# Start a listener on the standard IRC port.
$heap->{ircd}->add_listener( port => 6667 );
# Add an operator who can connect from localhost
$heap->{ircd}->add_operator( { username => moo, password => fishdont } );
undef;
}
sub _default {
my ( $event, $args ) = @_[ ARG0 .. $#_ ];
print STDOUT "$event: ";
foreach (@$args) {
SWITCH: {
if ( ref($_) eq ARRAY ) {
print STDOUT "[", join ( ", ", @$_ ), "] ";
last SWITCH;
}
if ( ref($_) eq HASH ) {
print STDOUT "{", join ( ", ", %$_ ), "} ";
last SWITCH;
}
print STDOUT "$_ ";
}
}
print STDOUT "n";
return 0; # Dont handle signals.
}
POE::Component::Server::IRC is a POE component which implements an IRC server ( also referred to as an IRC daemon or IRCd ). It should be compliant with the pertient IRC RFCs and is based on reverse engineering Hybrid IRCd behaviour with regards to interactions with IRC clients and other IRC servers.
Yes, thats right. POE::Component::Server::IRC is capable of linking to form IRC networks. It supports the TS5 server to server protocol and has been tested with linking to Hybrid-7 based networks. It should in theory work with any TS5-based IRC network.
POE::Component::Server::IRC also has a services API, which enables one to extend the IRCd to create IRC Services. This is fully event-driven ( of course =] ). There is also a Plugin system, similar to that sported by POE::Component::IRC.
<<lessSYNOPSIS
# A fairly simple example:
use strict;
use warnings;
use POE qw(Component::Server::IRC);
my %config = (
servername => simple.poco.server.irc,
nicklen => 15,
network => SimpleNET
);
my $pocosi = POE::Component::Server::IRC->spawn( config => %config );
POE::Session->create(
package_states => [
main => [qw(_start _default)],
],
heap => { ircd => $pocosi },
);
$poe_kernel->run();
exit 0;
sub _start {
my ($kernel,$heap) = @_[KERNEL,HEAP];
$heap->{ircd}->yield( register );
# Anyone connecting from the loopback gets spoofed hostname
$heap->{ircd}->add_auth( mask => *@localhost, spoof => m33p.com, no_tilde => 1 );
# We have to add an auth as we have specified one above.
$heap->{ircd}->add_auth( mask => *@* );
# Start a listener on the standard IRC port.
$heap->{ircd}->add_listener( port => 6667 );
# Add an operator who can connect from localhost
$heap->{ircd}->add_operator( { username => moo, password => fishdont } );
undef;
}
sub _default {
my ( $event, $args ) = @_[ ARG0 .. $#_ ];
print STDOUT "$event: ";
foreach (@$args) {
SWITCH: {
if ( ref($_) eq ARRAY ) {
print STDOUT "[", join ( ", ", @$_ ), "] ";
last SWITCH;
}
if ( ref($_) eq HASH ) {
print STDOUT "{", join ( ", ", %$_ ), "} ";
last SWITCH;
}
print STDOUT "$_ ";
}
}
print STDOUT "n";
return 0; # Dont handle signals.
}
POE::Component::Server::IRC is a POE component which implements an IRC server ( also referred to as an IRC daemon or IRCd ). It should be compliant with the pertient IRC RFCs and is based on reverse engineering Hybrid IRCd behaviour with regards to interactions with IRC clients and other IRC servers.
Yes, thats right. POE::Component::Server::IRC is capable of linking to form IRC networks. It supports the TS5 server to server protocol and has been tested with linking to Hybrid-7 based networks. It should in theory work with any TS5-based IRC network.
POE::Component::Server::IRC also has a services API, which enables one to extend the IRCd to create IRC Services. This is fully event-driven ( of course =] ). There is also a Plugin system, similar to that sported by POE::Component::IRC.
Download (0.084MB)
Added: 2006-11-28 License: Perl Artistic License Price:
1062 downloads
CILib 0.5.6
CILib is a collaborative research framework for developing Computational Intelligence algorithms. more>>
CILib comes from Computational Intelligence Library.
CILib is a collaborative research framework for developing Computational Intelligence algorithms in the fields of swarm intelligence, evolutionary computing, neural networks, artificial immune systems, and fuzzy logic.
Enhancements:
- This release mainly consists of feature updates and minor bugfixes, including a speedup in performance of the Type system.
- It has initial code for the Multi-Objective Optimisation package (MOO), a Sequence Alignment package in BioInformatics, generalised operators for Entities, and a new ControlParameterStrategy.
<<lessCILib is a collaborative research framework for developing Computational Intelligence algorithms in the fields of swarm intelligence, evolutionary computing, neural networks, artificial immune systems, and fuzzy logic.
Enhancements:
- This release mainly consists of feature updates and minor bugfixes, including a speedup in performance of the Type system.
- It has initial code for the Multi-Objective Optimisation package (MOO), a Sequence Alignment package in BioInformatics, generalised operators for Entities, and a new ControlParameterStrategy.
Download (0.27MB)
Added: 2006-03-31 License: GPL (GNU General Public License) Price:
1306 downloads
Spyrit 0.2
Spyrit is a MUSH/MUCK/MOO client written in Python using the Qt toolkit. more>>
Spyrit is a MUSH/MUCK/MOO client written in Python using the Qt toolkit. The project aims to be a pleasant, extensible, polished product, and to support all three major platforms.
This is a beta version, and you will probably not find it terribly useful. Features are few and far between at this point, although a lot of work has gone into ensuring that the codes core is solid and dependable, in order to make the upcoming addition of features quick and straightforward. Stay tuned! In order to run this software, you will need Python 2.4 or later; Qt 4.2 or later; and the PyQt4 bindings, with sip 4.5.1 at least (mind that one, Ubuntu doesnt ship it yet!).
The software hasnt been tested on Windows or Mac, but should work there so long as the dependencies listed above are met.
Just simply run the file spyrit.py to execute the software; it is magically packaged so as to require no installation.
<<lessThis is a beta version, and you will probably not find it terribly useful. Features are few and far between at this point, although a lot of work has gone into ensuring that the codes core is solid and dependable, in order to make the upcoming addition of features quick and straightforward. Stay tuned! In order to run this software, you will need Python 2.4 or later; Qt 4.2 or later; and the PyQt4 bindings, with sip 4.5.1 at least (mind that one, Ubuntu doesnt ship it yet!).
The software hasnt been tested on Windows or Mac, but should work there so long as the dependencies listed above are met.
Just simply run the file spyrit.py to execute the software; it is magically packaged so as to require no installation.
Download (0.18MB)
Added: 2007-08-22 License: GPL (GNU General Public License) Price:
484 downloads
PyGCS 1.5.6
PyGCS is designed to be a VERY stripped down MUD-like chat-server that runs in a small amount of memory. more>>
PyGCS is designed to be a VERY stripped down MUD-like chat-server that runs in a small amount of memory. It differs from common MUDs in several ways:
1. PyGCS has a single "room" and no large database to keep in memory and on disk.
2. PyGCS has no embedded programming language
PyGCS is ideally meant to be a small multi-user real-time chat system for people who have a need to talk to more than one person at a time online. It fits somewhere in between the setup IRC uses and the MUCK/MUSH/MOO style of server.
You can use it at things like:
A central location for system administrators and other administrative people to discuss immediate problems with local networks, etc
- A personal place to talk with friends without loading down the machine its run on.
- A continuous backup for social type MUDs
The PyGCS server that I run is very regularly up for 70+ days at a time and usually goes down because of the host being rebooted.
Once you get the server installed and up-and-running, youll need a way to connect to the server. More specifically, youll need a client program to connect to the server. This topic isnt my problem :), but basically you have two options:
1. Raw telnet. (Already installed on almost any OS, but it is poor for this use because it doesnt seperate the servers output lines from your input (typed) lines.)
2. MUD Client. (You MAY have to compile it, but it gives you the benefit of seperating input and output as well as some sort of macro language possibly, etc).
<<less1. PyGCS has a single "room" and no large database to keep in memory and on disk.
2. PyGCS has no embedded programming language
PyGCS is ideally meant to be a small multi-user real-time chat system for people who have a need to talk to more than one person at a time online. It fits somewhere in between the setup IRC uses and the MUCK/MUSH/MOO style of server.
You can use it at things like:
A central location for system administrators and other administrative people to discuss immediate problems with local networks, etc
- A personal place to talk with friends without loading down the machine its run on.
- A continuous backup for social type MUDs
The PyGCS server that I run is very regularly up for 70+ days at a time and usually goes down because of the host being rebooted.
Once you get the server installed and up-and-running, youll need a way to connect to the server. More specifically, youll need a client program to connect to the server. This topic isnt my problem :), but basically you have two options:
1. Raw telnet. (Already installed on almost any OS, but it is poor for this use because it doesnt seperate the servers output lines from your input (typed) lines.)
2. MUD Client. (You MAY have to compile it, but it gives you the benefit of seperating input and output as well as some sort of macro language possibly, etc).
Download (0.031MB)
Added: 2006-06-16 License: BSD License Price:
1225 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above moo 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