Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.416.837 Times

Opera Cache Viewer freeware
Filter: All | Freeware | Demo
 

Opera Cache Viewer

< 1 2 3 4 5 > 
Added: May 20, 2010 | Visits: 2.045

Cache::Memcached::Managed Cache::Memcached::Managed is a Perl module that provides an API for managing cached information. SYNOPSIS use Cache::Memcached::Managed; my $cache = Cache::Memcached::Managed->new( 127.0.0.1:12345 ); $cache->set( $value ); $cache->set( $value,$id ); $cache->set( value => $value, id...



Platforms: *nix

License: Freeware Size: 38.91 KB Download (98): Cache::Memcached::Managed Download

Added: November 23, 2010 | Visits: 1.476

Mesh Viewer Mesh Viewer is an easy to use lightweight application to display triangular meshes from a variety of file formats (see 3D formats). Mesh Viewer uses the OpenGL API to render the models. The program was born under the need for quickly displaying reconstructed triangulated meshes. The Mesh Viewer...





Platforms: *nix

License: Freeware Size: 634.88 KB Download (127): Mesh Viewer Download

Added: May 01, 2010 | Visits: 1.106

Cache::Memcached::XS Cache::Memcached::XS is a client library for memcached (memory cache daemon) using libmemcache. SYNOPSIS use Cache::Memcached::XS; $memd = new Cache::Memcached { servers => [ "10.0.0.15:11211", "10.0.0.15:11212", "10.0.0.17:11211", [ "10.0.0.17:11211", 3 ] ], compress_threshold =>...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (97): Cache::Memcached::XS Download

Added: February 15, 2010 | Visits: 1.261

Cache Status Cache Status displays cache status and allows easy management from status bar. This utility extension monitors your cache statistics for both memory and disk devices, pulling the numbers straight from the same place that about:cache does. You can also clear your cache by right-clicking on the...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (106): Cache Status Download

Added: June 14, 2010 | Visits: 1.457

Enhanced TightVNC Viewer Enhanced TightVNC Viewer package is a project to add some patches to the long neglected Unix TightVNC Viewer. Enhanced TightVNC Viewer also adds a GUI for Windows and Unix that automatically starts up a STUNNEL SSL tunnel for SSL connections to x11vnc (or any other VNC Server also running an SSL...


Platforms: *nix

License: Freeware Size: 5 MB Download (135): Enhanced TightVNC Viewer Download

Added: May 27, 2010 | Visits: 1.720

Ekspos Image Viewer Ekspos is platform independent Java image viewer program. Ekspos Image Viewer support most popular image format: PNG, JPEG, and GIF, where additional image format can be added through Java ImageIO plugin. It consists of 2 parts: shell browser and viewer. Shell browser allows you to navigate...


Platforms: *nix

License: Freeware Download (137): Ekspos Image Viewer Download

Added: July 15, 2010 | Visits: 3.722

Browser History Viewer Browser History Viewer allows you to examine the contents of web browser history files and export the data. Currently it supports Internet Explorer and Mozilla/Firefox. Browser History Viewer meant to be a forensics tool. It meant to be a forensics tool. BHV is licensed under the terms of...


Platforms: *nix

License: Freeware Download (472): Browser History Viewer Download

Added: May 13, 2010 | Visits: 1.229

iSQL-Viewer iSQL-Viewer is an open-source JDBC 2.x compliant database front end written in Java. It implements across multiple platforms features of the JDBC API. It does everything through a single interface. iSQL-Viewer works with most database platforms, including PostgreSQL, MySQL, Oracle, and...


Platforms: *nix

License: Freeware Size: 491.52 KB Download (125): iSQL-Viewer Download

Added: August 14, 2010 | Visits: 1.940

KIPI Plugin: OpenGL Image Viewer While Digikam is a great app for managing your images, it lacks a good and fast image viewer in my opinion. Unfortunately, the fastest image viewer for KDE, Kuickshow, is not available as KIPI plugin. Therefore I wrote this plugin to fill that gap. KIPI Plugin: OpenGL Image Viewer KDE-Apps.org...


Platforms: *nix

License: Freeware Size: 532.48 KB Download (119): KIPI Plugin: OpenGL Image Viewer Download

Added: January 24, 2010 | Visits: 1.209

Mars MOLA Viewer Mars MOLA Viewer displays a fly-over rendering of the Martian surface, as measured by the Mars Global Surveyor, in real-time 3D animation. Mars MOLA Viewer downloads the Mars Orbiting Laser Altimeter topographic data files and uses them to drive the rendering. The user controls the position and...


Platforms: *nix

License: Freeware Download (105): Mars MOLA Viewer Download

Added: February 04, 2010 | Visits: 1.076

Apache::Cache Apache::Cache is a cache data accessible between Apache childrens. SYNOPSIS use Apache::Cache qw(:status); my $cache = new Apache::Cache(default_expires_in=>"5 minutes"); # if the if the next line is called within 10 minutes, then this # will return the cache value overwise, this will...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Apache::Cache Download

Added: June 26, 2010 | Visits: 1.615

OpenSymphony Cache OSCache is a high performance J2EE caching solution that can cache portions of JSP pages, entire HTTP responses (including dynamically generated images), and arbitrary Java objects. OpenSymphony Cache can provide your J2EE application with huge performance gains and graceful error tolerance...


Platforms: *nix

License: Freeware Size: 2.8 MB Download (113): OpenSymphony Cache Download

Added: October 20, 2010 | Visits: 1.376

tc-viewer tc-viewer provides the ability to watch current transfers that take place in HTB and HFSC traffic shaping classes on specified interface. tc-viewer reads output from: tc -s class show dev iface, and analyzes (for each class) values in lines like this one : Sent 6173259431 bytes 6300224 pkt......


Platforms: *nix

License: Freeware Size: 8.19 KB Download (243): tc-viewer Download

Added: April 16, 2010 | Visits: 790

Cache::Mmap Cache::Mmap Perl module helps you to share data cache using memory mapped files. SYNOPSIS use Cache::Mmap; $cache=Cache::Mmap->new($filename,%options); $val1=$cache->read($key1); $cache->write($key2,$val2); $cache->delete($key3); This module implements a shared data cache, using...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (101): Cache::Mmap Download

Added: July 01, 2010 | Visits: 748

Cache::Bounded Cache::Bounded is a size-aware in-memory cache optimized for speed. SYNOPSIS Cache::Bounded is designed for caching items into memory in a very fast but rudimentarily size-aware fashion. Most intelligent caches take either a size-aware or use-aware approach. They do so by either anlysing...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): Cache::Bounded Download

Added: May 26, 2010 | Visits: 1.329

File Activity Viewer File Activity Viewer opens a file and shows you the last lines (this is configurable) and then keeps waiting for changes in that file. It works like a graphical (with GUI) tail -f. Whats New in This Release: - Add Edit menu with Copy, Clear and Select All functions. - Add possibility to...


Platforms: *nix

License: Freeware Size: 614.4 KB Download (98): File Activity Viewer Download

Added: June 22, 2010 | Visits: 2.909

Rss Viewer 2.0.0 RSS Viewer is a comfortable and portable viewer for RSS/RDF-compatible newsfeeds. It is written completely in Java and licensed under the GNU General Public License. Rss Viewer is proven to run on Windows, Linux and MacOS X. Other Java enabled platforms should work as well..


Platforms: *nix

License: Freeware Size: 2.4 MB Download (371): Rss Viewer 2.0.0 Download

Added: June 02, 2010 | Visits: 922

Passive Cache Passive Cache is a Firefox extension that retrieves a stripped version of the cached Google page for a URL, as well as a listing of Waybacks archived pages for the URL. In essence, it allows the viewing of a page, or site, without any active connections being made to the site.. Home of The Baskin...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (120): Passive Cache Download

Added: March 02, 2010 | Visits: 1.108

K Executable Viewer Kbview - also known as the K Executable viewer - is a program that is designed to allow you to browse most executable formats. At present only ELF is supported. This program is presently in pre-alpha state. While I have a general idea of how I want the development to proceed, and I am taking...


Platforms: *nix

License: Freeware Size: 808.96 KB Download (120): K Executable Viewer Download

Added: November 07, 2010 | Visits: 946

KSystem Viewer KSystem Viewer is a little Kommander bash script what aims see the characteristics of the current system. KSystem Viewer can see hdd capacity or the name/frequency of the processor.. KSystem Viewer KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (113): KSystem Viewer Download

< 1 2 3 4 5 >