entourage 2004
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 155
Python CD 2004-07-02
Python CD is a bootable CD based on Debian GNU/Linux and KNOPPIX. more>>
Python CD is a bootable CD based on Debian GNU/Linux and KNOPPIX.
The special thing about it is that it has lots of Python stuff!
Installable Python packages
In the top level directory of the CD is a directory python/, containing several packages of Python:
- Python for Linux - most Linux distributions include Python, so we dont provide it for them
- Python for Mac OS X
- Python for Windows, win32all extension
- Python for DOS - no maintainer yet, so we only provide an URL
- Python source code, if you want to compile it yourself
Ready-to-Use Python
On the bootable Linux system, Python is already installed and ready to run:
- Python 2.3.4 (latest and greatest, use this!)
- Python 2.2.3
- Python 2.1.3
Python CD Packages
Here is an overview of popular packages installed on the PythonCd.
PythonCdRawPackageList has a complete raw list of installed debian packages.
IDEs (Integrated Development Environments)
- eric3 - a very nice and powerful GUI IDE
- IDLE - a simpler, but also popular GUI IDE
- DrPython - another GUI IDE
- IPython - an extended interactive Python command interpreter
GUI Builders
- BoaConstructor
- PythonCard
- ? WxGlade
GUI Toolkit bindings
- PyGtk
- PyQt
- WxPython
Graphics libs
- PIL
- PyGame
- PyOpenGL
Web/HTML/XML stuff
- MoinMoin wiki - you are using it right now
- TwistedMatrix AKA Twisted - a Python internet framework, very powerful
- Quixote
- PyXML, libxml2 and other XML packages
Scientific
- python-numeric and python-numarray - math extensions
- python-pyx - module for generating PostScript graphics, plotting
Database
- Gadfly
- python-mysqldb - interface for MySQL
- python-pgsql - DB-API 2.0 interface to PostgreSQL v7.x
- python-pygresql - PostgreSQL module
Misc
- PyChecker - checks your source code for common errors"
<<lessThe special thing about it is that it has lots of Python stuff!
Installable Python packages
In the top level directory of the CD is a directory python/, containing several packages of Python:
- Python for Linux - most Linux distributions include Python, so we dont provide it for them
- Python for Mac OS X
- Python for Windows, win32all extension
- Python for DOS - no maintainer yet, so we only provide an URL
- Python source code, if you want to compile it yourself
Ready-to-Use Python
On the bootable Linux system, Python is already installed and ready to run:
- Python 2.3.4 (latest and greatest, use this!)
- Python 2.2.3
- Python 2.1.3
Python CD Packages
Here is an overview of popular packages installed on the PythonCd.
PythonCdRawPackageList has a complete raw list of installed debian packages.
IDEs (Integrated Development Environments)
- eric3 - a very nice and powerful GUI IDE
- IDLE - a simpler, but also popular GUI IDE
- DrPython - another GUI IDE
- IPython - an extended interactive Python command interpreter
GUI Builders
- BoaConstructor
- PythonCard
- ? WxGlade
GUI Toolkit bindings
- PyGtk
- PyQt
- WxPython
Graphics libs
- PIL
- PyGame
- PyOpenGL
Web/HTML/XML stuff
- MoinMoin wiki - you are using it right now
- TwistedMatrix AKA Twisted - a Python internet framework, very powerful
- Quixote
- PyXML, libxml2 and other XML packages
Scientific
- python-numeric and python-numarray - math extensions
- python-pyx - module for generating PostScript graphics, plotting
Database
- Gadfly
- python-mysqldb - interface for MySQL
- python-pgsql - DB-API 2.0 interface to PostgreSQL v7.x
- python-pygresql - PostgreSQL module
Misc
- PyChecker - checks your source code for common errors"
Download (669.5MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
815 downloads
HTTP::OAI::Repository 3.18
HTTP::OAI::Repository is a documentation for building an OAI compliant repository using OAI-PERL. more>>
HTTP::OAI::Repository is a documentation for building an OAI compliant repository using OAI-PERL.
Using the OAI-PERL library in a repository context requires the user to build the OAI responses to be sent to OAI harvesters.
SYNOPSIS
use HTTP::OAI::Harvester;
use HTTP::OAI::Metadata::OAI_DC;
use XML::SAX::Writer;
use XML::LibXML;
# (all of these options _must_ be supplied to comply with the OAI protocol)
# (protocolVersion and responseDate both have sensible defaults)
my $r = new HTTP::OAI::Identify(
baseURL=>http://yourhost/cgi/oai,
adminEmail=>youremail@yourhost,
repositoryName=>agoodname,
requestURL=>self_url()
);
# Include a description (an XML::LibXML Dom object)
$r->description(new HTTP::OAI::Metadata(dom=>$dom));
my $r = HTTP::OAI::GetRecord->new(
header=>HTTP::OAI::Header->new(
identifier=>oai:myrepo:10,
datestamp=>2004-10-01
),
metadata=>HTTP::OAI::Metadata::OAI_DC->new(
dc=>{title=>[Hello, World!],description=>[My Record]}
)
);
$r->about(HTTP::OAI::Metadata->new(dom=>$dom));
my $writer = XML::SAX::Writer->new();
$r->set_handler($writer);
$r->generate;
<<lessUsing the OAI-PERL library in a repository context requires the user to build the OAI responses to be sent to OAI harvesters.
SYNOPSIS
use HTTP::OAI::Harvester;
use HTTP::OAI::Metadata::OAI_DC;
use XML::SAX::Writer;
use XML::LibXML;
# (all of these options _must_ be supplied to comply with the OAI protocol)
# (protocolVersion and responseDate both have sensible defaults)
my $r = new HTTP::OAI::Identify(
baseURL=>http://yourhost/cgi/oai,
adminEmail=>youremail@yourhost,
repositoryName=>agoodname,
requestURL=>self_url()
);
# Include a description (an XML::LibXML Dom object)
$r->description(new HTTP::OAI::Metadata(dom=>$dom));
my $r = HTTP::OAI::GetRecord->new(
header=>HTTP::OAI::Header->new(
identifier=>oai:myrepo:10,
datestamp=>2004-10-01
),
metadata=>HTTP::OAI::Metadata::OAI_DC->new(
dc=>{title=>[Hello, World!],description=>[My Record]}
)
);
$r->about(HTTP::OAI::Metadata->new(dom=>$dom));
my $writer = XML::SAX::Writer->new();
$r->set_handler($writer);
$r->generate;
Download (0.036MB)
Added: 2007-08-06 License: Perl Artistic License Price:
814 downloads
AutoQ3D 1.36b
AutoQ3d a QT quick 3d model editor program for Linux. more>>
AutoQ3d project a QT quick 3d model editor program for Linux.
Main features:
- Drawing tools for creating points, lines, polylines, triangles, rectangles.
- Import DXF File Format (DXF 2004, 2000, R14).
- Export DXF File Format (DXF 2000).
- Import MD2 File Format (Quake File Format).
- Powerful selection and modification tools (move, scale, stretch, rotate, mirror, zoom, pan,...).
- Snapping to objects (endpoints, centers, intersections,...).
- Console for coordinate positioning and launching commands.
<<lessMain features:
- Drawing tools for creating points, lines, polylines, triangles, rectangles.
- Import DXF File Format (DXF 2004, 2000, R14).
- Export DXF File Format (DXF 2000).
- Import MD2 File Format (Quake File Format).
- Powerful selection and modification tools (move, scale, stretch, rotate, mirror, zoom, pan,...).
- Snapping to objects (endpoints, centers, intersections,...).
- Console for coordinate positioning and launching commands.
Download (MB)
Added: 2007-08-06 License: GPL (GNU General Public License) Price:
816 downloads
Klear 0.6.1
Klear is a KDE application for recording video streams from your DVB device. more>>
Klear is a KDE application for recording video streams from your DVB device and watching TV with all advantages of digital television (like EPG, OSD, and so on).
Klear project is developed for SWP lectured by Prof. Knabe at the TFH Berlin. We started in October 2004, so this program is currently under heavy development. Have a look at the features to know whats working and whats not.
Main features:
- DVB Playback
- nifty GUI with fullscreen and minimal mode
- Internal (and player-independant) Tuner for DVB-T and DVB-S
- screenshot capability
- Video-Deinterlacing
- Audio-muting
- system preferences
- complete graphical configuration system
- quick-recording system
- full featured scheduled recording
- recording formats: MPEG TS (raw) and MPEG PS (realtime conversion)
Enhancements:
- Added Gnome support
- Added support for recording to other partitions
<<lessKlear project is developed for SWP lectured by Prof. Knabe at the TFH Berlin. We started in October 2004, so this program is currently under heavy development. Have a look at the features to know whats working and whats not.
Main features:
- DVB Playback
- nifty GUI with fullscreen and minimal mode
- Internal (and player-independant) Tuner for DVB-T and DVB-S
- screenshot capability
- Video-Deinterlacing
- Audio-muting
- system preferences
- complete graphical configuration system
- quick-recording system
- full featured scheduled recording
- recording formats: MPEG TS (raw) and MPEG PS (realtime conversion)
Enhancements:
- Added Gnome support
- Added support for recording to other partitions
Download (0.56MB)
Added: 2007-07-22 License: GPL (GNU General Public License) Price:
828 downloads
Math::Zap::Rectangle 1.07
Math::Zap::Rectangle is a Perl module that generates rectangles in 3d space. more>>
Math::Zap::Rectangle is a Perl module that generates rectangles in 3d space.
Synopsis
Example t/rectangle.t
#_ Rectangle __________________________________________________________
# Test 3d rectangles
# philiprbrenan@yahoo.com, 2004, Perl License
#______________________________________________________________________
use Math::Zap::Rectangle;
use Math::Zap::Vector;
use Test::Simple tests=>3;
my ($a, $b, $c, $d) =
(vector(0, 0, +1),
vector(0, -1.9, -1),
vector(0, -2.0, -1),
vector(0, -2.1, -1)
);
my $r = rectangle
(vector(-1,-1, 0),
vector( 2, 0, 0),
vector( 0, 2, 0)
);
ok($r->intersects($a, $b) == 1);
ok($r->intersects($a, $c) == 1);
ok($r->intersects($a, $d) == 0);
<<lessSynopsis
Example t/rectangle.t
#_ Rectangle __________________________________________________________
# Test 3d rectangles
# philiprbrenan@yahoo.com, 2004, Perl License
#______________________________________________________________________
use Math::Zap::Rectangle;
use Math::Zap::Vector;
use Test::Simple tests=>3;
my ($a, $b, $c, $d) =
(vector(0, 0, +1),
vector(0, -1.9, -1),
vector(0, -2.0, -1),
vector(0, -2.1, -1)
);
my $r = rectangle
(vector(-1,-1, 0),
vector( 2, 0, 0),
vector( 0, 2, 0)
);
ok($r->intersects($a, $b) == 1);
ok($r->intersects($a, $c) == 1);
ok($r->intersects($a, $d) == 0);
Download (0.062MB)
Added: 2007-07-17 License: Perl Artistic License Price:
829 downloads
Math::Zap::Matrix2 1.07
Math::Zap::Matrix2 is a Perl module for 2*2 matrix manipulation. more>>
Math::Zap::Matrix2 is a Perl module for 2*2 matrix manipulation.
Synopsis
Example t/matrix2.t
#_ Matrix _____________________________________________________________
# Test 2*2 matrices
# philiprbrenan@yahoo.com, 2004, Perl License
#______________________________________________________________________
use Math::Zap::Matrix2 identity=>i;
use Math::Zap::Vector2;
use Test::Simple tests=>8;
my ($a, $b, $c, $v);
$a = matrix2
(8, 0,
0, 8,
);
$b = matrix2
(4, 2,
2, 4,
);
$c = matrix2
(2, 2,
1, 2,
);
$v = vector2(1,2);
ok($a/$a == i());
ok($b/$b == i());
ok($c/$c == i());
ok(2/$a*$a/2 == i());
ok(($a+$b)/($a+$b) == i());
ok(($a-$c)/($a-$c) == i());
ok(-$a/-$a == i());
ok(1/$a*($a*$v) == $v);
<<lessSynopsis
Example t/matrix2.t
#_ Matrix _____________________________________________________________
# Test 2*2 matrices
# philiprbrenan@yahoo.com, 2004, Perl License
#______________________________________________________________________
use Math::Zap::Matrix2 identity=>i;
use Math::Zap::Vector2;
use Test::Simple tests=>8;
my ($a, $b, $c, $v);
$a = matrix2
(8, 0,
0, 8,
);
$b = matrix2
(4, 2,
2, 4,
);
$c = matrix2
(2, 2,
1, 2,
);
$v = vector2(1,2);
ok($a/$a == i());
ok($b/$b == i());
ok($c/$c == i());
ok(2/$a*$a/2 == i());
ok(($a+$b)/($a+$b) == i());
ok(($a-$c)/($a-$c) == i());
ok(-$a/-$a == i());
ok(1/$a*($a*$v) == $v);
Download (0.062MB)
Added: 2007-07-17 License: Perl Artistic License Price:
830 downloads
Math::Zap::Matrix 1.07
Math::Zap::Matrix is a Perl module for 3*3 matrix manipulation. more>>
Math::Zap::Matrix is a Perl module for 3*3 matrix manipulation.
Synopsis
Example t/matrix.t
#_ Matrix _____________________________________________________________
# Test 3*3 matrices
# philiprbrenan@yahoo.com, 2004, Perl License
#______________________________________________________________________
use Math::Zap::Matrix identity=>i;
use Math::Zap::Vector;
use Test::Simple tests=>8;
my ($a, $b, $c, $v);
$a = matrix
(8, 0, 0,
0, 8, 0,
0, 0, 8
);
$b = matrix
(4, 2, 0,
2, 4, 2,
0, 2, 4
);
$c = matrix
(4, 2, 1,
2, 4, 2,
1, 2, 4
);
$v = vector(1,2,3);
ok($a/$a == i());
ok($b/$b == i());
ok($c/$c == i());
ok(2/$a*$a/2 == i());
ok(($a+$b)/($a+$b) == i());
ok(($a-$c)/($a-$c) == i());
ok(-$a/-$a == i());
ok(1/$a*($a*$v) == $v);
<<lessSynopsis
Example t/matrix.t
#_ Matrix _____________________________________________________________
# Test 3*3 matrices
# philiprbrenan@yahoo.com, 2004, Perl License
#______________________________________________________________________
use Math::Zap::Matrix identity=>i;
use Math::Zap::Vector;
use Test::Simple tests=>8;
my ($a, $b, $c, $v);
$a = matrix
(8, 0, 0,
0, 8, 0,
0, 0, 8
);
$b = matrix
(4, 2, 0,
2, 4, 2,
0, 2, 4
);
$c = matrix
(4, 2, 1,
2, 4, 2,
1, 2, 4
);
$v = vector(1,2,3);
ok($a/$a == i());
ok($b/$b == i());
ok($c/$c == i());
ok(2/$a*$a/2 == i());
ok(($a+$b)/($a+$b) == i());
ok(($a-$c)/($a-$c) == i());
ok(-$a/-$a == i());
ok(1/$a*($a*$v) == $v);
Download (0.062MB)
Added: 2007-07-17 License: Perl Artistic License Price:
829 downloads
Warzone 2100 2.0.7
Warzone 2100 is a real-time strategy game, developed by Pumpkin Studios and published by Eidos Interactive. more>>
Warzone 2100 is a real-time strategy game, developed by Pumpkin Studios and published by Eidos Interactive. Although comparable to Earth 2150 in many significant respects, it does contain aspects that are unique.
These include various radar technologies, a greater focus on artillery and counter-battery technologies, more frequent in-game cinematic updates as gameplay progress, as well as a different vehicle design method. It was released in 1999 for both PC and Playstation.
In late 2004 warzone was released by its copyright holders, Eidos Interactve, to the public under the GNU General Public License (GPL), and the Warzone 2100 Resurrection Project was born.
Main features:
- 400+ Technologies to research
- 2,000+ different units to design
- 3 Large campaign maps to conquer
- 24 Fast play mission maps for extra action
- Intelligence Display sets objectives dynamically
- Interactive message system
- Fast Play Interface graphically Based
- Quick Screen Navigation
- Fast Find System for units & structures
- Set Factories to constant production
- Automatically send each factorys units to where you want them
<<lessThese include various radar technologies, a greater focus on artillery and counter-battery technologies, more frequent in-game cinematic updates as gameplay progress, as well as a different vehicle design method. It was released in 1999 for both PC and Playstation.
In late 2004 warzone was released by its copyright holders, Eidos Interactve, to the public under the GNU General Public License (GPL), and the Warzone 2100 Resurrection Project was born.
Main features:
- 400+ Technologies to research
- 2,000+ different units to design
- 3 Large campaign maps to conquer
- 24 Fast play mission maps for extra action
- Intelligence Display sets objectives dynamically
- Interactive message system
- Fast Play Interface graphically Based
- Quick Screen Navigation
- Fast Find System for units & structures
- Set Factories to constant production
- Automatically send each factorys units to where you want them
Download (17.2MB)
Added: 2007-06-23 License: GPL (GNU General Public License) Price:
949 downloads
auto-build 1.2.0
auto-build is a Perl module that can run automated, unattended software build processes. more>>
auto-build is a Perl module that can run automated, unattended software build processes.
SYNOPSIS
# auto-build [OPTION]...
Run build using latest code currently in source control
# auto-build --config /etc/auto-build.d/auto-build.conf
Run build using code committed prior to 12:30 on Dec 12th 2004
# auto-build --timestamp 12:30:00 Dec 12th 2004
--config /etc/auto-build.d/auto-build.conf
SUMMARY
auto-build is the command used to execute the Test-AutoBuild software build automation framework. It is intended to execute a single iteration of the build engine and then quit with its exit status providing an indication of the build success / fail status (see the EXIT STATUS section later in this manual page). To perform a continous automated build this command would be launched on a frequent basis from cron. Locking will ensure that two instances do not execute concurrently, so it can safely be triggered every 5 minutes.
OPTIONS
The following command line options are valid:
--config=FILE
Specify an alternative path to the configuration file for the build process. If ommitted, will default to looking for the file $HOME/auto-build.conf. The configuration data is loaded by the Config::Record module, so refer to that modules manual page for details of permitted syntax. The file will also be pre-processed by the Template module allowing dynamic generation of complex configuration files
--log4perl=FILE
Specify an alternative file containing configuration settings for the Log::Log4perl logging system. If ommitted, log4perl settings will be loaded from the master autobuild configuration file.
--timestamp=DATE
Specify the timestamp to use when checking code out of the source control repositories. For repository modules supporting timestamps it is guarenteed that the code checked out will be the latest version not newer than this timestamp. If ommitted, the timestamp will default to the current timestamp. The argument can be either an plain integer specifying number of seconds since the epoch, or any of the text representations handled by the Date::Manip module
today
1st thursday in June 1992
05/10/93
12:30 Dec 12th 1880
8:00pm december tenth
--verbose
Increase the verbosity of warning messages and errors. This will ensure that if the builder unexpectedly crashes, a complete stack trace will be dumped along will full arguments.It will also cause the post-processed configuration file to be dumped.
--help
Display a summary of the command line help options
<<lessSYNOPSIS
# auto-build [OPTION]...
Run build using latest code currently in source control
# auto-build --config /etc/auto-build.d/auto-build.conf
Run build using code committed prior to 12:30 on Dec 12th 2004
# auto-build --timestamp 12:30:00 Dec 12th 2004
--config /etc/auto-build.d/auto-build.conf
SUMMARY
auto-build is the command used to execute the Test-AutoBuild software build automation framework. It is intended to execute a single iteration of the build engine and then quit with its exit status providing an indication of the build success / fail status (see the EXIT STATUS section later in this manual page). To perform a continous automated build this command would be launched on a frequent basis from cron. Locking will ensure that two instances do not execute concurrently, so it can safely be triggered every 5 minutes.
OPTIONS
The following command line options are valid:
--config=FILE
Specify an alternative path to the configuration file for the build process. If ommitted, will default to looking for the file $HOME/auto-build.conf. The configuration data is loaded by the Config::Record module, so refer to that modules manual page for details of permitted syntax. The file will also be pre-processed by the Template module allowing dynamic generation of complex configuration files
--log4perl=FILE
Specify an alternative file containing configuration settings for the Log::Log4perl logging system. If ommitted, log4perl settings will be loaded from the master autobuild configuration file.
--timestamp=DATE
Specify the timestamp to use when checking code out of the source control repositories. For repository modules supporting timestamps it is guarenteed that the code checked out will be the latest version not newer than this timestamp. If ommitted, the timestamp will default to the current timestamp. The argument can be either an plain integer specifying number of seconds since the epoch, or any of the text representations handled by the Date::Manip module
today
1st thursday in June 1992
05/10/93
12:30 Dec 12th 1880
8:00pm december tenth
--verbose
Increase the verbosity of warning messages and errors. This will ensure that if the builder unexpectedly crashes, a complete stack trace will be dumped along will full arguments.It will also cause the post-processed configuration file to be dumped.
--help
Display a summary of the command line help options
Download (0.20MB)
Added: 2007-06-16 License: Perl Artistic License Price:
860 downloads
Date::Formatter 0.09
Date::Formatter Perl module is a simple Date and Time formatting object. more>>
Date::Formatter Perl module is a simple Date and Time formatting object.
SYNOPSIS
use Date::Formatter;
# create a Date::Formatter object with the current date and time.
my $date = Date::Formatter->now();
# create a formatter routine for this object
# see formatter mini-language documentation below
$date->createDateFormatter("(hh):(mm):(ss) (MM)/(DD)/(YYYY)");
print $date; # print date in this format -> 12:56:03 4/12/2004
# get the formatter for use with other objects
my $formatter = $date->getDateFormatter();
# create an interval of time
my $interval = Date::Formatter->createTimeInterval(years => 1, days => 2, minutes => 15);
# re-use the formater from above
$interval->setDateFormatter($formatter);
print $interval; # print date in this format -> 12:56:03 4/12/2004
# use overloaded operators
my $future_date = $date + $interval;
# sort the dates (again with the overload operator)
my @sorted_dates = sort { $a $b } ($date, $interval, $future_date);
This module provides a fast and very flexible mini-language to be used in formatting dates and times. In order to make that useful though, we had to make a fully functioning date & time object. This object looks and smells much like the Java and Javascript Date object on purpose. We also overloaded a number of operators to allow date addition and subtraction as well as comparisons.
<<lessSYNOPSIS
use Date::Formatter;
# create a Date::Formatter object with the current date and time.
my $date = Date::Formatter->now();
# create a formatter routine for this object
# see formatter mini-language documentation below
$date->createDateFormatter("(hh):(mm):(ss) (MM)/(DD)/(YYYY)");
print $date; # print date in this format -> 12:56:03 4/12/2004
# get the formatter for use with other objects
my $formatter = $date->getDateFormatter();
# create an interval of time
my $interval = Date::Formatter->createTimeInterval(years => 1, days => 2, minutes => 15);
# re-use the formater from above
$interval->setDateFormatter($formatter);
print $interval; # print date in this format -> 12:56:03 4/12/2004
# use overloaded operators
my $future_date = $date + $interval;
# sort the dates (again with the overload operator)
my @sorted_dates = sort { $a $b } ($date, $interval, $future_date);
This module provides a fast and very flexible mini-language to be used in formatting dates and times. In order to make that useful though, we had to make a fully functioning date & time object. This object looks and smells much like the Java and Javascript Date object on purpose. We also overloaded a number of operators to allow date addition and subtraction as well as comparisons.
Download (0.012MB)
Added: 2007-06-09 License: Perl Artistic License Price:
868 downloads
NavynOS 2004.07
Navyn OS is a gnu/linux distribution based on Gentoo. more>>
NavynOS is a Linux distribution based on Gentoo.
The heart of Navyn OS is kernel 2.6.8.1 and I tried to put the newest versions of software on the cdrom. There is for example xorg 6.7.0, mplayer 1.0, and gimp2.0. Fluxbox is the default window manager, because it is very fast and comfortable, the memory requirements are minimal in contrast to such slow and bloated window managers like KDE or GNOME.
The system was also designed to be easy for iso customizing, so you can add programs to the cdrom image using special scripts. While the system is booting it configures all your hardware ( especially network cards and sound cards ), and all the programs have small hardware requirements.
On the cd there are complete library headers so it is great for compiling programs. I tried to include many programs connected with security and network. There are for example sniffers like dsniff, tcpdumpm and also port scanners: nmap, nessus.
<<lessThe heart of Navyn OS is kernel 2.6.8.1 and I tried to put the newest versions of software on the cdrom. There is for example xorg 6.7.0, mplayer 1.0, and gimp2.0. Fluxbox is the default window manager, because it is very fast and comfortable, the memory requirements are minimal in contrast to such slow and bloated window managers like KDE or GNOME.
The system was also designed to be easy for iso customizing, so you can add programs to the cdrom image using special scripts. While the system is booting it configures all your hardware ( especially network cards and sound cards ), and all the programs have small hardware requirements.
On the cd there are complete library headers so it is great for compiling programs. I tried to include many programs connected with security and network. There are for example sniffers like dsniff, tcpdumpm and also port scanners: nmap, nessus.
Download (MB)
Added: 2007-05-17 License: GPL (GNU General Public License) Price:
540 downloads
CurlFtpFS 0.9.1
CurlFtpFS is a filesystem for acessing FTP hosts based on FUSE and libcurl. more>>
CurlFtpFS is a filesystem for acessing FTP hosts based on FUSE and libcurl. CurlFtpFS project automatically reconnects if the server times out.
Examples:
Using CurlFtpFS is quite simple. Take a look at this example:
$ mkdir sunet
$ curlftpfs ftp://ftp.sunet.se/ sunet/
$ cd sunet/
$ ls -l
total 0
dr-xr-xr-x 3 root root 96 Feb 23 2004 bin
dr-xr-xr-x 2 root root 72 Mar 2 2004 dev
dr-xr-xr-x 2 root root 48 Feb 23 2004 etc
dr-xr-xr-x 2 root root 120 Feb 23 2004 lib
-rw-r--r-- 1 root root 622187310 Mar 11 06:13 ls-lR
-rw-r--r-- 1 root root 76389037 Mar 11 06:15 ls-lR.gz
drwxrwxr-x 37 root root 1272 Feb 27 14:17 pub
dr-xr-xr-x 3 root root 72 Feb 23 2004 usr
<<lessExamples:
Using CurlFtpFS is quite simple. Take a look at this example:
$ mkdir sunet
$ curlftpfs ftp://ftp.sunet.se/ sunet/
$ cd sunet/
$ ls -l
total 0
dr-xr-xr-x 3 root root 96 Feb 23 2004 bin
dr-xr-xr-x 2 root root 72 Mar 2 2004 dev
dr-xr-xr-x 2 root root 48 Feb 23 2004 etc
dr-xr-xr-x 2 root root 120 Feb 23 2004 lib
-rw-r--r-- 1 root root 622187310 Mar 11 06:13 ls-lR
-rw-r--r-- 1 root root 76389037 Mar 11 06:15 ls-lR.gz
drwxrwxr-x 37 root root 1272 Feb 27 14:17 pub
dr-xr-xr-x 3 root root 72 Feb 23 2004 usr
Download (0.084MB)
Added: 2007-04-05 License: GPL (GNU General Public License) Price:
942 downloads
Libqrencode 1.0.2
Libqrencode is a C library for encoding data in a QR Code symbol. more>>
Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robustness.
Libqrencode supports QR Code model 2, described in JIS (Japanese Industrial Standards) X0510:2004 or ISO/IEC 18004. Currently the following features are not supported:
- ECI and FNC1 mode
- Structured Append Feature
- Micro QR Code
- QR Code model 1
<<lessLibqrencode supports QR Code model 2, described in JIS (Japanese Industrial Standards) X0510:2004 or ISO/IEC 18004. Currently the following features are not supported:
- ECI and FNC1 mode
- Structured Append Feature
- Micro QR Code
- QR Code model 1
Download (0.34MB)
Added: 2007-03-25 License: LGPL (GNU Lesser General Public License) Price:
949 downloads
HPGS - HPGl Script 1.1.0
HPGS is an HPGL/2 interpreter, which renders HPGL/2 and processes vector data through a Postscript-like API. more>>
HPGL/2 interpreter HPGS was written by EV-i Informationstechnologie GmbH in 2004 as a component of a closed internet platform for document exchange.
In the beginning we thought, that it should not be necessary to reinvent the wheel and to write an own HPGL/2 interpreter.
After evaluating several alternatives we came to the conclusion, that it would be feasible to have an open source code basis.
So after two weeks of intensive hacking, the first running version of hpgs was available and since then the program has evolved to meet the above mentioned goals.
In order to achieve a reasonable quality of the parser we keep a testsuite of real-world HPGL/2 files, which at the moment is not part of hpgs, because these files may contain sensible data of our customers.
Main features:
- Interpretation of all modern HPGL/2 features.
- Handling of all paper formats.
- Processing of vector data through a Postscript like API.
- Output to native vector graphics formats such as eps.
- State of the art rendering to pixmaps including anti-aliasing.
- Processing of inlined PCL images.
Enhancements:
- A major redesign was undertaken along with intensive testing.
- The interpreter now supports rotating of the picture to the destination device and has an improved API.
- Additionally, a source RPM, a Windows installer, and a Mac OS X package are now available.
<<lessIn the beginning we thought, that it should not be necessary to reinvent the wheel and to write an own HPGL/2 interpreter.
After evaluating several alternatives we came to the conclusion, that it would be feasible to have an open source code basis.
So after two weeks of intensive hacking, the first running version of hpgs was available and since then the program has evolved to meet the above mentioned goals.
In order to achieve a reasonable quality of the parser we keep a testsuite of real-world HPGL/2 files, which at the moment is not part of hpgs, because these files may contain sensible data of our customers.
Main features:
- Interpretation of all modern HPGL/2 features.
- Handling of all paper formats.
- Processing of vector data through a Postscript like API.
- Output to native vector graphics formats such as eps.
- State of the art rendering to pixmaps including anti-aliasing.
- Processing of inlined PCL images.
Enhancements:
- A major redesign was undertaken along with intensive testing.
- The interpreter now supports rotating of the picture to the destination device and has an improved API.
- Additionally, a source RPM, a Windows installer, and a Mac OS X package are now available.
Download (0.35MB)
Added: 2007-03-20 License: LGPL (GNU Lesser General Public License) Price:
953 downloads
ASLib 1.2.0
ASLib provides an ActionScript 2.0-based library that implements common data structures. more>>
ASLib provides an ActionScript 2.0-based library that implements common data structures.
ActionScript is a scripting language based on ECMAScript, primarily used to develop software for the Adobe Flash .
ActionScript first appeared in its current syntax with the release of Flash 5, which was the first thoroughly programmable version of Flash. This ActionScript release was named ActionScript 1.0. Flash 6 (MX) then further broadened the utility of the programming environment by adding a number of built-in functions and allowing better programmatic control of movie elements.
Flash 7 (MX 2004) introduced ActionScript 2.0, which added strong typing and class-based programming features such as explicit class declarations, inheritance, interfaces, and Strict Data Typing. ActionScript 1.0 and 2.0 share the same compiled form within Flash SWFs.
Enhancements:
- Simpliefied the Stack and Queue structures
<<lessActionScript is a scripting language based on ECMAScript, primarily used to develop software for the Adobe Flash .
ActionScript first appeared in its current syntax with the release of Flash 5, which was the first thoroughly programmable version of Flash. This ActionScript release was named ActionScript 1.0. Flash 6 (MX) then further broadened the utility of the programming environment by adding a number of built-in functions and allowing better programmatic control of movie elements.
Flash 7 (MX 2004) introduced ActionScript 2.0, which added strong typing and class-based programming features such as explicit class declarations, inheritance, interfaces, and Strict Data Typing. ActionScript 1.0 and 2.0 share the same compiled form within Flash SWFs.
Enhancements:
- Simpliefied the Stack and Queue structures
Download (0.20MB)
Added: 2007-03-16 License: LGPL (GNU Lesser General Public License) Price:
956 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 entourage 2004 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