p 2
File Encryptor-P 2
File Encryptor encrypts and decrypts files more>> This is an excellent file encryption tool in that it is very easy and quick to use. File Encryptor is freeware. The encryption method used will result in your files being ultimately impossible to run without first being decrypted. There was an encryption key created by Titlebar Software for the File Encryptor program and this encryption key is changed every three or four weeks..<<less
Phase One P 25 1.31.1.1
Phase One P 25: Phase Ones 22 mega-pixel P 25 ensures that you have the freedom to work anywhere you want: on location or in the studio more>> Phase One P 25: Phase Ones 22 mega-pixel P 25 ensures that you have the freedom to work anywhere you want: on location or in the studio. P 25 fit the most commonly used medium format and large format cameras.P 25 integrate perfectly into your current workflow allowing you to keep your existing camera equipment. The P - backs uses Compact Flash or Microdrive as storage. However, you can also connect your P - back to a computer through FireWire.<<less

P-Scan 1.1.2
P-Scan is regarded as a very flexible and effective port scanner that allows you finding out about which port on a local network or a workstation is open and which services are running on it more>>
P-Scan 1.1.2 is regarded as a very flexible and effective port scanner that allows you finding out about which port on a local network or a workstation is open and which services are running on it. It also resolves hostnames unlike most other port scanners, it allows configuring the lapse of time between each thread.
W@P 1.0
Maxthon add-on that will add to the browsers sidebar a slim W@P interface so that you can access Wap sites more>>
System requirements:
- Maxthon
Pidgin 2.2.2
Universal instant messenger client for AIM, ICQ, MSN, IRC, Yahoo, and Jabber. more>> Pidgin is an instant messaging program for Windows, Linux, BSD, and other Unixes. You can talk to your friends using AIM, ICQ, Jabber/XMPP, MSN Messenger, Yahoo!, Bonjour, Gadu-Gadu, IRC, Novell GroupWise Messenger, QQ, Lotus Sametime, SILC, SIMPLE, MySpaceIM, and Zephyr.
Pidgin can log in to multiple accounts on multiple IM networks simultaneously. This means that you can be chatting with friends on AIM, talking to a friend on Yahoo Messenger, and sitting in an IRC channel all at the same time.
Pidgin supports many features of the various networks, such as file transfer, away messages, and typing notification. It also goes beyond that and provides many unique features. A few popular features are Buddy Pounces, which give the ability to notify you, send a message, play a sound, or run a program when a specific buddy goes away, signs online, or returns from idle; and plugins, consisting of text replacement, a buddy ticker, extended message notification, iconify on away, spell checking, tabbed conversations, and more.
Pidgin runs on a number of platforms, including Windows, Linux, and other UNIX operating systems. Looking for Pidgin for OS X? Try Adium!
Pidgin integrates well with GNOME 2 and KDE 3.1s system tray, as well as Windows own system tray. This allows you to work with Pidgin without requiring the buddy list window to be open at all times.<<less
Simple 2.2.2
Simple is a very fast port scanner more>>
It scans for any open TCP ports!
Prime95 24.14
discover one of the mersenne prime number more>> Prime numbers have long fascinated amateur and professional mathematicians. An integer greater than one is called a prime number if its only divisors are one and itself. The first prime numbers are 2, 3, 5, 7, 11, etc. For example, the number 10 is not prime because it is divisible by 2 and 5. A Mersenne prime is a prime of the form 2P-1. The first Mersenne primes are 3, 7, 31, 127 (corresponding to P = 2, 3, 5, 7). There are only 44 known Mersenne primes.
GIMPS, the Great Internet Mersenne Prime Search, was formed in January 1996 to discover new world-record-size Mersenne primes. GIMPS harnesses the power of thousands of small computers like yours to search for these "needles in a haystack".<<less

2+2 2.1a
2+2 gives the chance to raise the efficiency of learning and makes the deductive process more attractive more>>
2+2 is an application that will help childrens education in the area of basic mathematical skills. Thanks to 2+2, the child learns how to count, compare numbers, add, subtract, multiply, and divide.
2+2 can be used for individual lessons as also at school. Interesting exercises, intuitive usage, beautiful music, attractive graphics and lovable narration make children return to learn mathematics with pleasure.
Main features:
- Learning: counting, addition, subtraction, comparing numbers, multiplication and division (ranging from 0 to 100).
- 21 interesting exercises.
- Easy and intuitive program usage.
- Comments read by lector. Possibility of changing his voice.
- 16 bit graphics with high resolution..
- Great music.
- Possibility of printing the multiplication table.
- Possibility of changing the language.
P Viewer 1.0.2
P Viewer is a basic image viewer with support for *.bmp, *.gif, *.jpg, and *.ico images. These images can be viewed normally or as a thumbnail. This is a very fast viewer with little overhead. more>>
S-P Leecher 2.0
S-P Leecher is a free and useful proxie leecher utility more>>
S.Y.M.P.A 3.276
A New Direct link in the SYMPA browser section will open a PROXY web site for your convenience.This web site provides a daily updated PROXY list helping you find a better selection among hundreds of more>> A New Direct link in the SYMPA browser section will open a PROXY web site for your convenience.This web site provides a daily updated PROXY list helping you find a better selection among hundreds of proxies.The PROXY web site will even open automatically in case the SYMPAs PROXY entry field was left empty.
The Re-designed internal Tunnel Proxy engine has been improved for speed and reliability.SYMPA has a very user-friendly interface along with 2 intercept buttons allowing a visual interpretation of all DATA exchange occurring between your PC and the SMTP server.Every single byte exchanged between your PC and the SMTP server will be displayed on the intercept window.<<less
2+2 2.1a2
learn basic math skills more>> 2+2 is a program aimed to help childrens education in the area of basic mathematical skills. Thanks to the program, the child learns how to count, compare numbers, add, subtract, multiply, and divide. 2+2 can be used for individual lessons as also at school. Interesting exercises, intuitive usage, beautiful music, attractive graphics and lovable narration make children return to learn mathematics with pleasure.<<less
p-unit 0.1
p-unit is an open source framework for performance benchmark and unit test more>>
Test Suite and Test Class
Test suite and test class are two important concepts in p-unit. p-unit does not require any special type for a test class, so every class can be a test class. Of course, it includes junit test cases. There is one special interface for special p-unit only test class - p-unitTest.
p-unit executes a normal test as following procedure:
- invoke setUp if there is.
- invoke the test method.
- invoke tearDown method.
Noticed that setUp and tearDown will also be regarded as a part of performance test. If you dont want to count them into performance data, you need to implement p-unitTest interface, which will be executed as:
- invoke setUpBeforeWatchers.
- invoke setAfterWatchers.
- invoke the test method.
- invoke tearDownBeforeWatchers.
- invoke tearDownAfterWatchers. As the name suggests, you can put the setUp and tearDown code into the setUpBeforeWatchers and tearDownAfterWatchers.
Time/Memory Record
p-unit records the memory and time consumption of running a test method. There is a "watcher" concept in p-unit, which supervises the status during running the test method.
By default, memory watcher and time watcher are installed. p-unit supports user-defined watcher too. The user only needs to implement the Watcher interface and register it to p-unit method runner.
By default, time watcher is enabled. If you want to watch memory consumption, you need to add one line code:
runner.methodRunner().addWatcher(new MemoryWatcher());
Concurrent
p-unit supports to run the test concurrently. How to write it? You DONT need to write anything about concurrent in your test - just the same as a normal test. You only need to use p-unitConcurrentRunner to run your test concurrently. For more detail, please refer to Runner.
Runner
Runner is the core concept of p-unit. You need a runner to run your test. By default, there are two different runners - solo runner and concurrent runner, so that one test can be executed solo and concurrently.
Is it complex to launch a runner? ONE line code:
new SoloRunner().run(MyTest.class); or new ConcurrentRunner().run(MyTest.class);
By default, p-unitConcurrentRunner starts up 10 threads to execute the test method. You can configure it in the constructor of p-unitConcurrentRunner(int threadCount), and you can even do fine control in your test class.
If you need to execute different test class with different thread count, you only need to implement Concurrent interface for your test, which requires to return concurrentCount.
P-Net Detective 2
P-Net Detective is created to be a helpful program which functions as a data frame-detecting tool for computer network security. more>>
P-Net Detective 2 is created to be a helpful program which functions as a data frame-detecting tool for computer network security. You can look it as a sniffer. It can detect each tcp/udp package and set the filtrate condition. The system provides the log function which let you analyze the frame data conveniently. P-Net Detective also provides the analyze form function. The user can according as the same IP address and the port data frame's quantity proceed statistical comparison and analyze.
yEd 2.4.2.2
yEd - Java Graph Editor that can be used to quickly generate drawings and apply automatic layouts more>>
yEd makes use of the yFiles library which is a Java class library for viewing, editing, optimizing, drawing, and animating diagrams, networks, and other graph-like structures.
yEd is built using 100% lightweight Swing components, i.e., it will run on any platform for which there is a suitable Runtime Environment available.
Main features:
- Interactive Hierarchical Layout can be used to interactively layout hierarchical or pseudo-hierarchical scenarios.
- Hierarchical Layout can be used to perfectly visualize hierarchical or pseudo-hierarchical scenarios.
- Orthogonal Layout produces clear representations of complex networks.
- Organic Layout and Smart Organic Layout produce clear representations of complex diagrams like ER-diagrams, UML diagrams and many more.
- Organic Edge Router reroutes edges in existing drawings organically.
- Orthogonal Edge Router can reroute edges in existing drawings orthogonally.
- Circular Layout portrays interconnected ring and star topologies perfectly.
- Tree Layout can be used to visualize tree-like structures in many different ways.
- The tree layout algorithms can also be used on graphs that are almost like trees.
- a customizable workplace lets you arrange your tool windows to your needs
- table-like property editors allow you to configure the graphical properties easily
- Internationalization: yEd has been localized in English, German, and partially in Japanese
- a sophisticated print preview allows you to preview the printing results (especially useful for poster-printing)
- Session Management: yEd remembers and manages your settings
- Undoability support
- Clipboard facility
- Keyboard shortcuts for most of the functions
- Integrated help system
- Full support for the YGF file format. The native file format.
- Full support for the XML-based GraphML file format.
- Full support for the GML graph file format. GML is a popular text-based graph file format.
- Full support for the XML-based GML graph file format. This is a variant of the GML language that uses XML syntax.
- Import of arbitrary XML files. An XSLT stylesheet must be given that transforms the XML input into a valid GraphML. Predefined stylesheets for Ant build scripts, the OWL Web ontology language and others are included.
- Export to the SVG vector graphics file format.
- Export to the Windows Meta File (WMF) file format. A vector graphics format used in almost any Windows application.
- Export to JPG and GIF file formats. Export large images as multiple images and HTML tables also supported!
- Export to BMP (on Windows machines) and PNG file formats.
System requirements:
- Java Runtime Environment (JRE)
