Main > Free Download Search >

Free googlewhack 1.4 software for linux

googlewhack 1.4

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 570
Games::GoogleWhack 1.4

Games::GoogleWhack 1.4


Games::GoogleWhack is a Perl module that finds, verifies, and/or submits GoogleWhacks. more>>
Games::GoogleWhack is a Perl module that finds, verifies, and/or submits GoogleWhacks.

SYNOPSIS

use Games::GoogleWhack;

my $googlewhack = Games::GoogleWhack->new();
my $is_googlewhack = $googlewhack->is_googlewhack(foo, bar);

die $googlewhack->errstr if $googlewhack->errstr;

print "Youve found a GoogleWhack! Congrats! :-)n" if $is_googlewhack;

NOTE: THIS MODULE MAKES EXTERNAL CONNECTIONS TO GOOGLE.COM, DICTIONARY.COM, and/or GOOGLEWHACK.COM. IT IS THE USERS RESPONSIBILITY TO ENSURE THAT THEY ARE IN COMPLIANCE WITH ANY RESPECTIVE TERMS OF USE CLAUSES FOR SITE USAGE. THE AUTHOR ASSUMES NO LIABILITY FOR THE USE OR MISUSE OF THIS MODULE.

<<less
Download (0.012MB)
Added: 2006-11-28 License: Perl Artistic License Price:
1067 downloads
Polar 1.4

Polar 1.4


Polar provides a smooth and simple cursor set created primarily in Inkscape. more>>
Polar provides a smooth and simple cursor set created primarily in Inkscape.
Polar Cursor Theme is a smooth and simple cursor set created primarily in Inkscape.
Installation
There are three cursor sets included in this package. The default with the orange busy cursors is called PolarCursorTheme and the blue and green variants have -Blue and -Green added to the end of their theme name. To make sure that all themes are installed (or only the one you want) extract to /.icons/ in your home folder.
Note
KDE users please note that installing the cursors through the control center can cause some cursors to use the default X cursors. To fix this simply extract the theme directly to /.icons/ in your home folder.
Finally a special thanks to all the authors of various cursor themes here on gnome-look.org for ideas.
Enhancements:
- Added Zoom cursors
- Fixes to cursor mappings
- Highlight added to clean up outlines
- Added Blue and Green busy cursors as an option
- Changed move cursor
- Small changes to other cursors
<<less
Download (MB)
Added: 2007-03-02 License: GPL (GNU General Public License) Price:
975 downloads
goPod 1.4

goPod 1.4


goPod allows you to remove the EU Volume limitation from 3rd and 4th generation iPods, and iPod minis. more>>
goPod project allows you to remove the EU Volume limitation from 3rd and 4th generation iPods, and iPod minis.

goPod is a command line program that allows you to remove the EU Volume limitation on EU iPods.

We cant be held responsible for the use you make with this program or any damage it could cause to you iPod.

It is provided for information purpose only. Moreover, uncapping your iPod and using it is illegal in France.

Usage:

To apply the tweak, you may have to launch your iPod in HDD mode. To do so, in iTunes, select your iPod and click on the disk icon on the lower-right part of the iTunes window.

Launch goPod. Just click go to cap it/uncap your iPod. If it is not detected, clicking go will make goPod trying to detect it again.

JUST CLICK ON GO ONCE, it may take some time (5 seconds). I know its a bit "slow", but this is for compatibility reasons.

Once your iPod is capped/uncapped, you *may* have to restart it. To do so, press the menu button and the central button during 3 seconds if you are using a 4G iPod or the menu and play buttons if you have a 3G until you can see an apple.

This reboot should be automatic.
<<less
Download (0.091MB)
Added: 2007-01-01 License: GPL (GNU General Public License) Price:
641 downloads
FLAC 1.1.4

FLAC 1.1.4


FLAC stands for Free Lossless Audio Codec. more>>
FLAC is Free Lossless Audio Codec. Grossly oversimplified, FLAC is similar to MP3, but lossless, meaning that audio is compressed in FLAC without any loss in quality.
This is similar to how Zip works, except with FLAC you will get much better compression because it is designed specifically for audio, and you can play back compressed FLAC files in your favorite player (or your car or home stereo, see supported devices) just like you would an MP3 file.
FLAC is freely available and supported on most operating systems, including Windows, "unix" (Linux, *BSD, Solaris, OS X, IRIX), BeOS, OS/2, and Amiga. There are build systems for autotools, MSVC, Watcom C, and Project Builder.
The FLAC project consists of:
the stream format
reference encoders and decoders in library form
flac, a command-line program to encode and decode FLAC files
metaflac, a command-line metadata editor for FLAC files
input plugins for various music players
When we say that FLAC is "Free" it means more than just that it is available at no cost. It means that the specification of the format is fully open to the public to be used for any purpose (the FLAC project reserves the right to set the FLAC specification and certify compliance), and that neither the FLAC format nor any of the implemented encoding/decoding methods are covered by any known patent. It also means that all the source code is available under open-source licenses. It is the first truly open and free lossless audio format.
Main features:
- Lossless: The encoding of audio (PCM) data incurs no loss of information, and the decoded audio is bit-for-bit identical to what went into the encoder. Each frame contains a 16-bit CRC of the frame data for detecting transmission errors. The integrity of the audio data is further insured by storing an MD5 signature of the original unencoded audio data in the file header, which can be compared against later during decoding or testing.
- Fast: FLAC is asymmetric in favor of decode speed. Decoding requires only integer arithmetic, and is much less compute-intensive than for most perceptual codecs. Real-time decode performance is easily achievable on even modest hardware.
- Hardware support: Because of FLACs free reference implementation and low decoding complexity, FLAC is currently the only lossless codec that has any kind of hardware support.
- Streamable: Each FLAC frame contains enough data to decode that frame. FLAC does not even rely on previous or following frames. FLAC uses sync codes and CRCs (similar to MPEG and other formats), which, along with framing, allow decoders to pick up in the middle of a stream with a minimum of delay.
- Seekable: FLAC supports fast sample-accurate seeking. Not only is this useful for playback, it makes FLAC files suitable for use in editing applications.
- Flexible metadata: New metadata blocks can be defined and implemented in future versions of FLAC without breaking older streams or decoders. Currently there are metadata types for tags, cue sheets, and seek tables. Applications can write their own APPLICATION metadata once they register an ID
- Suitable for archiving: FLAC is an open format, and there is no generation loss if you need to convert your data to another format in the future. In addition to the frame CRCs and MD5 signature, flac has a verify option that decodes the encoded stream in parallel with the encoding process and compares the result to the original, aborting with an error if there is a mismatch.
- Convenient CD archiving: FLAC has a "cue sheet" metadata block for storing a CD table of contents and all track and index points. For instance, you can rip a CD to a single file, then import the CDs extracted cue sheet while encoding to yield a single file representation of the entire CD. If your original CD is damaged, the cue sheet can be exported later in order to burn an exact copy.
- Error resistant: Because of FLACs framing, stream errors limit the damage to the frame in which the error occurred, typically a small fraction of a second worth of data. Contrast this with some other lossless codecs, in which a single error destroys the remainder of the stream.
What FLAC is not:
- Lossy. FLAC is intended for lossless compression only, as there are many good lossy formats already, such as Vorbis, MPC, and MP3 (see LAME for an excellent open-source implementation).
- SDMI compliant, et cetera. There is no intention to support any methods of copy protection, which are, for all practical purposes, a complete waste of bits. (Another way to look at it is that since copy protection is futile, it really carries no information, so you might say FLAC already losslessly compresses all possible copy protection information down to zero bits!) Of course, we cant stop what some misguided person does with proprietary metadata blocks, but then again, non-proprietary decoders will skip them anyway.
<<less
Download (1.9MB)
Added: 2007-02-14 License: GPL (GNU General Public License) Price:
994 downloads
Clok 1.4

Clok 1.4


Clok is a graphical Java application which brings a new way of viewing the time. more>>
Clok is a graphical Java application which brings a new way of viewing the time.
It isnt for everyone though and it is not meant to replace clocks, it is meant to be used in concert with them.
Clok runs as a Java application, however it is implemented as a JPanel so any Swing application can incorporate a clok into itself.
Also, there is Clok/PHP which generates PNGs for incorporation into web pages.
How do I use Clok?
If you download the jar, the easiest thing to do is just run the jar like so:
$ java -jar clok.jar
That will produce a list of time zones your java runtime supports. Pick the one that most closely matches your locality and add that as a command line parameter. You can actually add as many as you want.
$ java -jar clok.jar America/Los_Angeles
Enhancements:
- Clok/PHP supports background images
- Clok resizing and layout fixed to work better in 1.4
<<less
Download (0.006MB)
Added: 2006-09-25 License: GPL (GNU General Public License) Price:
1126 downloads
Podracer 1.4

Podracer 1.4


Podracer is a podcast downloader. more>>
Podracer is a podcast downloader. It takes a file with the URLs to all your podcast rss feeds and goes and gets the mp3s and stores them in a specified location. Podracer is a Bourne Shell script with an internal BitTorrent downloader written in Python.
Main features:
- Catchup feature updates the log without downloading all podcasts
- Run as a cron job to automatically receive podcasts
- Properly fails (with no error message for the sake of cron) if already running
- Download podcast enclosures of any file format
- Support for BitTorrent downloading and seeding of podcasts
- Configurable seed time management - seed torrents for an hour or a day
- Background torrent seeding continues after program ends and stops automatically
- System-wide and user-specific configuration
- User-specific subscription file and podcast download directories
- Commentable subscription file - go ahead and mark it up
- Fully configurable placement of files and directories
- Support for dynamic creation of download directories, i.e. based on date/time
- Appears in podcasters logs as a podcast receiver
- Automatic creation of m3u playlists
- User may request that m3u not be created
- Automatic removal of empty download directories
- Your suggestions...
<<less
Download (0.022MB)
Added: 2006-02-20 License: MIT/X Consortium License Price:
1349 downloads
jOggPlayer 1.1.4

jOggPlayer 1.1.4


jOggPlayer is an open source platform independant Graphical Ogg Vorbis Player. more>>
jOggPlayer is an open source platform independant Graphical Ogg Vorbis Player. Developed using Java, so if your system has a Java2 VM you can use this app. You can now listen to your Oggs using an app that is NOT bloated. In fact this app/let should be able to run on a web page after you set your java security permissions.
I programmed this because I wanted a Java Graphical Vorbis Ogg player. I did it for myself and thought I would share it with you. My first priority was to get something that worked and looked reasonable. There are still some outstanding issues that I want to fix or work on. Dont expect a WinAMP style playlist, Playlists are harder to be made than the actual player.
Main features:
- plays files from your hard drive or
- plays songs from a URL
- plays streams from jRoar ogg streams (version 1.1 only)
- individual file play or multiple file looping play
- sequential or random play
- in applet volume control that goes to 11!
- visual song progress indicator
- playlist songs have a favourite selection box (version 1.1 only)
- displays ogg file information comments in a mouse-over popup window (song name, artist etc.)
- unlimitted size playlist that can transparently include files and/or URLs
- user selectable directory recursion on file load... just choose a dir from the load file dialog
- can load a file, URL or a whole directory of files on startup
- can save and load your playlist to a file
- can read your m3u playlist for ogg files
- user selectable fonts, colours, and background textures
- needs Java 1.2 or higher
- works behind a proxy/firewall (see the starting documentation)
- PLUS it sounds great!
<<less
Download (2.7MB)
Added: 2006-08-03 License: GPL (GNU General Public License) Price:
1187 downloads
GnomeRSVP 1.4

GnomeRSVP 1.4


GnomeRSVP project is a rapid serial visual projector. more>>
GnomeRSVP project is a rapid serial visual projector.
GnomeRSVP is a "Rapid Serial Visual Projector" similar to products like AceReader.
In this dynamic representation of text, each word is flashed on the screen one at a time in succession.
The reader is less inclined to "oralize" the text, rather the reader interprets whole words as meaningful written symbols.
Automatic re-reading of adjacent previous text is therefore rendered impossible.
This results in much higher reading speeds than are possible with standard techniques.
Main features:
- Gnome compliance
- Font Selection
- Color Selection
- Text, HTML, and PDF file support
- Session Support
- Remembers Last Location and Position
- URL support!
- Variable speed from 120 to 6000 words per minute
<<less
Download (0.011MB)
Added: 2006-10-18 License: LGPL (GNU Lesser General Public License) Price:
1105 downloads
DBGuestbook 1.1.4

DBGuestbook 1.1.4


DBGuestbook project consists of a simple guestbook script. more>>
DBGuestbook project consists of a simple guestbook script.
DBGuestbook is a simple guestbook script that doesnt require a database.
It allows you delete entries and ban IP addresses through an easy-to-use, password protected administration interface.
You can also receive an email notification anytime someone signs your guestbook.
Main features:
- Quick and easy to install.
- No database required.
- Delete multiple entries at once.
- Ban IP addresses from signing your guestbook.
- Receive e-mail notifications when your guestbook is signed.
- Pages are XHTML syntax compliant, and compatible with both IE and Firefox.
- Web-based administration interface.
<<less
Download (0.012MB)
Added: 2007-03-20 License: Free To Use But Restricted Price:
952 downloads
Multi_Search 0.1.4

Multi_Search 0.1.4


Multi_Search is a desktop search widget for Superkaramba. more>>
Multi_Search is a desktop search widget for Superkaramba.

Requirements:

NOTE: A new requirement for version 0.1.0 is the wxPython module. You will not be able to use the new options in this version without wxPython. If you choose not to install wxPython you can still do the old configure options such as change background/default browser/and add search engines, but none of the new features, those need wxPython.

What It Does:

This widget allows one to search almost any search engine right from their desktop. It also gives the ability to run terminal commands. The theme launches the search in your default browser(setup in the right click Configure Theme menu). Click on the icon to the left of the searchbox to change the search engine.

You can add your own search engines to the widget through the right click Configure Theme Menu. This will take a search url and add it and its associated favicon, if it has one, to your widget.

You also have the ability edit and remove existing search engines and change the icon for a search engine.

There are also 8 backgrounds to choose from which can be found in the right click Configure Theme menu.

If anyone has any problems, comments, or ideas I would be glad to hear them.

<<less
Download (0.076MB)
Added: 2007-04-03 License: GPL (GNU General Public License) Price:
936 downloads
FoxGame 1.4.14

FoxGame 1.4.14


FoxGame is an extension that can be used to enhance user experience with O-game. more>>
FoxGame is an extension that can be used to enhance user experience with O-game.
Enhance user experience with O-game (now works in every o-game version)
Adds a lot of features to the webgame O-game.
It also integrates Database features inside the game.
O-Game, is a real-time spacial browser game.
bs-BA/hr-HR/cs-SR can be downloaded as a separate version from http://foxgame.mozdev.org/ because there is no especific firefox version for those languages.
Main features:
- Automatic universe selector in login page.
- Reduced galaxy view: Planet column is not rendered and its functinality is moved to Name col., debris header reduced also.
- Extra delete options and spy report options: You can control messages from the top or the bottom.
- Fleet arrival and return time: In fleet destiny selection page you will see the time when you fleet will arrive and come back to your planet.
- Fleet retreat time: In fleet page you will see the time when your fleet will arrive if you order to come back.
- Multilanguage support: es-ES(spanish), en-US(english), de-DE(deutsch), pl-PL(polish), fr-FR(french), nl-NL/nl-BR (dutch), it-IT (italian), bs-BA/sr-CS/hr-HR (bosnian, serbian, croatian), pt-PT/pt-BR(portugese), tr-TR(Turkish), zh-CN/zh-TW (Simplified chinese and traditional chinese), ru-RU (russian), da-DK (danish), si-SL (slovenian) and sv-SE/sv-FI (swedish). If your language is not supported and you want to translate it, mail me.
- Almost all finishing hours: Research and buildings finishing hours, hangars qeue finishing time, you can see date/time in overview if you wish and even in phalanx.
- Highlight ally and private messages: Ally and private messages now have a diferent background to see them easily.
- Highlight big debris fields: Debris fields bigger than you fix min will have different background in galaxy view.
- Autochoose mision type: You can define mission priorities so FoxGame will select the mission according to that.
- Online DBs integration: Send reports to Milos (only ogame.com.es), EspRep and GalaxieTool directly within OGame (solar systems, stats and spy reports supported).
- In mines and power plants info screens (the ones you see when you click in the name) you will see the diferences between your actual level and the rest.
- Autoselect fleet destination: Select coord text anywhere go to fleet send screen and Voila! the destination is already selected. There is no need to take down numbers anymore.
- Private message signatures.
<<less
Download (0.057MB)
Added: 2007-07-11 License: MPL (Mozilla Public License) Price:
611 downloads
athenaCL 1.4.5

athenaCL 1.4.5


athenaCL is a music analysis and algorithmic composition program. more>>
athenaCL is a music analysis and algorithmic composition program. The system can be scripted and embedded, and includes integrated instrument libraries, post-tonal and microtonal pitch modeling tools, multiple-format graphical outputs, and musical output in Csound, MIDI, audio file, XML, and text formats.

Musical parts are deployed as Textures, layered surface-defining objects containing numerous independent ParameterObjects to control pitch, tempo, rhythm, amplitude, panning, and instrument (Csound) parameters. The system includes an integrated library of Csound instruments, and supports output for external Csound instruments, MIDI, and a variety of alternative formats. Over sixty specialized Generator, Rhythm, and Filter ParameterObjects provide tools for stochastic, chaotic, cellular automata based, markov based, wave-form, fractional noise (1/f), genetic, Xenakis sieve, linear and exponential break-point segments, masks, and various other algorithmic models. ParameterObjects can be embedded in other ParameterObjects to provide powerful dynamic and masked value generation. Textures can be combined and edited, and tuned with algorithmic Temperament objects. Texture Clones allow the filtering and processing of Texture events, performing transformations not possible with parameter generation alone.

The analytic and algorithmic systems use Path objects for organizing and sharing pitch groups. Paths provide simultaneous representations of ordered content groups in set-class, pitch-class space, and pitch space. Paths may contain numerous PathVoices (voice leadings) and may be analyzed with both set-class similarity measures and voice leading rankings. As a reference utility, pitch groups can be searched, analyzed, and compared with a wide variety of tools

<<less
Download (8.4MB)
Added: 2007-08-10 License: GPL (GNU General Public License) Price:
805 downloads
SeoQuake 1.4.1

SeoQuake 1.4.1


SeoQuake is a Firefox extension that allows a quick view of site parameters in the Search Engine Results Pages. more>>
SeoQuake is a Firefox extension that allows a quick view of site parameters in the Search Engine Results Pages.

(Google, Yahoo, MSN, Yandex, Rambler are supported)

SEObar indicate some SE-dependent parameters

Warning! Extension is using the advertisement block in results of search engines.

<<less
Download (0.082MB)
Added: 2007-03-30 License: MPL (Mozilla Public License) Price:
969 downloads
rexima 1.4

rexima 1.4


rexima is a curses-based interactive mixer which can also be used from the command-line. more>>
rexima is a curses-based interactive mixer which can also be used from the command-line. It runs on any terminal with a screen size of 80x24 or greater. Its intended to be a simple, general, usable mixer without all the chrome and colours usually present in other mixers.
Also, it gives a numeric level readout (as well as the sliders), unlike most interactive mixers
Ive used. It should work on any terminal with a screen size of at least 80x24.
Enhancements:
- Version 1.4.
- rexima.c (usage_help): corrected slight misalignment of usage lines.
- rexima.c (getoptn): added an old getopt() replacement of mine, so that we avoid glibcs one treating level decrements as unrecognised options. Thanks to Alexandra Walford for spotting the bug.
<<less
Download (0.015MB)
Added: 2006-08-02 License: GPL (GNU General Public License) Price:
1178 downloads
Murdoc 1.4

Murdoc 1.4


Murdoc is a system for documenting system management departments. more>>
Murdoc project is a system for documenting system management departments.
All documents of a system management department can be put in Murdoc for convenient browsing and searching.
It comes with several tools for creating content, like a Unix documenter (for automatically documenting Unix servers on a daily basis), a Windows documenter (for automatically documenting Microsoft Windows servers on a daily basis), and a Logbook writer (for entering logbook entries by the system administrators). A searching feature is included.
Main features:
- UNIX documenter (for automatically documenting UNIX servers on a daily basis)
- Windows documenter (for automatically documenting Microsoft Windows servers on a daily basis)
- Logbook writer (for entering logbook entries by the system administrators)
<<less
Download (8.1MB)
Added: 2006-10-05 License: GPL (GNU General Public License) Price:
1114 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5