|

270 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 - 1443 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 - 646 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 - 602 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 - 530 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 - 1548 downloads
| Rating: 0/10 (0 votes)
|
Text Converted to Multiple Numbe.zip by Chuck Mire (Rate this file/View comments) |
A continuous line of text can be considered as a Base-96 Number Base, from CHR$(32) through CHR$(126) plus CHR$(9), the <Tab> key. This program automatically handles the setup when the user enters a Random Seed - which then computes the pseudo-random Number Base Set (ranging from Base-100 through Base-223), its Minimum ASCII Offset, its Maximum ASCII Offset, as well as the pseudo-random Text Base-96 Set. Each Random Seed will generate a completely different setup. Therefore, without knowing the Random Seed, the converted number in the chosen Number Base cannot be converted back to text. The zip file contains the Windows executable, the source code, a PDF with screen shots, and a text file with text converted to number bases. |
Source included - QB64 - 758.13 KB - 597 downloads
| Rating: 0/10 (0 votes)
|
Text Converted to Multiple Numbe.zip by Chuck Mire (Rate this file/View comments) |
This is Version Two. Same basic algorithm, but the range of Number Bases has been expanded: Now from Base-10 through Base-223. Also, there is a trick to copying the numbers from Notepad to the Clipboard REGARDLESS of the font. (1) Place the cursor on FIRST line of the number. (2) Hit the <Home> Key (IMPORTANT!). (3) Then while holding down the <Shift> Key, hit the <Down-Arrow> Key as many times as necessary to highlight the entire number. (4) Now, copy to the Clipboard. The zip file contains the new Windows executable, the source code, and a text file with examples to try. |
Source included - QB64 - 383.62 KB - 600 downloads
| Rating: 0/10 (0 votes)
|
Page: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9
|
|