Main > Free Download Search >

Free browserdetect 0.99 software for linux

browserdetect 0.99

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 95
HTTP::BrowserDetect 0.99

HTTP::BrowserDetect 0.99


HTTP::BrowserDetect is a Perl module to determine the Web browser, version, and platform from an HTTP user agent string. more>>
HTTP::BrowserDetect is a Perl module to determine the Web browser, version, and platform from an HTTP user agent string.

SYNOPSIS

use HTTP::BrowserDetect;

my $browser = new HTTP::BrowserDetect($user_agent_string);

# Detect operating system
if ($browser->windows) {
if ($browser->winnt) ...
if ($brorwser->win95) ...
}
print $browser->mac;

# Detect browser vendor and version
print $browser->netscape;
print $browser->ie;
if (browser->major(4)) {
if ($browser->minor() > .5) {
...
}
}
if ($browser->version() > 4) {
...;
}

# Process a different user agent string
$browser->user_agent($another_user_agent_string);

The HTTP::BrowserDetect object does a number of tests on an HTTP user agent string. The results of these tests are available via methods of the object.

<<less
Download (0.011MB)
Added: 2007-06-18 License: Perl Artistic License Price:
858 downloads
projectM 0.99

projectM 0.99


projectM is a music visualizer which uses 3D hardware accelerated iterative image based rendering. more>>
projectM is a XMMS visualization plugin which uses 3D hardware accelerated iterative image based rendering.

projectM is basically a reimplementation of Milkdrop under OpenGL. projectM already does some things Milkdrop does not (like infinite custom shapes/waves).

projectM should run anywhere where OpenGL is available (Linux, BSD, Mac OS X, and Windows verified). Please port me to your music player.

<<less
Download (0.24MB)
Added: 2006-07-04 License: GPL (GNU General Public License) Price:
1209 downloads
Gwget 0.99

Gwget 0.99


Gwget its a download manager for the Gnome Desktop. more>>
Gwget project its a download manager for the Gnome Desktop.
Main features:
- Resume: By default, gwget tries to continue any download.
- Notification: Gwget tries to use the Gnome notification area support, if available. You can close the main window and gwget runs in the background.
- Recursivity: Gwget detects when you put a html, php, asp or a web page dir in the url to download, and ask you to only download certain files (multimedia, only the index, and so on).
- Drag & Drop: You can d&d a url to the main gwget window or the notification area icon to add a new download.
<<less
Download (0.56MB)
Added: 2007-05-28 License: GPL (GNU General Public License) Price:
917 downloads
midget 0.99

midget 0.99


midget is a small SMB-share based backup script. more>>
midget is a small SMB-share based backup script intended for use in unattended environments where finding a person to create backups is next to impossible.

midget project is designed to allow the deployment of a file server with a built-in DVD-R drive at a clients site and subsequently perform completely automated backups.

The backup server is configured through a CSV file stored on one of the servers shares.

<<less
Download (0.026MB)
Added: 2006-03-22 License: BSD License Price:
1312 downloads
Anon Proxy Server 0.99

Anon Proxy Server 0.99


Anon Proxy Server is a fast http, https, socks caching proxy server. more>>
Anon Proxy Server is a fast http, https, socks caching proxy server. Easy web based configuration, optional p2p anonymous mode.
Main features:
- Easy Configuration - Web based, no editing text configuration files.
- Memory - No big databases are kept in memory, no matter how large the cache is, memory usage will only increase when more users access it at the same time.
- Speed - To see how much cpu the proxy uses, run top or task manager. Then open multiple windows and hit reload continously, on my computer I usually run out of bandwidth before it goes near 3-5% cpu usage.
- Shared Cache - Can be used as a general cache for all users of a computer/network instead of one cache per profile.
- Automatic config - Auto generates the .pac file for automatic proxy settings, no more updating in the do not use proxy section of individual users browsers.
- Anonymous P2P proxy - Joining the anonymous proxy network will allow you to use other peoples proxys for browsing and allow them to use yours.
- SOCKS - Supports enough of SOCKS to run ftp, most Instant messengers, irc, limewire, etc.
- User authentication - Supports external user authentication.
Enhancements:
- The program now checks for errors in access configuration.
- Variable timeout values were added.
- Log rotation was fixed.
- Occasional crashes on a bad URL were fixed.
- The auto configuration .pac file was fixed, so it should work even if the proxys URL was not set properly.
- Anon proxy defaults to 3 keys now for more reliability.
<<less
Download (0.65MB)
Added: 2006-12-14 License: zlib/libpng License Price:
1048 downloads
Spectemu 0.99.3

Spectemu 0.99.3


Spectemu project is a 48k ZX Spectrum emulator. more>>
Spectemu project is a 48k ZX Spectrum emulator.
Spectemu is a fast and nearly perfect emulation of the 48k ZX Spectrum computer. It can be run in an X11 window or on a Linux console. Features include sound output, tape emulation (with border stripes and sound), snapshot saving and loading, and an interactive keyboard picture.
It emulates the Z80 processor as well as the 48k Spectrums other hardware: keyboard, screen, sound, tape I/O. The emulation is very close to the real thing, but it is still quite fast (It was reported to be working well on a laptop with 486 at 25Mhz!).
On the other hand, the user interface is not the best. If you would like to see such features as Spectrum 128 or IF1 emulation, and dont mind the speed decrease, then have a look at xzx, another Spectrum emulator for UNIX. (Maybe sometime Spectemu will also support those.)
Main features:
- Quite fast
- X Support with MITSHM on a local display
- Console graphics support with Linux Svgalib
- Sound support (with Linux Open Sound System and SUN sound driver)
- Snapshot saving and loading (.z80 and .sna format)
- Tape emulation with .tap and .tzx files (I/O emulation with border striping and tape sound)
- Optional quick loading of tapefiles
- "Animated" keyboard picture NEW
- Configuration NEW
<<less
Download (0.25MB)
Added: 2007-01-10 License: GPL (GNU General Public License) Price:
1021 downloads
smp-encode 0.99

smp-encode 0.99


smp-encode is a compact utility that encodes groups of audio files. more>>
smp-encode is a compact utility that encodes groups of audio files in parallel to make use of multiple CPUs with single threaded encoders.
smp-encode project supports supports OggEnc and LAME.
Usage:
smp-encode is invoked with 3 mandatory arguments.
-e < encoder > where encoder is one of the available builtin modules, "lame" or "oggenc" as of now. encoder arguments are hardcoded in encoder.cpp, but in the future these will be defined on smp-encodes commandline.
-p < N > where N refers to any number over over 0. This will cause smp-encode to generate N processes to be used to encode the given files. Given files are evenly distributed.
The last mandatory argument is a choice between a list of files, either given explicitly or via wildcard (eg. ./*.wav) or the -d < directory > argument.
As of now, successful invocations dont display anything during runtime, in the future some progress info will be reported.
Compile:
You should be fine with just running make and then make install. This will generate a program named smp-encode that is stripped. And throw it in /usr/local/bin
If you need to add encoders or edit the argvs of them, encoder.cpp is where all that stuff is done.
Enhancements:
- A complete rewrite using the GTK+2.0 UI.
- Thread control (pause and cancel).
- Many options from LAME and oggenc are implemented in the GUI.
- Progress bars indicate individual thread progress.
- Many other tweaks and bugfixes related to the rewrite.
<<less
Download (0.016MB)
Added: 2006-03-06 License: GPL (GNU General Public License) Price:
1328 downloads
xmlrpcserver 0.99.2

xmlrpcserver 0.99.2


xmlrpcserver provides a simple to use and complete XML-RPC server. more>>
xmlrpcserver provides a simple to use and complete XML-RPC server.
xmlrpcserver is a simple to use but fairly complete XML-RPC server module for Python, implemented on top of the standard module xmlrpclib.
This module may, for example, be used in CGIs, inside application servers or within an application, or even standalone as an HTTP server waiting for XML-RPC requests.
xmlrpcserver is completely written in Python and has no dependencies other than standard modules.
Enhancements:
- This version added system.listMethods() and system.methodHelp() introspection methods
- introduced a return value to execute()
- featured a small security improvement by not allowing methods starting with _ to be available in registered classes.
<<less
Download (0.021MB)
Added: 2007-04-06 License: LGPL (GNU Lesser General Public License) Price:
931 downloads
Recon 0.99.6

Recon 0.99.6


Recon is an audit tool for SSL-enabled services. more>>
Recon is an SSL audit tool, checking for common, certificate-related errors in SSL-enabled services. Provide it a list of SSL services for which you are responsible, it runs them periodically, a Recon will warn you of impending certificate expirations, mismatched certificate names or unavailable services.

<<less
Download (0.084MB)
Added: 2006-07-08 License: GPL (GNU General Public License) Price:
1279 downloads
KGSueMe 0.99

KGSueMe 0.99


KGSSueMe aims to provide a sample implementation of a client for the popular Kiseido Go Server. more>>
KGSSueMe aims to provide a sample implementation of a client for the popular Kiseido Go Server.

KGSueMe project stresses documenting the protocol by giving developers code, so that they can write their own clients, rather than to provide a featureful client.

<<less
Download (0.56MB)
Added: 2006-03-16 License: GPL (GNU General Public License) Price:
1317 downloads
GNOME Translate 0.99

GNOME Translate 0.99


GNOME Translate is a natural language translator. more>>
GNOME Translate is a GNOME interface to libtranslate. It can translate a text or web page between several natural languages, and it can automatically detect the source language as you type.

GNOME Translate is free software, released under the terms of the GNU General Public License.

<<less
Download (0.29MB)
Added: 2005-07-29 License: GPL (GNU General Public License) Price:
1550 downloads
mod_myuserdir 0.99.3

mod_myuserdir 0.99.3


mod_myuserdir is Apache 1.3.xx module for dynamically configured mass userdirs with php. more>>
mod_myuserdir is an Apache 1.3.xx module for dynamically configured mass userdirs with php. All configurations are stored in MySQL database.
- No need to have every user in system userbase (/etc/passwd), no need to restart apache after configuration changed (homedir changed, user [un]blocked...).
- After all, it is capable to change settings of PHP4 dynamically (if php is loadable module or it is linked with apache) for any user. By default, it sets open_basedir as homedir to prevent user from stoling files from other users and from your server, but you have ability to change almost any parameter that exists in php.ini, for example, you can turn on safe_mode or register_globals for particular user, if it has old php scripts that use global variables.
<<less
Download (0.017MB)
Added: 2007-05-26 License: The Apache License 2.0 Price:
881 downloads
Onroot 0.99.2

Onroot 0.99.2


Onroot plugin simply takes a gimp image and dumps it to the X root window. more>>
Onroot plugin simply takes a gimp image and dumps it to the X root window.

The preview window shows a scaled version of the X root window. The options are relatively self explanatory except for the free hand which lets you use the mouse to move the image around the preview screen before placing the image on the root window.

In this mode you can also scale the image; (use the mouse when the cursor changes shape or use the +/- keys for aspect scaling); set the background color the image is placed on).

This version changes the PDB interface so if you have written any scripts that use this plugin then they will need to be modified.

<<less
Download (0.011MB)
Added: 2006-09-20 License: GPL (GNU General Public License) Price:
1129 downloads
Posy::Docs::UserGuide 0.99

Posy::Docs::UserGuide 0.99


Posy::Docs::UserGuide is a guide for users of Posy. more>>
Posy::Docs::UserGuide is a guide for users of Posy.

SYNOPSIS

perldoc Posy::Docs::UserGuide

Posy is a simple website content management system inspired by the design of blosxom.

The filesystem is the database, there are flavour templates, and plugins. However, this system doesnt require one to write ones entry files in one particular format; one can choose from pure HTML, plain text, or blosxom format.

And other formats can be dealt with if one writes a plugin to deal with them.
This is a guide to how to get your system running after youve installed it.

<<less
Download (0.070MB)
Added: 2006-06-16 License: Perl Artistic License Price:
1225 downloads
Inkblot 0.99.8

Inkblot 0.99.8


Inkblot reports on the remaining ink levels in a wide variety of USB and Parallel connected printers. more>>
Inkblot project reports on the remaining ink levels in a wide variety of USB and Parallel connected printers.

Inkblot provides an ink status notification, and can provide a more detailed dialog showing the level of ink remaining to your printer. Inkblot uses libinklevel to detect your printer on first run. Where available, the status of individual colour ink reservoirs is shown.

Inkblot lives in the notification area and gives a traffic-light indication of overall ink level status.

Clicking the icon gives more detail in the form of a dialog, and this can be expanded if your printer supports reporting on each colour reservoir. Inkblot should detect your printer automatically.

<<less
Download (0.15MB)
Added: 2007-03-18 License: GPL (GNU General Public License) Price:
950 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5