Windows Software
|
||||
Windows SoftwareMyIdeasJournal version 1.1 released on 12 May 2009 MyIdeasJournal is a database program that you can use to record all your great ideas. To protect your privacy, this program has two levels of protection. First, access to the program is password protected and, second, the idea journal entry stored in the program's database file is encrypted. More GratitudeJournal version 1.1 released on 24 April 2009 GratitudeJournal is a database program that you can use to record your daily expressions of gratitude. To protect your privacy, this program has two levels of protection. First, access to the program is password protected and, second, the gratitude journal entry stored in the program's database file is encrypted. More BTDClock version 1.1 released on 11 March 2009 Digital clock with alarm and big text display, easily viewable from a distance. You can set the display font type, style and size, set the text color and window color, play mp3 file, hourly and quarterly chimes with your own wav file or use defaults. More BTDCountdown version 1.1 released on 11 March 2009 Digital countdown timer with alarm and big text display, easily viewable from a distance. You can set the display font type, style and size, set the text color and window color, ticking and alarm sounds with your own wav file or use the defaults. More BTDTimer version 1.1 released on 11 March 2009 Digital with alarm and big text display, easily viewable from a distance. You can set the display font type, style and size, set the text color and window color, ticking and alarm sounds with your own wav file or use the defaults. More PaceNCount version 1.1 released on 11 March 2009 Pace and count exercise moves with user-defined pace timing interval and count limit with alarm sound when limit is reached. User can also set counter text font, style and size, text color and background color. Also, allows setting of pacing sound. More Tallyem version 1.1 released on 11 March 2009 Tallyem is a counting program for recording counts of people, things, etc. The count is displayed in large font on a window that is maximized to the screen so that it is clearly visible from a distance. The user is able to customize the counter display by selecting a font type, style and size. Additionally, the user is able to change the text color and display background color. More SpeedTextPad version 1.1 SpeedTextPad is a specialized text editor designed specifically for free-writing. Besides standard text editor functions, specialized features include: Always on Top window, remembers window size and position, invisible ink to avoid distraction while free-writing, built-in customizable timer with sound and dialog alert, and standard Courier 10 points font. It can be run from the hard disk or from a USB drive and does not use the Windows registry. More Breathe142 version 1.2 This program is a visual and audio aid to guide you during your breathing exercise. It is based on the breathing exercise described in ancient Eastern and Oriental practices. In this breathing exercise, you are to inhale for one count, hold your breath for four counts and then exhale for two counts. For example, if you inhale for 4 seconds, you hold your breath for 16 seconds and then exhale for 8 seconds. More Minute Timer version 1.8 Minute Timer Program Functions: To set and start the timer count down, select time in up-down control or enter in edit box and click the Start button. To cancel the timer count down, click the Reset button You can customize the sound. Just copy your own wav file into the installation folder and overwrite the existing mtimer.wav file. More CDLX version 3.0 CDLX is desktop utility that offers users shortcut access to shutdown, logoff, restart, clear documents list, clear IE history, clear temporary Internet files, empty recycle bins. More
eBooksMySharpSQL version 1.1 Learn from ebook and well commented example source codes, the easy way to use MySQL with C#. In addition to the ebook, this package contains a real world .NET program that allows you to manage a collection of MySQL and C# programming notes. The program implements C# codes that add new records, edit existing records, delete selected records and search for specific records. Included is a SQL file of sample data for import into a MySQL server. More How to Create an eBook Using Visual C++ version 2.0 This eBook "How to Create an eBook Using Visual C++" is a step-by-step illustrated guide for Visual C++ developers to learn how to compile HTML files into a Windows executable, therefore avoiding the need to use commercial HTML compilers. More Using SQLite with Visual C++ version 2.0 Would you like to know how to create embedded SQL database applications using using Visual C++ with SQLite? What is SQLite? SQLite is a C library that implements an embeddable SQL database engine. Download this sample eBook. More Using TinyXML with Visual C++ version 1.0 Would you like to know how to create XML-enabled applications using Visual C++ with TinyXML? Are you looking for a way to create compact and yet very powerful applications with built-in XML parsing capabilities without having to use other heavy-weight bloated XML parsers? Download this sample eBook to see what it can do for you. More
Example Source CodesMyUppEdoc version 1.1 Learn from step-by-step commented source codes how to create e-documents with Ultimate++, the free C++ framework and Visual C++. MyUppEdoc is a Windows executable program that displays e-documents. It does not use MFC but instead uses Ultimate++. You can use it to create the electronic version of many types of documents such as user manuals, guides, catalogs, articles, picture albums and books. More MyWxEdoc version 1.1 Learn from step-by-step commented source codes how to create e-documents with wxWidgets, the free C++ framework and Visual C++. MyWXeDoc is a Windows executable program that displays e-documents. It does not use MFC but instead uses wxWidgets. You can use it to create the electronic version of many types of documents such as user manuals, guides, catalogs, articles, picture albums and books. More MySharpCode version 1.1 Learn how to use C# with ADO.NET Data Provider for SQLite to create a program that keeps a database of C# code snippets. The SQLite database included with the free program contains C# programming tips and techniques. The registered version contains the step-by-step full example commented source codes for a complete Visual C# program that shows you how to create your own C# program and use an ADO.NET Data Provider to access SQLite databases. More MySharpEbook version 1.0 Would you like to create your own e-book, e-brochure, e-catalog, e-magazine, e-newsletter using Visual C#? Use this C# source codes to create customized e-publications for any occasion or recipient. The registered version of this package contains the full example source codes for a complete Visual C# program that shows you how to create your own e-publications which you can distribute in the form of an executable program. More VCECard version 1.0 Would you like to create your own personalized multi-media greeting cards using Visual C++? Use this C++ source codes to create customized greeting cards for any occasion or recipient. It will be a useful marketing tool for your business. The registered version of this package contains the full example source codes for a complete MFC C++ program that shows you how to create your own multi-media greeting card program. More LTFCrypt version 1.1 Would you like to use C++ to build your own file encryption program? This real-world example source code package contains a fully functional program that encrypts and decrypts text or binary files. This is an easy way for you to learn how to use Visual C++ with LibTomCrypt, a public domain and an ISO C cryptography library, to build your own file encryption program. More MyNotes version 2.0 Would you like to know how to create MySQL client applications using Visual C++ with MySQL++ class library? What is MySQL? The MySQL database server is the world's most popular open source database. Its MySQL++ C++ class library allows you to easily create clients that accesses the database, either on a local computer, LAN or the Internet. More MyBooks version 2.0 Would you like to know how to create MySQL client applications using Visual C++ with MySQL C API? What is MySQL? The MySQL database server is the world's most popular open source database. Its C API allows you to easily create clients that accesses the database, either on a local computer, LAN or the Internet. If you are looking for a full example source code for a complete MFC C++ program that uses the MySQL C API to access a MySQL. More MyPHPBooks version 1.1 This script is a real world application that shows how to use MySQL with PHP. You can learn from the step by step commented php source code how to build a php program that uses MySQL to keep a database of your books. Program functions implemented include, saving a new record, listing of records for user selection, selection of a record and displaying its details, updating a record, deleting a record and searching for records. More
free hit counter |
|
|
|
Programmers
Heaven - Where programmers go!
"Exploratory" Programming Resources For more free downloads of "exploratory" programming source codes coded in various programming languages, visit: Resources Programming languages: Common Lisp, Scheme, Haskell, O'Caml, Erlang, Forth, Win32 assembly using NASM, FASM RosAsm and other C and C++ source codes. Search Engine Optimization and SEO Tools Links Exchange |
|
|
||||
|
|
||||
|
|
||||
|
|
||||
Copyright © 2002-2009 by Yeoh HS, All Rights Reserved