Main > Free Download Search >

Free small program software for linux

small program

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2543
AIMLBot (Program#) 2.5

AIMLBot (Program#) 2.5


AIMLBot (Program#) is a small, fast, standards-compliant yet easily customizable .NET dll implementation of an AIML. more>>
AIMLBot (Program#) is a small, fast, standards-compliant yet easily customizable .NET dll implementation of an AIML (Artificial Intelligence Markup Language) based chatter bot.
AIMLBot has been tested on both Microsofts runtime environment and Mono. Put simply, it will allow you to chat (by entering text) with your computer using natural language.
This is the second version of the library and it has been re-written from scratch.
Main features:
- Better cross-platform compatibility. Support for .NET 1.1, 2.0 and XNA as well as the open source Mono project (tested under version 1.1). Testing on Windows Vista with version 3.0 of the .NET platform is pending.
- A completely new modular architecture to make it easier for developers to extend and add functionality.
- A simpler and more logical API.
- Standards compliant AIML support with the option for custom tags.
- Very small size (currently only 52k).
- Very fast (over 30,000 categories processed in under a second).
- Inclusion of a comprehensive test suite including over 200 unit tests (based upon nUnit).
- A means of saving the bots "brain" as a binary file (Graphmaster.dat).
- Some simple code snippets and examples for developers to get started (simple windows and console based applications as well as a sample custom tags library).
- Appropriately commented code.
- Comprehensive documentation.
Enhancements:
- This version fixes a rather serious bug that crept into the last version where regex-based replacements caused the bot to either time out or produce incorrect paths for the graphmaster algorithm.
- In addition, generics are now used throughout, which will improve the performance of the bot.
<<less
Download (MB)
Added: 2007-04-10 License: LGPL (GNU Lesser General Public License) Price:
932 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
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
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
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
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
CatGrab Small for Linux 1.3

CatGrab Small for Linux 1.3


CatGrab imports files from your digital camera under Linux platform. more>> Support Linux platforms from Version 1.3
Import photos with a single click
-One click is all it takes with CatGrab to import files from your digital camera, automatically rotate them, sort them and open them in a viewer.
Transparent file storage
-Files are stored in a transparent directory structure. No database is needed to retrieve your images at a later date.
Continuity
-Catgrab is compatible with a wide range of software. The transparent basic file structure means that the user is not reliant on special photo management software, thereby optimizing continuity across different software solutions.
Platform-independence
-The software can be run on Mac, Windows and Linux. Continuity is guaranteed even if the operating system changes or you find yourself working on different systems simultaneously.
Automatic renaming and archiving
-Files are re-named by date and time and stored in appropriate directories on a biannual, quarterly or monthly basis.
No duplicated files on your PC
-Files are not duplicated on your PC, even when the file names have been changed. So images can stay on the camera and will not be subsequently downloaded twice.
Clarity
-The one-click-system means that the software has only two command buttons. One for a quick settings menu with access to the users manual, and the second for importing photos and films with a single click.
<<less
Download (2.9MB)
Added: 2009-04-23 License: Freeware Price: Free
186 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
Camarades Linux Proxy 0.2

Camarades Linux Proxy 0.2


The Camarades Linux Proxy is a small program that is meant to run on a firewall protecting an internal network. more>>
The Camarades Linux Proxy is a small program that is meant to run on a firewall protecting an internal network. It allows multiple users behind a firewall to use the Camarades Web camera program.

To make it run the following:

1. Edit Makefile to see that everything seems ok.
Make any necessary changes(?).
Default install location for the cama executable is in /usr/local/bin.
2. Build the program by typing
make
3. If everything went well, type
make install
4. Edit camarc and copy it to /etc
5. Start cama
cama
<<less
Download (0.035MB)
Added: 2006-07-12 License: GPL (GNU General Public License) Price:
1199 downloads
Calife 3.0pre6

Calife 3.0pre6


Calife is small program that enable a system administrator to become root on his/her machines... more>>
Calife project is small program that enable a system administrator to become root (or another user) on his/her machines without giving the root password but his/her own.
Main features:
- you keep your environment variables and shell aliases intact
- it has start and end of session logging
- you can have a list of all permitted logins for each calife user. That way, you can give a user newsmasters rights without giving out the root password
- you can specify a group in the configuration file instead of the logins of all administrators: Juste use @staff and all members of the staff will have access to calife
- calife can also be used to become users even if they have no home directory or even no shell. Thats very practical if you want to become uucp or even bin
- you can make Calife runs a specific system-wide script at the end of the session (to send a mail about what was done as root for example)
Enhancements:
- This version supports Solaris 10 and includes a PAM file for it.
- A working PAM file for FreeBSD 5 and above is included.
- The Mercurial hash ID is embedded in the binary.
<<less
Download (0.094MB)
Added: 2007-02-14 License: GPL (GNU General Public License) Price:
982 downloads
SMA 1.1.0

SMA 1.1.0


SMA consists of a small collection of programs that perform different tests for association between genotypes. more>>
SMA software consists of a small collection of programs that perform different tests for association between genotypes at a single marker and a binary disease status.

<<less
Download (0.81MB)
Added: 2007-07-08 License: GPL (GNU General Public License) Price:
840 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
Regular Expression Graphing Program 0.2

Regular Expression Graphing Program 0.2


Regular Expression Graphing Program project is a regular expression graphing program. more>>
Regular Expression Graphing Program project is a regular expression graphing program.
This program is designed to take a regular expression and produce a graph of the state machine that is used to parse the regular expression.
It is useful for teaching regular expressions and state machines.
The program comes with a built-in tutorial and sample set of regular expressions.
Main features:
- This will not graph all the regular expressions. Some of the more advanced features of the engine are just not handled.
- We currently ``graph the ``group, no $1 (?:..) operator by displaying nothing. A box should be put around the expression.
- The boxes drawn by the program are a fixed with not related to the size of the text they contain. Text can easily overflow the box.
- The system is UNIX/Linux specific. This is caused by only one small section of code should anyone want to port this to a braindamaged operating system.
- Better use of color can be made. Specifically all the nodes do not have to be green. Come to think of it they call dont have to be rectangles either.
- Sometimes the lines connecting one section to another take some strange twists.
<<less
Download (4.3MB)
Added: 2006-10-10 License: GPL (GNU General Public License) Price:
1113 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
 
Other version of CatGrab Small Edition for Linux
CatGrab Small Edition for Linux 1.3.8Imports image and video files from your digital camera to ...The program is a powerful file downloader which renames the
Price: $0
License:Freeware
Download (2.64MB)
188 downloads
Added: 2009-04-20
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
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5