Main > Free Download Search >

pc private eye 4.0

pc private eye 4.0

Sponsored Links
Sponsored Links

pc private eye 4.0

No.
Title
Category
Price
License
Expand All
1
Games -> RPG
GPL GNU General Public License
Hide show
Save your home town from three mighty wizards and their insatiable greed sparked by the discovery of an ancient ruin.

Kamyrans Eye is a fantasy-themed "roguelike" role-playing game for Nokia Series60 cellphones and PCs.

With each game, explore a world which is never quite the same - filled with inhabitants both friendly and hostile. Defend cities and villages, conquer wizard towers and raid dens.

A plethora of items, weapons and spells allow for a wide array of tactics to reach one of the multiple endings.

2
Games -> RPG
GPL GNU General Public License
Hide show
Falcons Eye project is a mouse-driven interface for NetHack.

Falcons Eye is a mouse-driven interface for NetHack that enhances the visuals, audio, and accessibility of the game, yet retains all the original gameplay, and game features.

Here are some key features of "Falcon s Eye":

· mouse-driven interface (keyboard play also supported)
· high-res, isometric graphics with real-time lighting
· ease of play: autopilot, tooltip descriptions of game objects, and more
· digitized sound effects
· MIDI soundtrack (listen to some samples)
· sound effects and keyboard commands are customizable
· retains all NetHack features

3
System -> Networking
GPL GNU General Public License
Hide show
The Eye Of Horus is a monitoring and alerting tool for computers. Its mainly useful for monitoring network services (eg, HTTP or SMTP servers) and the internal status of Unix servers (eg, load, disk usage, process counts).

In that respect, its a lot like Nagios, but in my opinion its better. It lacks a few features Nagios has, but it is a very simple architecture to which they can easily be added.

Its a flexible thing made from independent modules with well-defined interfaces, making it easy to customise and extend, but out of the box itll monitor your servers and produce a nice HTML summary of their status - OK, the looks need a bit of work, but that will come soon, and it can optionally integrate with the excellent (and I mean excellent) RRDTool to store logs of statistics (response times, number of packages with known security holes, etc) - and link from the status page to nice graphs of the historical behaviour of these statistics.

HOW IT WORKS

The core of the system is horus-check.py, a Python script which reads a configuration file (specified on the command line). The configuration file specifies a list of services - either network services, in which case the host to run the check from and the host to run the check at are specified, or local services, in which case only the host to run the check from need be specified. In either case, if the host to run the check from is not specified, then it defaults to the local host.

The service types reference definitions in a file which is referenced from the configuration file. In the service definitions file, a shell command to check the service is given; this command must output service status in a defined format, as a single-line YAML list. The list must contain, at least, a single-word status (OK, WARNING, FAILURE, or UNKNOWN), then optionally numeric statistics, then optionally a status message. For example:

[OK]
[UNKNOWN]
[OK, { load: 0.5, users: 3 }]
[WARNING, { load: 3, users: 30 }]
[FAILURE, { load: 95, users: 300 }]
[UNKNOWN, { }, Could not find AWK executable]

When a check is to be performed from a remote host, Horus opens an ssh connection to that host. It is assumed that the user horus is run as will have an ssh key set up to enable it to ssh to all such hosts without requiring a password.

Having performed the checks, horus-check.py then:

Reads in the status database named in the configuration file
Updates the status database with the new status of hosts
Computes an overall system status (the worst non-unknown status of any checked service)
Examines the service dependencies, and marks any service whose state is no worse than might be expected (eg, no worse than the worst state of a service it depends upon) are automatically marked as quiet
Computes a list of differences between the old and new status (services added, services removed, services whose status has improved, services whose status has worsened)
If there are any differences, invokes a notification script (named in the configuration file) with them, along with the overall status
Invokes a logging script (named in the configuration file) with the new value of every statistic reported by the service checks; I will soon provide a sample logging script that uses RRDTool to generate nice graphs.

The status database (which is written in YAML, so easily accessible to user scripts) can then be used to generate HTML status report (see status.cgi).

4
Desktop-Environment -> Tools
GPL GNU General Public License
Hide show
Xfce 4 Eyes Plugin is a Xfce4 panel plugin that adds eyes which watch your every step.

Portions of the xfce4-eyes code were taken from geyes and are licensed under the terms of the GNU General public license, see the COPYING.GPL file.

5
Programming -> Libraries
Perl Artistic License
Hide show
JSON::PC is a fast JSON parser and converter.

SYNOPSIS

use JSON::PC;

my $json = new JSON::PC;

my $obj = $json->parse(q/{foo => [1,2,3], bar => "perl"}/);

print $json->convert($obj);

# or

$obj = JSON::PC::parse(q/{foo => [1,2,3], bar => "perl"}/);
print JSON::PC::convert($obj);

METHODS

Except new method, all methods are object method.

new()

new(%option)

This is a class method and returns new JSON::PC object.

parse($str)

parse($str, $options_ref)

takes JSON foramt string and returns perl data structure. jsonToObj is an alias.

convert($obj)

convert($obj, $options_ref)

takes perl data structure and returns JSON foramt string. objToJson is an alias.

autoconv($int)

This is an accessor to autoconv. See "AUTOCONVERT" for more info.

skipinvalid($int)

convert() does die() when it encounters any invalid data (for instance, coderefs). If skipinvalid is set with true(integer), the function convets these invalid data into JSON formats null.

execcoderef($int)

convert() does die() when it encounters any code reference. However, if execcoderef is set with true(integer), executes the coderef and uses returned value.

pretty($int)

This is an accessor to pretty. When prrety is true(integer), objToJson() returns prrety-printed string. See "PRETTY PRINTING" for more info.

indent($int)

This is an accessor to indent. See "PRETTY PRINTING" for more info.

delimiter($int)

This is an accessor to delimiter. See "PRETTY PRINTING" for more info.

unmapping($int)

This is an accessor to unmapping. See "UNMAPPING OPTION" for more info.

keysort($int)

keysort($code_ref)

This is an accessor to keysort. See "HASH KEY SORT ORDER" for more info.

convblessed($int)

This is an accessor to convblessed. See "BLESSED OBJECT" for more info.

selfconvert($int)

This is an accessor to selfconvert. See "BLESSED OBJECT" for more info.

singlequote($int)

This is an accessor to singlequote. See "CONVERT WITH SINGLE QUOTES" for more info.

barekey($int)

You can set a true(integer) to parse bare keys of objects.

quotapos($int)

You can set a true(integer) to parse any keys and values quoted by single quotations.

utf8($int)

This is an accessor to utf8. You can set a true(integer) to set UTF8 flag into strings contain utf8.

6
System -> Networking
GPL GNU General Public License
Hide show
PC-Info project is a Server-Client Software using the Adaptive Communication Environment (ACE).

Server uses KDE/QT to show the client data. Cmd-line is also possible.

Until now the Client can submit IP/Port, Hostname and CPU-Model information.

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 a while. While running, it prints some messages telling which features it is checking for.

2. Type `make to compile the package.

3. Type `make install to install the programs and any data files and documentation.

4. You can remove the program binaries and object files from the source code directory by typing `make clean.
7
Desktop-Environment -> Tools
GPL GNU General Public License
Hide show
Gnome Wireless PC Lock is a Gnome applet that locks your desktop when you walk away from your desk.

A small gnome program that locks your desktop when you walk away from your desk. It is tested with a Sitecom cn-129 Wireless PC Lock.

8
System -> Linux-Distributions
BSD License
Hide show
PC-BSD distribution has as its goals to be an easy-to-install-and-use desktop operating system, based on FreeBSD. To accomplish this, it currently has a graphical installation, which will enable even UNIX novices to easily install and get it running.

It will also come with KDE pre-built, so that the desktop can be used immediately. Currently in development is a graphical software installation program, which will make installing pre-built software as easy as other popular operating systems.

Vision

The long term vision is as thus: To create a desktop OS using the FreeBSD platform, that can be used by business and home users as easily as the leading major operating systems, while still retaining the power-functionality of UNIX that makes FreeBSD such a solid platform. To accomplish this, there are several things that we believe must be done:

The software must be easy to install.

This is one of the pitfalls so many great distributions run into at the moment. Casual users, or even "semi-techies" can become intimidated by an over-glut of installation options, and the fear of choosing the wrong option can drive even some experienced computer away from using a *nix based platform. To accomplish this, we feel that the installation routine needs to be as user-friendly as possible, and not over-whelm the user with a myriad of possibilities, 99% of which they will never use.

The operating system must be minimalist.

One of the problems facing the multitude of Linux distributions is the sheer bloated-ness of their installation. Even a minimal or default install can span several CDs, and leave tons of software on a users system that will never be used. Often users will not know how to easily remove this software, and it can be difficult at install time, since removing the wrong package can result in an inoperable system. To avoid this, we believe the PC-BSD must be as slimmed down as possible, and should be clean upon install, like other popular OSs. An operating system should be just that, an operating system, upon which users can load and unload the software of their choice. For this reason KDE was chosen as the default desktop. At the moment, it is one of the most full-featured window-managers available, that when installed by itself can provide all the basic GUI requirements that the majority of desktop users come to expect.

Software must be available, and easily installed.

One of the biggest headaches for casual users and even more skilled technicians is the challenge of adding software to their *nix system. On Linux this process can be a nightmare, since every distro seems to be running different versions required libraries, and as software developers have found, it is near impossible to create a binary which supports all of them. FreeBSD has one of the best port systems in the world, and while powerful, it still is not user-friendly enough for the huge majority of desktop users. To accomplish the goal of easily installable software, we feel that a program must be created that allows users to download and install software, all within a GUI interface, and with no knowledge of the system, dependencies, required libraries, etc. This has been one of the factors that has made systems such as Windows® and even the Macintosh® operating systems so user-friendly in the past, but for some reason the various Linux / UNIX distributions cant seem to find a way to duplicate it. PC-BSD hopes to solve this problem, by building software which can be used to package, install, and remove software in this method.

The system must be dynamic, yet backwards compatible.

While the open-source world of software is growing at an amazing pace, very often this explosion is what keeps people away from it for desktop use. It seems every several months a new version of a desktop is available, which usually breaks compatibility with the previous versions, as well as with all the software loaded on the box. In a business or a home, where stability is of the upmost importance, this is unacceptable. We will make every effort with PC-BSD to make sure that software that works on previous versions of the system, will continue to work into the future.

Whats New in 1.3.01 Stable Release:

· Version 1.3.01 of PC-BSD has now been made available on the download page. This update addresses several recent issues with partitioning, as well as fixes issues with certain hardware and HAL support. Users already running version 1.3 may download an update to 1.3.01 via the Online Update utility." New in this release: "Updated HAL to latest version in Ports; updated PCInstall code with fixes for extended partitions; updated enable.sh script for HAL in Services tool; added Arabic language to installer; fixed issue with changing the video card on install CD to vesa; fixed issue running PBIs directly from CD....

9
System -> Other
GPL GNU General Public License
Hide show
Car PC Development Kit is a kit for making a Linux distribution for a car PC.

Unlike most distributions which come prepackaged and ready to load, this distribution requires downloading, compiling, and post-setup before you can load it into a system.

The end result will be a modular platform for quickly putting together a small Linux system to copy onto boot media and start using.

The target platform is a mini-computer to be installed in an automobile and used either headless or with a monitor and some input device like a keyboard or remote control.

Whats New in This Release:

· Fixes LIRC support for both CAUI and MPlayer.
· Updates the CAUI version, and updates the LIRC package to configure more buttons by default.

10
System -> Networking
Free To Use But Restricted
Hide show
Jawa Open Eyes is a visual network monitoring tool developed in Java for managing network and Internet resources.

Jawa Open Eyes supports SNMP v1/2/2c for collecting MIB-II information, port scanning, and SSL capable URL time response.

The main features include visual network monitoring, an enhanced network topology designer, email alert, trap receiver, trap agent, and real time logging to DB and Web.

11
Desktop-Environment -> Gnome
GPL GNU General Public License
Hide show
Eye of Gnome is the default image viewer for the Gnome Desktop. Beside the general image viewing component (which is also used by the Nautilus filemanager), there is now a first version of a photo collection view.

Of course, this can be also used inside Nautilus eg. for watching slide shows. Optionally, Eye of Gnome can make use of EXIF information, stored in digital camera images.

Whats New in This Release:

New features:

· XMP Support (Hubert Figuiere)
· Side Pane to be extended by plugins (Lucas Rocha)
· Inhibit screensaver when running slideshow/fullscreen (Lucas Rocha)
· Improved selection visual feedback in image collection pane (Lucas Rocha)

Misc improvements/fixes:

· Several code cleanup and fixes (Felix Riemann, Claudio Saavedra)

Bug fixes:

· #456451, crash in EOG: Saving rotated image (Claudio Saavedra)
· #408591, Add wbmp to supported image types (Sven Arvidsson)
· #427806, Crash: when specifying an invalid extension in save as dialog (Felix Riemann)
· #451101, Support Adobe XMP metadata (Hubert Figuiere)
· #453151, Changing scale of image in print dialog is slow (Stefan Röllin, Claudio Saavedra)
· #455672, Use "document-page-setup" named icon for File->Setup Page (Luca Ferretti)
· #455700, tooltips in collection dont update (Claudio Saavedra)
· #459819, Inhibit screensaver when running slideshow (Lucas Rocha)
· #460780, Weird preferences window (Felix Riemann)
· #462362, Application specific icons are installed in the wrong directory (Jaap Haitsma)
· #462785, Fail to build with undefined reference to `eog_application_register_service (Felix Riemann)
· #462971, Thumbnails of modified images wrongly loaded from thumbnail factory (Claudio Saavedra)
· #462973, thumbnails not updated after applying a transformation (Claudio Saavedra)
· #464709, [patch] make thumbnail of modified and saved images actually appear (Claudio Saavedra)
· #465060, [patch] get rid of compilation warnings (Cosimo Cecchi)
· #465628, configure doesnt check for libexif/exif-data.h (Claudio Saavedra)

New and updated translations:

· Kostas Papadimas [el]
· Ankit Patel, Josep Puigdemont i Casamajó [gu]
· Nguyễn Thái Ngọc Duy [vi]
· Jordi Mas [ca]
· Inaki Larranaga Murgoitio [eu]
· Priit Laes [et]
· Jorge Gonzalez [es]
· Wouter Bolsterlee [nl]
· Kjartan Maraas [nb]
· Åsmund Skjæveland [lv]
· Žygimantas Beručka [lt]
· Theppitak Karoonboonyanan [th]
· Artur Flinta [pl]
· Stéphane Raimbault [fr]
· Leonardo Ferreira Fontenelle, Raphael Higino [pt_BR]
· Gabor Kelemen [hu]
· Åsmund Skjæveland [hi]
· Ilkka Tuohela [fi]
· Takeshi Aihana [ja]
· Daniel Nylander [sv]
· Jovan Naumovski [mk]

New and updated manual translations:

· Claude Paroz [fr]

12
Multimedia -> Graphics
GPL GNU General Public License
Hide show
Eyes Of Lynx is an application for examining your images on the Web. It is written in PHP/Javascript and is licensed under the GNU General Public License.

Eyes Of Lynx project is designed to be fast, intuitive and very powerful. Its key features include an original and innovative interface, zoom and rotation tools, a thumbnails image navigation, ...

Here are some key features of "Eyes Of Lynx":

· Arrangement of images in albums (directories and subdirectories)
· Zoom in, out, fit to window, 1:1 size and by selection (Shift + left mouse drag)
· Rotation left, right in increments of 90 degrees (requires PHPs GD extension or ImageMagick)
· Auto rotate photos: Eol can look at information stored by digital cameras in photos and automatically rotate them as needed
· Images can be cached in a smaller/intermediate size to increase display and loading speeds (requires PHPs GD extension or ImageMagick).
· The quality (level of JPEG compression) of resized images generated can be ajusted.
· Thumbnails image navigation, very useful when an image is zoomed
· Image properties dialog (draggable)
· Fully themeable
· Very easy setup (See INSTALL file in the source archive to know more about install instructions)
· Currently, only JPEG & PNG images are supported

13
Communications -> Chat
GPL GNU General Public License
Hide show
ToolBot is an IRC bot designed to provide various services on channels. ToolBot does not intend to compete with the various infobots or channel protection bots, but rather is targeting the needs that small, dedicated, and private IRC channels have. These future needs include various logging and messaging. If you have any ideas for features that you think should be made part of ToolBot, please contact Jonathan Auer http://auerfamily.org/jda.

Whats New in This Release:

· Fixed
· Design Changes:
· Eliminated dependencie on botnet by including a subset of botnet in toolbot

14
System -> Filesystems
IBM Public License
Hide show
AFS is a distributed filesystem product, pioneered at Carnegie Mellon University and supported and developed as a product by Transarc Corporation (now IBM Pittsburgh Labs).

It offers a client-server architecture for file sharing, providing location independence, scalability and transparent migration capabilities for data.

IBM branched the source of the AFS product, and made a copy of the source available for community development and maintenance. They called the release OpenAFS.

Whats New in This Release:

· OpenAFS 1.4.0 adds large file support in Unix and Unix-like clients and in servers.
· Kerberos 5 integration has been improved. aklog now ships with OpenAFS 1.4.0.
· Several new operating system versions are now supported, including Solaris 10 on both SPARC and Intel.

15
Programming -> Quality-Assurance-and-Testing
BSD License
Hide show
PMD is a Java source code analyzer. PMD finds unused variables, empty catch blocks, unnecessary object creation, and more. PMD project includes CPD, a tool to detect chunks of identical code

PMD scans Java source code and looks for potential problems like:

· Possible bugs - empty try/catch/finally/switch statements
· Dead code - unused local variables, parameters and private methods
· Suboptimal code - wasteful String/StringBuffer usage
· Overcomplicated expressions - unnecessary if statements, for loops that could be while loops
· Duplicate code - copied/pasted code means copied/pasted bugs

PMD is integrated with JDeveloper, Eclipse, JEdit, JBuilder, BlueJ, CodeGuide, NetBeans/Sun Java Studio Enterprise/Creator, IntelliJ IDEA, TextPad, Maven, Ant, Gel, JCreator, and Emacs.

Whats New in This Release:

· Fixed bug 1697397 - fixed false positives in ClassCastExceptionWithToArray
· Fixed bug 1728789 - removed redundant rule AvoidNonConstructorMethodsWithClassName; MethodWithSameNameAsEnclosingClass is faster and does the same thing.