Main > Free Download Search >

Free your own software for linux

your own

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2239
StarDict For linux (Rpm) 3.0.1

StarDict For linux (Rpm) 3.0.1


StarDict is a Cross-Platform and international dictionary Software. more>> It has powerful features such as "Glob-style pattern matching", "Scan selection word," "Fuzzy query," etc. Stardict Version3.0 has developed a lot of new functions, such as Full-text translation, Net Dict.
More Powerful!
Thousands of free dictionaries can be found on the internet. Choose your own favorites
Full-text translation:
Click text translate icon on the left. With google, yahoo, Altavista, Excite Janpan translation engines you can tranlate from one language to another with satisfactory results.
Net Dict :
Dictionary installation on your own computer is not necessary any more. Click the main menu icon on the top right of the corner, choose "Preferences" option. Here you can set Net dict. Register or log on your account, then you can use the Net Dict with your own dictionaries.
Mouse Inquiry:
When "scan" option is selected, you can capture the words via mouse to translate.
<<less
Download (1.64MB)
Added: 2009-04-25 License: Freeware Price: Free
181 downloads
 
Other version of StarDict For linux
StarDict For linux (Deb) 3.0.1Choose your own favorites Full-text translation: Click text translate icon on the left. With google, yahoo, Altavista, Excite Janpan translation engines you can tranlate from one language
License:Freeware
Download (1.62MB)
182 downloads
Added: 2009-04-24
lyteRAD CE 2.4

lyteRAD CE 2.4


With lyteRAD you can build desktop & mobile database applications easily. Create, share and sell your own solutions. Contains an Embedded DB for maintenance free simplicity, use visualizers for better insights, and even choose industry standard database servers as the backend. more>>

lyteRAD CE - With lyteRAD you can build desktop & mobile database applications easily. Create, share and sell your own solutions. Contains an Embedded DB for maintenance free simplicity, use visualizers for better insights, and even choose industry standard database servers as the backend. Build complete business solutions with zero code, Mobilize your applications and take it with you, Use visualizers to get deeper insights into your information, Create graphs and charts with just a few clicks, Use industry standard JDBC compliant databases for higher robustness, Available for Windows & linux. Build share and sell your applications at your own terms.


Enhancements:
Version 2.4

Table templates,one click web service, MultiItem datatype, Enhanced application widgets, many bug fixes and enhancements.


Version 2.3

Derived Fields in Reports, Enhanced UI, Statistics module, Math Triggers


Version 2.2

Row Markers, More Powerful Reports, Application Store


Version 2.1
System Requirements:
<<less
Download (27.1Mb)
Added: 2009-04-10 License: Free Price: Free
32 downloads
Ubuntu Bootloader Manager 0.2

Ubuntu Bootloader Manager 0.2


Ubuntu Bootloader Manager is a graphical user interface for configuring GRUBs menu.lst. more>>
Ubuntu Bootloader Manager is a graphical user interface (GUI) for configuring GRUBs menu.lst.

This app is still very alpha, use at your own risk and make sure to make a backup of our grub config file (/boot/grub/menu.lst).
<<less
Download (MB)
Added: 2007-08-20 License: GPL (GNU General Public License) Price:
699 downloads
jMovieBase 0.1.2.14

jMovieBase 0.1.2.14


jMovieBase application is a cross-platform movie collection manager that allows you to organize your own movie collection. more>>
jMovieBase application is a cross-platform movie collection manager that allows you to organize your own movie collection using many jMB features and friendly interface.

<<less
Download (0.15MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
801 downloads
Loki Render 0.3

Loki Render 0.3


Loki Render software is a queue manager. more>>
Loki Render software is a queue manager. It serves Blender render jobs or your own scripts to a pool of clients.

This is commonly called "distributed network rendering" or a "render farm". Loki can also boot clients via PXE, making for a quick and scalable pool.
<<less
Download (6.7MB)
Added: 2007-07-26 License: GPL (GNU General Public License) Price:
820 downloads
Encrypt This! 0.1.1

Encrypt This! 0.1.1


Encrypt This! is a Firefox extension that allows public key like encryption as well as passphrase methods. more>>
Encrypt This! is a Firefox extension that allows public key like encryption as well as passphrase methods.

Visit the extensions homepage to set up public and private keys or just go ahead with a passphrase of your own creation.

Using this extension you can select text and have it encrypted in one click. This will allow you to send emails more securely by ensuring that nobody other than your intended recipient can read the decrypted text.

<<less
Download (0.045MB)
Added: 2007-07-26 License: MPL (Mozilla Public License) Price:
820 downloads
tcpdump 3.9.7

tcpdump 3.9.7


tcpdump is a packet filtering library that works with libcap. more>>
tcpdump is a handy little library which provides a packet filtering mechanism based on the BSD packet filter (BPF).

Most notably, tcpdump needs this to work, and there is also a perl module (still in beta) which can use this as well. In plain english, if you want to write your own network traffic analyzer, this is the place to start.
<<less
Download (0.85MB)
Added: 2007-07-24 License: BSD License Price:
826 downloads
Chart::Graph::Gnuplot 3.2

Chart::Graph::Gnuplot 3.2


Chart::Graph::Gnuplot is a function in module Chart::Graph that lets you generate graphs on the fly in perl. more>>
Chart::Graph::Gnuplot is a function in module Chart::Graph that lets you generate graphs on the fly in perl.

SYNOPSIS

use Chart::Graph::Gnuplot qw(&gnuplot);



gnuplot(%global_options, [%data_set_options, @matrix],
[%data_set_options, @x_column, @y_column],
[%data_set_options, < filename >], ... );

It was written as a front-end application to gnuplot for hassle-free generation of graphs. gnuplot() can be supplied with many of the same options and arguments that can be given to gnuplot. For more information on gnuplot see the end of this section.

OPTIONS

gnuplot() has a very large number of options corresponding to options available with the gnuplot application itself. This Perl wrapper provides a large subset of the functionality of the application.

+----------------------------------------------------------------------------+
| GLOBAL OPTIONS: |
+----------------+-----------------------------+-----------------------------+
| NAME | OPTIONS | DEFAULT |
+----------------+-----------------------------+-----------------------------+
|title | set your own title | untitled |
|output type | pbm,gif,tgif,png, | png |
| | svg or "eps $epsoptions"| |
|output file | set your own output file, | untitled-gnuplot.png |
| | undef to output to STDOUT | |
|x-axis label | set your own label | x-axis |
|y-axis label | set your own label | y-axis |
|x2-axis label | set your own label | none |
|y2-axis label | set your own label | none |
|logscale x | 0 or 1 | 0 |
|logscale y | 0 or 1 | 0 |
|logscale x2 | 0 or 1 | 0 |
|logscale y2 | 0 or 1 | 0 |
| xtics | set your own tics on x-axis | none |
| | (see example below) | |
| x2tics | set your own tics on x2-axis| none |
| | (see example below) | |
| ytics | set your own tics on y-axis | none |
| | (see example below) | |
| y2tics | set your own tics on y2-axis| none |
| | (see example below) | |
| xrange | set xrange, accepts both | none |
| | string [$xmin:$xmax] | |
| | or arrayref [$xmin,$xmax] | |
| yrange | set yrange, see xrange | none |
| | | |
| uts | set your own range in unix | none |
| | timestamps, array ref: | |
| | [start_ts,end_ts, , | |
| | ] | |
| | see UNIX TIMESTAMPS example| |
| xdata | time to indicate that | none |
| | x-axis is date/time data | |
| ydata | time to indicate that | none |
| | y-axis is date/time data | |
| x2data | time to indicate that | none |
| | x2-axis is date/time data | |
| y2data | time to indicate that | none |
| | y2-axis is date/time data | |
| timefmt | "Input date/time string" | none |
| | see Gnuplot manual for info| |
| format | array ref: First element is | |
| | axis: x, y, x2, y2.| |
| | Second element is | |
| | output date/time string" | |
| | see Gnuplot manual for info| |
| extra_opts | set your own Gnuplot | none |
| | options, either an arrayref| |
| | or string ("n"-separated) | |
| size | scale the display size of | none |
| | the plot, arrayref [$x, $y]| |
+----------------+-----------------------------+-----------------------------+

+----------------------------------------------------------------------------+
| Data Set Options: |
+----------------+-----------------------------+-----------------------------+
| Name | Options | Default |
+----------------+-----------------------------+-----------------------------+
| type | matrix, columns, file,| none |
| | function, see examples | |
| | below | |
| title | set your own title | untitled data |
| style | points,lines,impulses | points |
| | errorbars, etc... | |
| | see ERRORBARS example | |
| axes | x1y1, x2y2, x1y2, etc.| x1y1 |
| using | map data to what will be | 1:2 |
| | plotted, see ERRORBARS | |
| | example | |
+----------------+-----------------------------+-----------------------------+

<<less
Download (0.008MB)
Added: 2007-07-18 License: Perl Artistic License Price:
837 downloads
Create Your Own Adventure 0.4 Beta

Create Your Own Adventure 0.4 Beta


Create Your Own Adventure project is an interactive adventure in which the users themselves write the adventure. more>>
Create Your Own Adventure project is an interactive adventure in which the users themselves write the adventure. When the user reaches the end of the adventure, the user will be given the option to continue writing the next part of the adventure.

The user can upload a picture (in any format supported by Web browsers) and define how many choices the player will have. Its possible to connect choices to other parts of the story simply by selecting the chapter number from the dropdown list next to the choice.

<<less
Download (0.014MB)
Added: 2007-06-28 License: GPL (GNU General Public License) Price:
851 downloads
JClaim 4.4.37

JClaim 4.4.37


JClaim is an instant message client, tools, and development framework. more>>
JClaim is an instant message client, tools, and development framework. JClaim supports AIM, Yahoo!, MSN, ICQ, Jabber, and SMS.

The framework can be used for designing your own tools. The UI includes spell checking and a lot more. A Web interface is included for remote access.

<<less
Download (MB)
Added: 2007-06-26 License: GPL (GNU General Public License) Price:
874 downloads
OgOg 2007-06-06

OgOg 2007-06-06


OgOg is a Web application and site. more>>
On OgOg.org, you can rate RSS posts and receive good rankings and extra voting power when your own posts are rated as being good.
You can carry your user-ranking and voting power over to other sites via OgOgs API (and your OpenID). OgOg attempts to be a useful hub in the sifting and ranking of blog posts.
Enhancements:
- Lists of ranked feeds and bloggers have been added.
- The voting mechanism has been tweaked a bit, giving authors more extra voting power for good posts.
<<less
Download (MB)
Added: 2007-06-07 License: AGPL (Affero General Public License) Price:
869 downloads
ULPS 1.2

ULPS 1.2


ULPS is a Firefox extension that will change the displayed login name in xanga to the xanga name that are currently reading. more>>
ULPS is a Firefox extension that will change the displayed login name in xanga to the xanga name that are currently reading. Therefore, the xanga tracker can only log the user name of the xangas owner, not the visitor.

This could enhance the privacy of the user, especially with the establishment of xanga lock. Normal functions (e.g. posting comments, viewing your own site) will not be affected.

<<less
Download (0.094MB)
Added: 2007-05-30 License: MPL (Mozilla Public License) Price:
879 downloads
JsTester 1.4

JsTester 1.4


JsTester allows validation of JavaScript code inside Java. more>>
JsTester allows validation of JavaScript code inside Java.

JsTester provides a group of assert methods like JUnits Assert, and it supports validation by Douglas Crockfords Remedial JavaScript. You can also use your own validations.

<<less
Download (0.009MB)
Added: 2007-05-26 License: The Apache License 2.0 Price:
881 downloads
RSS Ripper 1.0

RSS Ripper 1.0


RSS Ripper project is a set of Python scripts that rewrites RSS feeds as required for better ease of use. more>>
RSS Ripper project is a set of Python scripts that rewrites RSS feeds as required for better ease of use. After the rip and rewrite, the new RSS feed is uploaded to your FTP server for your own private re-subscription.

Example Usage:

Rename digg_ripper.py-dist

mv digg_ripper.py-dist digg_ripper.py

Edit the FTP values at the top of the script to point to your own FTP.

FTP_HOST = example.com
FTP_USER = username
FTP_PASS = password
FTP_DIR = ~/path/to/public_html

Run it:

python digg_ripper.py

or

./digg_ripper.py

You may want to add a cron job:

0 * * * * /path/to/rss_ripper/digg_ripper.py >/dev/null 2>&1

And finally you can subscribe to your own custom rss feed.
<<less
Download (0.003MB)
Added: 2007-05-24 License: BSD License Price:
883 downloads
Eureka Encryption SDK Shared Library 1.0

Eureka Encryption SDK Shared Library 1.0


Eureka Encryption SDK Shared Library allows you to use Eureka Encryption in your own applications. more>>
Eureka Encryption SDK Shared Library allows you to use Eureka Encryption in your own applications. Encrypt or decrypt strings or files.

Eureka Encryption shared Library installation instructions:

Start a terminal session and navigate to the folder where the files are located and enter the following commands:

chmod +x eursdk.so (this may be optional)

cp eursdk.so /usr/lib

ldconfig /usr/lib

The library is now ready for use. Load up the sdkhelp.htm file with any web browser for detailed information on its use.

Should anyone wish to translate the help files in other languages and send them to me, I would be happy to include them and repackage the tarball.
<<less
Download (0.12MB)
Added: 2007-05-10 License: Freeware Price:
898 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5