|

304 files in total in this section.
Small Binary Clock.zip by Chuck Mire (Rate this file/View comments) |
A Windows executable binary clock that you can move anywhere on your Windows Desktop. The time displayed is in 24-hour format. The binary values of each circle are as follows (from bottom to top): 1, 2, 4, and 8. For each lit circle in a column you add up the appropriate values. Watch how it updates exactly at midnight - really cool. |
Source included - QB64 - 366.98 KB - 1509 downloads
| Rating: 0/10 (0 votes)
|
SMS Text Crypt.zip by Chuck Mire (Rate this file/View comments) |
SMS Text Crypt.exe is a Windows executable that is designed to encrypt and decrypt short text messages that are copied to – and pasted from – the clipboard. The encryption is done in such a way that the resulting characters are all printable in a text document – no spaces and no control characters: ASCII Characters 33 minimum through Character 126 maximum. To enhance the encryption, multiple encryptions/decryptions can be done all at once as long as the final action is an encryption. The zip file contains the Windows executable, the source code, and a PDF with a complete explanation and multiple screen shots. |
Source included - QB64 - 800.88 KB - 715 downloads
| Rating: 0/10 (0 votes)
|
String$ to Numbers & Numbers to .zip by Chuck Mire (Rate this file/View comments) |
Convert a string to numbers using CVI & CVL functions. Then convert the numbers back to the string using MKI$ and MKL$ functions. The zip file contains the Windows executable, the source code and a PDF with six illustrative screen shots. |
Source included - QB64 - 653.47 KB - 665 downloads
| Rating: 0/10 (0 votes)
|
Subtraction Without Borrowing.zip by Chuck Mire (Rate this file/View comments) |
Subtract any two numbers without any borrowing by using the Nine's Complement approach with addition. The attached zip contains the Windows executable, the source code, and a PDF that explains the step-by-step procedure with two screenshots. |
Source included - QB64 - 693.82 KB - 595 downloads
| Rating: 0/10 (0 votes)
|
Swap Unsigned Number Bases Calcu.zip by Chuck Mire (Rate this file/View comments) |
This Windows executable program will swap between any of the "normal" number-bases (2, 8, 10, and 16) to any other of the "normal" number-bases. It also can swap between any other number-bases as defined and input by the user - for example, base-3 to base-5, base-7 to base-19, etc. With this feature, the symbols used can be chosen by the user - numeric and/or alpha characters. The results can be copied to the clipboard and pasted into any text editor such as Notepad. Input for the "normal" number-bases can be pasted from the clipboard and results can then be copied back to the clipboard. One unique number-base is the complete ASCII set, ASCII(0) through ASCII(255), which can be considered as a base-256 number. Type in ASCII text and then convert it into a (long!) Base-10 number. Then convert that (long!) Base-10 number into any of the "normal" or user defined number-bases with the copy/paste/copy features. Please read the included PDF file for a thorough description of the normal and advanced features of this program. |
Source included - QB64 - 1.94 MB - 1612 downloads
| Rating: 0/10 (0 votes)
|
Page: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11
|
|