create a
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5922
XtekRouter Free 1.0
XtekRouter Free is the perfect solution to create a linux router. more>> XtekRouter Free is the perfect solution to create a linux router for your home or small office network.
* Extremeply Reliable
* High-Performance
* Easy to Install
* Multi-user
* Easy Web Interface
You can:
* Control your network using XtekRouter web interface
* Add/Remove access accounts
* Add/Remove network clients
* Port forward
* Traceroute
* Ping
* Export database
This version is limited to 10 clients.<<less
Download (10.6KB)
Added: 2009-04-03 License: Freeware Price: Free
203 downloads
Png2ico for Linux 20021208
Png2ico,converting PNG files to Windows icon resource files. more>> Converts PNG files to Windows icon resource files. If youre looking for a program to create a favicon.ico for your website, look no further.
The program is extremely simple to use. To create a favicon.ico that contains a logo in the resolutions 16x16 and 32x32 (an icon can contain multiple images of different sizes, but a single 16x16 image is enough for a favicon), you would use a command like the following: png2ico favicon.ico logo16x16.png logo32x32.png.<<less
Download (25KB)
Added: 2009-04-01 License: Freeware Price: Free
206 downloads
boot-dvd 06
boot-dvd project contains a couple of Perl-scripts that can be used to create a custom DVD-ISO image. more>>
boot-dvd project contains a couple of Perl-scripts that can be used to create a custom DVD-ISO image (to be burned), that contains user selected Linux boot/live-CD images (only ISOLINUX boot loader supported) in a handy GRUB menu.
Enhancements:
- Many updates and bugfixes were made.
<<lessEnhancements:
- Many updates and bugfixes were made.
Download (0.097MB)
Added: 2007-08-20 License: GPL (GNU General Public License) Price:
808 downloads
Verilog::CodeGen 0.9.4
Verilog::CodeGen module is a Verilog code generator. more>>
Verilog::CodeGen module is a Verilog code generator.
SYNOPSIS
use Verilog::CodeGen;
mkdir DeviceLibs/Objects/YourDesign, 0755;
chdir DeviceLibs/Objects/YourDesign;
# if the directory YourDesign exists, the second argument can be omitted
# create YourModule.pl in YourDesign
&create_template_file(YourModule,YourDesign);
# create a device library for testing in DeviceLibs/Objects/DeviceLibs
&make_module(YourModule,YourDesign);
# create the final device library in DeviceLibs (once YourModule code is clean)
&make_module(,YourDesign);
<<lessSYNOPSIS
use Verilog::CodeGen;
mkdir DeviceLibs/Objects/YourDesign, 0755;
chdir DeviceLibs/Objects/YourDesign;
# if the directory YourDesign exists, the second argument can be omitted
# create YourModule.pl in YourDesign
&create_template_file(YourModule,YourDesign);
# create a device library for testing in DeviceLibs/Objects/DeviceLibs
&make_module(YourModule,YourDesign);
# create the final device library in DeviceLibs (once YourModule code is clean)
&make_module(,YourDesign);
Download (0.018MB)
Added: 2007-08-20 License: Perl Artistic License Price:
800 downloads
Banter 0.1.10
Banter project was made to create a next generation real time collaboration client. more>>
Banter project was made to create a next generation real time collaboration client focused on the big three: text, voice and video centered on a dynamic, innovative and easy to use contact management system.
The project team is focused on providing a simple quality experience for the end user.
<<lessThe project team is focused on providing a simple quality experience for the end user.
Download (0.74MB)
Added: 2007-08-12 License: GPL (GNU General Public License) Price:
805 downloads
Punit 0.2
Punit is an attempt to create a Python CD ripper using cdparanoia and lame for Linux. more>>
Punit is an attempt to create a Python CD ripper using cdparanoia and lame for Linux.
I couldnt get Sound Juicer to rip mp3, GooBox encodes mp3 using VBR which screws up the mp3 times in Foobar2000. I wanted a simple mp3 ripper and i wanted to learn Python so I made my own.
Right now, its a straight forward ripper to mp3 with the format 128 kbps, 44100Hz, stereo. Comments, suggestions, improvements are all welcomed.
Thanks to CDDB.py for the CDDB module.
<<lessI couldnt get Sound Juicer to rip mp3, GooBox encodes mp3 using VBR which screws up the mp3 times in Foobar2000. I wanted a simple mp3 ripper and i wanted to learn Python so I made my own.
Right now, its a straight forward ripper to mp3 with the format 128 kbps, 44100Hz, stereo. Comments, suggestions, improvements are all welcomed.
Thanks to CDDB.py for the CDDB module.
Download (0.032MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
804 downloads
Devel::Cover::Truth_Table 0.61
Devel::Cover::Truth_Table can create and manipulate truth tables for coverage objects. more>>
Devel::Cover::Truth_Table can create and manipulate truth tables for coverage objects.
SYNOPSIS
use Devel::Cover::Truth_Table;
# $a || $b
my $or_tt = Devel::Cover::Truth_Table->new_primitive(or_3, 0, 1, 1);
# $c && $d
my $and_tt = Devel::Cover::Truth_Table->new_primitive(and_3, 1, 0, 1);
# merge contents of $and_tt into right column of $or_tt, to create
# $a || ($c && $d)
$or_tt->right_merge($and_tt);
# get a (sorted) textual representation
my @text = $or_tt->sort->text;
print "$_n" foreach @text;
__END__
A B C |exp|hit
--------------
0 0 X | 0 |---
0 1 0 | 0 |---
0 1 1 | 1 |+++
1 X X | 1 |+++
--------------
<<lessSYNOPSIS
use Devel::Cover::Truth_Table;
# $a || $b
my $or_tt = Devel::Cover::Truth_Table->new_primitive(or_3, 0, 1, 1);
# $c && $d
my $and_tt = Devel::Cover::Truth_Table->new_primitive(and_3, 1, 0, 1);
# merge contents of $and_tt into right column of $or_tt, to create
# $a || ($c && $d)
$or_tt->right_merge($and_tt);
# get a (sorted) textual representation
my @text = $or_tt->sort->text;
print "$_n" foreach @text;
__END__
A B C |exp|hit
--------------
0 0 X | 0 |---
0 1 0 | 0 |---
0 1 1 | 1 |+++
1 X X | 1 |+++
--------------
Download (0.12MB)
Added: 2007-08-09 License: Perl Artistic License Price:
806 downloads
DIMP 1.0 Alpha
DIMP software can create a version of IMP utilizing AJAX-like technologies to allow a more dynamic user experience. more>>
DIMP software can create a version of IMP utilizing AJAX-like technologies to allow a more dynamic user experience (thus DIMP... Dynamic IMP).
If you are interested in helping develop DIMP, or just want to ask questions and keep an eye on its progress, be sure to join our mailing list.
<<lessIf you are interested in helping develop DIMP, or just want to ask questions and keep an eye on its progress, be sure to join our mailing list.
Download (0.30MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
810 downloads
fig2pstricks 0.6.9
fig2pstricks is a command-line driven application to convert a fig to PSTricks codes. more>>
fig2pstricks is a command-line driven application to convert a fig (or xfig) version 3.2 file to PSTricks codes.
The project is especially useful to convert graphics created by Rs xfig() device, but it can be used with any fig files.
When used together with LaTeX, dvips, ps2pdf, and Prosper, it can also create a PDF slide show with great ease.
Enhancements:
- A option is now included to add thispagestyle{empty} at the end of the output.
<<lessThe project is especially useful to convert graphics created by Rs xfig() device, but it can be used with any fig files.
When used together with LaTeX, dvips, ps2pdf, and Prosper, it can also create a PDF slide show with great ease.
Enhancements:
- A option is now included to add thispagestyle{empty} at the end of the output.
Download (0.048MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
808 downloads
AntiVirus Scanner 3.2.1
AntiVirus Scanner is an anti-virus scanner for Endeavour Mark II that uses the ClamAV library (libclamav). more>>
AntiVirus Scanner is an anti-virus scanner for Endeavour Mark II that uses the ClamAV library (libclamav).
AntiVirus Scanner allows you to create a list of scan items for frequently scanned locations and features easy virus database updating, all in a simple GUI environment.
<<lessAntiVirus Scanner allows you to create a list of scan items for frequently scanned locations and features easy virus database updating, all in a simple GUI environment.
Download (0.50MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
843 downloads
Diago 0.9 Alpha 1a
Diago is the dialog-based system to easily create nested menus, execute programs and start connections to remote systems. more>>
Diago is the dialog-based system to easily create nested menus, execute programs and start connections to remote systems in the console sessions. This project is released under the terms of GPL v3 or later.
While dialog is good to create a single… well, dialog… in the console mode, Diago extends it adding a possibility to quickly and easily create a nested menu.
<<lessWhile dialog is good to create a single… well, dialog… in the console mode, Diago extends it adding a possibility to quickly and easily create a nested menu.
Download (0.022MB)
Added: 2007-07-26 License: GPL v3 Price:
820 downloads
Gish It! 1.2
Gish It! is a Firefox extension to create a GishPuppy Disposable Email Address via right-click or Tools menu. more>>
Gish It! is a Firefox extension to create a GishPuppy Disposable Email Address via right-click or Tools menu.
<<less Download (0.005MB)
Added: 2007-07-20 License: MPL (Mozilla Public License) Price:
840 downloads
GetVideo 0.1
GetVideo is a Firefox extension that allows you to download videos from YouTube and Google directly. more>>
GetVideo is a Firefox extension that allows you to download videos from YouTube and Google directly.
Unlike VideoDownloader it does not use a proxy page, and unoike unplug it does not create a layer over the current page.
It simply try to get the absolute video path and prompt for download it.
<<lessUnlike VideoDownloader it does not use a proxy page, and unoike unplug it does not create a layer over the current page.
It simply try to get the absolute video path and prompt for download it.
Download (0.015MB)
Added: 2007-07-17 License: MPL (Mozilla Public License) Price:
1734 downloads
M3U Ripper 1.4
M3U Ripper is a Firefox extension that allows you to rip the contents of an m3u, wmx, or ram playlist file. more>>
M3U Ripper is a Firefox extension that allows you to rip the contents of an m3u, wmx, or ram playlist file link by right clicking on the link and selecting the "Rip Playlist Contents..." option from the popup menu. The option will only appear if the URL ends with the proper file extension.
All the URLs in the M3U file are downloaded via the Firefox download manager to the default download directory or the one specified in the M3U Ripper options. You can also optionally have M3U Ripper create a sub directory with the playlist file name, create the remote playlist file, create a local playlist file, and filter URLs within the playlist files via regular expressions.
<<lessAll the URLs in the M3U file are downloaded via the Firefox download manager to the default download directory or the one specified in the M3U Ripper options. You can also optionally have M3U Ripper create a sub directory with the playlist file name, create the remote playlist file, create a local playlist file, and filter URLs within the playlist files via regular expressions.
Download (0.012MB)
Added: 2007-07-16 License: MPL (Mozilla Public License) Price:
946 downloads
OpenSCADA Project 0.8.0 (Atlantis)
The OpenSCADA project aims to create a full-featured and state-of-the-art SCADA system. more>>
The OpenSCADA project aims to create a full-featured and state-of-the-art SCADA (Supervisory Control and Data Acquisition) system to be used in industrial and civil engineering applications to control distributed systems from a master location.
The OpenSCADA project was started in order to create a common standard for SCADA applications. This includes specifications, interfaces and reference implementations.
Enhancements:
- This release has many new features and enhancements to existing functionality.
- The interfaces and the reference implementation were cleaned up a little bit.
- The new upstream version of Utgard was added.
<<lessThe OpenSCADA project was started in order to create a common standard for SCADA applications. This includes specifications, interfaces and reference implementations.
Enhancements:
- This release has many new features and enhancements to existing functionality.
- The interfaces and the reference implementation were cleaned up a little bit.
- The new upstream version of Utgard was added.
Download (MB)
Added: 2007-07-10 License: LGPL (GNU Lesser General Public License) Price:
861 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 create a 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