Main > Free Download Search >

Free seek software for linux

seek

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 161
Preferences Hide and Seek 0.6.0

Preferences Hide and Seek 0.6.0


Preferences Hide and Seek lets you configure hard to find and hidden options of GNOME. more>>
Preferences Hide and Seek can configure hard to find and hidden options of GNOME.
Preferences Hide and Seek is a utility that groups together the options that actually exist for GNOME, but are usually hard to find or are just plain hidden from the user.
This utility also makes it possible to create a simple data file to expose gconf-based options to the user. It was created to allow usable access to the hidden application options buried within gconf.
Main features:
- Easy to create an advanced preferences dialog for any application that utilizes GConf.
- Single application mode can be used to mimmick a standard dialog.
- Supports GConf key types boolean, integer, float and string.
- Can set minimum and maximum range for numeric key types.
- Can present string keys as a file or folder name selection.
- Can present string keys as a drop down menu.
- Can present string keys as a font selection.
- Can present string keys as a color selection.
- Can present integer enumerations as a drop down menu.
- Radio buttons support integer, float, and string key types.
- Check buttons, radio buttons, and drop down menus can control the sensitivity of other objects.
<<less
Download (0.086MB)
Added: 2006-11-08 License: GPL (GNU General Public License) Price:
1082 downloads
3intentions SeekPost Extension 0.3.1

3intentions SeekPost Extension 0.3.1


3intentions SeekPost is a Firefox extension that allows members of 3intentions Seek sites to add and rate posts. more>>
3intentions SeekPost is a Firefox extension that allows members of 3intentions Seek sites to add and rate posts with a simple click from any page.

<<less
Download (0.007MB)
Added: 2007-05-02 License: MPL (Mozilla Public License) Price:
905 downloads
KleanSweep 0.2.9

KleanSweep 0.2.9


KleanSweep allows you to reclaim disk space by finding unneeded files. more>>
KleanSweep allows you to reclaim disk space by finding unneeded files. KleanSweep can search for files basing on several criterias.
You can seek for:
- empty files
- backup files
- broken symbolic links
- dead menu entries (.desktop files pointing to non-existing executables)
- duplicated files
- orphaned files (files not found in RPM database)
- obsolete thumbnails (thumbnails conforming to freedesktop.org standard, pointing to non-existing images
Planned features:
- seeking for orphaned files in Debian and Gentoo (portage) databases
- seeking for empty directories
- seeking for unused locales
- options for setting include/exclude paths, file extensions etc.
- and more!
KleanSweep consists of KDE-based (C++) graphical frontend and small helper Perl script that performs actual searching.
All searches, except for orphaned files, duplicates and dead menu entries are as fast as usual find would be. KleanSweep requires KDE libraries and Perl.
Note: I take no responsibility for any damage caused by this program.
Enhancements:
- Removed "greedy match" button
- added Italian, German, Spanish and Portugaese translations
<<less
Download (0.24MB)
Added: 2006-10-29 License: GPL (GNU General Public License) Price:
1094 downloads
SMPlayer 0.1

SMPlayer 0.1


SMPlayer is a utility to play media file via the media player MPlayer. more>>
SMPlayer is a utility to play media file via the media player MPlayer. Files can be selected by a File-Selection-Dialog or by Drag-and-Drop.

By now it supports only basic functionality:

Select File, Play File, Seek, Switch to Fullscreen, adjust volume.
During playback a progress bar is shown.

<<less
Download (0.68MB)
Added: 2007-03-18 License: GPL (GNU General Public License) Price:
962 downloads
Suspend2 2.2

Suspend2 2.2


Suspend2 allows you to hibernate your machine without needing APM, BIOS, or ACPI support. more>>
Suspend2 allows you to hibernate your machine without needing APM, BIOS, or ACPI support.
Suspend2 creates an image that is saved in your active swap partitions, swap files, ordinary files or (soon) across a network.
At the next system boot, the kernel detects the saved image, restores the memory from it and then it continues to run as if youd never powered down.
Enhancements:
- Since 2.2-rc12, there have been further bug fixes and a few enhancements.
- The software is now in feature freeze, getting prepared for seeking to merge into the vanilla kernel.
<<less
Download (0.11MB)
Added: 2006-01-24 License: GPL (GNU General Public License) Price:
1369 downloads
shorten 3.6.0

shorten 3.6.0


shorten is a fast, low complexity waveform coder (i.e. audio compressor), originally written by Tony Robinson at SoftSound. more>>
shorten is a fast, low complexity waveform coder (i.e. audio compressor), originally written by Tony Robinson at SoftSound. It can operate in both lossy and lossless modes. More information can be found here.
The last official version released by Tony was 2.3a. In the fall of 2000, I started hacking on the code to add unix support for seek tables, which Wayne Stielau had developed and implemented for the Windows platform. With his help, I was able to release version 3.0 on 9/29/2000, and have maintained the unix 3.x versions ever since. Seek tables allow one to seek through a .shn file in real-time while playing it in various audio players.
Here are some of plugins that support seek tables:
xmms-shn (for XMMS)
ShnAmp (for WinAmp)
foo_shn (for foobar2000)
in_shn (for J River Media Jukebox/Center)
Shorten plugin (for MacAmp Lite X - now defunct)
Enhancements:
- Fixed a seek table bug which, in rare cases, caused seek tables for certain files (e.g. ones that end with silence) to be generated incorrectly. Seek tables created with the -k, -s or -S options are not affected. To help distinguish older, possibly buggy seek tables from newer ones, the seek table revision number has been bumped from 0 to 1. Thanks to Peter Kunath for the report and the fix.
- Updated the -i option to determine whether a file is an external seek table file, a file with seek tables appended, or neither. If seek tables are present, the seek table revision number is now shown.
<<less
Download (0.57MB)
Added: 2006-08-04 License: GPL (GNU General Public License) Price:
1187 downloads
CodeBase 0.86

CodeBase 0.86


CodeBase is a Perl module for accessing dBASE files. more>>
CodeBase is a Perl module for accessing dBASE files.

ABSTRACT

The CodeBase module provides a Perl 5 class for accessing dBASE files. It is a development of an earlier unpublished Perl 4 extension.

SYNOPSIS

Programs using the CodeBase module must include the line:

use CodeBase;

The functions that the module provides are listed below, grouped according to type of function.

File manipulation functions

$fh = CodeBase::open($filename, @options);
$fh = CodeBase::create($filename, @fielddefs);
$fh->DESTROY();

File information functions

$n_recs = $fh->reccount();
$recsize = $fh->recsize();
$n_fields = $fh->fldcount();
@names = $fh->names();
$type = $fh->type($fieldname);
@fieldinfo = $fh->fieldinfo();

Navigation functions

$recno = $fh->recno();
$fh->goto($recno);
$fh->skip($n_recs);
$fh->bof();
$fh->eof();

Record manipulation functions

@values = $fh->fields();
$value = $fh->field($fieldname);
$fh->set_field($fieldname, $value);
$fh->new_record(@values);
$fh->replace_record(@values);

$fh->deleted();
$fh->delete_record($recno);

$fh->flush($tries);
$fh->pack($compress_memo);

$fh->lock($what, $tries);
$fh->unlock();

Index manipulation functions

$n_tags = $fh->tag_count();
@tags = $fh->tags();
@taginfo = $fh->taginfo($index_name);
$fh->open_index($name);
$fh->create_index($name, $taginfo);
$fh->reindex();
$fh->set_tag();
$fh->seek($key);

$q = $fh->prepare_query($expr [, $sortexpr [, $desc]]);
$q->execute;
$q->next([$skip]);

Miscellaneous functions

CodeBase::option(@options);
$errno = CodeBase::errno();
$errmsg = CodeBase::errmsg($errno);
$version = CodeBase::libversion;
$dbtype = CodeBase::dbtype;

<<less
Download (0.030MB)
Added: 2007-07-07 License: Perl Artistic License Price:
844 downloads
Accelerated KNOPPIX 1.0

Accelerated KNOPPIX 1.0


Accelerated KNOPPIX is a fast-booting variant of the popular KNOPPIX live CD. more>>
Accelerated KNOPPIX is a fast-booting variant of the popular KNOPPIX live CD.

The mechanism of acceleration in the live CD

A cloop profiler is developed in order to grasp the access situation of CD.

Although various files are referred to in Live CD in the case of a system startup, since each position of media is dotted with the file, a lot of seeking will generate it at the time of reading. If the seek time of this CD is lost, it will be said that data can be transmitted at a stretch from CD. Then, the seek time of a pickup is reduced by rearranging the file read at the time of starting on a block level.

Live CD performs automatic recognition of the peripheral equipment of PC at the boot sequence.

Although the cache of the file required for starting of a desktop are predicted and carried out in the meantime, if there are few memories which can be used for cache, starting will become slow conversely. By this development, memory capacity is examining making it an effect show up at least because the predicted data carries out the cache of the compression image of cloop as it is.
<<less
Download (692MB)
Added: 2006-03-01 License: GPL (GNU General Public License) Price:
762 downloads
Sauver 1.1.7.1

Sauver 1.1.7.1


Sauver is a simple and easy to use Operating System for standard Intel or AMD powered computers. more>>
Sauver is a simple and easy to use Operating System for standard Intel or AMD powered computers. Sauver is an Operating System based on the Linux kernel.
Why Sauver?
Sauver is a "Live CD", so no installation is required. The whole Operating System runs right off any removable media (USB or CD) , putting whatever system files it needs into RAM only. You simply start up your PC with the Sauver CD. It recognizes most of your devices, without having to take the trouble to install the drivers. Once youre done with Sauver, simply restart your PC. The CD will eject automatically and all will be exactly as it was before.
Imagine your System crashes and you want your data back but your operating system doesnt boot. You cant wait for your computer engineer to come and fix the problem. So what to do. Just put this CD and you get an GUI interface like your crashed system. And your data can easily be recovered.
The primary goal of Sauver is to provide easy recovery of data while keeping the cds image small enough to be written to a 185 MB CD-R(W) medium (small 8 cm CD). Sauver boots directly from the CD or USB devices.
Speed
Other Live CDs contain all software in a single compressed file. If you run such a Live OS from CD-ROM, the CD drive has to seek back and forth really frequently, because different files are located on different locations of the CD medium. This makes the system notably slow.
With Sauver, all conformable parts of the filesystem are compressed to a standalone file, which doesnt contain anything else. For example, all files which belongs to Xwindow are packed in xwindow.mo, KOffice related stuff is in koffice.mo, etc. If you work with KOffice, you usually need only files from KOffice and nothing else; and hence all files from that part of the filesystem are separated from the rest of it, your CD drive has to seek only in a 10 MB area. This significantly improves the speed.
Main features:
- Linux kernel 2.6 offering excellent hardware support
- the newest ALSA sound drivers
- ndiswrapper for loading Windows drivers for WIFI cards
- madwifi drivers for native support for WIFI cards (Multiband Atheros)
- X11 (xorg) Xwindow system, supporting many gfx cards and wheel mice automatically
Sauver Standard CD contains Extra
- Specially made Wifi Manager for Sauver
- Recover Deleted files from NTFS (Win XP, NT) & FAT (Dos, Win 95, 98, Me, XP) Partitions
- Save & Restore your settings
- Partition Manager
<<less
Download (MB)
Added: 2007-04-02 License: GPL (GNU General Public License) Price:
942 downloads
The Sajber Jukebox 1.10

The Sajber Jukebox 1.10


Sajber Jukebox is a mpeg layer 3 player with a graphical user interface. more>>
The Sajber Jukebox is a mpeg layer 3 player with a graphical user interface. Its based on Woo-jae Jungs splay for the audio and has a QT based graphical library for the interface.
Main features:
- Supports mpeg layer 3. The support for mpeg layer 1 & 2 and wav files is still in there, but untested.
- Playing of the net. By using normal http addresses, ie http://whatever.host.on.the.net/~someguy/song.mp3, you can play without having to first download.
- Forward, Rewind, Pause, Seek. The Sajber Jukebox allows for moving backwards and forwards in the song [unless its streaming, then rewind wont work]. By pressing on the progression bar you can make swift jumps to any place in the song of your liking.
- Mixer control. The Sajber Jukebox comes with a mixer control that allows you to change bass, treble, volume and pcm/dsp setting at any time without having to start a second program.
- Three types of browsers:
- File Browser. A local filemanager type of browser, which allows you to click around on your local system and select songs you wish to play.
- Standard Database. A database which allows you to recursively scan the harddisk or a directory structure in search for songs. The database is sorted by group, album and songname and makes it easy to keep track of your songs, unregardless of where on the harddisk they are located. It also supports http references in addition to ordinary files.
- Http Browser. This browser allows for playing songs of the net, and scanning home pages for songs. By giving the Http Browser an URL to a page, it will retrieve it and search it through for any references to playable files.
- Selections. You can select songs from any number of browsers, and play them with repeat and random.
- Configurability. The Sajber Jukebox is easy to configure, and provides a graphical interface instead of having to figure out how various options in the obscure rc files works.
- Saving. Selections, Standard Databases, Http Browsers and configurations can be saved to disk for easy retrieval, or autoloading at startup.
- Realtime threads. If youre a daredevil who believes that everything else on your machine oughta come second to the playing of audio, you can configure your player to use realtime scheduling.
- Bookmarks. You can save and edit bookmarks to various http or local locations for swift jumps around the filesystem or the world.
- Progression bar and timer to keep track of where in the song you are.
- Easily change between different databases and browsers.
- A smaller Players window, with the basic functions which wont cover the entire screen.
<<less
Download (0.60MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
1194 downloads
BluePlayer 0.66

BluePlayer 0.66


BluePlayer is a cross-platform, simple, light sound player. more>>
BluePlayer is a cross-platform, simple, light sound player. BluePlayer supports the following file formats: WAV, uncompressed AIFF, Ogg Vorbis, FLAC, MP3, MOD, S3M, IT, and XM.
Main features:
- Cross platform
- Simple Light
- for GUI using FLTK widgets http://www.fltk.org/
- uses a Audiere sound library http://audiere.sourceforge.net/
- Supported file formats: Uncompressed WAV*, Uncompressed AIFF*, Ogg Vorbis*, FLAC*, MP3, MOD, S3M, IT, XM (* supports seeking)
<<less
Download (0.60MB)
Added: 2006-12-21 License: GPL (GNU General Public License) Price:
1043 downloads
Internet Chess ToolKit 0.2

Internet Chess ToolKit 0.2


Internet Chess ToolKit project is a Java library for chess with PGN, FEN, SAN, and ICS (FICS, ICC) support. more>>
Internet Chess ToolKit project is a Java library for chess with PGN, FEN, SAN, and ICS (FICS, ICC) support.
Internet Chess ToolKit is a Java-based set of libraries and widgets useful for performing common tasks such as reading SAN (internationalized), FEN, PGN, generating legal moves, and connection to Internet Chess Servers (FICS).
The purpose of the Internet Chess ToolKit is to provide an extensible library to facilitate the development of internet server clients, bots, training programs, peer-to-peer players, and and various other programs useful for the game player. The library was designed with a high level of abstraction and utilization of object oriented design patterns to make it extensible; The model set up should allow for implementations of many games besides Chess, which is the main focus of this library.
Such other games might include chess variants like BugHouse, or completely different games like scrabble and the Chinese game of Go. Another goal of the library is ease of use. A lot of effort has gone into comprehensive documentation and providing sensible names for methods, as well as providing many convenience methods.
Main features:
- FICS support (limited)
- legal move generation.
- game history with variation support (alternative move suggestions).
- move comment support in text and Numeric Annotation Glyphs (NAG).
- Standard Algebraic Notation (SAN) read/write support (internationalized for presentation in 16 languages).
- Portable Game Notation (PGN) read/write support (including move variations, and FEN).
- Forsyth-Edwards Notation (FEN) read/write support.
- True MVC structure with board displays driven by game model events.
- Command-line Board display (GUI to come).
- Well documented. Sample code also provided.
Enhancements:
- Limited FICS support style12, match request, kibitz, whisper, say, tell, channel tell, shout, c/t/-shout, emote, move list, pin, gin, seek ads, seek remove, seek clear, game results
- Timeseal support
- XSLT java code generation for ICS events
- Sample ICS Client
- PGN bugs fixed
<<less
Download (MB)
Added: 2007-01-12 License: GPL (GNU General Public License) Price:
1019 downloads
Tie::Layers 0.06

Tie::Layers 0.06


Tie::Layers is a Perl module to read and write files pipelined through a stack of subroutine layers. more>>


SYNOPSIS

#####
# Subroutines
#
use Tie::Layers qw(is_handle config);

$yes = is_handle( $file_handle );

($key, $old_value) = config(%options, $key);
($key, $old_value) = config(%options, $key => $new_value );

####
# Config default startup options
#
@old_options_list = config(%options, @option_list);
@old_options_list = config(%options, @option_list);
@old_options_list = config(%options, %option_list);

#####
# Class interface
#
require Tie::Layers;

#####
# Using support methods and file handle with
# the file subroutines such as open(), readline()
# print(), close()
#
tie *LAYERS_FILEHANDLE, Tie::Layers, @options
$layers = tied *LAYERS_FILEHANDLE;


#####
# Using support methods only, no file subroutines
#
$layers = Tie::Layers->TIEHANDLE(@options);

($key, $old_value) = $layers->config($key);
($key, $old_value) = $layers->config($key => $new_value );

@old_options_list = $layers->config(@option_list);
@old_options_list = $layers->config(@option_list);
@old_options_list = $layers->config(%option_list);

$data = $layers->fin($filename, @options);

$data = $layers->fout($filename, $data, @options);

$yes = $layers->is_handle( $file_handle );

If a subroutine or method will process a list of options, @options, that subroutine will also process an array reference, @options, [@options], or hash reference, %options, {@options}.

The Tie::Layers program module contains the tie file handle Tie::Layers package. The Tie::Layers package provides the ability to insert a stack of subroutines between file subroutines print and realine and the underlying $file. The syntax of the subroutines of each layer of the readline stack and the print stack must comply to the the requirements described herein below.

This is necessary so that the Tie::Layers READLINE and PRINT subroutines know how to transfer the output from one layer to the input of another layer. The stacks are setup by supplying options with a reference to the subroutine for each layer in the print stack and the readline stack. The Tie::Layers are line orientated and do not support any character file subrouintes.

The getc, read, and write file subroutines are supported by the Tie::Layers package. The seek routines are line oriented in that the seek and tell subroutine positions are the line in the underlying file and not the character position in the file.

<<less
Download (0.070MB)
Added: 2007-02-13 License: Perl Artistic License Price:
983 downloads
Shibboleth 2.2.1

Shibboleth 2.2.1


Shibboleth is a privacy and security-aware mailing list manager. more>>
Shibboleth is a privacy and security-aware mailing list manager. Internet mailing lists today suffer from the problem of their vulnerability to exploitation by those who seek to use the Internets dynamics to their own selfish advantage. Marketers, spies, and other unscrupulous Internet users have been able to force their way into private communities, disrupting what they found, sometimes even destroying what they found.
Others will attempt to assassinate the character of others by impersonating them, recognizing the ease of forging messages from others, and understanding that the number of people who can identify a forgery by reading Internet mail protocol headers is comparatively low.
Main features:
- User verification
- Digest handling
- Address standardization
- Header canonicalization
- File serving
- Header-based passwords
- PGP Support
- Remote e-mail based management
Enhancements:
- src/shibboleth-bot.pl: Implemented update-aliases command
- src/shibboleth-bot.pl
- src/shibboleth-makealiases.pl: Untainted system() calls since 5.8.x is more strict on these
- doc/*.tex
<<less
Download (0.33MB)
Added: 2006-06-21 License: LGPL (GNU Lesser General Public License) Price:
1224 downloads
SDL::Video 2.1.3

SDL::Video 2.1.3


SDL::Video is a SDL perl extension. more>>
SDL::Video is a SDL perl extension.

SYNOPSIS

$video = new SDL::Video ( -name => pr0n.mpg );

SDL::Video adds support for MPEG video to your SDL Perl application. Videos are objects bound to surfaces, whose playback is controled through the objects interface.

METHODS

SDL::Video::error() returns any error messages associated with playback
SDL::Video::audio(bool) enables or disables audio playback, (on by default)
SDL::Video::video(bool) enables or disable video playback, (on by default)
SDL::Video::loop(bool) enables or disable playback looping (off by default)
SDL::Video::volume(int) set the volume as per the mixer volume
SDL::Video:display(surface) binds the clip to a display surface
SDL::Video::scale([x,y]|[surface]|int) scales the clip by either x,y factors, scales to the image dimensions, or a single scalar.
SDL::Video::play() plays the video clip, call SDL::Video::display() before playing
SDL::Video::pause() pauses video playback
SDL::Video::stop() stops video playback
SDL::Video::rewind() resets the clip to the beginning
SDL::Video::seek(offset) seeks to a particular byte offset
SDL::Video::skip(time) skips to a particular time
SDL::Video::region(rect) takes a SDL::Rect and defines the display area
SDL::Video::frame(int) renders a specific frame to the screen
SDL::Video::info() returns a new SDL::MPEG object reflecting the current status
SDL::Video::status() returns either SMPEG_PLAYING or SMPEG_STOPPED or SMPEG_ERROR

<<less
Download (0.76MB)
Added: 2006-07-21 License: Perl Artistic License Price:
1201 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5