Main > Free Download Search >

Free sharepoint 2003 software for linux

sharepoint 2003

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 171
SOT 2003

SOT 2003


SOT is a Finnish distribution geared toward the desktop user, both home and office. more>>
SOT, formerly named "Best Linux", is a Finnish distribution geared toward the desktop user, both home and office. SOT includes an office suite, multimedia applications, games, and more.

SOT Office, also linked to below, is a free office software suite based on OpenOffice for both Linux and Windows (not a standalone distribution).
<<less
Download (650MB)
Added: 2005-04-05 License: GPL (GNU General Public License) Price:
1666 downloads
OpenSharePoint 0.4.20070126

OpenSharePoint 0.4.20070126


OpenSharePoint is an intra/extranet portal server similar to SharePoint. more>>
OpenSharePoint is an intra/extranet portal server similar to SharePoint.
OpenSharePoint project provides a place on the Web where a team can communicate, share documents, and work together on a project.
A separate team Website can be created for every project that is being worked on.
OSP is alternative groupware that provide a place on the web where your team can communicate,share documents and work together.You can contribute to the team website using nothing more than a web browser!, OSP provide more tool to communicate like News, Forum, Webbase E-Mail and etc. You can install new modules/block with easy way via using your web browser.
Enhancements:
- Installation problems were fixed and the core APIs were updated.
<<less
Download (3.2MB)
Added: 2007-03-22 License: GPL (GNU General Public License) Price:
950 downloads
SPRINT May 24 2003

SPRINT May 24 2003


SPRINT is an emulator of the Peters Plus super-Speccy, the Sprinter. more>>
SPRINT is an emulator of the Peters Plus super-Speccy, the Sprinter. SPRINT is using Fuses Z80 core for its CPU emulation.

We emulate OS Estex as interface to real OS of emulator. We dont emulate SPECTRUM mode yet, but its possible in the future. We developed this project in C++ for using object-oriented technique and portability.

Default video mode is 640x480 with 256 colors. If you have any problems with this mode, edit SPRINT.INI file. Now you may use windowed mode for SDL version of SPRINT. Developed for WIN9X (SDL+DirectX), MS-DOS (DOS4GW), LINUX (svgalib) and LINUX (SDL+X11).

SUPPORTED FUNCTIONS:

At present, a number of supported functions is not too big, namely:

Accelerator: all

Bios (RST #08):

#81,#82,#83,#84,#85,#86,#87,#88,#89,#8A,#8B,#8C,#8D,#8E,
#A1,#A4,#C0,#C1,#C2,#C3,#C4,#C5,#C6,#C7,#EF

Estex (RST #10):

#01,#02,#0A,#0B,
#11,#12,#13,#14,#15,#19,#1A,#1D,#1E,#21,
#30,#31,#32,#33,#35,#37,#38,#39,#3A,#3B,#3C,#3D,#3E,
#40,#41,
#50,#51,#52,#53,#54,#55,#56,#57,#58,#59,#5A,#5B,#5C
else jump to real SYSTEM.DOS

Mouse (RST #30):

#00,#03

<<less
Download (0.54MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
1125 downloads
delfin 20030216

delfin 20030216


delfin 20030216 is an excellent tool that was specially designed to be a realtime software sampler for Linux. more>>
delfin 20030216 is an excellent tool that was specially designed to be a realtime software sampler for Linux.

Have you ever gone out to find a hardware to create contemporary music (Hip-hop, Jungle, Techno, ...) with considerable price? Did you know that you can use your humble computer to do the same job?

And then a sampler needs lots of memory, so you got to spend more quids upgrading it. The sound quality of delfin and its actual interface doesn't come near that of a real harware sampler, but it might become a full-grown, all-mighty, powerful sea singer.

Instructions:

  • In the delfin directory just type: install.sh
  • This will move the delfin executable to any of your binary paths.

Enhancements: 16-02-2003

  • It has grown a little bit in size, but it is much modular now.
  • The on-line help will be a big surprise for all of you who didn't understand how to work with delfin.
  • Added a test module, Discrete Fourier Transform, that can be used as equalizer.

Requirements:

  • Linux with soundcard
  • ncurses library
  • gcc compiler
<<less
Added: 2006-07-21 License: Freeware Price: FREE
1 downloads
Acme::Playmate 0.03

Acme::Playmate 0.03


Acme::Playmate is a Perl module to consult the playboy playmate directory for playmate information. more>>
Acme::Playmate is a Perl module to consult the playboy playmate directory for playmate information.

SYNOPSIS

use Acme::Playmate;

my $playmate = new Acme::Playmate("2003", "04");

print "Details for playmate " . $playmate->{ "Name" } . "n";
print "Birthdate" . $playmate->{ "BirthDate" } . "n";
print "Birthplace" . $playmate->{ "BirthPlace" } . "n";
print "Bust" . $playmate->{ "Bust" } . "n";
print "Waist" . $playmate->{ "Waist" } . "n";
print "Hips" . $playmate->{ "Hips" } . "n";
print "Height" . $playmate->{ "Height" } . "n";
print "Weight" . $playmate->{ "Weight" } . "n";

<<less
Download (0.003MB)
Added: 2007-03-19 License: Perl Artistic License Price:
950 downloads
OOPS 0.2003

OOPS 0.2003


OOPS is Object Oriented Persistent Store. more>>
OOPS is Object Oriented Persistent Store.

SYNOPSIS

use OOPS;

transaction(sub {
$oops = new OOPS
dbi_dsn => $DBI_DSN,
username => $username,
password => $password,
table_prefix => "MY";

$oops->commit;

$oops->{my_1st_bit_of_data} = a scalar;
$oops->{my_2nd_bit_of_data} = { A => hash };
$oops->{my_3rd_bit_of_data} = [ qw(An Array) ];
$oops->{my_4rd_bit_of_data} = a reference to a scalar, ref, hash, or array ];

my $old_value = $oops->{multiple}{level}{dereference};

my $object = $oops->load_object($integer_object_id);

my $dbh = $oops->dbh();

$oops->workaround27555($reference);

my $was_virtual = $oops->virtual_object(%{$oops->{some}{hash}, [ $new_value ]);

});

my $ref = getref(%hash, key)

The goal of OOPS is to make perl objects transparently persistent. OOPS handles deeply nested and cross-linked objects -- even object hierarchies that are too large to fit in memory and (with a hint) individual hash tables that are too large for memory. Objects will be demand-loaded into memory as they are accessed. All changes to your object hierarchy will be saved with a single commit().

Full transactional consistency is the only operational mode. Either all of your changes are saved or none of them are. While your program runs, you will see a consistent view of the data: no other running transactions will change the data you see. If another transaction changes data that you are using then at least one of the transactions must abort. OOPS will die() to abort the transaction.

OOPS maps all perl objects to the same RDBMS schema. No advance schema definition is required on the part of the user of OOPS. The name of the package (OOPS) comes from the realization that perls data model is much more complicated than I initially understood. Internally, the RDBMS schema uses four tables: a table of objects, a table of attributes (keys and values), a table of large attributes that big the normal column widths, and a table of counters.

At this time, OOPS is expecting a web-like work flow:

create OOPS instance

access some objects

modify some objects

commit

exit

If you need more than one transaction in a program, create more than one OOPS instance.
To make your data persistent, make a reference to your data from the OOPS object. To later retrieve your data, simply access it through the OOPS object.

<<less
Download (0.29MB)
Added: 2007-07-26 License: GPL (GNU General Public License) Price:
822 downloads
SDLJoytest 11-10-2003

SDLJoytest 11-10-2003


SDLJoytest project is a SDL-based joystick testing program for X11. more>>
SDLJoytest project is a SDL-based joystick testing program for X11.

SDLJoytest is a program that allows users to select from all joysticks found on the system (with SDL), and then test that selected joystick or other game controller.

<<less
Download (MB)
Added: 2006-11-21 License: GPL (GNU General Public License) Price:
1067 downloads
Pathan 2.0.0 Beta

Pathan 2.0.0 Beta


Pathan is an XPath processing library. more>>
Pathan is an XPath processing library. Pathan library is written in C++, and uses the Xerces-C DOM XML Parser by the Apache Foundation.

The Pathan project incorporates Pathan 1, implementing the W3C XPath 1 recommendation, and Pathan 2, implementing the W3C XPath 2 draft specification.

Pathan has been developed jointly by DecisionSoft, Sleepycat Software , Stylus Studio and Parthenon Computing .

Pathan 2 aims for XPath 2 compliance.

The beta release is conformant to the the November 2003 release of the specification. It conforms to the February 2004 publication of the W3C DOM Level 3 XPath working note.
<<less
Download (7.8MB)
Added: 2006-03-22 License: BSD License Price:
1312 downloads
VSQLite++ 0.3

VSQLite++ 0.3


VSQLite++ is a portable SQLite wrapper library for C++. more>>
VSQLite++ is a portable SQLite wrapper library for C++.
Supported Compilers
- GCC and G++ 4.x (maybe 3.4.x too, but it wasnt tested until now)
- Visual C++ 8/2005 (Visual C++ 7.1/2003 wasnt tested, maybe will be added later)
<<less
Download (0.92MB)
Added: 2006-10-23 License: BSD License Price:
1096 downloads
RoboTournament rt-10.31.2003

RoboTournament rt-10.31.2003


RoboTournament project is a RoboRally-inspired game with Death Match, Rally, and Capture The Flag matches. more>>
RoboTournament project is a RoboRally-inspired game with Death Match, Rally, and Capture The Flag matches.
RoboTournament is a RoboRally inspired game where players program their robots to vanquish their opponents.
RoboTournament features multiple game types (Death Match, Rally, and Capture The Flag), TCP/IP multiplayer support, six weapons including the BFG, a map editor, a wide variety of board elements, integrated chat, and computer-controlled robots for Rally and Death Match games.
Main features:
- Multiple Game Types: Death Match, Rally, and Capture The Flag
- Multi-Player through TCP/IP
- Six weapons including the BFG
- Map Editor
- Wide variety of board elements
- Integrated chat
- Computer controlled robots for Rally and Death Match games
Enhancements:
- This release changes the deployment, but adds no functionality.
- The server and client are now distributed as individual, platform specific executables.
<<less
Download (1.0MB)
Added: 2006-11-07 License: GPL (GNU General Public License) Price:
1083 downloads
Sman 0.99

Sman 0.99


Sman is the Searcher for Man pages. more>>
Sman is the Searcher for Man pages. Based on the example of the same name in Josh Rabinowitzs article "How To Index Anything" in the July, 2003 issue of Linux Journal (http://www.linuxjournal.com/article.php?sid=6652), sman is an enhanced version of apropos and man -k. Sman project adds several key abilities over its predecessors:
- Supports complex natural language text searches such as "(linux and kernel) or (mach and microkernel)"
- Shows results in a ranked order, and optionally an extract (using -e) of the manpage showing the searched text highlighted
- Allows for searches by manpage section, title, body, or filename (use metaname=searchword)
- Indexes the complete contents of the man page, not just the title and description
- Uses a prebuilt index to perform fast searches
- Performs stemming so that a search for "searches" will match a document with the word "searching"
<<less
Download (0.028MB)
Added: 2006-05-05 License: Artistic License Price:
1267 downloads
BrlSpeak 07-10-2003

BrlSpeak 07-10-2003


BrlSpeak is a Braille and Speech Mini-Distribution of GNU/Linux more>>
A mini-distribution for the blind. Has options for installation of drivers for braille devices or for speech synthesis support.
Too many blind computer users believe that only M$ OSes are accessible for them with braille or speech: this is not the case! There are alternatives, and one of them is GNU/Linux.
If you are looking for a free, powerful, blindfriendly, stable, open source, network-enabled, multi tasking, multi user and commandline-minded OS, then you must absolutely learn more about the GNU/Linux system
Main features:
- Installable on a FAT partition without having to repartition the hard disk
- No longer UMSDOS as by the past but in a loopback
- No longer Slack-based but Debian-based
- Available in 3 versions: basic (mini), braille and vocal (= braille + some speech applications)
Version restrictions:
- Speech support during installation
- A full functional speech support
- Conversion to real EXT partition
Currently supported braille-display types are:
- al ALva
- bl BrailleLite
- bn BrailleNote
- cb CombiBraille
- ec ECobraille
- eu EUrobraille
- ht HandyTech
- lt LogText
- b MultiBraille
- md MDv
- mn MiNibraille
- pm PapenMeier
- ts TSi
- va #VArio
- vd ViDeobraille
- vh Vario-Ht
- vs ViSiobraille
<<less
Download (173MB)
Added: 2005-04-06 License: GPL (GNU General Public License) Price:
1664 downloads
blinkperl 2003-03-02

blinkperl 2003-03-02


blinkperl provides a telnet server which plays a blinkenlights movie. more>>
blinkperl provides a telnet server which plays a blinkenlights movie.

blinkperl is a telnet server (written in Perl) which plays a random (ASCII-Art) Blinkenlights-Movie if a telnet client connects.

In a properly configured system, you do not need a usual telnet server (because of the plaintext password transmission, ssh is better and uses another port), so why not play ASCII-Art Movies on the telnet port?
<<less
Download (0.066MB)
Added: 2007-03-27 License: Academic Free License (AFL) Price:
944 downloads
Blue Planet 0.4

Blue Planet 0.4


Blue Planet is a KDE theme defined by simplicity, usability, dark-blue colors and future look. more>>
Blue Planet is a KDE theme defined by simplicity, usability, dark-blue colors and future look.

Its including background picture that is taken form http://www.guanajuatoenlinea.com .

For those with big resolution:

1600 x 1200 pixels background can be download here:

http://ic3.deviantart.com/images/i/2003/42/2/b/Titan_Blue___221.jpg

Iconset on this screenshots are Futurosoft icons (only changed Go! icon to Fedora default). Download it from here:

http://www.kde-look.org/content/show.php?content=50667

Background color of application is white due to compatibility issues (you can put black but than text isnt readable in some programs).

<<less
Download (0.80MB)
Added: 2007-04-16 License: GPL (GNU General Public License) Price:
922 downloads
DateTime::Format::Epoch::DotNet 0.10

DateTime::Format::Epoch::DotNet 0.10


DateTime::Format::Epoch::DotNet is a Perl module that can convert DateTimes to/from .NET epoch seconds. more>>
DateTime::Format::Epoch::DotNet is a Perl module that can convert DateTimes to/from .NET epoch seconds.

SYNOPSIS

use DateTime::Format::Epoch::DotNet;

my $dt = DateTime::Format::Epoch::DotNet->parse_datetime( 1051488000 );

DateTime::Format::Epoch::DotNet->format_datetime($dt);
# 1051488000

my $formatter = DateTime::Format::Epoch::DotNet->new();
my $dt2 = $formatter->parse_datetime( 1051488000 );
$formatter->format_datetime($dt2);

This module can convert a DateTime object (or any object that can be converted to a DateTime object) to the number of seconds since the epoch defined in the .NET Framework SDK.
Note that this epoch is defined in the local time zone. This means that these two pieces of code will print the same number of seconds, even though they represent two datetimes 6 hours apart:

$dt = DateTime->new( year => 2003, month => 5, day => 2,
time_zone => Europe/Amsterdam );
print $formatter->format_datetime($dt);

$dt = DateTime->new( year => 2003, month => 5, day => 2,
time_zone => America/Chicago );
print $formatter->format_datetime($dt);

<<less
Download (0.017MB)
Added: 2006-08-15 License: Perl Artistic License Price:
1165 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5