5.7
Giga 5.7
Giga Millions is a universal, comprehensive and professional lottery analysis software. more>>
Uses advanced combinatory logic consisted of active and passive numbers.
Realizes unique methods and algorithms for numbers generation.
Works with almost all lotto-type lotteries. Downloaded zip file includes data files examples for Mega Millions, Fantasy 5, Lotto Classic 47. (All data files can be easy modified or created for any lotteries at the world.)
Based on Theory of Probability.
Uses Fourier Transformation, Correlation, Moving Average, Mean, Deviation.
Data Modeling (Automatically determines which forecasting model is "best").
Generates lottery numbers with optimization and minimization based on the games history.
Data visualization with Charts and Matrix, trends analyzing and many more features.

QJot 5.7
A Lightweight Wordpad Replacement! Freeware. more>> QJot is a relatively small, completely USB portable, alternative rich text editor that saves .doc files, inserts images and more. It is basically meant to serve as a good WordPad replacement. It supports Unicode and runs under Windows 2000 and Windows XP. Its native format is RTF, but it can open, edit and save Word and WordPerfect files (though not with all of their features). It can be used with any script that is supported by Windows and for which a font and a keyboard driver are installed, including right-to-left scripts.
Features:
- Opens and Saves .doc files
- Insert images and objects
- Insert file into text
- Auto-saves user settings
- Set paragraph/line spacing
- Word Count
- Stay Topmost
- 100-level Undo/Redo
- Auto-URL Detect
- Close on ESC key
- Drag Drop
- Recent Documents
- Block Indent/Unindent
- Save selected text to file
- Page Setup
- Integrates with WordWeb
- Simple Print Preview<<less
FET 5.7.2
schedule the timetable of a school more>> FET is open source free software for automatically scheduling the timetable of a school, high-school or university. It uses a fast and efficient timetabling algorithm. It is licensed under GNU/GPL.<<less

FileIO 5.7
I/O teaching tool that generates sample Java source code to do 378 types of I/O to read or write the console, a sequential file, a random access file, a String, an array of characters, an array of bytes, URL, HTTP CGI GET/POST, Socket or Pipe. more>>
I/O teaching tool that generates sample Java source code to read or write the console, a sequential file, a random access file, a String, an array of characters, an array of bytes, URL, HTTP CGI GET/POST, Socket or Pipe. It shows you how to read or write ASCII-8 bit characters (plain or locale-encoded), Unicode 16-bit characters, raw bytes, big endian binary, little endian binary, or serialised objects, buffered, unbuffered or gzip compressed.
FileIO runs either as an application or as an Applet that needs to run in JDK 1.5+ capable browser. Source code and sample HTML included. May be freely distributed and used for any
purpose except military.
It works by asking you 4 multiple choice questions about what you want to do. You fill in your
choices in a dialog box at it instantly generates the corresponding code that you can copy/paste and modify.
1) What is the type of the source/target?
- sequential file
- random access file
- String (in RAM i/o)
- char[] (in RAM i/o)
- byte[] (in RAM i/o)
- URL (remote i/o)
- HTTP CGI
- socket
- pipe
2) Do you want to read or write?
3) Which do you want: unbuffered, buffered or
compressed?
4) What is the format of the data being read or
written?
- raw, untranslated, bulk, 8-bit bytes
- default-encoded chars (usually 8-bit)
- locale-encoded chars (usually 8-bit),
e.g. IBM-OEM Cp437
- Unicode 16-bit chars
- big-endian binary (Java standard)
- little-endian binary (Intel standard)
- serialised objects
It generates 378 possible different example programs.
You can run it online at http://mindprod.com/applet/fileio.html without
installing it.
System Requirements: Java JDK 1.5+
Enhancements: display build, clean up spelling errors, lint
<<lessBIEW 5.7.3
BIEW 5.7.3 is a free software used as a portable, advanced file viewer with built-in editor for binary, hexadecimal and disassembler modes, that includes a highlight more>> <<less
License:Freeware
License:Freeware
AUTOSIM 5.7
A simulation of a NYC Transit Authority train traveling by automatic signals with working stop arms. Working circuit drawings show how the signal system relays function while the train passes over tra more>>
A simulation of a NYC Transit Authority train traveling by automatic signals with working stop arms. Working circuit drawings show how the signal system relays function while the train passes over track circuits. Good learning tool. Real photos used in the program design.
System Requirements: 500 MB Ram
System Requirements: Update code
<<lessptyaim 0.5.7
ptyaim is a simple curses client for AOL Instant Messenger, ICQ, and IRC more>>
ptyaim is a command line software that allows you chat with friends.
TeslaMap 5.7
Tesla coil design program more>>

Joomla 1.5.7
Build or edit your own Web site. more>>
Joomla 1.5.7 has come as a powerful system of content management for creating and customizing your own Web sites in a professional way. It can deliver a robust enterprise-level Web site, empowered by endless extensibility for your bespoke publishing needs. Joomla is different from the normal models for content management software. For a start, it's not complicated. Joomla has been developed for everybody, and anybody can develop it further. Similarly to the Firefox browser, the core system can be extended via installable add-ons authored by the developer community.
Enhancements: A security release and contains a number of bug fixes, improvements as well as security fixes.
Janino 2.5.7
Janino is an embedded Java compiler that compiles expressions or scripts on-the-fly more>>
Janino is not intended to be a development tool, but an embedded compiler for run-time compilation purposes, such as expression evaluators or "server pages" engines like JSP.
The major design goal was to keep the compiler small and simple, while partially sacrificing completeness. I dont like the idea of carrying around huge libraries for simple applications. See Parser for the list of implemented and missing language features.
When do you need an efficient expression evaluator?
Say you build an e-commerce system, which computes the shipping cost for the items that the user put into his/her shopping cart. Because you dont know the merchants shipping cost model at implementation time, you could implement a set of shipping cost models that come to mind (flat charge, by weight, by number of items, ...) and select one of those at run-time.
In practice, you will most certainly find that the shipping cost models you implemented will rarely match what the merchant wants, so you must add custom models, which are merchant-specific. If the merchants model changes later, you must change your code, re-compile and re-distribute your software.
Because this is so unflexible, the shipping cost expression should be specified at run-time, not at compile-time. This implies that the expression must be scanned, parsed and evaluated at run-time, which is why you need an expression evaluator.
A simple expression evaluator would parse an expression and create a "syntax tree". The expression "a + b * c", for example, would compile into a "Sum" object whos first operand is parameter "a" and whos second operand is a "Product" object whos operands are parameters "b" and "c".
Such a syntax tree can evaluated relatively quickly. However, the run-time performance is about a factor of 100 worse than that of native Java code.
Main features:
- package declaration, import declaration
- class declaration, interface declaration
- Inheritance (extends and implements)
- Static member type declaration
- Inner classes (member classes, local classes, anonymous classes)
- Class initializer, Instance initializer
- Field declaration, Method declaration
- Local variable declaration
- Class variable initializer, Instance variable initializer
- Block statement ({ ... })
- if ... else statement
- for statement
- while statement
- do ... while statement
- try ... catch ... finally statement
- throw statement
- return statement
- break statement
- continue statement
- switch statement
- synchronized statement
- All primitive types (boolean, char, byte, short, int, long, float, double)
- Assignment operator =
- Assignment operators +=, -=, *=, /=, &=, |=, ^=, %=, =, >>>=
- Conditional operators ?...:, &&, ||
- Boolean logical operators &, ^, |
- Integer bitwise operators &, ^, |
- Numeric operators *, /, %, +, -, , >>>
- String concatenation operator +
- Operators ++ and --
- Type comparison operator instanceof
- Unary operators +, -, ~, !
- Parenthesized expression
- Field access (like System.out)
- Superclass member access (super.meth();, super.field = x;
- this (reference to current instance)
- Alternate constructor invocation (like this(a, b, c))
- Superclass constructor invocation (like super(a, b, c))
- Method invocation (like System.out.println("Hello")) (partially)
- Class instance creation (like new Foo())
- Primitive array creation(like new int[10][5][])
- Class or interface array creation(like new Foo[10][5][])
- Array access (like args[0]) (currently read-only)
- Local variable access
- Integer, floating-point, boolean, character, string literal
- null literal
- Unary numeric conversion, binary numeric conversion, widening numeric conversion, narrowing numeric conversion
- Widening reference conversion, narrowing reference conversion
- Cast
- Assignment conversion
- String conversion (for string concatenation)
- Constant expression
- Block scope, method scope, class scope, global scope
- throws clause
- Array initializer (like String[] a = { "x", "y", "z" })
- Primitive class literals, e.g. "int.class"
- Non-primitive class literals, e.g. "String.class"
- References between uncompiled compilation units
- Line number tables a la "-g:lines"
- Source file information a la "-g:source"
- Handling of @deprecated doc comment tag
- Accessibility checking (PUBLIC, PROTECTED, PRIVATE)
- Static imports for fields (single an on-demand; fields, types and methods
Pidgin 2.5.7
Keep in touch with all your friends on this GTK2-based instant messenger. more>>
Pidgin 2.5.7 offers users a intelligent multi-protocol instant messaging client for BSD and Windows. It is compatible with AIM (Oscar and TOC protocols), ICQ, MSN Messenger, Yahoo, IRC, Jabber, Gadu-Gadu, and Zephyr networks. Pidgin users can log in to multiple accounts on multiple IM networks simultaneously. This means that you can be chatting with friends on AOL Instant Messenger, talking to a friend on Yahoo Messenger, and sitting in an IRC channel all at the same time.
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, and iconify on away.
Major Features:
- Runs on Windows, Linux, and other UNIX operating systems.
- Supports many features of these chat networks, such as file transfers, away messages, buddy icons, custom smilies, and typing notifications. Numerous plugins also extend Pidgin's functionality above and beyond the standard features.
- Integrates with the system tray on Windows, GNOME2, and KDE 3.1.
- Be under constant development. Releases are usually frequent and driven by user contributions, such as bug reports and patches.
- Be free and contains no ads. All our code is open source and licensed under the GNU General Public License. This means you can get Pidgin's underlying code and modify it to suit your needs, as long as you publish the changes you make for everyone to benefit from as well.
- Yahoo problems are fixed

AsMines 1.5.7
AsMines is considered as a addictive classic minesweeper style game. more>>
AsMines 1.5.7 is considered as a addictive classic minesweeper style game. The object of the minesweeper is to locate all the mines as quickly as possible without uncovering any of them. If you uncover a mine, you lose the game. AsMines have a skinnable interface and plug-ins support that allows you to listen music while playing.
Enhancements: Fixes bugs and updates plug-ins.
Omnibar 0.5.7
An addon that can be used by anyone with ease. more>>
Enhancements
- Changes:
-
- Enhancement to reduce flickering of auto-complete popup. Now the flickr happens only when search suggestions are shown in the list.
- Bug fix:
-
- A possible null pointer exception while performing auto-complete search in FF 3.5.
DominHTML 5.7
DominHTML is an application lets you control your html editing process more>>
We never bothered with the multi-screen wizard-thing but instead created little "roll-up" dialog boxes that contain the tags you need and that dont lock you out of your document while theyre open. With this approach, you can keep a tag helper on screen all the time, editing your document and inserting codes interactively.
Main features:
- Nominal hit on system resources
- Drag-n-drop text editing
- Colorized HTML tags
- Tabs AND Window menu access to your open documents.
- Document tabs at top or bottom of editor.
- Project Management for fast work with Multiple Files
- Multiple File (across drives/directories) Find&Replace
- User definable Templates
- Return to Editor icon when viewing a file in your browser
- Code Library for often used HTML snippets
- User definable tags list
- Interactive access to Font, Table, List, and Links tags

nHancer 2.5.7
nHancer offers an effective tool which is able to improve the usage of these features. Both normal and advanced users should find nHancer to be a big step forward. more>>
nHancer 2.5.7 offers an effective tool which is able to improve the usage of these features. Both normal and advanced users should find nHancer to be a big step forward.
Major Features:
- Support of Forceware/GeForce drivers version 60 and later (with nHancer 2.4.5), including the new 190+ versions
- Support of all GeForce cards, including the new GeForce GTX 2x0 lines
- Supports Windows Vista, Windows 7 and DirectX 10
- Support for single card, SLI, Quad-SLI and DirectX 10 SLI systems
- On-the-fly control of all global quality and performance-enhancing settings for all games
- Create and manage fully automated profiles for all your games
- Very easy to use, explains all options and their effects, like Anti Aliasing, Anisotropic Filtering, etc.
- Special options for nVidia's SLI feature, allowing you to to use almost every game with SLI even if nVidia doesn't support it
- Offers additional Anti Aliasing and Anisotropic Filtering modes, that are not available through nVidia's control panel
- Allows the modification of fixed settings included in nVidia's predefined profiles.
- Flexible user interface: change the size of the window and all sub areas
- User interface and help texts available in various languages (right now English, German, Polish and Italian)
- Coexists perfectly with nVidia's own control panel and other tools, like aTuner or RivaTuner. nHancer will immediately detect any changes made by any other tool.
Requirements:
- Any nVidia GeForce graphic card
- Windows 2000, XP, 2003 or Vista (32 and 64bit)
- Forceware driver version 60 or higher (nHancer 2.4.5)
- Forceware driver version 182 or higher (nHancer 2.5.1 or later)
- MS .NET Framework 3.5 or late