small office
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2450
Siag Office 3.6.1
Siag Office is a free office package for Unix. more>>
Siag Office project is a free office package which consists of the spreadsheet Siag, the word processor PW, the animation program Egon, the text editor XedPlus, the file manager Xfiler and the previewer Gvu.
Siag is easy to use, yet infinitely flexible through multiple embedded interpreters and a plugin mechanism that allows other programs to run inside the main document. The supported interpreters are SIOD, Guile, Tcl, and Python.
Enhancements:
- Various fixes have been made to this release to make it buildable.
- Antiword has been unbundled.
- Formatting errors have been removed from the Italian dictionary.
- A version of o3read has been bundled.
<<lessSiag is easy to use, yet infinitely flexible through multiple embedded interpreters and a plugin mechanism that allows other programs to run inside the main document. The supported interpreters are SIOD, Guile, Tcl, and Python.
Enhancements:
- Various fixes have been made to this release to make it buildable.
- Antiword has been unbundled.
- Formatting errors have been removed from the Italian dictionary.
- A version of o3read has been bundled.
Download (1.5MB)
Added: 2006-11-11 License: GPL (GNU General Public License) Price:
632 downloads
GNOME Office Pre 1.2
GNOME Office is the premier suite of office productivity applications designed for the GNOME desktop environment. more>>
GNOME Office is the premier suite of office productivity applications designed for the GNOME desktop environment.
Some of the applications also can run on Windows or Mac OS X. They provide powerful, efficient office productivity capabilities as free (GPL) software.
Main features:
- AbiWord word processor
- Gnumeric spreadsheet
- Gnome-DB data access components
<<lessSome of the applications also can run on Windows or Mac OS X. They provide powerful, efficient office productivity capabilities as free (GPL) software.
Main features:
- AbiWord word processor
- Gnumeric spreadsheet
- Gnome-DB data access components
Download (27MB)
Added: 2005-07-26 License: GPL (GNU General Public License) Price:
1561 downloads
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.
<<lessWhereas 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.
Download (48.7MB)
Added: 2005-07-06 License: GPL (GNU General Public License) Price:
1574 downloads
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
<<lessMain 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
Download (MB)
Added: 2007-07-02 License: Eclipse Public License Price:
849 downloads
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.
<<lessA 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.
Download (0.016MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1047 downloads
Simple Invoices 2007-05-23
Simple Invoices is a clean, simple, and basic Web-based invoicing system. more>>
Simple Invoices is a clean, simple, and basic Web-based invoicing system.
Simple Invoices is meant for personal invoices, home office invoicing, small organization invoicing, and basic POS (point of sale) systems for light usage.
Its goals are to be easy to use, simple and clean, and focused on its task. It is not meant for heavy-use POS applications, nor is it meant to be enterprise ready.
<<lessSimple Invoices is meant for personal invoices, home office invoicing, small organization invoicing, and basic POS (point of sale) systems for light usage.
Its goals are to be easy to use, simple and clean, and focused on its task. It is not meant for heavy-use POS applications, nor is it meant to be enterprise ready.
Download (5.9MB)
Added: 2007-05-23 License: GPL (GNU General Public License) Price:
900 downloads
OutOfOffice 1.5.2
OutOfOffice answers your email with the message you have set when you are out of your office. more>>
OutOfOffice answers your email with the message you have set when you are out of your office.
OutOfOffice is like Outlooks Out of office function, but you dont need Outlook or Exchange.
<<lessOutOfOffice is like Outlooks Out of office function, but you dont need Outlook or Exchange.
Download (0.41MB)
Added: 2006-01-19 License: GPL (GNU General Public License) Price:
1374 downloads
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
<<lessSmall 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
Download (0.054MB)
Added: 2007-04-24 License: GPL (GNU General Public License) Price:
932 downloads
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
<<lessSmall 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
Download (0.22MB)
Added: 2005-07-01 License: GPL (GNU General Public License) Price:
1590 downloads
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 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.
<<lessDSL-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.
Download (95.3MB)
Added: 2006-08-25 License: GPL (GNU General Public License) Price:
1164 downloads
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

AXIGEN Mail Server Office Edition Free 7.1.4 / 7.2 Beta
AXIGEN Mail Server Office Edition Free 7.1.4 / 7.2 Beta is an ideal software which can help you render email messaging quick and easy! more>> <<less
Added: 2009-07-22 License: Freeware Price: FREE
1 downloads
Other version of AXIGEN Mail Server Office Edition Free
Price: $0.00
License:Freeware
License:Freeware
Price: $0.00
License:Freeware
License:Freeware
Price: $0.00
License:Freeware
License:Freeware
License:Freeware
server intended for home users and small companies. AXIGEN Mail Server Office Edition Free 5.0 ... for home users and small companies. AXIGEN Mail Server, offering integrated mail services andLicense:Freeware
License:Freeware
Office Tournament 1.1
Office Tournament project is a tool for keeping track of office tournaments. more>>
Office Tournament project is a tool for keeping track of office tournaments, such as foosball.
You may enter data from the command line or from the CGI Web interface. It outputs all kinds of stats and even a nice chart if you use the Imager::Graph::Pie Perl library available from CPAN.
It currently requires no database to run, but there are plans to migrate the text (flat file db) to MySQL.
<<lessYou may enter data from the command line or from the CGI Web interface. It outputs all kinds of stats and even a nice chart if you use the Imager::Graph::Pie Perl library available from CPAN.
It currently requires no database to run, but there are plans to migrate the text (flat file db) to MySQL.
Download (0.069MB)
Added: 2006-11-17 License: GPL (GNU General Public License) Price:
1071 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 small office 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