|
|
Freeware: Methods
| |
How to Promote your own Video Games
License: Freeware
|
|
| |
Stop waiting for others to notice and get your games out there
This eBook is for all the people who might have their very own games sitting around, whether on their hard drive or a website. You might’ve gotten a few downloads here and there, perhaps a comment or two, and even a sale once in a blue moon if your game was commercial quality.
The world of gaming keeps on changing, so if you aren’t getting your games out there into the world right now then you’ll be dead in the water.
This eBook will show you how to promote your own games and get them out into the real world. In this eBook you'll find out the best seven methods for promoting your own games, along with information on which methods to start first.
The methods shown can be used for both free and commercial games and can be done by newbies as well as professionals.
Author: Game Innovator| Date: 24-02-2007 | Size:
734 KB |
| |
- |
| |
Teroid Data Export Control
License: Freeware
|
|
| |
Teroid Data Export Control 1.0 is a .NET Windows Forms control providing a set of properties and methods for exporting ADO .NET data to Excel, a text file or an HTML. Column headings can be included, html tables can be formatted, and columns can be padded left or right to a set width with any character. All these properties can be set in code or by the user with the dialog boxes included with the control.
Author: Teroid Software Limited| Date: 08-09-2004 | Size:
119 KB |
| |
- |
| |
Teroid Data Print Control
License: Freeware
|
|
| |
Teroid Data Print Control 1.0 is a .NET Windows Forms control providing a set of properties and methods for printing ADO .NET data in a grid or as individual records. The data source can be a connection string, a Connection object, a DataSet object or a DataTable object, and the control includes page setup and print preview functionality.
Author: Teroid Software Limited| Date: 05-12-2004 | Size:
116 KB |
| |
- |
| |
Data Pilot
License: Freeware
|
|
| |
Data Pilot is specially created to expand data analysis options available in Microsoft Excel with nonparametric statistical methods. The statistical methods used in the application provides the most relevant results even with small numbers of samples (3 or more observations), without any assumptions on distribution of the original sample. This is especially important when analyzing biological information or when doing expensive or difficult to replicate experiments. The tight integration with Microsoft Excel allows users take advantage of the full potential of the program for entering data and creating reports. Data Pilot works with Excel 97, 2000, XP and, most likely, the future versions of Excel.
Author: Two Pilots| Date: 30-12-2005 | Size:
823 KB |
| |
- |
| |
WipeDir
License: Freeware
|
|
| |
WipeDir is a utility designed for use by developers to facilitate the removal of directories that may contain open files. Though intended for use as part of uninstall methods, it may have other applications.
Features include : Two versions, GUI and console; Several options controlled by command-line switches; If unable to delete a directory immediately, it waits for up to five seconds for other applications to close. If still unable to delete the directory, it can instruct Windows to delete the directory when next restarted.
Author: Cathonian Software| Date: 09-05-2004 | Size:
40 KB |
| |
- |
| |
Chaos Mash
License: Freeware
|
|
| |
Choose from 45 types of encryption methods. Use these methods with keys you create to keep your data safe. Encrypt any sort of file on your computer. If you need it to be confidential simply "mash" it. Chaos Mash does not require installation, simply copy it to the hard drive or a removable USB device and run it from that location.
Author: Elgorithms| Date: 10-05-2006 | Size:
104 KB |
| |
- |
| |
TLBDOC
License: Freeware
|
|
| |
Creates a Windows Help File from a Type Library. Documents all OLE automation objects, properties, methods and events.
Use as a developers tool or just to explore all those mysterious ActiveX controls on your hard disk!
Requires Microsoft Help Compiler.
Author: Duncan Charlton| Date: 25-02-2003 | Size:
132 KB |
| |
- |
| |
Regular Expression Component Library for BCB3
License: Freeware
|
|
| |
The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions. It supports both VCL programming using the C++ Builder 3 IDE's RAD programming model and non-VCL programming. Both methods of programming support the properties, methods, and events model C++ Builder.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
Author: Edward Diener| Date: 16-11-2002 | Size:
4292 KB |
| |
- |
| |
Regular Expression Component Library for BCB5
License: Freeware
|
|
| |
The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions. It supports both VCL programming using the C++ Builder 5 IDE's RAD programming model and non-VCL programming. Both methods of programming support the properties, methods, and events model C++ Builder.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
Author: Edward Diener| Date: 16-11-2002 | Size:
3774 KB |
| |
- |
| |
Regular Expression Component Library for VC7.1
License: Freeware
|
|
| |
The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions in non-managed C++ code. It supports both MFC programming using the MFC programming model and non-MFC programming. Both methods of programming support a properties, methods, and events model with VC++ in Visual Studio .NET 2003.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
Author: Edward Diener| Date: 01-08-2003 | Size:
6702 KB |
| |
- |
| |
Regular Expression Component Library for VC7
License: Freeware
|
|
| |
The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions in non-managed C++ code. It supports both MFC programming using the MFC programming model and non-MFC programming. Both methods of programming support a properties, methods, and events model with VC++ and Visual Studio .NET 2002.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
Author: Edward Diener| Date: 16-11-2002 | Size:
6603 KB |
| |
- |
| |
Regular Expression Component Library for VC6
License: Freeware
|
|
| |
The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions. It supports both MFC programming using the MFC programming model and non-MFC programming. Both methods of programming support a properties, methods, and events model with VC++. Member function event handling is supported using the packaged Boost function and bind facilities which comes with the download.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
Author: Edward Diener| Date: 16-11-2002 | Size:
6949 KB |
| |
- |
| |
Network Share Brute Forcer
License: Freeware
|
|
| |
This program will try and gain access to shared folders on your
network using one of the following two methods:
a) Brute force attack
b) Dictionary attack
Author: den fete gjengen| Date: 14-06-2005 | Size:
170 KB |
| |
- |
| |
WebCab TA (J2SE Community Edition)
License: Freeware
|
|
| |
100% Free Java API providing a collection of technical indicators which can be used in the construction of technical trading systems. Moreover, by using these methods with our JDBC mediator you will be able to iteratively apply these indicators to historical data stored within a DBMS. Includes detailed PDF technical documentation, CHM class library documentation and client examples.
Within this J2EE Application we have implemented the following functionality:
Technical Indicators
- Moving Averages - Simple, Median, Geometric Moving Averages,etc
- Directional Movement Indicator (DMI) and Average Directional Movement Indicator (ADX)
- Accumulation/Distribution
- Trend or Range?
- Market Strength
- Oscillators
- Bollinger Bands
- Mean Reversion
- Stochastics : (fast and slow)
Filters - Typical and Median price
This product also contains the following features:
GUI Bundle - we bundle a suite of graphical user interface JavaBean components allowing the developer to plug-in a wide range of GUI functionality (including charts/graphs) into their client applications.
JDBC Mediator - A J2SE Component which mediates between a J2SE component, its J2SE Clients and the Database server. The JDBC Mediator J2SE classes are a convenient way of enhancing all financial and mathematical specific methods with JDBC-based functionality. Check the jdbc subpackage of every J2SE class for JavaDocs documentation.
Web Application Example - A Java WAR file which contains a JSP example that makes use of the functionality provided by our J2SE Component.
Synthetic JDBC - The JDBC functionality provided by the Web Application example included within this package. This Web Application is an example of how to make a JSP client using our J2SE Component while manually implementing the JDBC code. The JSP Application applies J2SE methods to certain rows from the database and lists the output in HTML format.
Author: WebCab Components| Date: 05-10-2004 | Size:
6101 KB |
| |
- |
| |
Water Carz Guide
License: Freeware
|
|
| |
Water Carz Guide allows you to easily compare guides and methods to run your car on water. It comes with a report going through the safest way to convert your car to a water burning hybrid, as well as a database tool to assist you. This is an essential download for anyone thinking about making their car run on water.
Author: Run A Car With Water| Date: 10-06-2008 | Size:
8398 KB |
| |
- |
| |
File Uploader
License: Freeware
|
|
| |
FileUploader is a small command-line tool which allows the uploading of one or many files (wildcards allowed) to a Web server (POST or PUT methods) or to a FTP server. It can be easily inserted in a script or a batch file to automate file uploading. Run upload.exe in a Command Prompt to learn more about its syntax and its parameters.
Author: Noel Danjou| Date: 26-09-2004 | Size:
27 KB |
| |
- |
| |
Ultimate Data Recovery
License: Freeware
|
|
| |
Ultimate Data Recovery allows you to recover your lost files, no matter how they were deleted. Using powerful bit-by-bit scanning methods, you can be sure to get your files back quickly and easily.
Author: MISPBO Technologies| Date: 16-01-2007 | Size:
1184 KB |
| |
- |
| |
Spyware Browser
License: Freeware
|
|
| |
Spyware Browser allows you to discover the processes and Dlls which can damage and slow down your PC’s performance. Spyware Browser even allows you to discover those processes and system’s drivers hidden through the techniques of kernel methods (generally rootkits) You will be able to differentiate those processes digitally signed from those which are not, and you will also be able to remove or deactivate those processes you consider dangerous for your PC. With Spyware Browser, you will be also able to publish detailed reports of your PC so that other people can check them. Advanced users will be able to suggest classifications for the different objects, as well as to identify the type of object or infection. Once you have your report published, you will be able to surf through different objects to see other users’ reports, where these malicious objects are also present, and try find the programme or infection they belong to.
Author: SILICOM INTERNET| Date: -11-2006 | Size:
4320 KB |
| |
- |
| |
Advanced Renamer
License: Freeware
|
|
| |
Advanced Renamer is a batch renamer designed to make it easy to change the names of multiple files or folders at once. It uses six different methods for automating the naming process and it can also change attributes and timestamps on files and folders.
Real time preview and undo functions makes sure you don't mess up your files and gives you more control of the process.
Advanced Renamer is specifically designed for photos and images and makes it easy to organize them before burning them to cd-rom. With thumbnail view you can see the photos directly in the list giving you maximum control.
Author: Hulubulu Software| Date: 03-02-2008 | Size:
833 KB |
| |
- |
| |
iFlash Market Alert Software
License: Freeware
|
|
| |
InvestorFlash.com LLC exists to provide you and every individual investors with the BIG PICTURE by exposing them to accurate reliable pattern recognition, technical and fundamental analysis trading methodologies, via the InvestorFlash.com Publication Network.Our sole purpose has been, is, and will be, to bring you the most current, most accurate, most scientifically backed methods of trading. Methods with a track record of success, that enables you to effectively manage your risk while investing in an ever changing market place.NOW, you can be kept up to the minute with the new iFlash alert software. Once installed this beautiful little application sits in your task tray (like MSN messenger). Once online, this software will monitor the InvestorFlash.com network and notifies you automatically when a new report comes on line. It is that simple! Do not miss another report... ever. DOWNLOAD TODAY! and register for instant InvestorFlash.com Market Reports FREE.
Author: InvestorFlash.com LLC| Date: 09-11-2004 | Size:
5093 KB |
| |
- |
| |
Lock It Down - Free Edition
License: Freeware
|
|
| |
Lock It Down Free Edition is a powerful software that locks content sensitive files and folders using advanced file encryption methods. It has options for secure mailing of encrypted files and exclusive viewing of locked files and folders. A password wallet and a file shredder are other available features.
Author: Lock It Down| Date: 30-12-2004 | Size:
1528 KB |
| |
- |
| |
Eraser
License: Freeware
|
|
| |
Eraser is an advanced security tool, which allows you to completely remove sensitive data from your hard drive by overwriting it several times with carefully selected patterns.
You can drag and drop files and folders to the on-demand eraser, use the convenient Explorer shell extension or use the integrated scheduler to program overwriting of unused disk space or, for example, browser cache files to happen regularly, at night, during your lunch break, at weekends or whenever you like.
The patterns used for overwriting are based on Peter Gutmann's paper "Secure Deletion of Data from Magnetic and Solid-State Memory" and they are selected to effectively remove the magnetic remnants from the hard disk.
Other methods include the one defined in the National Industrial Security Program Operating Manual of the US Department of Defense and overwriting with pseudo-random data. You can also define your own overwriting methods.
Author: Sami Tolvanen| Date: 07-01-2002 | Size:
750 KB |
| |
- |
| |
CHAOS Shredder
License: Freeware
|
|
| |
Windows does not physically remove deleted files from your hard disk. Emptying your Recycle Bin does NOT protect you at all. Your sensitive files can be recovered, even after you format your hard disk! When you delete a file from Windows, Windows just mark the file as deleted in file allocation table, but the data of the file is still on your hard disk, there are many tools available which can let others easily recover your sensitive files even after you have formated the hard disk.
Sensitive data can easily fall into the wrong hands. And because Windows is not capable of deleting information beyond recovery, you are at risk! Passwords, financial documents, even those "about last night" e-mails are fair game for the IT professionals, computer technicians or hackers. CHAOS Shredder allows you to purge, wipe and erase data with methods that far exceed US Department of Defense standards for file deletion (DOD 5220.22).
Author: Safe Soft Corporation| Date: 22-08-2004 | Size:
287 KB |
| |
- |
| |
WebCab TA for .NET (Community Edition)
License: Freeware
|
|
| |
100% Free COM, .NET and XML Web service providing 25+ technical indicators which can be used in the construction of technical trading systems. Moreover, by using these methods with our ADO mediator you will be able to iteratively apply these indicators to historical data stored within a DBMS.
Within this .NET Service we have implemented the following functionality:
Technical Indicators
Moving Averages - Simple, Median, Geometric Moving Averages, Linearly Weighted Moving Average (LWMA), Exponentially Weighted Moving Average (EWMA), Variable Moving Average (VMA)
Directional Movement Indicator (DMI) and Average Directional Movement Indicator (ADX) - Directional Movement (PDM, MDM), True Range (TR), DMI Trading System, Directional Indicators (DX, ADX)
Accumulation/Distribution - Accumulation/Distribution Indicator, Chaikin Oscillator, Chaikin Money Flow (CMF)
Trend or Range? - Aroon Up/Down, Aroon Oscillator
Market Strength - Balance of Power (BOP)
Oscillators - Money Flow Index (MFI), Momentum, Rate of Change (ROC)
Bollinger Bands - Upper and Lower Bollinger Bands
Mean Reversion - Commodity Channel Index (CCI)
Stochastics - (fast and slow)
Filters - Typical and Median price
This product also has the following technology aspects:
3-in-1: .NET, COM, and XML Web services - Three DLLs, Three API Docs, Three Sets of Client Examples. Offering a 1st class .NET, COM, and XML Web service product implementation.
Extensive Client Examples - .NET (C#, VB.NET, C++.NET), COM and XML Web services (C#, VB.NET)
ADO Mediator - The ADO Mediator assists the .NET developer in writing DBMS enabled applications by transparently combining the financial and mathematical functionality of our .NET components with the ADO.NET Database Connectivity model.
Compatible Containers - Visual Studio 6, Visual Studio .NET, Borland's C++ Builder & Delphi 3-2005, Office 97/2000/XP/2003
ASP.NET Web Application Examples
ASP.NET Examples with Synthetic ADO.NET
Author: WebCab Components| Date: 05-10-2004 | Size:
3271 KB |
| |
- |
| |
WebCab TA for Delphi (Community Edition)
License: Freeware
|
|
| |
100% Free Delphi Component providing a collection of technical indicators which can be used in the construction of technical trading systems. Moreover, by using these methods with our ADO mediator you will be able to iteratively apply these indicators to historical data stored within a DBMS.
Within this Delphi Component we have implemented the following functionality:
Technical Indicators
Moving Averages - Simple, Median, Geometric Moving Averages, Linearly Weighted Moving Average (LWMA), Exponentially Weighted Moving Average (EWMA), Variable Moving Average (VMA)
Directional Movement Indicator (DMI) and Average Directional Movement Indicator (ADX) - Directional Movement (PDM, MDM), True Range (TR), DMI Trading System, Directional Indicators (DX, ADX)
Accumulation/Distribution - Accumulation/Distribution Indicator, Chaikin Oscillator, Chaikin Money Flow (CMF)
Trend or Range? - Aroon Up/Down, Aroon Oscillator
Market Strength - Balance of Power (BOP)
Oscillators - Money Flow Index (MFI), Momentum, Rate of Change (ROC)
Bollinger Bands - Upper and Lower Bollinger Bands
Mean Reversion - Commodity Channel Index (CCI)
Stochastics - (fast and slow)
Filters - Typical and Median price
This product also has the following feature:
Client Examples - A range of Delphi for .NET, and C# Delphi projects
ADO Mediator - The ADO Mediator assists the .NET developer in writing DBMS enabled applications by transparently combining the financial and mathematical functionality of our .NET components with the ADO.NET Database Connectivity model.
ASP.NET Web Application Examples - We provide an ASP.NET Web Application example which enables you to quickly test the functionality within this .NET Service.
ASP.NET Examples with Synthetic ADO.NET - we use a ASP.NET service to perform component calculations on SQL database columns from a remote DBMS. We apply a component's function to certain rows from the database and list the output in HTML format.
Author: WebCab Components| Date: 05-10-2004 | Size:
2089 KB |
| |
- |
| |
Javelin Modeler
License: Freeware
|
|
| |
Javelin is a lightweight, easy to use, intuitive object modeling and coding environment for Java. Create and manage classes, attributes, methods, inheritance and association relationships in the fastest way possible - visually.
Switch between high level design tasks and low level coding tasks with the click of a button. Create new classes, establish relationships then drill down into the generated code to edit a method body.
You'll be working at a higher, much more productive level within minutes via the 'Getting Started Tutorial'.
Javelin's class lister makes finding that class in large project so easy. Javelin is a product of our customers' feedback and was modeled on our successful product Visual Class Works for C++. It also features an intuitive tool bar where one can fire off various tasks (eg., Ant) for building and running an application.
Javelin also feature a useful import feature that allows you to import any existing Java code into Javelin. In the future all software development will take place in highly productive, visual design and coding tools like Javelin. Take advantage of that productivity today with Javelin.
Author: Step Ahead Software| Date: 25-11-2006 | Size:
1329 KB |
| |
- |
| |
IE Restrictions
License: Freeware
|
|
| |
Have you had problems with sites hijacking your Home Page or other Internet Explorer restrictions? IE Restrictions will remove most common restrictions that may have been set by a sleaze web site as well as other methods. I do not guarantee this will remove all types available as there are just too many to put in one program but this will take care of 24 of the most common ones.
Author: Camtech 2000| Date: 13-01-2002 | Size:
478 KB |
| |
- |
| |
The Acne Treatment Handbook
License: Freeware
|
|
| |
The acne treatment handbook is an extremely useful e-book that outlines various methods for tackling acne and the different treatment options available today. Whether you or any one you know suffers from acne then you will surely find this e-book an excellent tool in overcoming the problem.
Author: Acne Tab| Date: -01-0303 | Size:
739 KB |
| |
- |
| |
3D Soma Puzzle Freeware
License: Freeware
|
|
| |
3D Soma Puzzle is a three-dimensional logic game that challenges you to assemble various figures with the colored irregular blocks. The puzzle seems to be simple but great variety of solutions for each shape (the simplest figure - cube can be solved by 240 essentially different methods) makes it really challenging. This game will keep any family member entranced and busy for hours (or even days). It can provide you lots of fun and exploration.
Author: Yavsoft| Date: 01-04-2002 | Size:
768 KB |
| |
- |
| 1 | 2 | 3 | 4 |
|
|
Universal
Explorer
Powerful windows
explorer file
manager and viewer.

Disk
Size Manager
Analyses
hard disk space and collects statistics.

Web
Data Extractor
Email
marketing
software to extract specific contact.

ListMotor
Email
List Manager, operates with email stored in simple text files or csv
files.
|