Main > Free Download Search >

Free matter what kind software for linux

matter what kind

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1129
Play What I Mean 0.09

Play What I Mean 0.09


Play What I Mean plays media files on a local machine based on a given set of terms found within the filenames. more>>
Play What I Mean project allows a user to, from a single commandline or terminal, enter a string, or list of strings, that represent what he/she wishes to have played by whatsoever media player he chooses, the default being MPlayer, and then having that particular item be found and played.
What this essentially means is that if I were to have a sudden hankering to listen to a particular song or video, lets say Ice Pick by The Pillows, which happens to be the song to a particular music video that I enjoy watching. Under the traditional methods of video viewing I would be stuck with two potential courses of action for playing this particular file:
- Change directories several times to that one folder somewhere that I "know" its in, or
- Point and Click my mouse until I find that same directory and then search through what could be countless files to find it.
Each of these prospective choices have their own inherent difficulties and ire. Using the commandline often requires alot of typing to arrive at the desired directory, often times nestled deep within the tree.
Once there your problems only multiply by the number of files you actually store in your "media" folder, try ls | moreing through a heavily populated folder looking for the name of that file you wanted to play sometime, it isnt too fun and further is a waste of my valuable time.
You may be thinking at this point that the second option, the graphical one, must be easier since its exciting, full of pictures, and frankly novel, I disagree. I may not be the best judge on this matter, seeing as how I cant see out of my right eye however, I feel that scanning through a large folder, or folders, full of files is quite a strain on the vision, and more importantly an unnescesary burden on what should be a simple matter.
Main features:
- Nestable Playlist support
- Multi-string arguments
- Transparent command option passing
- Cache for faster access of frequently played files
- Graphical configure
<<less
Download (0.054MB)
Added: 2006-02-01 License: LGPL (GNU Lesser General Public License) Price:
1361 downloads
TUER Alpha

TUER Alpha


TUER is a 3D FPS written in JAVA + JOGL + JOGG. more>>
TUER is a 3D FPS written in JAVA + JOGL + JOGG.

TUER is a very small first player shooter. You can shoot robots in a museum with your rocket launcher. It uses a kind of dynamic lighting. You can also perform screenshots and snapshots.

<<less
Download (MB)
Added: 2007-08-23 License: Freeware Price:
487 downloads
Grey Matter 1.7.3

Grey Matter 1.7.3


Grey Matter is a CGI-based logging application suitable for a variety of purposes, mainly blogging. more>>
Grey Matter is a CGI-based logging application suitable for a variety of purposes, mainly blogging. The project doesnt require a backend database and features a very flexible template system, as well as a karma and comment system.
Enhancements:
- Continuing code refactoring, with small admin UI enhancements such as paging on very long screens.
- Contains security enhancements and bugfixes as well.
<<less
Download (0.26MB)
Added: 2007-07-06 License: Free for non-commercial use Price:
840 downloads
FacturaLUX Linux 2.1

FacturaLUX Linux 2.1


FacturaLUX pretents to be an ERP software. more>>
FacturaLUX Linuxs object is to create a application in order to facilitate the management (finance and administration) of the small and medium enterprise (EMS), as well as those particularities to answer the demands related to the management enterprises, based on the free software model.

FacturaLUX pretents to be an ERP software (Enterprise Resource Planning), which offers a solid, estable and optimized working framework to a quick development of any kind of solution oriented towards the administration, management, finances and, in general, to any kind of application where large databases and administrative processes are dealt with.

The sofwares fixed under the FacturaLUX open working framework are internationalised multiplatform, based on standards, and having free software license GPL (GNU General Public License).
<<less
Download (7.2MB)
Added: 2006-09-01 License: GPL (GNU General Public License) Price:
1151 downloads
FaqMaker 1.0.1

FaqMaker 1.0.1


FaqMaker is a FAQ and wiki system. more>>
FaqMaker is a FAQ and wiki system.

FaqMaker is a Web program for managing a FAQ list and topics gathered into a kind of wiki.

You can make chapters, sort their display by setting their rank, and add content for the chapters.

<<less
Download (0.82MB)
Added: 2007-05-11 License: GPL (GNU General Public License) Price:
896 downloads
Eat Me for Linux 1.0

Eat Me for Linux 1.0


Eat Me is a free, cute and funny set that contains 10 icons more>> Yay! Its halloween again and David has been kind enough to create an awesome set of spooky (er... funny and cute really) folder characters for us to use this year!<<less
Download (373KB)
Added: 2009-04-19 License: Freeware Price:
187 downloads
Acme::JavaTrace 0.06

Acme::JavaTrace 0.06


Acme::JavaTrace is a Perl module for using Java-like stack traces. more>>
Acme::JavaTrace is a Perl module for using Java-like stack traces.

SYNOPSIS

On the command-line:

perl -wMAcme::JavaTrace program_with_strange_errors.pl

Inside a module:

use Acme::JavaTrace;
warn "some kind of non-fatal exception occured";
die "some kind of fatal exception occured";

< buzzword >This module tries to improves the Perl programmer experience by porting the Java paradigm to print stack traces, which is more professional than Perls way. < /buzzword >

This is achieved by modifying the functions warn() and die() in order to replace the standard messages by complete stack traces that precisely indicates how and where the error or warning occurred. Other than this, their use should stay unchanged, even when using die() inside eval().

<<less
Download (0.015MB)
Added: 2007-06-07 License: Perl Artistic License Price:
869 downloads
JOpenChart 0.94

JOpenChart 0.94


JOpenChart provides a Java library and toolkit for generating and embedding charts into applications. more>>
JOpenChart provides a Java library and toolkit for generating and embedding charts into applications.
JOpenChart is a free Java Toolkit and library for embedding charts into different kinds of applications, no matter if they are server side, desktop or web applications. Commercial solutions are pretty expensive and at the time I started working on JOpenChart, there was no satisfying open source solution available.
Currently, the library provides all the functionality to draw different kinds of charts, like line, bar, pie and plot charts. Additionally, the class structure includes the necessary classes for the encapsulation of sets of data and the classes for all parts of a typical chart, like a coordinate system, coordinate axes, legends, title and chart renderers.
I put great effort into a good design, ie understandable, logical class structures, elegant interfaces, use of abstract classes etc. The library is easily extendable to provide your own functionalities. This is best illustrated by noting, that all the Renderer classes, which paint the charts, have about 150 - 200 lines of code.
Furthermore, a few more or less proof-of-concept classes are finished that demonstrate how to embed charts into web applications or Swing applications using Servlets or a JComponent respectively.
Main features:
- rendering of pie charts, line charts, bar charts and plot charts
- easy extensibility using a simple Renderer interface API
- linear and logarithmic y-axis
- different data model classes for implementing numerical data sets, data sets with non-numerical x-axis values, dynamic data sets for displaying incoming measured data, SQL database query results.
- polynomial and spline interpolation of data sets and linear regression of measured data
- binding data sets to one of two y-axes with different scales
- plotting of mathematical functions given as String parameters
- exporting diagrams as image files at least using PNG or JPEG compression and whatever encoding the Java Advanced Imaging Library supports
- Servlet Toolkit for the easy inclusion of charts into web applications
- Swing components to integrate charts in Swing applications
Enhancements:
- Now renders stacked bar charts and radar charts.
- Fully automatic, and good looking, margin adaption. No more cut-off labels.
- Add data models with differently sized data sets.
- Support for editable data models, enabling real time updated GUI charts, see GraphFrame.java as an example and the TestGUI ant target.
- Now allows manually setting of maximum and minimum x- and y-values, allowing for zooming.
- JDBCPlotter.java allows plotting of SQL query results.
- Various options for controlling rendering style, esp. of bar charts and coordinate systems, see FunctionPlotApplet.java and always TestChart.java.
- e.g Setting the axis units
- and displaying sums on top of bars etc.
- Choose preset shapes and arbitrary colors for your data sets and plot charts, easily implement your own shapes
- RowColorModel is not a singleton instance anymore
- I externalized the ChartDataModelConstraints class, you can provide your own implementation or extend the existing ones. See StackedChartDataModelConstraints as an example.
- Web archive (war file) now supports Tomcat 3.x and 4.x.
<<less
Download (MB)
Added: 2007-04-11 License: LGPL (GNU Lesser General Public License) Price:
927 downloads
Auto Adjust Photo 0.27

Auto Adjust Photo 0.27


Auto Adjust Photos main goal is to set and correct a photo image automatically with only one click. more>>
Auto Adjust Photos main goal is to set and correct a photo image automatically with only one click. With other words, to make it seen better. This means setting the contrast, color balance and gamma levels of the image by analization.

Not all images are adjusted originally in the proper way. Some of them can be too dark, too bright, or the colors are just too yellowish. The middle tone can be too dark - at this we see the pictures too dark, no matter how many light colors they have. The program tries to set these parameters by analization to the best values.

This can be a solution for those kind of users who are not able to set up and correct images with complicated huge graphical softwares, or just simply dont intend to spend a lot of time with setting the images one-by-one manually. Only selecting the image files are enough, then right-clicking with the mouse you can just start the automatic color correction command from the local menu (one-step operation from a console command too).

The program handles the following image formats: mif, pnm / pgm / ppm, bmp, ras, jp2, jpc, jpg, pgx

This program is FREEWARE - Free software. You are free to use it. You may not rent, lease, sell, modify, decompile or disassemble it without the written permission of the author. The creator of the software will not be liable for any damages or data loss while using it.

The following options are supported:

--help Print this help
-v --version Print version information
-d --description Print more detailed information about the program
-l --licence Print licence agreement
-i --info Information about the image
-a --autoadjust *Auto adjust the colors of the image
-o --overwrite *Overwrite mode, the original source file is replaced
-j1 --jpg JPG image output
-j2 --jp2 JPEG 2000 image output
-r --resize *Resize image with given value taking the longer side
-s --speed Print extra speed information
-q --quality *Set image quality from 1 to 100
-m --mute Muted mode, no information printed during operation

* marked parameters need file input

EXAMPLES:

aaphoto --version
aaphoto --help
aaphoto --description
aaphoto --licence
aaphoto --info image.jpg
aaphoto --autoadjust image.jpg
aaphoto --resize70% image.jpg
aaphoto --resize600 image.jpg
aaphoto --quality80 image.jp2
aaphoto *.jp2 --overwrite --speed

REMARKS:

- auto adjust parameter is set by default if no other parameters are given
- a _new filename will be generated without --overwrite parameter
- on directory input every file will be processed in it but not recursively
- order of parameters does not matter
- resizing can be set in percentage too
- resize parameter should be less or equal than original
- resize uses the best (and slowest) resampling method
- default jpeg compression quality is 95%
<<less
Download (0.37MB)
Added: 2007-07-05 License: Freeware Price:
1084 downloads
mod_filter 1.4.1

mod_filter 1.4.1


mod_filter allows you to filter output from other modules inside of Apache. more>>
mod_filter allows you to filter output from other modules inside of Apache. This allows you to implement filters (think Swedish Chef, jive, etc.).

You can also use it to retailer output for your locale. This works with HTML documents, mod_perl, PHP, JServ, CGIs, and for that matter just about any sort of custom handler you might have.
<<less
Download (0.010MB)
Added: 2005-08-24 License: GPL (GNU General Public License) Price:
1523 downloads
Atomibulator 1.1

Atomibulator 1.1


Atomibulator is a script that monitors arbitrary Web sites for changes and reports these updates through Atom and RSS feeds. more>>
Atomibulator is a script that monitors arbitrary Web sites for changes and reports these updates through Atom and RSS feeds.
RSS/Atom feeds are great, but theyre far from pervasive. How many pages do you check regularly, just to see whether anythings new? For example, how many researchers do you know who provide feeds for their list of publications? Using the Atomibulator, you can monitor any webpage out there for changes and be notified by a custom Atom (or RSS, for the old schoolers out there) feed when the page has been updated.
Better yet, you dont have to install anything. You just edit the Atomibulator watchlist at Wikipedia. Anyone can do this. Heres how it works:
Add the page you would like to have monitored in standard Mediawiki shorthand for external links, i.e. [ ]. Multiple URLs can be tagged with the same description.
Sometimes you will want to ignore parts of the HTML markup of a page. For example, advertisements often result in changing links or images in every download of a page. To do this, the Atomibulator provides filter tags. You add them to the URL description in the Wiki markup. The following filters exist:
nolinks: strips all links from the document.
noimgs: strips all images from the document.
nohtml: strips all HTML tags from the document.
For example, to remove all images from the document located at http://www.foobar.com, tagged with "foobar", you would use [http://www.foobar.com foobar noimgs]. It doesnt matter where in the URL description you put the filter. You can use multiple filters in a single description.
The Atomibulator periodically grabs the listed URLs, applies any tag filtering configured, and runs a cryptographic hash function over the result. If an update is detected, it updates a feed named after the description found on in the watchlist: the feeds address is
http://www.cl.cam.ac.uk/~cpk25/atomibulator/feeds/ .xml.
The description you provide gets converted into lower case, any filter tags are removed, and whitespace becomes "_": "My Page" would be turned into "my_page", "My page nohtml" would still result in "my_page". You can see all currently available tags here. The feed for the page youre looking at, for example, is at
http://www.cl.cam.ac.uk/~cpk25/atomibulator/feeds/atomibulator.xml.
Since a lot of feed readers still struggle with supporting Atom 1.o, the Atomibulator actually goes beyond what its name implies and creates RSS 2.o as well:
http://www.cl.cam.ac.uk/~cpk25/atomibulator/feeds/atomibulator.rss.
NOTE: the Atomibulator is not a feed replacement. Do not use it on pages that provide feeds serving the same purpose anyway. Also please note that the Atomibulator checks the watchlist once per hour. Kindly dont request the feeds more often than that. It wont make any difference.
ALSO NOTE: Some people have said this service is like FeedTier. Its not. According to their page, their code "performs content analysis, picks-up the most prominent cluster of hyperlinks and automatically generates RSS web feeds." In short, it focuses on hyperlinks and tries to extract some RSS-able structure. The Atomibulator notices any kind of page update, subject to the HTML tag filtering you configure for a URL.
Enhancements:
- HTML tag filters and download timeouts were added.
<<less
Download (0.011MB)
Added: 2006-01-09 License: BSD License Price:
1383 downloads
Expat 2.0.1

Expat 2.0.1


Expat is an XML parser library written in C. more>>
Expat is a stream-oriented XML parser written in C. This means that you register handlers with the parser before starting the parse.
These handlers are called when the parser discovers the associated structures in the document being parsed. A start tag is an example of the kind of structures for which you may register handlers.
Enhancements:
- This is a bugfix release that resolves both code and build related issues. Updating is recommended.
<<less
Download (0.31MB)
Added: 2007-06-06 License: MIT/X Consortium License Price:
875 downloads
ProCon Latte 1.7.8

ProCon Latte 1.7.8


ProCon is a content filter for the Firefox browser. more>>
ProCon is a content filter for the Firefox browser. It can filter any kind of material (pornography, gambling, hacking, cracking, etc...). ProCon Latte can also block all traffic, making sure that only desired websites (set in the Whitelist) can be accessed, and includes a profanity filter, all *like* a parental control filter.

ProCon also has password protection in order to keep *others* from changing the settings.

<<less
Download (0.030MB)
Added: 2007-07-18 License: Free for non-commercial use Price:
965 downloads
File::SmartNL 0.05

File::SmartNL 0.05


File::SmartNL is a slurp text files no matter the New Line (NL) sequence. more>>
File::SmartNL is a slurp text files no matter the New Line (NL) sequence.

SYNOPSIS

#####
# Subroutine Interface
#
use File::SmartNL qw(config fin fout smartnl);

$old_value = config( $option );
$old_value = config( $option => $new_value);
(@all_options) = config( );

$data = smart_nl($data);
$data = fin( $file_name, @options );
$char_count = fout($file_name, $data, @options);

######
# Object Interface
#
use File::SmartNL;

$default_options = File::SmartNL->default(@options);

$old_value = $default_options->config( $option );
$old_value = $default_options->config( $option => $new_value);
(@all_options) = $default_options->config( );

$data = File::SmartNL->smart_nl($data);
$data = File::SmartNL->fin( $file_name, @options );
$char_count = File::SmartNL->fout($file_name, $data, @options);

Generally, if a subroutine will process a list of options, @options, that subroutine will also process an array reference, @options, [@options], or hash reference, %options, {@options}. If a subroutine will process an array reference, @options, [@options], that subroutine will also process a hash reference, %options, {@options}. See the description for a subroutine for details and exceptions.

Different operating systems have different sequences for new-lines. Historically when computers where first being born, one of the mainstays was the teletype. The teletype understood ASCII. The teletype was an automated typewriter that would perform a carriage return when it received an ASCII Carriage Return (CR), 15, character and a new line when it received a Line Feed (LF), 12 character.

After some time came Unix. Unix had a tty driver that had a raw mode that sent data unprocessed to a teletype and a cooked mode that performed all kinds of translations and manipulations. Unix stored data internally using a single NL character at the ends of lines. The tty driver in the cooked mode would translate the New Line (NL) character to a CR,LF sequence. When driving a teletype, the physicall action of performing a carriage return took some time. By always putting the CR before the LF, the teletype would actually still be performing a carriage return when it received the LF and started a line feed.

After some time came DOS. Since the tty driver is actually one of the largest peices of code for UNIX and DOS needed to run in very cramp space, the DOS designers decided, that instead of writing a tailored down tty driver, they would stored a CR,LF in the internal memory. Data internally would be either text data or binary data.

Needless to say, after many years and many operating systems about every conceivable method of storing new lines may be found amoung the various operating systems. This greatly complicates moving files from one operating system to another operating system.

The smart NL methods in this package are designed to take any combination of CR and NL and translate it into the special NL seqeunce used on the site operating system. Thus, by using these methods, the messy problem of moving files between operating systems is mostly hidden in these methods. By using the fin and fout methods, text files may be freely exchanged between operating systems without any other processing.

The one thing not hidden is that the methods need to know if the data is text data or binary data. Normally, the assume the data is text and are overriden by setting the binary option.

Perl 5.6 introduced a built-in smart nl functionality as an IO discipline :crlf. See Programming Perl by Larry Wall, Tom Christiansen and Jon Orwant, page 754, Chapter 29: Functions, open function. For Perl 5.6 or above, the :crlf IO discipline my be preferable over the smart_nl method of this program module.

<<less
Download (0.082MB)
Added: 2007-02-09 License: Perl Artistic License Price:
987 downloads
PowerTop 1.7

PowerTop 1.7


PowerTop detects which Linux programs and kernel tunables are resulting in the largest power consumption and use of battery time more>>
PowerTop project detects which Linux programs and kernel tunables are resulting in the largest power consumption and use of battery time.
Power usage is a hot topic for computer users everywhere. For some, its a matter of how long a laptop lasts without being plugged in. For others, its controlling the temperature of hundreds of systems within a datacenter. For all of us, its about keeping the electricity bill under control and being kind to the environment.
Getting your computer to use the least amount of power can be problematic. This site provides information on reducing power usage, tips, and tricks for Intel-based computers running Linux*.
As a first step, Intel is releasing PowerTOP, a tool that helps you find what software is using the most power. By fixing (or closing) these applications or processes, you can immediately see the power savings in the tool. Youll also see the estimated time left for battery power if you are running a laptop. The Tips&Tricks page has fixes for a lot of the issues that are already found. Join our mailing list to participate in this effort to get Linux to use less power.
Building:
Just type make and then run the program...
tar -zxf powertop-1.1.tar.gz
cd powertop
make
./powertop
Enhancements:
- This release shows P-states (frequencies).
- A suggestion to disable TV-out and to disable Wake-On-LAN for unused ethernet has been added.
<<less
Download (0.055MB)
Added: 2007-06-21 License: GPL (GNU General Public License) Price:
856 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5