Search Software:      

Free Computes Downloads

 

Crypto!

Crypto! is a Windows version of the popular cryptogram puzzles often found in puzzle books and the Sunday paper. Crypto! selects a quote or phrase from its library of 50, encrypts it, and presents it for you to solve. Solving cryptograms with Crypto! is more fun because it is easy to try various letters and undo mistakes. Letter frequencies are provide, and there are various hints and helps to get you started quickly. You can also create your own puzzles, and you can print puzzles for others to solve. Complete on-line help is included. The registered version of Crypto! comes with over 10,000 quotes and phrases. Take a look at a sample at our web site: www.KMRConsulting.com, or better yet, download the shareware version and try it out!

crypto cryptogram cryptoquip cryptoquote code cipher puzzle game word cryptogram puzzle

Flow Pro

Flow Pro provides civil engineers and hydrologists with a powerful tool for designing or analyzing open-channel waterways (e.g., culverts, irrigation channels, sluiceways, and flumes). Using the industry-standard Manning's equation and numerical integration, Flow Pro computes water-surface profiles, subcritical or supercritical flow regimes, and channel depths. Good user's notes are included as online help. Graphical and easy to use Enhanced Plotting Features Report Ready Results Supports both English and SI (metric) units Handles circular, trapezoidal, ushaped, and tubular channel shapes

hydraulic design waterways channels slope critical sub super mannings designs waterways

AccuSplit

AccuSplit is a multi-threaded Win32 application designed to rapidly and reliably split large files and computer videos into smaller segments to allow for easy archival to external media like DVD, CD-R, Zip or floppy disks. These file segments can then be recombined at a later time into an exact copy of the original file. The application is capable of segmenting and then correctly reconstructing ANY file, even large Windows Backup files that exceed 20GB. To insure that the file reconstructed from the file segments exactly matches the original source file the application incorporates an advanced cryptographic algorithm that computes an MD5 Message Digest for both the original and reconstructed files. An MD5 Message Digest match between these files indicates with absolute certainty that no data was lost during the file split and reconstruction process. AccuSplit also includes a special Video Smart Split mode that can split AVI (including DIVX / XVID / INDEO / DV-AVI) and MPEG-1 format files (including Video-CD) into "independently playable" segments without a lengthy video re-rendering process. Now you can split your large video files into CD-sized (or any other size) segments and play them back directly from the CD - no file reconstruction is required. The latest version includes a Video Preview option that allows the user to manually adjust the location of the file split points - avoiding splits in the middle of an important scene. AccuSplit has been designed to run as a stand-alone executable. There is nothing to install. Simply extract the application and its help files from the downloaded Zip file and double-click on the AccuSplit.EXE file to begin program execution. The application runs under Windows [95/98/ME/NT/2000/XP/Server2003] and doesn't include any of the annoying AdWare or NagWare plug-ins that are common to many of today's shareware applications. AccuSplit also includes a full user help file.

split splitter splitting segment mpeg avi divx xvid dv type-1 type-2

Contact Plus Pro

Professional contact manager designed for offices and networks. Keeps track of incoming and outgoing e-mail, phone calls, letters, faxes, etc. Seamless interface to Word, Wordperfect and Winfax. User defined fields, quick popups, quick data entry templates, airport maps, automated followup schedules, computes distance to contact locations, handles sales transactions and quotes. Perfect for a small office has it also handles equipment reservations, interoffice mail, broadcast messages over the network and more.

contact networks workgroup groupware contact management contact manager client lead tracking professional contact

EDCrypt

Softuarium EDCrypt is an ActiveX control performing following functions: - encrypts and decrypts text and files using symmetrical ciphers: BLOWFISH, CAST128, GOST, RC2, RIJNDAEL, TWOFISH - computes hashes (message digests) of text and files using hashing algorithms: ADLER32, CRC32, CRC32B, GOST, HAVAL128, HAVAL160, HAVAL192, HAVAL224, HAVAL256, MD2, MD4, MD5, RIPEMD128, RIPEMD160, SHA1, SHA256, SHA384, SHA512 - securely shreds files Help files and example projects in several languages are included in the package. EDCrypt is a stand-alone component. It does not require any other files to work. The control can be distributed royalty-free in an unlimited number of commercial applications.

encryption decryption hashing message digest shredding security cryptography cipher data encryption computing

AllDay

AllDay v7.0 is a calendar for year overviews. Gregorian, Julian, Jewish and Islamic calendar systems are supported. The application computes holidays, times of sunrise, sunset, moonrise, moonset and moon phase as well as number of day in year, number of week in year, julian day number, remaining days in year, remaining weeks in year. User can enter personal events like holidays or birthdays and vacations etc. Day events and period events with various repeat types are possible. Import/export, count number of days, inspector function and event list. User friendly interface with many options and "on-line" help.

calendar sun moon holidays events gregorian julian jewish islamic calendar year

Active Photo Gallery

Active Graphics Engine is a web-based photo gallery and search engine software. It uploads JPG images to the server and automatically creates the thumbnails. Features include: automatically computes the width, height,and size of the image and save it to the database. Create unlimited depth and number of categories to organized the pictures,upload multiple pictures in one click. The source code with Access or MS SQL database is included. Features Advance search by file size, picture width or length Vote for the best photos Uploads multiple pictures in one click Uploads the Graphic Image to your server automatically creates a JPG (or PNG) Thumbnail gets the image width, height and size and save it to the database Approve Reviews before publishing Upload links from XML file Site Statistics Allow Registers Users to bid for higher placement Automatically process credit card payments using Digibuy Convert Partner Points into Cash Automatically removes missing or dead links from the directory Sends the link back to the administrator for re-approval Sends an e-mail to the person who submitted the link Intelligent incremental link verification Uses ASPHttp component by Serverobjects.com Partner/Reciprocal Link Report List the top partner/referral sites Content sensitive Ad Banner Engine Advertisers can submit keywords Banner is shown if the search phrase or category matches the keywords Define unlimited depth and number of categories Detect duplicate URL Resource Registration system Provides the Resource Person an Account to modify and add links. E-mail and Password security Monthly visits per Link Report HTML 4.0 Validated Advertiser Banner Management Module create advertiser profile define multiple campaign per advertiser define campaign start and ending period set maximum impression banner rotation automatically stops if maximum impression is reached or campaign period ends

age-sourcecode-asp web-based photo gallery search engine software uploads jpg images

Janino

Janino is a compiler that reads a Java expression, block, or source file, and generates Java bytecode that is loaded and executed directly. It 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. Properties The major design goal was to keep the compiler small and simple, while partially sacrificing completeness. I don't 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 don't know the merchant's 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 merchant's 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 who's first operand is parameter "a" and who's second operand is a "Product" object who's 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.

java compiler embedded expression evaluation script scripting jvm virtual machine bytecode

SimApp

Modeling and simulation tool for automatic control systems in the time and frequency domain based on the idea of block diagrams. Full visual block diagram editor for comfortable system modeling. The frequency simulation lets build Bode and Nyquist plots and computes the eigenvalues of the evaluated system or subsystems. The time simulation shows the system response as time and x/y plots. All results (plots and data tables may be copied to other applications by means of the Windows clipboard). The tool palette contains more than 90 basic function blocks in 11 categories (sources, linear, nonlinear, graphs, actuators, controllers, time discrete, converters, logic, miscellaneous and special). Users can make extensions by creating and using custom blocks. The parameter variation feature lets compare system responses with varying parameters having up to 99 distinct values. Additional drawing capabilities let you illustrate your models with various shapes and text.

simulation automation control systems modeling dynamics engineering frequency domain time domain bode plot closed-loop open-loop

SHA1files

SHA1files is a 32 bits console application that computes the SHA1 digest of files under Windows. The main applications are     - the detection of any change in files (typically a web server directory to make sure no file has been altered - integrity check)     - the detection of duplicate files on disk (based on their actual content, not their name or location) SHA1files {/root= [/duplicates] [/ExcludeList=] | [/verify=]} /root= the directory where to begin /ExcludeList= exclude the files matching the lines contained in this text file (wildcards allowed) /verify= compare the files currently on disk against this text file containing the captured output of a previous run of SHA1files /duplicates show the duplicate files only All parameters ARE case sensitive. The lines in the ExcludeList must match the FULL path ("*/SHA1files.htm"). The distribution file SHA1files.zip contains batch files with examples how to use the program. SHA1files /root=c:\test SHA1files /root=c:\test /duplicates SHA1files /root=c:\test /ExcludeList=SHA1ExcludeList.txt SHA1files /root=c:\test > test.txt SHA1files /verify=test.txt SHA1files returns an errorlevel 0 if everything went OK, and a positive value otherwise, in order to allow specific actions in batch files depending on the results. SHA1files is freeware.

sha1 site integrity security defacing sha1files computes sha1 digest files under windows

 
Audio Software
Office & Business
Games Software
Graphics Software
Internet Software
Home Software
Developers Tools
System Utilities
 
 
 
 

Page 1 out of 3    1 2 3

 

Copyright © 2004-2010 FilesWeb.com