fully functional
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1367
Language::Functional 0.03
Language::Functional is a Perl module which makes Perl slightly more functional. more>>
Language::Functional is a Perl module which makes Perl slightly more functional.
SYNOPSIS
use Language::Functional :all;
print The first ten primes are: ,
show(take(10, filter { prime(shift) } integers)), "n";
Perl already contains some functional-like functions, such as map and grep. The purpose of this module is to add other functional-like functions to Perl, such as foldl and foldr, as well as the use of infinite lists.
Think as to how you would express the first ten prime numbers in a simple way in your favourite programming language? So the example in the synopsis is a killer app, if you will (until I think up a better one.
The idea is mostly based on Haskell, from which most of the functions are taken. There are a couple of major omissions: currying and types. Lists (and tuples) are simply Perl list references, none of this cons business, and strings are simple strings, not lists of characters.
The idea is to make Perl slightly more functional, rather than completely replace it. Hence, this slots in very well with whatever else your program may be doing, and is very Perl-ish. Other modules are expected to try a much more functional approach.
<<lessSYNOPSIS
use Language::Functional :all;
print The first ten primes are: ,
show(take(10, filter { prime(shift) } integers)), "n";
Perl already contains some functional-like functions, such as map and grep. The purpose of this module is to add other functional-like functions to Perl, such as foldl and foldr, as well as the use of infinite lists.
Think as to how you would express the first ten prime numbers in a simple way in your favourite programming language? So the example in the synopsis is a killer app, if you will (until I think up a better one.
The idea is mostly based on Haskell, from which most of the functions are taken. There are a couple of major omissions: currying and types. Lists (and tuples) are simply Perl list references, none of this cons business, and strings are simple strings, not lists of characters.
The idea is to make Perl slightly more functional, rather than completely replace it. Hence, this slots in very well with whatever else your program may be doing, and is very Perl-ish. Other modules are expected to try a much more functional approach.
Download (0.016MB)
Added: 2007-06-28 License: Perl Artistic License Price:
848 downloads
Erika Educational 1.3
Erika Educational is a a fully fledged and fully functional real-time operating system (RTOS) for embedded devices. more>>
Erika Educational is a a fully fledged and fully functional real-time operating system (RTOS) for embedded devices.
Erika Educational is a reduced GPL-licensed release of Erika Enterprise: ideal for educational purposes, free software, and available for download at no cost.
Erika Educational should not be seen as a reduced set of Erika Enterprise. Therefore, please do not consider Erika Educational for evaluating the characteristics and performance of Erika Enterprise. While the two originated from the same source code base, Erika Enterprise has been completely redesigned and rewritten to meet industrial needs, whereas Erika Educational have been adapted to 8 bit educational architectures.
Impressions based on Erika Educational should not be applied to Erika Enterprise, as their feature sets are different, and they are, in practice, two different projects, with two different code bases.
<<lessErika Educational is a reduced GPL-licensed release of Erika Enterprise: ideal for educational purposes, free software, and available for download at no cost.
Erika Educational should not be seen as a reduced set of Erika Enterprise. Therefore, please do not consider Erika Educational for evaluating the characteristics and performance of Erika Enterprise. While the two originated from the same source code base, Erika Enterprise has been completely redesigned and rewritten to meet industrial needs, whereas Erika Educational have been adapted to 8 bit educational architectures.
Impressions based on Erika Educational should not be applied to Erika Enterprise, as their feature sets are different, and they are, in practice, two different projects, with two different code bases.
Download (0.66MB)
Added: 2006-10-16 License: GPL (GNU General Public License) Price:
1111 downloads
splash-selector 0.1
splash-selector project is an usefull splashscreen selector for Gnome Desktop. more>>
splash-selector project is an usefull splashscreen selector for Gnome Desktop.
This application allow you to store a list of splash images and to apply one of them, with only 2 click of the mouse.
Splash-selector is fully functional but pretty new and ready to be bugfixed and improved.
<<lessThis application allow you to store a list of splash images and to apply one of them, with only 2 click of the mouse.
Splash-selector is fully functional but pretty new and ready to be bugfixed and improved.
Download (MB)
Added: 2007-05-17 License: GPL (GNU General Public License) Price:
904 downloads
Fidelio 0.9.3
Fidelio is a Linux/Unix client for Hotline. more>>
Fidelio is a Linux/Unix client for Hotline, a proprietary protocol that combines ftp-like, irc-like and news-like functions with user authentication and permissions in one package.
Fidelio is currently fully functional as a non-administative client, but it has banners banners.
Main features:
- Multiple concurrent connections
- Single window per server connection
- Tree-structured bookmarks
- Trackers and searchable index of servers.
- Userlist and public chat in one pane.
- Private chat
- Both flat (v. 1.2) and threaded news support, with posting of news.
- Ignore messages and chat of users.
- Private Messages
- Sounds on events
- Multiple icon set loading
- Use of custom icon sets for buttons
- Uploading, donwloading, resuming of file transfers.
- Per-donwload and per-upload bandwidth caps
- * Server-side and client-side file queues.
<<lessFidelio is currently fully functional as a non-administative client, but it has banners banners.
Main features:
- Multiple concurrent connections
- Single window per server connection
- Tree-structured bookmarks
- Trackers and searchable index of servers.
- Userlist and public chat in one pane.
- Private chat
- Both flat (v. 1.2) and threaded news support, with posting of news.
- Ignore messages and chat of users.
- Private Messages
- Sounds on events
- Multiple icon set loading
- Use of custom icon sets for buttons
- Uploading, donwloading, resuming of file transfers.
- Per-donwload and per-upload bandwidth caps
- * Server-side and client-side file queues.
Download (0.10MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
728 downloads
Sloth Online RPG 0.15
Sloth Online RPG is aJava Online RPG with Real-Time Action and rich 2D graphics. more>>
Sloth Online RPG is aJava Online RPG with Real-Time Action and rich 2D graphics.
Sloth Online RPG is a work in progress that will provide a fully graphical online role playing game engine. SlothORPG is coded in Java and is currently in a near playable state featuring several classes with over a thousand lines of code.
My main intentions with this project are to provide a free, fully functional, ever expanding Role Playing Engine (both client and server side) for the end user who would be playing the game. Developers would also be able to use the project as a resource on certain aspects of Java Game Programming.
Server side the project implements the NIO Networking library to create a smoother, stronger tcp/ip core. I found UDP and TCP w/ the old IO library to be unreliable and sluggish respectively. The way in which the server is structured has proven to be strong thus far.
The client side of the code features the Graphics2D Java library to provide near perfect animation without requiring a rendering device such as OpenGL or DirectX.
To summarize my entire intent for this project I basically wanted to provide an Online RPG that is functional on almost any OS that has Java installed and can run just as smooth on low end machines while still being able to feature rich 2-D graphics. The source code is clean and neat as well as commented and organized.
It is easy to read and understand for someone who has some knowledge of Java. As I write this, the project is coming along nicely and some pre-alpha local network testing has proven this. I plan to continue with this project and in the future include database integration and more of a developer-side interface.
A quick rundown of what this project includes so far: Character Creation, Smooth character animation, and fully supported tcp/ip gameplay. Chatting is also implemented.
<<lessSloth Online RPG is a work in progress that will provide a fully graphical online role playing game engine. SlothORPG is coded in Java and is currently in a near playable state featuring several classes with over a thousand lines of code.
My main intentions with this project are to provide a free, fully functional, ever expanding Role Playing Engine (both client and server side) for the end user who would be playing the game. Developers would also be able to use the project as a resource on certain aspects of Java Game Programming.
Server side the project implements the NIO Networking library to create a smoother, stronger tcp/ip core. I found UDP and TCP w/ the old IO library to be unreliable and sluggish respectively. The way in which the server is structured has proven to be strong thus far.
The client side of the code features the Graphics2D Java library to provide near perfect animation without requiring a rendering device such as OpenGL or DirectX.
To summarize my entire intent for this project I basically wanted to provide an Online RPG that is functional on almost any OS that has Java installed and can run just as smooth on low end machines while still being able to feature rich 2-D graphics. The source code is clean and neat as well as commented and organized.
It is easy to read and understand for someone who has some knowledge of Java. As I write this, the project is coming along nicely and some pre-alpha local network testing has proven this. I plan to continue with this project and in the future include database integration and more of a developer-side interface.
A quick rundown of what this project includes so far: Character Creation, Smooth character animation, and fully supported tcp/ip gameplay. Chatting is also implemented.
Download (MB)
Added: 2006-09-28 License: GPL (GNU General Public License) Price:
1134 downloads
Exceptions in C 0.1.5
Exceptions in C implements powerful and customizable exceptions for the C programming language. more>>
Exceptions in C implements fully-functional nested exceptions with these constructs:
try
except
on
throw
Also, it allows to define various datatypes for exception object (default is int, can be anything from char * to struct foo *).
Compiling and running
Precodey straight forward.
admp@sols:~/excc/example$ gcc exception.c -c
admp@sols:~/excc/example$ gcc exception.o example.c -o example
admp@sols:~/excc/example$ ./example
Usage: ./example A B
admp@sols:~/excc/example$ ./example 100 2
100/2=50
Program is going to end its short life.
admp@sols:~/excc/example$ ./example 100 0
Caught up division by zero (100/0).
Program is going to end its short life.
Attributions:
Felix Ogg for inspiring me to write finally, also detailed feedbacks and ideas for documentation (diagrams too!). Though I havent completed that - for almost a year now; I am not sure I ever will.
<<lesstry
except
on
throw
Also, it allows to define various datatypes for exception object (default is int, can be anything from char * to struct foo *).
Compiling and running
Precodey straight forward.
admp@sols:~/excc/example$ gcc exception.c -c
admp@sols:~/excc/example$ gcc exception.o example.c -o example
admp@sols:~/excc/example$ ./example
Usage: ./example A B
admp@sols:~/excc/example$ ./example 100 2
100/2=50
Program is going to end its short life.
admp@sols:~/excc/example$ ./example 100 0
Caught up division by zero (100/0).
Program is going to end its short life.
Attributions:
Felix Ogg for inspiring me to write finally, also detailed feedbacks and ideas for documentation (diagrams too!). Though I havent completed that - for almost a year now; I am not sure I ever will.
Download (0.015MB)
Added: 2006-03-16 License: GPL (GNU General Public License) Price:
1318 downloads
glucopy-glurestore 1.0
glucopy-glurestore is a set of scripts for copying and restoring a fully functional GNU/Linux (or other Unix-like) system. more>>
glucopy-glurestore is a set of scripts for copying and restoring a fully functional GNU/Linux (or other Unix-like) system.
The glucopy script will back up all system content (system and user files), while the glurestore script will partition and format an identical system, restore the system and user files, and make the system bootable.
glucopy-glurestore scripts are included in the HTML documentation.
The back-up should (ideally) be made while the system is not running, which usually means that you need to boot with a rescue system disk. A number of suitable floppy or CD-based system images can be downloaded from the net or, better, included in your distributions boot options. Make sure that this rescue system supports the type of disks in your target system (SATA/SCSI or IDE).
The following script will get partition information in a form that can be used to restore the system on new disks and will then collect the working system files in one (or more) compressed tar balls.
The sfdisk program is used for getting partition information (-d option). Take a look at sys_partitions.txt after the glucopy.sh script has finished.
In this application it is considered that all Master Boot Record (MBR) information will be overwritten by the partitioning and boot loader programs. If you need a copy of all or parts of the MBR, however, dd is your friend.
System directories that contain transient information (e.g. /proc, /sys) are not copied. Directories or individual files containing unwanted information can be excluded using tars –exclude=/directory/file option.
#!/bin/sh
###########################
# glucopy.sh
#
# Creates the /glucopy directory
# Copies partition information in sys_partitions.txt
# Optionally makes a copy of the MBR in mbr.bin
# Copies working GNU/Linux system to .tgz files
#
# USAGE:
# Boot system with a rescue CD or any bootable CD
# that supports your type of disks (SATA/SCSI or IDE).
# run the back-up script: ./glucopy.sh
#
# In this example the system is on /dev/sda
# /dev/sda1 is a small partition with HW manufacturer utilities
# /dev/sda2 has system root (/) -> mounted to /mnt
# /dev/sda3 is a spare (blank) partition
# /dev/sda4 has home (/home) and space to hold
# the information to be copied -> mounted to /mnt2
#
# 061116 jp/dm
###########################
# Change the following to reflect the place where your system root (/)
# and the home directories (/home/*) are mounted
mkdir /tmp/mnt1
mkdir /tmp/mnt2
mount /dev/sda2 /tmp/mnt1
mount /dev/sda4 /tmp/mnt2
# The directory to hold the system copy is placed on the larger partition
mkdir /tmp/mnt2/glucopy
# Change to the working directory
cd /tmp/mnt2/glucopy
# Optionally copy MBR information
#dd if=/dev/sda of=mbr.bin bs=512 count=1
# Copy partition information
/sbin/sfdisk -d /dev/sda > sys_partitions.txt
# Make tarballs
tar -C /tmp/mnt1 -cvzf syscopy.tgz boot bin etc lib media opt root sbin usr var dev
# Move up a level
cd ..
# here we are under the /home directory level
# notice that --exclude will exclude anything that matches a _pattern_
# the glucopy directory will still be created in the tarball
tar -cvzf ./glucopy/homecopy.tgz * --exclude=glucopy/*
# Copy the backup/restore scripts (here under root /), and the sfdisk program, as well
cp /glucopy.sh ./glucopy
cp /glurestore.sh ./glucopy
cp /sbin/sfdisk ./glucopy
# Notify user
echo -e “glucopy: finished a”
<<lessThe glucopy script will back up all system content (system and user files), while the glurestore script will partition and format an identical system, restore the system and user files, and make the system bootable.
glucopy-glurestore scripts are included in the HTML documentation.
The back-up should (ideally) be made while the system is not running, which usually means that you need to boot with a rescue system disk. A number of suitable floppy or CD-based system images can be downloaded from the net or, better, included in your distributions boot options. Make sure that this rescue system supports the type of disks in your target system (SATA/SCSI or IDE).
The following script will get partition information in a form that can be used to restore the system on new disks and will then collect the working system files in one (or more) compressed tar balls.
The sfdisk program is used for getting partition information (-d option). Take a look at sys_partitions.txt after the glucopy.sh script has finished.
In this application it is considered that all Master Boot Record (MBR) information will be overwritten by the partitioning and boot loader programs. If you need a copy of all or parts of the MBR, however, dd is your friend.
System directories that contain transient information (e.g. /proc, /sys) are not copied. Directories or individual files containing unwanted information can be excluded using tars –exclude=/directory/file option.
#!/bin/sh
###########################
# glucopy.sh
#
# Creates the /glucopy directory
# Copies partition information in sys_partitions.txt
# Optionally makes a copy of the MBR in mbr.bin
# Copies working GNU/Linux system to .tgz files
#
# USAGE:
# Boot system with a rescue CD or any bootable CD
# that supports your type of disks (SATA/SCSI or IDE).
# run the back-up script: ./glucopy.sh
#
# In this example the system is on /dev/sda
# /dev/sda1 is a small partition with HW manufacturer utilities
# /dev/sda2 has system root (/) -> mounted to /mnt
# /dev/sda3 is a spare (blank) partition
# /dev/sda4 has home (/home) and space to hold
# the information to be copied -> mounted to /mnt2
#
# 061116 jp/dm
###########################
# Change the following to reflect the place where your system root (/)
# and the home directories (/home/*) are mounted
mkdir /tmp/mnt1
mkdir /tmp/mnt2
mount /dev/sda2 /tmp/mnt1
mount /dev/sda4 /tmp/mnt2
# The directory to hold the system copy is placed on the larger partition
mkdir /tmp/mnt2/glucopy
# Change to the working directory
cd /tmp/mnt2/glucopy
# Optionally copy MBR information
#dd if=/dev/sda of=mbr.bin bs=512 count=1
# Copy partition information
/sbin/sfdisk -d /dev/sda > sys_partitions.txt
# Make tarballs
tar -C /tmp/mnt1 -cvzf syscopy.tgz boot bin etc lib media opt root sbin usr var dev
# Move up a level
cd ..
# here we are under the /home directory level
# notice that --exclude will exclude anything that matches a _pattern_
# the glucopy directory will still be created in the tarball
tar -cvzf ./glucopy/homecopy.tgz * --exclude=glucopy/*
# Copy the backup/restore scripts (here under root /), and the sfdisk program, as well
cp /glucopy.sh ./glucopy
cp /glurestore.sh ./glucopy
cp /sbin/sfdisk ./glucopy
# Notify user
echo -e “glucopy: finished a”
Download (0.14MB)
Added: 2006-12-07 License: (FDL) GNU Free Documentation License Price:
1051 downloads
Bazaar Subversion Plugin 0.4.0
Bazaar Subversion Plugin allows bzr direct access to Subversion repositories. more>>
Bazaar Subversion Plugin allows bzr direct access to Subversion repositories. This allows bzr branch, bzr push, bzr pull, and bzr co to work directly against Subversion repositories.
The plugin can at the moment be used to commit to, pull from, merge from, push to and view logs of Subversion branches from Bazaar.
It is fully functional, but has only been tested on a few different Subversion branches (samba, wireshark, subversion, cups), so should be considered alpha.
Main features:
- Connecting to remote Subversion repositories over all protocols supported by Subversion itself (at present: svn://, svn+ssh://, http:// (webdav), file://) as well as dump files. Checkouts, lightweight checkouts and branching works.
- Track Bazaar merges in Subversion. Merged revisions show up as ghosts.
- Subversion working copies. Can be modified, queried (bzr status on a vanilla working copied created with svn co works) and committed from.
- Committing to Subversion from Bazaar.
- Push Bazaar revisions to Subversion. These revisions will show up in Subversion as a commit with the pushed revision as one of the parents.
- Follow branch copies. Revision history is not truncated when a branch was copied in Subversion.
- Efficiently uses network bandwidth.
- Recognizes file metadata (executable bits, symlinks).
- import-svn command with functionality similar to svn2bzr.
- Ability to track merges done with SVK (http://svk.elixus.org/) and write merges from SVK/Svn branches in a format understandable by SVK.
- Generates consistent file ids and revision ids. Two branches made using this plugin of the same Subversion branch will result in *exactly* the same Bazaar branch.
- Handles complex operations in Subversion: committing to two branches at once, upgrading directories to branches, copies from early revisions, ...
<<lessThe plugin can at the moment be used to commit to, pull from, merge from, push to and view logs of Subversion branches from Bazaar.
It is fully functional, but has only been tested on a few different Subversion branches (samba, wireshark, subversion, cups), so should be considered alpha.
Main features:
- Connecting to remote Subversion repositories over all protocols supported by Subversion itself (at present: svn://, svn+ssh://, http:// (webdav), file://) as well as dump files. Checkouts, lightweight checkouts and branching works.
- Track Bazaar merges in Subversion. Merged revisions show up as ghosts.
- Subversion working copies. Can be modified, queried (bzr status on a vanilla working copied created with svn co works) and committed from.
- Committing to Subversion from Bazaar.
- Push Bazaar revisions to Subversion. These revisions will show up in Subversion as a commit with the pushed revision as one of the parents.
- Follow branch copies. Revision history is not truncated when a branch was copied in Subversion.
- Efficiently uses network bandwidth.
- Recognizes file metadata (executable bits, symlinks).
- import-svn command with functionality similar to svn2bzr.
- Ability to track merges done with SVK (http://svk.elixus.org/) and write merges from SVK/Svn branches in a format understandable by SVK.
- Generates consistent file ids and revision ids. Two branches made using this plugin of the same Subversion branch will result in *exactly* the same Bazaar branch.
- Handles complex operations in Subversion: committing to two branches at once, upgrading directories to branches, copies from early revisions, ...
Download (0.055MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
810 downloads
levy 1.22
levy is a perl script which generates a basic iptables rulesets based on a given external interface. more>>
levy is a perl script which generates a basic iptables rulesets based on a given external interface and a set of ports to open. Its design is to save folks some time in creating a skeleton ruleset to work from, though it can construct a fully functional firewall with NAT support.
levy has several run-time options to control what sorts of rulesets to generate: see levy.pl -h for a full list.
Here are some examples for usage:
I want a basic firewall which allows in ports 22, 80, 113 (matching their protocols), logs all dropped connections, aggressively defines reserved addresses, and provides NAT for 192.168.0.0/16. My interface to the internet is eth0 --
./levy.pl eth0 22 80 113 -l -r -m -n 192.168.0.0/16 > firewall.rules
After testing this ruleset, I decide its fine, though I want to open https (443) and set the output as a shell script I can just run:
./levy.pl eth0 22 80 113 143 -e -l -r -m -n 192.168.0.0/16 > firewall.rc
Main features:
- Levy supports creating a restrictive firewall with specific public services, defined subnets for NAT, and defined trusted networks.
<<lesslevy has several run-time options to control what sorts of rulesets to generate: see levy.pl -h for a full list.
Here are some examples for usage:
I want a basic firewall which allows in ports 22, 80, 113 (matching their protocols), logs all dropped connections, aggressively defines reserved addresses, and provides NAT for 192.168.0.0/16. My interface to the internet is eth0 --
./levy.pl eth0 22 80 113 -l -r -m -n 192.168.0.0/16 > firewall.rules
After testing this ruleset, I decide its fine, though I want to open https (443) and set the output as a shell script I can just run:
./levy.pl eth0 22 80 113 143 -e -l -r -m -n 192.168.0.0/16 > firewall.rc
Main features:
- Levy supports creating a restrictive firewall with specific public services, defined subnets for NAT, and defined trusted networks.
Download (0.009MB)
Added: 2006-07-08 License: Artistic License Price:
1203 downloads
The Grendel Project 1.0.0a7
The Grendel Project is an attempt at creating a solid, fast, and stable MUD server codebase. more>>
The Grendel Project project is an attempt at creating a solid, fast, and stable MUD server codebase.
Operational features include IPv6 support, a plugin architecture, enhanced scripting, copyover, and numerous other features.
Main features:
- GMC, or Grendel MUD C, is a replacement for the original (limited) mobprogs. Its a fully functional language based on C, which is compiled and executed in a virtual stackmachine
- Plugin architecture: code can be grouped and modularized in plugin modules, which can be loaded/unloaded during runtime
- Copyover system a.k.a. hot reboot, more info below
- IPv6 support: Grendel auto-detects and natively supports the new internet protocol, on all Linux machines with an IPv6 enabled kernel, and on NT4/2000/XP machines with the proper software installed
<<lessOperational features include IPv6 support, a plugin architecture, enhanced scripting, copyover, and numerous other features.
Main features:
- GMC, or Grendel MUD C, is a replacement for the original (limited) mobprogs. Its a fully functional language based on C, which is compiled and executed in a virtual stackmachine
- Plugin architecture: code can be grouped and modularized in plugin modules, which can be loaded/unloaded during runtime
- Copyover system a.k.a. hot reboot, more info below
- IPv6 support: Grendel auto-detects and natively supports the new internet protocol, on all Linux machines with an IPv6 enabled kernel, and on NT4/2000/XP machines with the proper software installed
Download (1.7MB)
Added: 2006-12-13 License: BSD License Price:
1046 downloads
SimMon 2.4
SimMon is a cross platform Java and Web based system monitoring tool. more>>
SimMon is a cross platform monitoring tool which runs on Solaris,Linux,Mac OS X and Windows based systems. In fact, it runs on all systems which are compatible with Java 1.4.x or higher.
Monitoring is done through the execution of existing monitoring scripts or even existing command line utilities and analysing their result (regex/returncode). The default monitoring scripts are Visual Basic Scripting based for Windows and Perl based for Solaris/Linux.
You can even add/develop your own monitoring scripts to the SimMon Agent System. Even SNMP (v1) devices can be monitored by the integrated SimMon SNMP Scheduler.
The agents run autonomous on the monitored systems which mean that there is no need of a permanent connection between the SimMon agent and the GUI or other components of the SimMon architecture.
Actions can be taken if defined in a monitoring task. This can range from communicating problems via mail or even by taking administrative actions like restarting a service or process.
Wizard dialogs are included to ease up the configuration of your SimMon environment. Almost the complete configuration of the SimMon takes place in XML so you can easily copy,alter configurations directly in the configuration files.
The free version of SimMon is not a demo version, but a fully functional version. The Pro version delivers more functionalities to the subscribed users and uses the same technology as the freeware version.
<<lessMonitoring is done through the execution of existing monitoring scripts or even existing command line utilities and analysing their result (regex/returncode). The default monitoring scripts are Visual Basic Scripting based for Windows and Perl based for Solaris/Linux.
You can even add/develop your own monitoring scripts to the SimMon Agent System. Even SNMP (v1) devices can be monitored by the integrated SimMon SNMP Scheduler.
The agents run autonomous on the monitored systems which mean that there is no need of a permanent connection between the SimMon agent and the GUI or other components of the SimMon architecture.
Actions can be taken if defined in a monitoring task. This can range from communicating problems via mail or even by taking administrative actions like restarting a service or process.
Wizard dialogs are included to ease up the configuration of your SimMon environment. Almost the complete configuration of the SimMon takes place in XML so you can easily copy,alter configurations directly in the configuration files.
The free version of SimMon is not a demo version, but a fully functional version. The Pro version delivers more functionalities to the subscribed users and uses the same technology as the freeware version.
Download (5.87MB)
Added: 2005-04-07 License: Freely Distributable Price:
916 downloads
Surfboard HTTPd 1.0
Surfboard HTTPd provides a simple HTTP server. more>>
Surfboard HTTPd provides a simple HTTP server.
Surfboard is a simple HTTP server. It supports directory indexing, CGI, and custom CGI handlers (e.g. for PHP). It currently has no support for any method except GET, but everything else is fully functional.
Surfboard is incredibly small, very reliable, and easy to use (mainly because of its simplicity). Heres the PR:
Main features:
- Simplicity - The goal of Surfboard is to avoid having to play the classic Apache game of "hunt the option." While capable of keeping people amused for hours, it really isnt helpful when you want to host a website.
- Regular file serving and indexing - Quick and simple, but fully-featured. Multiple and absolute index pages are supported.
- CGI scripting(Beta versions only) - No POST support as yet (coming soon), but an otherwise almost complete CGI 1.1 implementation. See the finger CGI demo
- Extensible(Beta) - CGI handlers can be set in the config file, enabling scripting languages such as PHP (www.php.net) to be used (as I do here)
- Highly configurable - Everything from index pages to what you do and dont want to see in the logs can be specified
- Full logging - everything that goes can be logged. You can specify whether you want it in the logfile or not, but its there.
- Multiple simultaneous transfers - of course! Apparently not all simple httpds can. Beats me why...
Enhancements:
- Fixed a buffer overflow which allows the user running the server to escalate privileges to...herself. Oh, well, there are situations in which its serious, I guess, and anyway its bad practice
<<lessSurfboard is a simple HTTP server. It supports directory indexing, CGI, and custom CGI handlers (e.g. for PHP). It currently has no support for any method except GET, but everything else is fully functional.
Surfboard is incredibly small, very reliable, and easy to use (mainly because of its simplicity). Heres the PR:
Main features:
- Simplicity - The goal of Surfboard is to avoid having to play the classic Apache game of "hunt the option." While capable of keeping people amused for hours, it really isnt helpful when you want to host a website.
- Regular file serving and indexing - Quick and simple, but fully-featured. Multiple and absolute index pages are supported.
- CGI scripting(Beta versions only) - No POST support as yet (coming soon), but an otherwise almost complete CGI 1.1 implementation. See the finger CGI demo
- Extensible(Beta) - CGI handlers can be set in the config file, enabling scripting languages such as PHP (www.php.net) to be used (as I do here)
- Highly configurable - Everything from index pages to what you do and dont want to see in the logs can be specified
- Full logging - everything that goes can be logged. You can specify whether you want it in the logfile or not, but its there.
- Multiple simultaneous transfers - of course! Apparently not all simple httpds can. Beats me why...
Enhancements:
- Fixed a buffer overflow which allows the user running the server to escalate privileges to...herself. Oh, well, there are situations in which its serious, I guess, and anyway its bad practice
Download (0.029MB)
Added: 2007-04-18 License: GPL (GNU General Public License) Price:
919 downloads
VectorLinux 5.8 STD
Vector Linux is a small, fast, Linux operating system for Intel, AMD and x86 compatible systems. more>>
Vector Linux is a small, fast, Linux operating system for Intel, AMD and x86 compatible systems, based on one of the original Linux distributions, Slackware.
The enormously popular Slackware is the true Unix of Linux distributions and is used by major corporations, universities and home users alike. Its popularity stems from the fact that it is a robust, versatile and almost unbreakable system.
Slackware has been traditionally known to be about as user friendly as a coiled rattlesnake and thats where Vector Linux comes into play. We have produced a bloat free, easy to install, configure and maintain Slackware based system that is second to none.
Main features:
- Kernel version 2.6.7 available in ide or scsi configurations.
- Glibc-2.3.2
- Available as a text console system or with optional XFree GUI
- XFree-4.3.x is the default X system.
- New graphical package manager has been added, vecpkg.
- Easy on your system resources, should run fine with a minimum of 32mb of ram
- Only reguires 850 megs of disk space for full install (but you should have more available for additional programs and swap space)
- Laptop support including pcmcia and apm.
- Usb support with hotplugging
- Most available Linux hardware drivers are included.
- XFCE4, Fluxbox and ICEwm window managers with antialias font support. More available on the deluxe CD.
- KDE-3.2.3 and dropline-gnome is available on the deluxe CD version.
- Internet ready with Mozilla-1.7, Dillo, Gaim, Xchat and more. Mplayer, flash, acrobat reader and java all available on the deluxe CD.
- Abiword a stand alone full featured word processor that imports exports MS word style documents. OpenOffice available on the deluxe CD.
- Xview and GQview for viewing, manipulating and editing graphics files
- The Gimp a very sophisticated image creation program available on the deluxe CD
- XMMS to play most music formats including CDs
- A full compliment of GUI programs to handle email, file management, text editing, sound manipulation, file compression, desktop themes and more.
- Full development suite with most common libraries, compilers and related tools.
- Gcc updated to version 3.2.3.
- fully functional ftp server based on proFTPD
- PPP setup wizard for easy connection to the net via your modem. Both pppsetup and wvdial available. Update gkdial is now available also.
- VI style text editors, mutt for email, lynx text web browsing, Midnight Commander file manager, ncftp, telnet, ping, finger and all the basic networking applications and daemons.
- Vim, apache, mysql, Emacs, samba, screen all available on the deluxe CD version.
- Added security with a built in gshield firewall, port sentry, openssl and openssh..
- Enhanced USB support with hotplugging.
- The default file manager (midnight commander) will install uninstall all software packages including rpms, slps, debs, and tgz.
Enhancements:
- The VectorLinux development team is proud to announce the release of VectorLinux 5.8 Standard, code named Santa (Merry Christmas!). This is the fruit that has resulted from several months of coding, debugging and testing by the core development team and the VectorLinux community. This release follows our legendary tradition of stability (inherited from Slackware 11.0), blazing speed on even modest hardware, and simplicity of design and function. The release features fully-working browser plugins, including Flash 9, Java, mp3, Real and Windows media, and DVD playback. Additional features include: Linux kernel 2.6.18.5, fully customized Xfce 4.3.99.2, SeaMonkey 1.0.6, Firefox 2.0 and Opera 9.10, the GIMP and Xara LX for your graphic needs, AbiWord and Gnumeric for your office tasks...
<<lessThe enormously popular Slackware is the true Unix of Linux distributions and is used by major corporations, universities and home users alike. Its popularity stems from the fact that it is a robust, versatile and almost unbreakable system.
Slackware has been traditionally known to be about as user friendly as a coiled rattlesnake and thats where Vector Linux comes into play. We have produced a bloat free, easy to install, configure and maintain Slackware based system that is second to none.
Main features:
- Kernel version 2.6.7 available in ide or scsi configurations.
- Glibc-2.3.2
- Available as a text console system or with optional XFree GUI
- XFree-4.3.x is the default X system.
- New graphical package manager has been added, vecpkg.
- Easy on your system resources, should run fine with a minimum of 32mb of ram
- Only reguires 850 megs of disk space for full install (but you should have more available for additional programs and swap space)
- Laptop support including pcmcia and apm.
- Usb support with hotplugging
- Most available Linux hardware drivers are included.
- XFCE4, Fluxbox and ICEwm window managers with antialias font support. More available on the deluxe CD.
- KDE-3.2.3 and dropline-gnome is available on the deluxe CD version.
- Internet ready with Mozilla-1.7, Dillo, Gaim, Xchat and more. Mplayer, flash, acrobat reader and java all available on the deluxe CD.
- Abiword a stand alone full featured word processor that imports exports MS word style documents. OpenOffice available on the deluxe CD.
- Xview and GQview for viewing, manipulating and editing graphics files
- The Gimp a very sophisticated image creation program available on the deluxe CD
- XMMS to play most music formats including CDs
- A full compliment of GUI programs to handle email, file management, text editing, sound manipulation, file compression, desktop themes and more.
- Full development suite with most common libraries, compilers and related tools.
- Gcc updated to version 3.2.3.
- fully functional ftp server based on proFTPD
- PPP setup wizard for easy connection to the net via your modem. Both pppsetup and wvdial available. Update gkdial is now available also.
- VI style text editors, mutt for email, lynx text web browsing, Midnight Commander file manager, ncftp, telnet, ping, finger and all the basic networking applications and daemons.
- Vim, apache, mysql, Emacs, samba, screen all available on the deluxe CD version.
- Added security with a built in gshield firewall, port sentry, openssl and openssh..
- Enhanced USB support with hotplugging.
- The default file manager (midnight commander) will install uninstall all software packages including rpms, slps, debs, and tgz.
Enhancements:
- The VectorLinux development team is proud to announce the release of VectorLinux 5.8 Standard, code named Santa (Merry Christmas!). This is the fruit that has resulted from several months of coding, debugging and testing by the core development team and the VectorLinux community. This release follows our legendary tradition of stability (inherited from Slackware 11.0), blazing speed on even modest hardware, and simplicity of design and function. The release features fully-working browser plugins, including Flash 9, Java, mp3, Real and Windows media, and DVD playback. Additional features include: Linux kernel 2.6.18.5, fully customized Xfce 4.3.99.2, SeaMonkey 1.0.6, Firefox 2.0 and Opera 9.10, the GIMP and Xara LX for your graphic needs, AbiWord and Gnumeric for your office tasks...
Download (551MB)
Added: 2006-12-18 License: GPL (GNU General Public License) Price:
1044 downloads
gtk-gnutella 0.96.4
gtk-gnutella is a GTK+ Gnutella clone. more>>
Gtk-Gnutella is a server/client for Gnutella. It runs on every Unix-like system which supports GTK+ (1.2 or above) and libxml. Gnome is not required.
It is currently developed and tested under Linux (Debian 2.2) and is known to run at least on Linux, FreeBSD, NetBSD, OpenBSD, Darwin, Solaris, Tru64 UNIX (OSF/1), SGI IRIX, BeOS whereas CPU architectures include x86, AMD64, PowerPC, SPARC, MIPS.
gtk-gnutella project is released under the GNU General Public License (GPL).
Gtk-Gnutella is not finished yet, but it is fully functional: you may share, search, and download. And it is stable too, users usually just leave it run unattended for days.
Main features:
- Share files on the gnutella network (Limewire, BearShare, Xolox, Gnucleus, Shareaza, Morpheus ...)
- Compressed GNet connections
- Simultaneous downloading of files from multiple hosts (swarming)
- Passive searches
- Searching by urn:sha1: and magnet:
- Automatic aquisition of additional sources via download mesh and watching searches
- Powerful filtering engine
- Bandwidth management/limiting
- A lot of settings
- A lot of statistics
Enhancements:
- Features include server-side support for Tigertree hashes and THEX, improved spam filters, paused downloads, and a query syntax for easier creation of result filters.
- There were also many bugfixes and other changes.
<<lessIt is currently developed and tested under Linux (Debian 2.2) and is known to run at least on Linux, FreeBSD, NetBSD, OpenBSD, Darwin, Solaris, Tru64 UNIX (OSF/1), SGI IRIX, BeOS whereas CPU architectures include x86, AMD64, PowerPC, SPARC, MIPS.
gtk-gnutella project is released under the GNU General Public License (GPL).
Gtk-Gnutella is not finished yet, but it is fully functional: you may share, search, and download. And it is stable too, users usually just leave it run unattended for days.
Main features:
- Share files on the gnutella network (Limewire, BearShare, Xolox, Gnucleus, Shareaza, Morpheus ...)
- Compressed GNet connections
- Simultaneous downloading of files from multiple hosts (swarming)
- Passive searches
- Searching by urn:sha1: and magnet:
- Automatic aquisition of additional sources via download mesh and watching searches
- Powerful filtering engine
- Bandwidth management/limiting
- A lot of settings
- A lot of statistics
Enhancements:
- Features include server-side support for Tigertree hashes and THEX, improved spam filters, paused downloads, and a query syntax for easier creation of result filters.
- There were also many bugfixes and other changes.
Download (2.1MB)
Added: 2007-07-08 License: GPL (GNU General Public License) Price:
848 downloads
libcdorganizer 2.1.2
libcdorganizer library is designed to wrap control of all CD organizer devices into a single user-space library. more>>
libcdorganizer library is designed to wrap control of all CD organizer devices into a single user-space library.
CD organizers are in this case defined as devices which store large amounts of CDs and automatically organize them via some sort of interface (usually USB)
Currently, the following devices are supported:
- Dacal DC-300 - Fully functional
- KDS CDM-751 - Mostly functional... its missing an identifier function
The following devices are planned to be supported in the near future:
- Imation Disc Stakka
Enhancements:
- Added man pages and the documentation to the build process.
- Now installs both to appropriate places according to the gnu standards.
<<lessCD organizers are in this case defined as devices which store large amounts of CDs and automatically organize them via some sort of interface (usually USB)
Currently, the following devices are supported:
- Dacal DC-300 - Fully functional
- KDS CDM-751 - Mostly functional... its missing an identifier function
The following devices are planned to be supported in the near future:
- Imation Disc Stakka
Enhancements:
- Added man pages and the documentation to the build process.
- Now installs both to appropriate places according to the gnu standards.
Download (0.22MB)
Added: 2007-02-15 License: BSD License Price:
983 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 fully functional 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