Fastream IQ Proxy Server 3.4.2R

Fastream IQ Proxy Server 3.4.2R

Secure & Accelerate Web Servers with IQ Reverse Proxy

Fastream IQ Proxy Server supports all RFC-compliant web servers including Apache, IIS, OWA (yes from v2.3+, we also support WebDAV), IQ Web Server, Abyss, and Zeus as well as all HTTP/1.0/1.1-compliant web-cams.

IQRP features a state-of-the-art multiple-connections/thread asynchronous architecture, providing the fittest architectural design for Windows by utilizing multiple CPUs/CPU-cores and avoiding the so-called "thread hell". This unique design enables the application to support more than 10k connections at the same time!





Caches static and dynamic content for ultra-hi-speed later on serving
IQP features a 3 Giga bits per second memory cache and unlimited disk cache as well. This performance level could be achieved with only a 32/64-bit single core P4/Athlon CPU! You can limit the maximum cache object size and the total capacity for both caches. Cache contents can be viewed using the remote GUI and emptied.

256-bit SSL/TLS accelerator with support for self-signed certificate creation
Secure Sockets Layer and its version 3.1 incarnation called Transport Layer Security (TLS) is the industry standard for secure transmission on the web. With the ultimate latest open source OpenSSL library that IQP utilizes, it is capable of supporting the highest grade of security level possible for commercial use: 256-bits! This is so high that it used to be impossible to imagine on the web in the '90s. Now as of version 3.3+, IQP supports the new SNI (Server Name Indication) protocol for serving multiple certificates on single IP/port--also with intermediate certificates.



Screen Shots

Fastream IQ Proxy Server 3.4.2R Fastream IQ Proxy Server Proxy Server Fastream IQ Proxy Server 3 Fastream IQ Proxy Server

One important aspect of SSL that makes it better than SSH (Secure Shell) is the capability of signing with certificates. With this feature, Alice and Bob can really be sure that they are in fact talking with each other and no "man-in-the-middle" attack is taking place. Since certificates sometimes could be expensive to acquire from certificate authorities (CA) such as Verisign and Thawte, IQP provides the facility of generating itself. However these "self-signed" certificates cannot be verified by parties for integrity.

Load balancing with failover in URL-aware fashion: point each domain/path to different target LAN server/port
In IQP, rule-based load balancing supports load balance among web servers on a LAN server farm. Each domain, sub domain and path (including wildcards) can be routed to a different physical IP. For example:

*.fastream-test.com/images
*.fastream-test.com/videos
*.fastream-test.com/sounds
*.fastream-test.*/catalog

can all be forwarded different IP/ports with a scanner algorithm that scans from top to bottom to seek the matching rule.

Anti Hot-Linking
With IQP's built-in anit hot-linking function, you can now control which file extensions could be linked from sites other than yours and even can whitelist sites such as Google images. This way you will be saving bandwidth and a customizable error page will be shown instead of blocked pages.

URL Rewrite
Using standard regular expressions, you are now in total power to have links such as

/path/index/1/test

to work and be rewritten as

/path/index.aspx?id=1&user=test

using standard regular expressions, with the same format as in Apache mod_rewrite, yet without the hassle.

Bandwidth limiting per URL rule per IP/port
Similar to load balancing, each URL rule can also be assigned a bandwidth rule (in terms of kilo bytes per second) to be applied for the entire rule domain instead of per socket connection! This enables an admin to limit the total site bandwidth usage or sub parts of the site. This feature is, of course, optional.

GZip compression accelerator with configurable compression rates for each object extension
HTTP protocol as defined in RFC2616 -which IQP fully complies to- defines a mechanism for compression support negotiation between client and server. Compression saves bandwidth and speeds up web object load times. GZip is the most prevalent format and it is implicitly supported by IQP. You can configure IQP to get content directly w/o compression from the web server (which would not hurt the LAN as bandwidth is plenty there) and compress on the fly. This could even be done at a configurable ratio with respect to object MIME type! This way the proxy does not get exhausted trying to compress MP3s and AVIs which was already compressed.

Another usage would be to let the web server compress and use the proxy just for tunneling. This would be ok if the load on web servers are not too high and on proxy is indeed high. There is a maximum object size to compress setting which prevents the proxy to bog its RAM with big objects such as videos in case they are configured to be compressed. Now as of v2.5+ you can also specify the minimum object size to compress!

Able to listen on multiple IP/ports and scalable up to tens of thousands of simultaneous connections
If IQP supported only one listener IP/port in a single process, then there would be no way to listen on another IQP proxy port as in Windows only one instance of a service can run at a moment. Therefore IQP supports multiple proxies each in its own thread to support multiple listeners. We chose to listen each port in a distinct high priority thread for maximum performance and robustness. For each configurable number of async-connections, a worker thread is assigned. While choosing the to-be-assigned worker thread, IQP uses load balancing. This approach provided the best performance in our benchmarks despite its high complexity. If IQP was designed to open a thread for each connection, it would get stuck in 1,000 concurrent sync connections/threads but now it is estimated to support more than ten thousand of them!

Failover protection with both ICMP and HTTP server validation
IQP continuously polls the servers in the LAN with two protocols: ICMP pings and HTTP. This way problematic hosts are automatically suspended for a definable period of time so that the clients are not shown error pages. After that period ends, the servers are taken into service automatically once again without an admin command! This enables if the proxy admin is different than web server admin and a web server in the farm is taken offline for maintenance, then the proxy admin needs to do absolutely nothing to take the server online once it is fixed. One other interesting feature is the dynamic discovery: if a request was unable to be answered by a specific target server then other servers are automatically polled for THAT request--no need to upset clients for a server being down!

Ping times are also used for determining which server is tired and which ones are to be given priority in assignment of client requests.

Cookies created make session persistence possible among client-to-target-server matching
For each URL, in the first time a client is assigned a web server, it is best to keep that assignment. This is because the server and client could be conducting a transaction such as an e-commerce one and if during the transaction we redirect to another server in the farm, it might fail. To assure session persistence, IQP optionally creates cookies in browser end to "tie" the client to a specific server for that URL. This is the best way for session persistence compared to hashing.

Again, if the server for some reason goes offline, then another server is replaced.

TCP firewall: Filter with respect to IP, reverse DNS and even client IP country
IQP features a firewall that can filter and pass with respect to IP addresses, DNS records of clients and even client countries! If you are getting an attack from a specific country, why not just block them all?! Or you can say you only want to accept incoming requests from your home country and nowhere else. Reverse DNS enables you to block with respect to client ISPs. For example you can forward all of comcast.net and block the rest.

High performance on-the-fly HTML absolute link transformer
If your web pages contain hyperlinks such as,
Click for logo
then you might be in trouble with reverse proxies as some of our competition does not support absolute URL translation. Here is why: when you replace the URL with www.myproxysite.com or for example in terms of numeric IPs, then the URL would get broken and the user experience would suffer. To overcome this, IQP optionally replaces all the hyper links including the image tags with the URL of the proxy.

This feature can slow down page delivery but luckily with IQP you can define which object extensions you wish to replace hyperlinks. For example, by default you only replace extensions of types like asp, php, html and pl. This way the server does not get bogged down with and corrupt files such as mpegs and jpgs.

DynDNS.org and No-IP.com dynamic DNS auto updater client built-in
If you are running your site on dynamic IP instead of a static one, and if you desire a domain name, then you are out-of-luck with static DNS servers as it takes days to update a record with them. To overcome this problem, Fastream partnered with two great dynamic DNS providers and we even integrated our custom dynamic DNS client that runs in the same service (even when you are not logged in) and detects and updates your IP address every 5 mins. So even if you disconnect and reconnect again, you need to no worry.

User-friendly HTTP/XML controller interface for remote admin access
One cool feature of NETFile Server is the ability to remotely control the server with a GUI controller. This enables you to control servers on the other side of the globe fast and securely. The protocol is XML over HTTP so no firewalls complain at all! And it even detects your browser proxy settings so it does not give boring connection errors and saves you from headache with your network admins.

HTTP/1.1 basic and digest as well as Windows/NTLM and HTML authentication with users definable per URL rule
So you want to pass-protect a part of your site and also want to do it in the gate of the servers? This is very easy with IQP. All you need to do is to select the URL-rule, click a button, and enter user information!

IQP now (1.2+) supports basic, digest, NTLM and HTML in a selectable fashion. You can configure your IQP setup to connect to NTLM-domain controllers so that you can use your existing ActiveDirectory database. Even HTML-auth can connect to NTLM database!

Supports W3C Extended Log Format with selectable fields and NFServer v2 screen and file logging--configurations setable in URL granularity
By supporting the W3C Extended Log format, which is by far the most flexible log format on the entire Internet, IQP lets you log every aspect of client communication and the matched server. These include but not limited to client referrer and cookie as well as IP address and server IP/port.

Customizable pages for "target server not found" and "authorization required" errors
With IQP two kinds of errors could occur: a 401 for authentication failure and a 404 a target server not found. For these, wouldn't you want to be able to assign custom pages with your company logo in it? What about a custom "sorry" message for 404? All is possible so why not!

In your setup, the first request went to server 192.168.1.10 and the next one needs to do the same? Why disconnect and reconnect? Instead we offer a HTTP/1.1 "keep-alive" based solution that pools the client connections (hundreds of them!) in single thread for fast access.

Runs as NT-service on all 32/64-bit Windows (2000/XP/2003/Vista/2008/7) with very little resources (1GHz Pentium+ CPU, 256MB RAM,...)
IQP runs on any NT-based 32/64-bit Windows system such as Windows 2000/XP/2003 and Vista. Since Windows is the easiest to use and most ubiquitous platform, this compatibility enables IQP to be installed on the largest possible system base. If you have IIS or IQWF Server on your server, you can install IQP on the same machine provided that your usage needs are not too high. IQP does not use much resources: for most cases, a P4/Athlon CPU and 256MB RAM would be sufficient. IQP does not use any hard drive space for storage other than configuration and -optional- log files so consumes at most 10MB.

If you have many servers and want to use the load balancing feature, you may want to install IQP on a separate computer in your LAN. Unless you expect to get millions of hits daily, Professional versions of Windows 2000 or XP might be enough. For serious usage, we recommend a server version of Windows 2000 or 2003. IQP does not utilize Microsoft servers such as DNS or IIS so Windows 2003 Web Services Edition could be favored instead of Enterprise Edition to reduce cost.

Since IQP runs as a service, it runs even though no login takes place--in the background. So if a server restart takes place for some maintenance reason by another) admin, you would not need to manually restart.

OziExplorer 3.95.5k

OziExplorer 3.95.5k

Where ever you are in the world OziExplorer will work with your maps and GPS receiver.

OziExplorer is interactive, it allows you to work, on your computer screen, with digital maps that you have purchased or scanned yourself. By using these maps OziExplorer allows you to plan your trip by creating waypoints, routes and tracks on screen and upload these to your GPS.

With OziExplorer running and your laptop connected to your GPS, your GPS position is plotted on the map providing real time tracking ability (moving map). When you leave a map OziExplorer automatically changes to the next map.



Screen Shots

OziExplorer OziExplorer russian ozi area

Main Features:
  • Use maps or charts which you scan yourself.
  • Use maps in various formats which can be purchased in digital form (BSB, USGS DRG, ECW, SID, TIF, PNG, + more).
  • Direct support for most Garmin, Magellan, Lowrance/Eagle, Brunton/Silva and MLR GPS receivers for Uploading and Downloading Waypoints, Routes and Tracks.
  • Create Waypoints, Routes and Tracks on the map and upload these to your GPS (for supported GPS receivers).
  • Download Waypoints, Routes and Tracks from your GPS and display them on a map (for supported GPS receivers).
  • Specify permanent Map features on a map and attach a picture (or any other type of file) to each feature. Place symbols and comments on the Map.
  • Over 100 map Datums supported.
  • Support for many Map projections and Grid systems.
  • Print Maps and Waypoint Lists.
  • Show your GPS position in real time on the map (moving map).
  • In moving map mode OziExplorer will navigate you along your chosen route giving instructions when each waypoint is reached. Various parameters such as Speed, Course, Next Waypoint, Distance, CTS, XTE, ETE and ETA are displayed.
  • In moving map operation automatically changes to the next map.
  • + much, much more.

Quiz Press 2.5.8

Quiz Press 2.5.8

Test Making Just Got Easy

With an easy-to-use interface, make your own quizzes that you can put on the web or print out for classroom use. Now featuring integration with Apple’s iPod®, import/export, answer explanations, essay questions, randomized multiple choice, teacher-graded questions and much more.

Make Quizzes for the Web:
(you don't even have to grade them)
Quizzes made in Quiz Press allow you to easily export to the web. Quizzes are automatically graded (unless you choose to do it yourself), and the results are sent back to you in an encrypted email (so there won't be any cheating going on).

Print Your Quizzes:
Want to hand out the quiz in class. No problem. Quiz Press can print your questions with all of your fonts and styles and any pictures or diagrams you've added.



Screen Shots

multiplechoice Quiz Press Quiz Press 2.5.8 title

How about a Pod Quiz?
You can now import and export to several popular quiz formats including Apple's iQuiz™ for the iPod®. NOTE: iQuiz™ does not work on all iPods. Currently it works with the following models: 5th Gen iPods, iPod Classic™ and 3rd Generation iPod Nanos.

A Picture is Worth 1,000 Words:
Add video, images, music, sound or interactive content to really make the web testing experience stand out. You can copy and paste, drag and drop, or load these from many sources. We even support copy and paste from some math typing programs like Apple's Grapher™.

Program Highlights:
  • Multiple Choice questions
    • Unlimited number of multiple choice options
    • Options can be randomly or explicitly ordered
    • Ability to add explanations or feedback to each option
  • Fill in the blank questions
  • Short Answer questions
  • True or False questions (with explanations)
  • Cloze questions
  • Essay questions (hand graded)
  • Titles (not graded)
  • Choose whether questions are computer or hand graded on a per question basis
  • Generate interactive web quizzes which you can post online
    • (encrypted with 64 bit encryption)
  • Generate printed quizzes
  • Import from Blackboard™ & iQuiz™
  • Export to Blackboard™, GIFT™ & iQuiz™
  • Full editing support (change size, styles, and fonts)
  • Supports adding images to questions
    • (image formats supported: JPEG, GIF, PNG, PDF**, PICT*, BMP*, Photoshop*, Targa*, Tiff*)
  • Supports adding MP3 Sounds and Music to questions
  • Supports adding FLV Movies to questions
  • Supports adding SWF Interactive Media to questions
  • Multi-lingual spell checking***
  • Unlimited undo
  • Automatic scoring of the online quiz
  • Show the results to the student or hide them
  • Scored results can be reported using encrypted email or by printer

Simple Port Forwarding 3.0.6 (Portable)

Simple Port Forwarding 3.0.6 (Portable)

Port Forwarding Made Simple.

Simple Port Forwarding works with WebPages and not directly with your router. Making it a safe program to use. Its no different than using Firefox, IE or any other browser to setup port forwarding yourself.

The program works by automating the process for you. So whether you don't understand how to forward ports, or your simply looking for an easier way to forward ports then this program is for you.

Its port forwarding made simple.



Screen Shots
Simple Port Forwarding

The main interface of the program is small and clean. Giving options of seeing what is going to be forwarded to the router and how many entries and ports it will use in the process. You have the ability to save your list and send it to another user of the program. An example would be, lets say you have a family member who lives far from you and doesn't really understand port forwarding, so instead of spending a lot of time over the phone walking them through it you can simply have them use the program and have them load the list and update their router, then your all done. Now that's a time saver.

The program has a large database of known ports for over 700+ games and programs, so finding the port you need is made a little easier.

The program will also remember custom applications you put in, so you don't have to reenter them. The program remembers the last IP address you use to forward to, this helps not having to set it every time you load new ports!

The program has many extra tools, such as a tool to set your IP to static or back to DHCP. When port forwarding the router forwards to an IP address. When DHCP is enabled your IP address can change and thus breaking the port forwarding. By setting your IP to static it never changes. I added this tool to make setting a static IP as easy as possible for people instead of manually doing it on there systems (Which if a person has never done it before can be a little intimidating). The Program also makes adding the ports to the windows firewall as easy as a few clicks! Once you have your ports forwarded you can then test to see if they can be accessed right from with in the program using the built in port tester.

One nice thing about the program is you can see it working with your router. So if there is a problem you will know, also it feels better seeing what's going on with your router instead of just hoping the program is working. The program has other small features, such as a easy way to download and keep the router, program ports and languages up to date with a simple click of your mouse.

Sokoban 3.1.2

Sokoban 3.1.2
Sokoban is a classic strategy game.

It's easy to learn but very hard to master. The levels range from easy to extremely difficult. Once you start playing, you can't stop. The game includes more than 16200 levels and more are added all the time. There are 37 skins to choose from.



Scren Shots

Sokoban 3.1.2 Sokoban 3 Sokoban

Sokoban Features:
  • Steps/Changes/Box-Lines/Pusher-Lines counters.
  • Support for Unicode paths and Username.
  • Skins now supports PNG, GIF, JPG and BMP images.
  • Configurable toolbars for the most used functions.
  • Tabs, play several levels at the same time.
  • Navigation bar, play forwards and reverse, step by step or full speed.
  • Step, push or session unlimited undo and redo.
  • Fast algorithm for drag and drop.
  • Level browser for easy level overview and selection.
  • Score board shows best scores and saved solutions.
  • Animation On/Off.
  • Possible moves and pushes calculation.
  • Rotate and mirror the level while playing.
  • Live update for automatic download of new versions, levels and skins.
  • Advanced Level Editor.
  • Many different skins.
  • Plays MP3 and midi audio, randomly or in sequence.
  • A tool for creating skins.
  • Large levels, up to 200 x 200.
  • Unlimited save positions.
  • Import scores and solutions in text files from other games.
  • Save and restore game.
  • Export levels as string.
  • Replay saved or imported solutions.
  • Merging scores from other installations.
  • Tool for importing scores from other games.

UpdateStar Premium 5.2.1020

UpdateStar Premium 5.2.1020

Find all updates for your software

Stop missing and searching important software updates! UpdateStar 5 is a world-class update service with third-party software updates for more than 1,273,000 programs. It lets you stay up to date and secure with the software on your PC. UpdateStar Premium delivers available updates for your PC's software, including minor upgrades and downloads for your software setup. It saves so much time searching for updates and prevents you from missing important updates.



Screen Shots

UpdateStar Premium UpdateStar Premium 5 UpdateStar Premium 5.2.1020

Outdated software is a security and performance problem for every PC user. Each day many, many updates for software products are published by software vendors. The reasons can be security issues as well as newly added features.

Users typically use UpdateStar best for one of the following three reasons:
1 Users with an existing PC and software setup
UpdateStar acts as the perfect add-on to the Windows Update Service. UpdateStar provides users with added security, as it helps to keep all third-party software installations on your PC up to date. Plus users get a complete software management tool with security analysis, 24x7 scheduler, reliable downloads, access to the largest software database and more.

2 Users with a new Windows PC
UpdateStar is the perfect tool to fit up your PC with software. With UpdateStar you find and download all of your accustomed software titles and additionally search and find new software from our broad database of software titles.For a quick start into your PC's software life, make use of the FREE UpdateStar Packs. The easiest way to equip your new PC with software!

3 Users with a new PC full of bloatware
Use UpdateStar as a complete software management tool to get rid of all unnecessary bloatware software on your new PC. UpdateStar is a complete software management console. It helps you to uninstall all unwanted bloatware. Afterwards you can use UpdateStar to find and download all of your accustomed software titles - and only those you want on your PC. UpdateStar is the perfect addition to your Windows Updates and automatically scans your PC and finds available updates for more than 309,000 third party software products. UpdateStar makes sure you will not miss out on all of these updates. You can decide to download and install the updates. UpdateStar is a useful and essential add-on to a PC's security software.

PC Optimizer Pro 6.0.5.4

PC Optimizer Pro 6.0.5.4

Supercharge your PC for maximum performance!

Windows registry is a database which stores setting for all the hardware and operating system software. Whenever you make changes to Control Panel settings or installed software, the changes are reflected and stored in the registry. After a while, the registry gets filled with unused, scrap and conflicting files, which clog up your system and reduce performance. PC Optimizer Pro fixes and optimize those registry errors with the help of "Registry Optimizer" function and vastly improves your pc speed without expensive hardware upgrades.

Registry Optimizer Registry Optimizer scans your Windows registry to find and fix incorrect or obsolete information so your pc speed up and error free.

Tracks Eraser protects your privacy by cleaning up all the tracks of your internet and computer activities, giving you peace of mind.

File Shredder permanently erases files from your disk without the possibility of them ever being recovered. A vital function because even when you trash files or reformat your hard drive, sensitive data can still be recovered and compromised.

Software Uninstaller uninstalls programs for real. It replaces the faulty Windows utility which clogs up your system with unwanted and leftover files.

Startup Manager allows you to control what programs run at system startup when you power up or logon to your PC so you don’t have to manually do it every time.

Backup Restore backs up all your information and crucial files so you don’t lose any data even in the event of a system crash.

Mytoolsoft Image Resizer 2.3.0

Mytoolsoft Image Resizer 2.3.0

Mytoolsoft Batch Image Resizer is a batch-image-resize software which was created to resize multiple images and convert format in batch mode.
  • Resize multiple images in batch mode, easily and quickly.
  • Support convert format and rename images.
  • Simple three-step operation to complete, easy to use.
  • For create thumbnails, upload to website, email to friends. etc.


Screen Shots

batch mage resizer Mytoolsoft Image Resizer Mytoolsoft Image Resizer 2.3

Key Features:
  • resize your multiple images at once
  • support a wide range of picture formats: bmp, jpg, jpeg, gif, png, tiff...
  • resize images to your custom size.
  • maintain aspect ratio option.
  • retain the EXIF information.
  • convert format and setting output image quality.
  • batch rename output files.
  • auto backup the same files.
  • friendly user interface, easy three-step operation to complete.
  • support drag & drop files and folder.
  • auto save resizer setting and output setting.

Internet Cyclone 2.02

Internet Cyclone 2.02

Internet Cyclone - is a powerful, easy-to-use, Internet Optimizer for Windows 95, 98, ME, NT, 2000 and XP designed to automatically optimize your Windows settings which will boost your Internet connection speed up to 200%.

Internet Cyclone is compatible with all modems and high speed LAN, ISDN, CABLE, DSL, T1 or other connections. This software will still be useful to you after upgrading your Internet connection.

Using this software you will gain guaranteed faster Internet speed for the time you're online. Surfing, downloading files, emailing, playing online games, and anything else you do online will be faster. This is excellent software for slow dial-up modems as well as high speed access connections.


Screen Shots

Internet Cyclone

This software will be extremely valuable to you as you continue to upgrade your computer and connections. It will work with all connections and all browsers so it will still be extremely useful to you in the future. You should use Internet Cyclone as a REAL alternative to expensive upgrades.
What can Internet Cyclone offers to you ?
  • Internet Cyclone optimizes your Windows settings automatically or you can customize them.
  • You can speed internet connection without changing your Hardware.
  • Works with all Browsers.
  • It is compatible with all Dial-Up modems and high speed LAN, CABLE, DSL, DSL (PPPoE), T1 or other connections.
  • Internet Cyclone will speed up web surfing, online gaming, e-mailing, chat and video conference and it will even speed up downloads.

Hello Engines Professional 6.7.6

Hello Engines Professional 6.7.6

Achieve a Top 10 ranking for your website in search engines: The SEO software for successful website optimization.

Hello Engines! ensures that your website is technically error-free and optimized in such a way that you can reach the best ranking in search engines like Google, Yahoo or Bing.

Hello Engines! is the software that allows you to take search engine optimization into your own hands - no matter if you are a professional web designer or absolute beginner. Hello Engines! 7 helps you — easily, comfortably, fast.

Hello Engines! checks in which search engines you are not yet listed and submits your website to them. Thus you will get numerous links to your site.

Hello Engines! will help you to attract more visitors to your website, achieve better ranking positions in search engines and increase your sales!

That's what Hello Engines! does - Your personal SEO professional
  • Find all technical problems in your website!
  • Detect the strengths and weaknesses of your website!
  • Get all suggestions for improvement at a glance!
  • Find the problems which interfere with your success in Google & Co.
  • Submit your website to search engines und get links to your website. Thus, you`ll make your website well-known and more relevant for your target groups.
  • All problems can be corrected in the program itself. You no longer need further programs from third parties (as for example HTML editors or FTP clients).
  • Correct your website online, directly on the server or locally on your disk.

Collection Studio 3.59

Collection Studio 3.59

If you have tired to change text files and if you want to create easy-to-use electronic view of your collection Collection Studio is for you.

Collection Studio is a program which tracks different collection items such as coins, banknotes, stamps, movies. Moreover CS allows you to track custom items whatever it is. Using new CollectionStudio you can see the whole or particular part of your collection in different ways: list, histogram, report, continent map. Easy-to-use tools will help you to change information, share it with friends, allowing collection to grow...



Screen Shots

Collection Studio 3.59 Collection Studio europe poland

Key Features:
  • Multi collectibles
  • Custom collectible NEW
  • Images support
  • Database of web links
  • Database Security
  • Custom fields
  • Multi views
  • Statistics in graphics
  • Multi-lingual support
  • Export / import tool
  • Dates calculator
  • Search tool
  • Portatible Installation
  • Barcode support
  • Plugins

AMPL 2010.07.15 (A Mathematical Programming Language)

AMPL 2010.07.15

AMPL is a comprehensive and powerful algebraic modeling language for linear and nonlinear optimization problems, in discrete or continuous variables.

Developed at Bell Laboratories, AMPL lets you use common notation and familiar concepts to formulate optimization models and examine solutions, while the computer manages communication with an appropriate solver.

AMPL's flexibility and convenience render it ideal for rapid prototyping and model development, while its speed and control options make it an especially efficient choice for repeated production runs.

Key modeling language features
  • Broad support for sets and set operators. AMPL models can use sets of pairs, triples, and longer tuples; collections of sets indexed over sets; unordered, ordered, and circular sets of objects; and sets of numbers.
  • General and natural syntax for arithmetic, logical, and conditional expressions; familiar conventions for summations and other iterated operators.
  • Nonlinear programming features such as initial primal and dual values, user-defined functions, fast automatic differentiation, and automatic elimination of "defined" variables.
  • Convenient alternative notations including node and arc declarations for network problems, a special syntax for piecewise-linear functions, and columnwise specification of linear coefficients.
Key modeling environment features
  • Interactive command environment with batch processing options. Powerful display commands let you view any model component or expression, browsing on-screen or writing to a file, using automatic formatting or your own preferences.
  • New looping and if-then-else commands. Simple programs in the AMPL command language can now be written to solve sequences of related problems, for sensitivity analysis and for decomposition or other iterative schemes.
  • Separation of model and data. AMPL models remain concise even as sets and data tables grow. Models may incorporate many kinds of conditions for validity of the data.
  • Interfaces to popular and sophisticated solvers including CONOPT, CPLEX, LAMPS, LANCELOT, LOQO, LSGRG, MINOS, OSL, SNOPT, and XA.

AltDesk 1.9.1

AltDesk 1.9.1

AltDesk is skinnable Virtual Desktop Manager for Windows, which has no direct analog among other programs of this kind. It offers you a completely new way of managing running applications on your computer, just as if you had a whole set of monitors.

For example, you could launch an Office suite on one Virtual Desktop while working with your e-mail on another. Swapping tasks and switching Desktops can be easily done in the blink of an eye.

AltDesk supports skins, which let you choose your preferred appearance and form. It does not require a lot of precious screen space, usually being as small as a window title bar. You can also minimize AltDesk to tray and switch tasks with hotkeys.
AltDesk has a user friendly interface, translated into many languages, which makes working with it even more comfortable.




A brief list of AltDesk features includes:
  • Easy task managing
  • Simple, user-friendly interface
  • Little resource consumption
  • Hotkeys for any actions
  • Skins to change the program's appearance
  • Reliablity: even in case of a failure you'll be able to recover the lost application's window.
  • Numerous advanced features, like setting unique wallpapers for each Virtual Desktop, sticky apps, autorun and so on.
Why AltDesk?
  • Makes work easy. It lets you work with numerous applications as easy as if you had a set of several displays. Different groups of applications don't interfere ad you can always switch to a needful application.
  • User friendly. It has a very simple and nice looking user interface translated into 42 languages and supports skins letting you make it look whatever you need.
  • Smart. Unlike many competing products, it doesn't waste your screenspace. Power users would especially like compact horizontal skins and hotkeys.
  • Secure. AltDesk has security options: with a single keystroke you can hide your Desktops and even the existance of AltDesk from others' eyes. Press the hotkey again to continue your work. Switching Virtual Desktops by hotkeys with AltDesk minimize won't let others know what tasks you're running on your additional Desktops.
  • Powerful. AltDesk is packed with features. Want to have a different wallpaper for each Desktop? No problems. Need some windows to stay on all Desktops? Easily... There're much more things we've already taken care of.

Acme Photo ScreenSaver Maker 3.20

Acme Photo ScreenSaver Maker 3.20

Acme Photo ScreenSaver Maker is a professional photo screen saver software.

It is easy to build an excellent cool effect screen saver with your own photos and music fast. No particular skill needed, no complicated settings, whether you are a screen saver beginner or a professional, this screen saver maker of choice for you will make your screen saver software experience more rewarding.

Using this tool, you can create self-install screen savers which are compatible with most Windows platform, distribute and share your screen savers with family, friends or people on the web. Try this screen saver software and have fun today!

Feature:
  • make screen savers with cool effects easily and fast
  • fully integrated workspace with Windows theme style for user to work efficiently
  • supports photo format: Bitmap, Jpeg, Gif, Pcx, Tga, Png and Tiff
  • supports music format: Mp3, Wma, Wav and Midi
  • display photos/play music in sequence or random order
  • customizable screen saver background and image mask
  • static caption for each photo
  • word phrase of headline can be displayed dynamically
  • 40 kinds of cool smooth transition effect
  • 10 kinds of dynamic headline effect
  • display lyric with the support of Lrc format file
  • custom Icon and Logo image for the final screen saver
  • build single self-install screen saver file
  • distribute and share screen savers on the web
  • explore this screensaver software to find more...

AceMoney 4.3

AceMoney 4.3

AceMoney helps people organize and manage their personal finances quickly and easily. It supports all the features required for home or even small-business accounting needs.

Using AceMoney for e-business, shareware and eBay
If you are running e-business or just selling goods on eBay, AceMoney can simplify your life by automating order processing. AceMoney supports parsing of order notifications sent by the following e-commerce providers:
  • PayPal
  • RegNow
  • RegSoft

  • ShareIt
  • SWReg
  • Plimus


Screen Shots

  

How does it work? Very easy. When you receive order notification for your product or service by email, you used to copy/paste customer name, address, order number, amount and other information manually item by item and insert these values into the appropriate transaction dialog fields. It works, but every order email has standard format, so why not to automate the process? That's what AceMoney does.

Follow this procedure to add a new order into AceMoney:
  • 1. Open your data file in AceMoney
  • 2. Open email program and select all order email text
  • 3. Copy order text to the clipboard
  • 4. Click on a desired account in AceMoney
  • 5. Press Ctrl+V or Edit->Paste
As a result of this operation, AceMoney will create a new transaction (deposit) automatically filling in fields Payee, Amount and Date. Moreover, if the order contains additional customer information such as an address, AceMoney will fill it in automatically too into the attributes of Payee. Order number will be inserted into the transaction comment field making it easier to find an order in the future using built-in Search facility.

Manage multiple accounts of different types
AceMoney supports checking, savings, credit cards, loans, debt accounts. You can even create your own account type, such as a cash allowance for your kids!

Create and manage budgets
The program has more than 100 predefined spending categories. Setup budget limits for every category and track the difference between actual and budgeted values.

Track performance of investments
Track 401k, Stock options, Employee Stock Purchase Plans or any other investment activities. You don't need to enter the stock quotes manually: AceMoney will download them from the net!

Do your financial math in multiple currencies
The software supports more than 150 different currencies and automatically downloads their exchange rates from Internet.

Track your spending habits and see where the money goes
Generate any report by categories or payors/payees, including pie charts. Now you can see at a glance how much you spent on food last month. Find all your withdrawals and deposits by any parameter.

Enjoy the convenience of on-line banking
Download and import information from on-line banks in QIF and OFX formats. If you run a small business, export to HTML, Text, or CSV formats to generate statements or perform complex statistical analysis.

Don't miss the next deadline for bills
AceMoney takes control over your bills and shows you when they should be paid.

Double check
Enjoy the security of password protection of every file, scheduled backups and many other features without having any experience in accounting!

Plan debts and mortgage payments
AceMoney provides a loan calculator to plan debt payments and a professional mortgage calculator to estimate future morgage payments if you are planning to purchase real estate.

Do e-business with AceMoney
Are you selling goods on eBay? Are you in a shareware business? Do it with AceMoney! AceMoney automates input of orders coming from PayPal, RegNow, RegSoft, SWReg and Plimus.

F-Secure Anti-Virus for Workstations 9.01.102

F-Secure Anti-Virus for Workstations 9.01.102

F-Secure® Anti-Virus™ offers better protection against viruses without slowing down your computer.

The completely redesigned new version offers significantly improved performance and enhanced protection against viruses, spyware, infected e-mail attachments, and other malware. Automatic updates and advanced DeepGuard™ cloud computing technology ensure the fastest protection against new threats. Extensive studies conducted together with our users have helped us create a new user experience that sets a new standard for safe PC use. All problems are handled without disturbing the user – you only get a notification that confirms your continued safety.



workstations interface

Key Features
  • Real-time automatic protection through antivirus and antispyware solutions
  • Easy to install and use
  • Automatic installations and updates
  • Browsing protection for web site rating and blocking.
  • Can be remotely installed
  • Automatically removes existing antivirus products, which keeps the implementation cost low
  • Central management - the same console is used to configure and view the security status
  • F-Secure Blacklight™ for rootkit detection and removal
  • Automatic reports
Operating Systems
  • Windows 7 32-bit and 64-bit editions
  • Windows Vista 32-bit and 64-bit editions SP0 / SP1 / SP2
  • Windows XP Home Edition with SP2 / SP3 32-bit editions
  • Windows XP Professional Edition with SP2 / SP3 32-bit editions

Picture Collage Maker Pro 2.3.2.2998

Picture Collage Maker Pro 2.3.2.2998

Looking for all-in-one photo collage software that's fast and easy? Look no further.

Picture Collage Maker is a fun and easy to use program for creating photo collages and digital scrapbooks from your digital photos to share with friends and family-whether you're just starting out or have been collaging for years. You can also create your calendar, greeting card, invitation card,poster, and any photo-related artwork that you can imagine! Whether you see collaging as a relaxing pastime or a way of life, Picture Collage Maker can improve your efficiency, save you money and help you transform your priceless photos into precious memories.


Screen Shots

Picture Collage Maker Pro

Picture Collage Maker, a simple-to-use Windows program that turns ordinary photos and pictures into stunning keepsakes to share with family and friends. With just a few clicks, you can create collages, scrapbooks, posters, invitations, calendars, and greeting cards. Unlike photography software that takes days to master, Picture Collage Maker lets both seasoned collagers and new hobbyists become productive in minutes.

Features
  • Create customized photo wallpaper or photo album.
  • Extremely easy to use. No Experience Or Computer Skills Necessary!
  • A graphics editor which was specifically designed to create stunning photo album.
  • Edit and correct photos. Apply boarder ,mask and other effects to your photos.
  • Make it simple and fun to display photo slideshow on your Windows desktop.
  • Support the most popular images formats: .bmp, .jpg, .gif, .png, .dib etc

NetSarang Xmanager Enterprise 3.0.0244

NetSarang Xmanager Enterprise 3.0.0244

Xmanager Enterprise enables users to control remote server systems, to use remote applications, and to transfer files and printing jobs between heterogeneous systems securely from their Windows workstation so that it makes possible to integrate the entire corporate computing resources into a networked whole for each user. Xmanager Enterprise is a must-have connectivity solution in today's complex corporate network environment.

Xmanager Enterprise is an all-in-one solution that includes Xmanager 3D, Xshell, Xftp and Xlpd in a single package. Xmanager 3D lets you share 3D (OpenGL) X window applications, and Xshell enables you to manage remote Unix/Linux servers with a secure terminal. Xftp allows you to transfer files between systems easily and securely. In addition, Xlpd offers local printing for remote documents on other systems.



vokeon1.blogspot.com

All programs included in this product share a common SSH (Secure Shell) security module and interoperate with one another. This provides customers with a great convenience and improved productivity that cannot be found on any other competing products. Since these various features are integrated into a single package, customers can expect easier purchase, installation and maintenance as well as reduced total cost of ownership.

Xmanager Enterprise 3.0 includes:
  • Xmanager 3D: A PC X server program with a GLX (OpenGL) extension
  • Xshell: An SSH client program that supports SSH1/SSH2 protocols
  • Xftp: A secure file transfer program
  • Xlpd: A printer server program

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More