Main > Free Download Search >

Free small clone software for linux

small clone

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2866
Small Telnet Chat 0.16

Small Telnet Chat 0.16


Small Telnet Chat provides a chat server to which you can connect via a telnet client. more>>
Small Telnet Chat provides a chat server to which you can connect via a telnet client.

Small Telnet Chat (STC) is a chat server to which you can connect via a telnet client. It provides logging, automatic kicking, and IP blocking.

Requirements

Server: All you need are the files of the chatserver and a functional JRE.

Client: To connect to the server you need at VT100 capable telnet client.
Simple telnet to a server on which the STC is running. (You need to know the port on which the server is listening since STC can run on any port).

STC is known to work with:
-> PuTTY works fine
-> Win2000 telnet works
-> WinXP telnet works (some versions of WinXP telnet seem to have problems but up to date ones (with service packs, etc.) work)
-> Linux telnet (netkit) works

Installation

No special installation procedure is required. Simply unpack the archive into a directory and run it.

The configuration file (config.xml) has to be in the same directory as the server.

For those who want to put the server to place where executables usually reside (/usr/local/bin, etc.), a .jar file is provided.

Running

To run the chatserver, cd into the directory into which you have copied the files.

Run the server by typing:
java stc

<<less
Download (0.054MB)
Added: 2007-04-24 License: GPL (GNU General Public License) Price:
932 downloads
Super Mario Clone FX 1.0

Super Mario Clone FX 1.0


Super Mario Clone FX is a jump-and-run game in the style of Super Mario World. more>>
Super Mario Clone FX is a jump-and-run game in the style of Super Mario World. Secret Maryo Chronicles is a two-dimensional, sidescrolling jump-and-run platform game which utilizes the platform independent multimedia library, SDL.
It features a built-in level editor which can be used to easily create your own levels.
Main features:
In-Game Level Editor
- Activated by F8 in the game. You can insert any graphic file as a background or massive sprite in the game.
- Many standart graphics like hedges and ground sprites are included. You can insert enemys, set the players start position on the level,
- insert active sprites, and create half-massive sprites which the player can jump through, but can not fall through.
Multiple Levels
- Each level ends with gate or pipe, press up or down to enter the next level.
Multiple Maryo Stages
- Includes small Maryo, normal Maryo, and fire Maryo. Advance to the next stage by getting mushrooms and fire plants.
- These items can be obtained by jumping into question mark boxes.
Overworld
- Get an aerial perspective between levels, just like the World Map in Super Mario World.
Great Sounds and Music
- High quality Ogg music and sounds for the EXTRA maryo game feeling.
Save and Load
- Save anytime from the game menu. Then load whenever you want.
Get Extra Lives
- By getting 100 coins or finding the Green Mushrooms.
<<less
Download (15.3MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
747 downloads
Clone 0.23

Clone 0.23


Clone is a Perl module that can recursively copy Perl datatypes. more>>
Clone is a Perl module that can recursively copy Perl datatypes.

SYNOPSIS

use Clone;

push @Foo::ISA, Clone;

$a = new Foo;
$b = $a->clone();

# or

use Clone qw(clone);

$a = { foo => bar, move => zig };
$b = [ alpha, beta, gamma, vlissides ];
$c = new Foo();

$d = clone($a);
$e = clone($b);
$f = clone($c);

This module provides a clone() method which makes recursive copies of nested hash, array, scalar and reference types, including tied variables and objects.

clone() takes a scalar argument and an optional parameter that can be used to limit the depth of the copy. To duplicate lists, arrays or hashes, pass them in by reference. e.g.

my $copy = clone (@array);

# or

my %copy = %{ clone (%hash) };

For a slower, but more flexible solution see Storables dclone().

<<less
Download (0.010MB)
Added: 2007-05-16 License: Perl Artistic License Price:
899 downloads
grml-small 0.1

grml-small 0.1


grml-small is a bootable CD (Live-CD) based on Knoppix and Debian. more>>
grml-small is a bootable CD (Live-CD) based on Knoppix and Debian. grml-small includes a collection of GNU/Linux software for system administrators and provides automatic hardware detection.

Whereas grml (without the -small) provides more than about 2.1GiB of software on a 700MB-ISO, grml-small is a very small rescue system for systemadministrators.

It is not necessary to install anything to a harddisk, you dont even need a harddisk to run it. Due to on-the-fly decompression grml-small includes about 150 MB of software and still fits on a business card CD-ROM or USB device with 50MB.

Initial release of grml-small, a very small version of the grml-system. Notice that there are several hacks to reduce the ISO-size, so you wont find for example documentation and manpages on the ISO.

grml-small provides support for booting via USB, see http://wiki.grml.org/doku.php?id=usb for details.

Kernel is based on vanilla kernel 2.6.12 including several patches (MPPC/MPPE, Reiser4, Squashfs,...) but compared with the normal grml system the kernel features have been reduced. See http://grml.org/kernel/ for more details.
<<less
Download (48.7MB)
Added: 2005-07-06 License: GPL (GNU General Public License) Price:
1574 downloads
A Small MUD 1.3

A Small MUD 1.3


A Small MUD is a minimal MUD implementation. more>>
A Small MUD project is a minimal MUD implementation.

A Small MUD is a minimal MUD implementation, with some mildly intelligent mobs running around creating rooms.

A few pointers when reading the source code... the World class contains the "cells" in the dungeon - all those are created randomly by the mobs.

The MobFactory class contains and controls all mobs in the world - the class holds a reference to the World class.

Cells are specified by the World::CELL struct and mobs by the MobFactory::MOB struct. The SmallHandler class contains the World, MobFactory, and active sockets list (via SocketHandler).

Finally, the SmallSocket class handles all socket communication and the ListenSocket template class acts as the socket listen server.

<<less
Download (0.016MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1047 downloads
Small Footprint CIM Broker 1.2.3

Small Footprint CIM Broker 1.2.3


Small Footprint CIM Broker (SFCB) is a CIM server for resource-constrained and embedded environments. more>>
Small Footprint CIM Broker (SFCB) is a CIM server for resource-constrained and embedded environments. It is written in C and designed to be modular and lightweight.
Main features:
- Supports CMPI providers (including the SBLIM providers)
- Uses an efficient binary internal object format
- HTTP chunking support
- SSL support
- 64-bit safe
Supported CIM operations include:
- GetClass
- ModifyClass
- CreateClass
- DeleteClass
- EnumerateClasses
- EnumerateClassNames
- GetInstance
- DeleteInstance
- CreateInstance
- ModifyInstance
- EnumerateInstances
- EnumerateInstanceNames
- InvokeMethod (MethodCall)
- ExecQuery
- Associators
- AssociatorNames
- References
- ReferenceNames
- GetQualifier
- SetQualifer
- DeleteQualifier
- EnumerateQualifiers
<<less
Download (MB)
Added: 2007-07-02 License: Eclipse Public License Price:
849 downloads
Damn Small Linux Not 0.1 RC4

Damn Small Linux Not 0.1 RC4


Damn Small Linux Not provides a reliable, and compact array of applications based mostly on the GTK2 libraries. more>>
Damn Small Linux Not is built on Damn Small Linux technology. Damn Small Linux Not is also small, bigger than DSL but smaller than most. Damn Small Linux Not provides a reliable, and compact array of applications based mostly on the GTK2 libraries.
DSL-N is not an evolution of DSL, it is not intended as progress over the philosophy of DSL, but is intended for a different user, or the same user under different circumstances.
Main features:
- it is small
- it has software which is feature full
- it takes advantage of redundant lib dependencies and suits to pack features into a tight distribution
- DSL-N has a modern kernel and does not squeeze out critical modules that would limit compatibility
Like DSL, DSL-n can:
- Boot from from a CD as a live Linux distribution (LiveCD)
- Boot from a USB pen drive
- Boot from within a host operating system (thats right, it can run *inside* Windows)
- Run very nicely from an IDE Compact Flash drive via a method we call "frugal install"
- Transform into a Debian OS with a traditional hard drive install
- Run fully in RAM
- Modularly grow -- DSL-N is highly extendable without the need to customize
- The applications in DSL-N were chosen because they are functional, usable, and relatively compact. Unlike DSL, DSL-N has GTK2 applications, that means DSL-N will need more ram and CPU cycles than DSL. To have a pleasant experience, we recommend at least 64MBs and 300MHz.
DSL-N, unlike DSL, does not have a hard size cap, but it is being developed by the DSL team, and we hate bloat! So, dont expect DSL-N to get too big.
Why are you making this offshoot of DSL when DSL is so successful? Because a 50MB, GTK2 based distribution, with a 2.6.x kernel and excellent hardware detection/support is a contradiction in terms. DSL-N represents our best effort to stay compact while providing for the needs of those who want the Bling Bling such as SATA support, Gnumeric, Abiword, gMplayer.
Enhancements:
- Added "noprompt noeject" to default boot options for frugal installs.
- Fixed madwifi wireless.
- Fixed chpasswd vs passwd. "secure" boot option now works correctly.
- Added gnu-utils into the base iso.
- Fixed USB2 not loading bug
- Improved mydsl=hdxy when specified to not also search this makes it consistent with restore boot option.
- Enhanced exitcheck to prompt warning if no backup device is selected when requested to save special settings.
- Fixed multi user hard drive install bug.
- Added murgaLua Lua/Fltk development toolkit.
<<less
Download (95.3MB)
Added: 2006-08-25 License: GPL (GNU General Public License) Price:
1164 downloads
Damn Small Linux 3.4.1 / 4.0 RC1

Damn Small Linux 3.4.1 / 4.0 RC1


Damn Small Linux is a business card size (50MB) bootable Live CD Linux distribution. more>>
Damn Small Linux is a business card size (50MB) bootable Live CD Linux distribution. Despite its minuscule size, Damn Small Linux strives to have a functional and easy to use desktop.
Having a working Linux desktop distro on a 50 mb bootable business card CD is just too cool not to do.
Damn Small Linux has a nearly complete desktop, including XMMS (MP3, and MPEG), FTP client, Dillo web browser, links web browser, FireFox, spreadsheet, Sylpheed email, spellcheck (US English), a word-processor (FLwriter), four editors (Beaver, nVi, Zile [emacs clone], and Nano [Pico clone]), graphics editing and viewing (Xpaint, and xzgv), Xpdf, emelFM (file manager), Naim (AIM, ICQ, IRC), VNCviwer, Rdesktop, SSH/SCP server and client, DHCP client, PPP, PPPoE (ADSL), a web server, calculator, generic and GhostScript printer support, NFS, Fluxbox window manager, games, system monitoring apps, a host of command line tools, USB support, and pcmcia support, some wireless support.
If you like DSL you can install it on your hard drive. Because all the applications are small and light it makes a very good choice for older hardware.
Originally DSL was based on model_k, which did an excellent distillation of Knoppix down to 33 megabytes. But more recent versions are a reduction from Knoppix proper.
As many know Knoppix is based on Debian which really made my task a lot easier, but the applications on the CD are not pure Debian. I am using a few apps that are not available via apt-get.
Whats New in 4.0 RC1 Development Release:
- New pendrive usbhdd installation script now uses grub with DSL on 2nd small partition.
- Removed pendrive usbzip install script, syslinux and mtools.
- Changed default root menu from dfm to chosen WM menu.
- Updated "Getting Started" to reflect changed defaults.
- Changed kernel from 2.4.34.1 to 2.4.31 to gain user contributed modules, e.g., ipw2and nvidia.
- Created new support modules: cloop, unionfs, ndiswrapper, fuse, and madwifi in support of kernel change.
- Updated nano-tiny to v2.0.6.
- Fixed non-critical bug in dsl-config concerning hard drive installations.
- Added dsl 3 runlevel for multiple user dsl consoles.
- Fixed bug in iwconfig-setup
- Updated functions5.lua
- Updated fluxbox menus to use system default (helvetica).
- Added vim link
- Patched knoppix-autoconfig to correct language issues.
<<less
Download (49.5MB)
Added: 2007-08-15 License: GPL (GNU General Public License) Price:
530 downloads
Small Arms Ballistics 1.3.2

Small Arms Ballistics 1.3.2


Small Arms Ballistics is a ballistics calculator for small arms fire. more>>
Small Arms Ballistics is, as the name says, a ballistics calculator for small arms fire. It is a terminal application written using curses.
Small Arms Ballistics is derived from smallball, which was written by Ole-Hj. Kristensen. I have pretty much rewritten the entire program, but smallball got me started. All major
trajectory calculations have been implemented, and a variety of bullet drag models are available.
The program needs a color capable terminal, otherwise it wont run.
Enhancements:
- distribution didnt include saballistics.lsm.in
<<less
Download (0.22MB)
Added: 2005-07-01 License: GPL (GNU General Public License) Price:
1590 downloads
pslange 0.1

pslange 0.1


pslange is a ncurses-based clone of the game snake. more>>
pslange project is a ncurses-based clone of the game snake.
pslange is a clone of an old classic game otherwise known as snake or nibbles.
The object of the game is to steer the snake around the screen eating the food that pops up. Every time the snake eats something it grows. If the snake hits an obstacle either itself or the wall, the game ends.
I wrote pslange as a small learning project in order to learn python. It may not be the most advanced game but I belive it is an entertaining way to spend a few minutes. :-)
Since it does have several features common to many python based command line tools, it may be useful to some people as an example on how to do these things in python.
Main features:
- Internationalization - also known as I18N.
- Python setup.
- Command line handling using the module optparse.
- Using the python curses interface.
<<less
Download (0.016MB)
Added: 2006-12-10 License: GPL (GNU General Public License) Price:
1051 downloads
Clone::More 0.90.2

Clone::More 0.90.2


Clone::More is a Perl module that can copy Perl data structures. more>>
Clone::More is a Perl module that can copy Perl data structures.

SYNOPSIS

use Clone::More qw( clone );

my $structure = [
{ key => value }
];

for my $set ( @$structure ) {
my $clone = clone( $set );

for ( keys %$clone ) {
print "Everything matches" if ( exists( $set->{$_} ) && $set->{$_} eq $clone->{$_} );
}
}

This is intended to act as a utility in order to natively clone data structures via a simple Perl interface. Will ensure that all references will be separated from the parent data strure, yet kept relative to the new structure (if need be).

Please take a look at the WARNINGS, GOTCHAS and FUTURE DEVELOPMENT sections, as resources to see if this module is fully capable of doing everything that you want it to do (and it will do most everything).

<<less
Download (0.027MB)
Added: 2007-05-16 License: Perl Artistic License Price:
891 downloads
CatGrab Small Edition for Linux 1.3.9

CatGrab Small Edition for Linux 1.3.9


The convenient solution for a professionally organized photo collection. The transfer from the camera to the PC requires no preferences and is done with a click. It has never been easier to organize a photo collection. more>> <<less
Download (2.64MB)
Added: 2009-04-27 License: Freeware Price: $0
179 downloads
W3MAIL - fast and small web-mail client 1.0

W3MAIL - fast and small web-mail client 1.0


W3MAIL - fast and small web-mail client written in PHP5. more>>
W3MAIL - fast and small web-mail client written in PHP5. It provides easy webmail access to IMAP accounts and has very few requirements to install.
Main features:
- multi-language support
- simple contacts manager
- MIME attachments
- displays HTML messages
W3MAIL supports leading open-source database engines:
- PostgreSQL
- MySQL.
Translations:
- English
- Russian.
User Interface:
- Web-based.
<<less
Download (0.059MB)
Added: 2005-05-06 License: GPL (GNU General Public License) Price:
1634 downloads
Small Antialiased Graphics Library 0.0.9

Small Antialiased Graphics Library 0.0.9


SAgl is a portable small antialiased graphics library. more>>
SAgl is a portable small antialiased graphics library. It offers lines, circles, and bezier curves, as well as thick lines and fills.

It can be used on top of SDL or with X or any other graphics system.
<<less
Download (0.084MB)
Added: 2005-07-06 License: GPL (GNU General Public License) Price:
1575 downloads
MazeRunner 0.63

MazeRunner 0.63


MazeRunner project is a very extensible puzzle game that is also meant to be (somewhat) a Mario clone. more>>
MazeRunner project is a very extensible puzzle game that is also meant to be (somewhat) a Mario clone, featuring good music, graphics (2D), and other features.

<<less
Download (9.2MB)
Added: 2007-04-23 License: GPL (GNU General Public License) Price:
915 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5