0.9.5
WPKG 0.9.5
WPKG is an automated software deployment program. more>> WPKG is an automated software deployment, upgrade and removal program for Windows. It can be used to push/pull software packages, such as Service Packs, hotfixes, or program installations from a central server (for example, Samba or Active Directory) to a number of workstations.<<less
Cayra 0.9.5
program represent tasks, ideas, concepts & other items in a graphic more>> Cayra is a program that lets you represent tasks, ideas, concepts and other items in a graphic, well-structured way. Cayra is based on such mental techniques, as Mind Maps and Concept Maps and allows you to conveniently work with big maps<<less
Abakt 0.9.5 build 333
Abakt - Free backup software for Windows more>>
Files and directories to backup are selected using a combination of advanced filters.
Filters - Use wildcards, sets and other advanced masks to select files to backup. You can filter by attribute, size or modification date.
Backup - Besides creating a standard PKZIP archive, you can call other compression tools (like 7-Zip) to create backups.
Also, it is possible to simply copy, move or delete the selected files.
Automation - Abakt accepts commandline arguments.
Use the commandline options to feed a Task Scheduler, or in your batch scripts.
Smarky 0.9.5
Smarky is regarded as an effective and functional Firefox add-on that offers the convenience of managing your Simpy bookmarks in Firefox from a sidebar, toolbar, and a quick search dialog. more>>
Smarky 0.9.5 is regarded as an effective and functional Firefox add-on that offers the convenience of managing your Simpy bookmarks in Firefox from a sidebar, toolbar, and a quick search dialog. Smarky and Simpy let you access the same set of bookmarks anywhere with an Internet connection. Smarky is completely separate from your Firefox bookmarks and does not remove or hide them.
Requirements:
- Windows 2000/XP
- Mozilla Firefox 1.5 - 2.0
ATdomo 0.9.5
This application was designed to be an Audiotron controller for Windows more>> This application was designed to be an Audiotron controller for Windows
The name ATdomo stands for Audiotron majordomo. This application was designed to be an Audiotron controller for Windows.
On first install, the application will present the configuration screen. When you press OK, it will validate your settings. If there is a problem with your settings, it will notify you. Once the app is configured, make sure your Audiotron is ON and in "Stop" mode (no music is playing).
Then do one of the following:
- If you dont already have a TOC file, choose "Get TOC and Lists"
- If you already have a TOC file, choose "Get Lists Only"
After retrieving lists, ATdomo should be all ready to go.
Enhancements:
- Added more graceful handling of unexpected file paths. Now when a bad file path is encountered, it will present a message box with information and some suggestions instead of just crashing.
- New Features:
- On the Config screen, you can now enter a list of preferred genres. These genres will be presented first in the genre list without having to scroll, giving you quicker access to your favorite genres.
- Added item to Queue menu allowing you to "Queue All Genres". This will queue all tracks that have a genre tag. Its the closest I can come to the
- "Play Titles > All" Feature that you can do from the Audiotron front panel.
JSView 0.9.5
All browsers include a more>>
Well now theres a much easier way. JSView extension can be used to solve the problem. You can access it from the context menu, from a toolbar button, or from the view menu. If the website you are viewing contains any external js/css files, an option will appear that says "View External JS" or "View External CSS". If the website has more than one external js/css then a number will appear next to the option telling you how many were found. When you click on "View External JS" all of the external scripts will open in new windows.
Added an option to remove the menu items from the context menu. To access the option click on Tools > Extensions > JSView > Options.
PPlayer 0.9.5.5
PPlayer is a media player offering many amazing features. It combines Podcasts,Streaming and an intuitive music search in a user designed interface. more>>
PPlayer is a media player offering many amazing features. It combines Podcasts,Streaming and an intuitive music search in a user designed interface.
Just started its able to play nonstop music without any input from the user.
PPlayer analyzes the current media file and searches in the database for another file that matches the parameters provided by the user.
This search is highly optimizable for the user from its own interface also holding a manual search input.
pascal257 - PPlayer is a media player offering many amazing features. PPlayer. PPlayer is a media player offering many amazing features.It combines Podcasts,StreamingKMap IME 0.9.5
KMap IME is a Java based InputMethodEngine (ime) using *.kmap-files more>>
ngPlant 0.9.5
A 3D plant modeling software package that can be used to create 3D models of different plants and trees. more>> A 3D plant modeling software package that can be used to create 3D models of different plants and trees.
ngPlant is a 3D plant modeling software package. Designers can use interactive tool to create 3D models of different plants and trees.
With ngPlant software devs can use the 3D API-independent library to use generated plant models in their 3D applications, or to create plant modeling plugins for different 3D modeling tools
Enhancements:
- ngpcore, ngput and pywrapper libraries now distributed under the terms of BSD License.
- Now it is possible to add up to 8 branch sub-groups per branch (in previous versions up to 4 sub-groups could be added).
- GLEW library (http://glew.sourceforge.net) is now required to compile ngplant, ngpshot and ngpview. GLEW-related configuration options are described in config/cross-sample.py.
- GLSL support added to ngplant. With GLSL support it is possible to see per-pixel diffuse lighting applied to plant models in real-time (normal-map support). Source code for shaders used by ngplant is located in "shaders/ngplant_default_vs.glsl" and "shaders/ngplant_default_fs.glsl" files.
- "-es" option added to ngplant. This option enables error reporting to stderr.
- "-ns" option added to ngplant. This option disables shaders usage.
- 3d-view flicker which appeared in some configurations have been fixed.
- Now it is possible to use GLSL shaders for snapshot rendering. To use shaders your video card must support GLSL. Look at ngpshot_nor_vs.glsl and ngpshot_nor_fs.glsl files at shaders directory. These shaders allow to render plant model normal-map instead of plant image. Using generated color image and normal map it is possible to create normal-mapped billboards with dynamic lighting support. To use shaders "-vs" and/or "-fs" options must be used.
- "-vs" and "-fs" command line options added. "-vs" option is used to select file from which vertex shader source should be loaded. "-fs" option allows to select file from which fragment shader should be loaded.
- P-Buffer off-screen rendering mode support added to ngpshot. It allows to use hardware acceleration for rendering.
- New "-o" command line option allows to choose between pixmaps/pbuffer off-screen rendering mode. By default ngpshot uses best supported mode. Possible modes are: "auto" - default, "pixmap" - pixmap/bitmap mode and "pbuffer" - p-buffer mode.
- C compiler presence check added to configuration step
- P3D_PLATFORM_WINDOWS macro is not used anymore
- P3D_DLL_ENTRY macros added to HLI classes which should be visible outside ngpcore in case of DLL build. To make classes visible define P3D_DLL_BUILD macros while building ngpcore DLL and define P3D_DLL_USE macros while building your application.
- It is not needed to define snprintf as _snprintf for MSVC compilers anymore
- API (HLI) change: C : Now it is possible to get tangent and bi-normal vertex attributes in addition to position, normal and texture coordinates using new P3D_ATTR_TANGENT and P3D_ATTR_BINORMAL constants.
- API (HLI) change: C : Branch group name now can be accessed using new P3DHLIPlantTemplate::GetGroupName method.
- API (HLI) change: Python : Now it is possible to get tangent and bi-normal vertex attributes in addition to position, normal and texture coordinates using new ATTR_TANGENT and ATTR_BINORMAL constants.
- API (HLI) change: Python : Branch group name now can be accessed using new BranchGroup.GetName method.
JTablet 0.9.5
JTablet allows JTablet-enabled Java Applets to access tablets potential. more>> Download Cellosoft JTablet Plugin to allow JTablet-enabled Java Applets to access your graphics tablets full potential.<<less

YPOPs 0.9.5.1
YPOPs! is an application that provides POP3 and SMTP access to Yahoo! Mail. more>> <<less
OggMux 0.9.5.1
Multiplexer for Ogg media files more>> Multiplexer for Ogg media files
The OggMux was designed to be a small GUI replacement for GraphEdit for ultiplexing video and audio streams into an ogm (Ogg Media File).
It works exactly the same way as GraphEdit and thus wont help problems you already experience when you mux in GraphEdit directly.
Omziff 3.0.9.5
Omziff is a straightforward encryption utility! more>> Omziff is a straightforward encryption utility that uses various cryptographic algorithms to encrypt and decrypt textual files. These algorithms include: Blowfish, Cast128, Gost, IDEA, Misty1, Rijndael, and Twofish. It also generates random passwords, and offers simple file shredding. It is freeware, comes in a standalone executable file with no dependencies.<<less
refspoof 0.9.5
Firefox extension that will allow youre page to pretend to origin from a site by overriding the url referrer more>> Firefox extension that will allow youre page to pretend to origin from a site by overriding the url referrer
Easy spoofing of the URL referrer featuring a toolbar - means allows to pretend to origin from a site by overriding the url referrer (in a http request).
Refspoof will incorporate this feature by using the pseudo-protocol spoof:// .. thus making it possible to store the information in a hyperlink - that can be used in any context .. like html pages or bookmarks.
System requirements:
- Firefox: 30 ? 3.0.*
