Main > Free Download Search >

Free es software for linux

es

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 72
Mesk 0.3.2

Mesk 0.3.2


Mesk is a media player for GTK+. more>>
Mesk is a media player for GTK+.
Main features:
- The basics; play, pause, stop, next, previous (mp3 only at the moment)
- Playlist supports shuffle, repeat, and queueing
- Playlist supports drag-and-drop for adding files and row reordering
- Saved playlist including state (shuffle, queue, current, etc.)
- Normal and compact window modes
- Album cover display when the cover image file exists in same directory as audio file
- Playlist search. Use / to open and Esc to close search UI
- Simple plugin API
- Audioscrobbler (last.fm) plugin with queue-file support
- Gajim (a Gtk+ Jabber client) status plugin
- Preferences window for plugin management
- Internationalization support including a Spanish (es) Babelfish translation (i.e., needs work)
<<less
Download (0.40MB)
Added: 2007-07-13 License: GPL (GNU General Public License) Price:
833 downloads
f2w helpdesk 1.6

f2w helpdesk 1.6


f2w helpdesk is helpdesk and knowledge base using a Zope front-end and PostgreSQL back-end. more>>
f2w helpdesk its a helpdesk support system based on requests (some people call them tickets), with a simple web interface. Requests can be classified into categories and assigned a priority.
Categories are associated with specific well-defined problem areas, and f2w helpdesk provides a way to maintain an expert knowledge base of problems and solutions based on request categories.
This is not the place to look for a system that will help you track every minute of your support technicians time. The emphasis is on quickly identifying problems, assigning them to the best person for the job, and helping that person keep track of what needs to be done.
Main features:
- Zope front-end (for rapid development, easy maintenance)
- Your choice of relational DB back-end (whatever Zope supports).
- Semi-intelligent search of contacts from a partial name.
- Expert-system-like question/answer to categorise requests.
- Flexible priority scheme.
- Assignment of requests to individuals or teams.
- E-mail notification sent to person to whom request is assigned.
- Keep working notes on each request, can delete empty notes now.
- Maintain knowledge base about each kind of problem.
- Attach properties (named general-purpose data fields) to categories, so fields for entering them will appear on requests of that category. These can now be checkboxes or selection lists as well as plain text fields.
- Reporting by category, assignee, team, originator, property etc.
- E-mail notification to originator of request.
- User preference for stylesheet.
- User can set an "away until" date, so an operator assigning the requests can know who is available.
- Limited localisation of strings (using a folder of translations for each language - "de", "en", "es", "fr", "hu", "it" and "pl" written so far)
- Request search by various criteria.
- Extract of requests in CSV format, for spreadsheet use.
- Restricted access for non-team members.
<<less
Download (0.10MB)
Added: 2005-04-20 License: GPL (GNU General Public License) Price:
1649 downloads
Harem Games Slot Machine 3.13

Harem Games Slot Machine 3.13


Harem Games Slot Machine es un juego gratis de la popular tragaperras de casino donde juegas contra guapas modelos. El objetivo del juego Slot Machine... more>> <<less
Download (525KB)
Added: 2009-04-06 License: Freeware Price: Free
206 downloads
Drag & DropZones 1.2.6

Drag & DropZones 1.2.6


Get rid of that clumsy context menu, and search the web using up to 64 stylish Drag & DropZones more>>

Drag & DropZones 1.2.6 is a innovative, versatile way to search the internet. Extending the Firefox Search Engine manager window, you simply drag a Search Engine onto 1 (or more) DropZones to link them.

Once you are all set up, you can just drag some text or a link on any website to activate the Drag & DropZones. A stylish transparent grid (in the color of your choice) with all your Search Engines will be displayed over the site you where viewing, and the DropZone you are currently hovering above will be highlighted. Just Drop the text on any of the DropZones and your search will be performed the way you where used to.

Major Features:

  1. When you are running Drag & DropZones for the very first time, all your Firefox Search Engines will automatically be assigned to a DropZone, so you are ready to go and enjoy it immediately.
  2. Since version 1.1 the concept a bit further and developed a feature allows you to select any context menu action as a DropZone. This means that you can now also do things like [Copy Image] or [Bookmark This Link] by just dropping the image/link on your DropZone!
  3. A toolbar button (add it through View/Toolbars/Customize) allows you to toggle the Drag & DropZones on/off in case you temporarily need to do a lot of other Drag & Drop operations.
  4. The Drag & DropZones feature was initially created for Web Search Pro add-on
  5. Drag & DropZones is available in: en-US, sv-SE, fr-FR, it-IT, ja-JP, pt-BR, de-DE, es-ES, bg-BG, pl-PL
<<less
Added: 2009-07-15 License: MPL Price: FREE
12 downloads
Harem Games Blackjack 3.13

Harem Games Blackjack 3.13


Harem Games Blackjack es un juego de cartas popular y gratuito. El objetivo del juego Blackjack es desnudar completamente a la modelo obteniendo manos... more>> <<less
Download (525KB)
Added: 2009-04-26 License: Freeware Price: Free
185 downloads
Test::Unit::Runner::Terminal 0.25

Test::Unit::Runner::Terminal 0.25


Test::Unit::Runner::Terminal is a unit testing framework helper class. more>>
Test::Unit::Runner::Terminal is a unit testing framework helper class.

SYNOPSIS

use Test::Unit::Runner::Terminal;

my $testrunner = Test::Unit::Runner::Terminal->new();
$testrunner->start($my_test_class);

This class is a test runner for the command line style use of the testing framework.

It is similar to its parent class, Test::Unit::TestRunner, but it uses terminal escape sequences to continually update a more informative status report as the runner progresses through the tests than just a string of dots, Es and Fs. The status report indicates the number of tests run, the number of failures and errors encountered, which test is currently being run, and where it lives in the suite hierarchy.

The class needs one argument, which is the name of the class encapsulating the tests to be run.

OPTIONS

-wait
wait for user confirmation between tests

-v
version info

<<less
Download (0.074MB)
Added: 2007-06-13 License: Perl Artistic License Price:
863 downloads
libexecstream 0.3

libexecstream 0.3


libexecstream is a C++ library that allows you to run a child process and have its input, output and error. more>>
Libexecstream is a C++ library that allows you to run a child process and have its input, output and error avaliable as standard C++ streams.
Main features:
- Works on Linux and Windows
- Uses threads
- Does not depend on any other non-standard library
- Distributed as source code only, requires you to compile and link one file into your program
- BSD-style license
Example:
#include < exec-stream.h >
#include < string >
...
try {
exec_stream_t es( "perl", "" ); // run perl without any arguments
es.in() < < "print "hello world";"; // and make it print "hello world"
es.close_in(); // after the input was closed
std::string hello, world;
es.out() >> hello; // read the first word of output
es.out() >> world; // read the second word
}catch( std::exception const & e ) {
std::cerr<<less
Download (0.030MB)
Added: 2005-10-12 License: BSD License Price:
1473 downloads
STUX 1.0

STUX 1.0


STUX is a bootable CD with a collection of GNU/Linux software. more>>
STUX is a bootable CD with a collection of GNU/Linux software, automatic hardware detection, and support for many graphics cards, sound cards, SCSI and USB devices and other peripherals.
Stux OS target is to build a Live CD similar to KNOPPIX but based on Slackware Linux.
Main features:
- Window Managers: KDE 3.1, Gnome 2.4, fvwm2, fvwm95, WindowMaker, Twm
- Browsers: Mozilla 1.6, Konqueror, Galeon, Nautilus, Lynx, KGet, wget, ...
- Mail clients: Mozilla Mail, KMail, mail, ...
- News readers: Mozilla News, Knode, Pan, ...
- Office, Word Processing, Editors: Open Office 1.1.0, KOffice, AbiWord, Kedit, KWrite, Kate, Xpdf, ...
- Services: Apache 1.3.28, ProFTPd 1.2.8p, Ample, Samba, Secure Shell, MySqld
- Multimedia: VideoLan Client 0.5.2, XawTV, gqRadio, Xine,...
- Graphics: the Gimp, KPaint, XPaint,...
- Developing: gcc 3.2.3, g++, J2sdk 1.4.2, perl 5.8.0, python 2.3.1, php 4.3.3, ...
- IRC Client: Kopete, KSirc, Chatzilla!
- AIM Client: Kopete, Kit
- ICQ Client: Kopete
- Peer 2 Peer/File sharing: BitTorrent, xMule
- Data Base: mysql 4.0.15a
- Web Applications: phpMyAdmin 2.5.5
- KDE Languages: AF, AR, BG, BS, CA, CS, DA, DE, EL, EN, EN_GB, EO, ES, ET, EU, FA, FI, FR, HE, HR, HU, IS, IT, JA, LT, MK, MT, NB, NL, NN, NSO, PL, PT, PT_BR, RO, RU, SE, SK, SL, SR, SS, SV, TA, TH, TR, UK, VEN, VI, XH, ZH_CN, ZH_TW, ZU
Enhancements:
- Upgraded to Slackware current as at 1 Jun 2007 and KNOPPIX live CD 5.1.1 (kernel 2.6.19); fixed problem with installation on SATA hard disks; all STUX utilities deeply reviewed; NVIDIA proprietary driver updated to 1.0-9755 + legacy driver 1.0-9631 for old cards; save live CD persistent configuration on ReiserFS partitions; install compressed image on ReiserFS partitions; Acx wireless firmware upgraded; fully integrates with other pre-installed operating systems; Compiz 0.5.0; fully VMware/QEMU compatible.
<<less
Download (MB)
Added: 2007-06-06 License: GPL (GNU General Public License) Price:
872 downloads
Active Tetris 3.13

Active Tetris 3.13


Active Tetris es una versión gratis del popular Tetris donde juegas contra preciosas modelos. El objetivo del Active Tetris es desnudar completamente ... more>> <<less
Download (525KB)
Added: 2009-03-31 License: Freeware Price: Free
212 downloads
DietLinux

DietLinux


DietLinux is a distribution based on dietlibc. more>>
DietLinux is a distribution based on dietlibc. It contains a 2.6.x linux kernel, and will never support older kernels that do not support for devfs and tmpfs.

The boot process is optimized for small size, the upcoming 0.2-release should be able to boot from cdrom, floppy or usb-stick on all systems with at least 8mb of RAM.

General stuff

With the upcoming 0.2-release the boot-process is the same for all media. I got rid of ramdisk images for the root filesystem completely, and shrinked the initrd-images to about 60k (uncompressed). A kernel can be used with the boot system if it has support for initrd, tmpfs and devfs.

You need to configure the bootloader to give the kernel some bootparameters:

init=/linuxrc

We use linuxrc to set up some stuff. It will execle() init later

root=/dev/ram0

The initrd is the final root. Though our linuxrc will change it.

devfs=mount

Only needed if you didnt tell the kernel at compile time to automatically mount devfs

bootdevice=[]

To come, hints for linuxrc from which device we booted

Bootup, the initrd phase

linuxrc, stage 1

The first part is handled in linuxrc. Its described here short for better understanding whats going on.

* linuxrc gets started by the kernel. Besides linuxrc we have two directories in our ramdisk -- /dev with mounted devfs and /rootfs
* linuxrc mounts a tmpfs at /rootfs
* linuxrc creates basic directories in the rootfs (namely dev and initrd)
* linuxrc chdirs to /rootfs, calls pivot_root and chdirs / chroots in the new root. After this we have the old contents of the initrd under /initrd
* linuxrc remounts initrd/dev under /dev, and mounts /proc. With the dev remount weve put the open /dev/console file into the right filesystem.
* linuxrc umounts /initrd with MNT_DETACH set. Most likely initrd will not unmounted immediately but when calling execle() to exec init

For more details please consult the apkg sources.

linuxrc, stage 2

Were now getting to the second stage, still powered by initrd. Thats the first stage you can influence without modifying the linuxrc-sources.

* linuxrc creates all directories in the rootfs
* linuxrc mounts procfs and sysfs
* linuxrc inits the built-in packagesystem. This includes trying to find a (a dietlinux media must have a file called `dietlinux-media in its root) es well es the name of the initial package to load (from dietlinux-media)
* linuxrc loads the initial package (the apkg package system) and execl()s apkg with param -t (starts bootstrap). Most likely /initrd gets freed here, so we have about 60k additional space from now on.

apkg stage

Now its apkgs turn to bootstrap a package set to the rootfs.
<<less
Download (20MB)
Added: 2005-05-18 License: GPL (GNU General Public License) Price:
1620 downloads
gnome-user-docs 2.18.2

gnome-user-docs 2.18.2


gnome-user-docs package contains documents which will be packaged together and shipped as gnome-user-docs. more>>
gnome-user-docs package contains documents which will be packaged together and
shipped as gnome-user-docs in the core GNOME distribution.
They should be documents targetted for end-users of GNOME.
Installation:
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type ./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean. There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Enhancements:
Accessibility Guide:
Updated translations:
- es (Jorge Gonzalez)
System Admin Guide:
Updated translations:
- es (Jorge Gonzalez)
User Guide:
Updated translations:
- es (Jorge Gonzalez)
- hu (Gabor Kelemen)
- ko (Changwoo Ryu)
- pa (A S Alam)
- pt (Duarte Loreto)
- pt_BR (Leonardo Ferreira Fontenelle, Vladimir Melo,
- Andre Noel, Felipe Ferreira, Vinicus Pinheiro)
<<less
Download (6.9MB)
Added: 2007-07-02 License: LGPL (GNU Lesser General Public License) Price:
844 downloads
Leptons Crack 20040914

Leptons Crack 20040914


Leptons Crack is a generic password cracker, easily customizable with a simple plug-in system. more>>
Leptons Crack is a generic password cracker, easily customizable with a simple plug-in system. COPYRIGHT=1]
For the incremental scan, the user can provide a regex-like expression
that will be enumerated, thus checking every possible combination. This
powerful feature effectively combines `shoulder-surfing with standard
brute-forcing.
http://usuarios.lycos.es/reinob/lcrack/lcrack-20040914.tar.gz
By default it comes with the following modules:
md4 : standard MD4 hash
md5 : standard MD5 hash
nt4 : NT MD4/Unicode
dom : Lotus Domino HTTP password
sha1 : standard SHA-1 hash
null : trivial 1-byte hash
(sample for plug-in developers
Enhancements:
- Added support for any ASCII character (ie. also non-printable) in the charset and regex definition, via (octal), x(hex), (decimal)
<<less
Download (0.038MB)
Added: 2006-07-06 License: GPL (GNU General Public License) Price:
1233 downloads
MPEG-2 Video Tools 0.1

MPEG-2 Video Tools 0.1


mpeg2videotools is a C library and set of tools for encoding, decoding, verification and analysis of MPEG-2 video. more>>
mpeg2videotools is a C library and set of tools for encoding, decoding, verification and analysis of MPEG-2 video. It supports 422 Profile and High Profile bitstreams. A PSNR tool is included for comparing uncompressed video to encoded MPEG-2 video.
The library will provide a C API and be implemented in C. Platforms supported will be popular Unices and Linux, MS Windows and MacOSX. autoconf and automake will be used to achieve portability for most platforms. Decoded bitstreams will be displayed using X11 server for Unix and native Windows API for MS Windows.
Included is an encoder and decoder application which are useful for creating compliant bitstreams and decoding and verifying MPEG-ES, MPEG-PS, MPEG-PES and MPEG-TS bitstreams.
A number of important improvements over the original SSG code have already been made:
display on TrueColor visuals (16, 24, 32 bit displays)
decoding of MPEG-TS streams
decoding of broken streams which do not start with a required start code
autoconf build
MS Windows display
a library API to enable its use in other projects (ImageMagick and the AAF SDK come to mind)
MIAMI is an MPEG-2 video codec library which aims to be a complete implementation of the ISO/IEC 13812-2:2000 standard. The priority is completeness and correctness rather than speed. Included is an encoder and a decoder for MPEG-ES,PS,PES,TS bitstreams.
Enhancements:
- changed function decs to ANSI style
- added const qualifier to suitable function args
<<less
Download (0.15MB)
Added: 2006-07-28 License: GPL (GNU General Public License) Price:
1199 downloads
m2psd 0.11

m2psd 0.11


m2psd is a fast MPEG-2 Program Stream demultiplexer. more>>
m2psd is a fast MPEG-2 Program Stream demultiplexer. m2psd will demultiplex an MPEG 2 Program Stream into Elementary Streams (ES) or Packetized Elementary Streams (PES), provided that the packs are exactly 2048 bytes long. It was written for use with MPEG 2 Program Streams recorded by a Hauppauge WinTV PVR 250 or 350, and trimmed with Womble (Windows) or GOPChop (Linux).

mp2psd was written because all of the free software MPEG 2 demultiplexers I could find were very slow, and did not output the offset between the first video and audio timestamps.

The input MPEG Program Stream file name must be supplied as an argument for the application.

A base name for the output files may optionally be specified; if none is provided, the base name will be the input file name with all characters from the last dot to the end removed. The output filenames will be of the form basename-n.mpa and basename-n.mpv, for audio and video, respectively, where n is the stream number (0-31 for audio, 0-15 for video).

The "-t" option prints the difference between the first presentation time stamps of the video #0 and audio #0 streams (0xe0 and 0xc0) in milliseconds. This is useful as input to a multiplexer.

The "-a" option discards any partial MPEG audio frame at the start of audio streams, because some software gets upset at partial audio frames.

The "-p" option produces PES streams as output rather than elementary streams. This preserves the time stamps, but many programs cannot deal with PES streams. This option is mutually exclusive with the "-t" and "-a" options.
<<less
Download (0.012MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1186 downloads
NOTE 1.3.1

NOTE 1.3.1


NOTE provides a console note management tool. more>>
NOTE provides a console note management tool.
NOTE is a small console program that allows you to manage notes similar to programs like "knotes" from the command line. It supports different database backends for storage, and includes a DBI-based MySQL module and another module that uses a binary file for storage and a DBM module.
Main features:
- Several different database backends, mysql(DBI), dbm, binary(bin file), general and text (text files).
- Commandline interface using the standard perl module etopt::Long, which allows you tuse short or long command-line options.
- Interactive interface(pure ascii), the following functions are available in interactive mode: list, display, topic, delete, edit, help.
- Highly confiurable using a perlish configfile ~/.noterc. although it is configurable it is not required, note can run without a configfile using useful default presets.
- Colourized output is supported using ASCII Escape-Sequences.
- The user can customize the color for each item.
- Data can be stored in various different database backends, since all database access is excluded from the program itself in perl modules.
- Notes can be deleted, edited and you can search trough your notes.
- Notes can be categorized. Each category(topic) can contain multiple notes and even more sup-topics. There is nlimitation about sub topics.
- You can view all notes in a list and it is possible only tview notes under a certain topic.
- There is a tree-view, which allows you tget an overview of your topic-hierarchy.
- Notes can be encrypted using DES or IDEA algorythms and Crypt::CBC.
- You can dump the contents of your note database inta plain text file, which can later be imported. Imports can be appended or it can overwrite an existing database (-o).
- Note has scripting capabilities, you can create a new note by piping another commands output tnote, you can alsimport a notedump from stdin as well es duming tstdout instead a file. Additional, there is an option --raw available, which prints everything out completely without formatting.
- for better performance, note can cache the database for listings or searching.
- It can be installed without root-privileges.
- if Term::ReadLine (and Term::ReadLine::Gnu) is installed, history and auto-completion are supported in interactive mode.
- Last, a while aga user stated: "... it simply does, what it says ..."
<<less
Download (0.041MB)
Added: 2007-02-07 License: GPL (GNU General Public License) Price:
995 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5