|

352 files in total in this section.
Text to Multiple Number Bases IV.zip by Chuck Mire (Rate this file/View comments) |
Though the interface of this version is similar to the three earlier versions of this utility, the results of each version are not compatible with each other. This version now allows a large block of text to be pasted from the Windows Clipboard as another option instead of only having the ability to type in a continuous line of text with a limit set at 240 characters. By using this additional option, formatted text with indents, paragraphs, tabs and carriage returns can be accurately represented and converted into a number. The zip file contains the Windows executable, the source code, example text files and full documentation in a PDF with ten screen shots. |
Source included - QB64 - 1.02 MB - 776 downloads
| Rating: 0/10 (0 votes)
|
Text to Pixels & Pixels to Text II.zip by Chuck Mire (Rate this file/View comments) |
This Windows executable simulates a fax machine that scans text, pixel by pixel. Changes in Version II: With “Text to Pixels”, a user can now enter up to 24 lines of text instead of the previous 23 lines. Also, to begin scanning, a user now hits [ctrl][d] instead of [esc]. Text is saved to a file using 8-bit ASCII characters instead of a string of “1s” and “0s” in the previous version. This reduces the file size to 1/8 of the size in the previous version and allows for other file extensions beside “.txt”. The file extensions can now be “.dat”, “.bin”, or “.txt”. If the file is later renamed, the initial chosen extension MUST remain the same. A user can now copy text from the Clipboard and paste it into this version with the menu addition of “[G]et Clipboard”. This allows up to 29 lines of text to be entered and saved into an 8-bit ASCII character file. Included is a text file aide for entering text using Notepad, Template.txt, to prevent text from going all the way up to column 80. The text must stop at column 79 by using the [enter] key. The zip file also contains a PDF with instructional screen shots. |
Source included - QB64 - 884.44 KB - 644 downloads
| Rating: 0/10 (0 votes)
|
Text to Pixels & Pixels to Text. by Chuck Mire (Rate this file/View comments) |
Text to Pixels & Pixels to Text.exe is a Windows executable. Text is typed into Screen 0: 80 columns wide by 23 lines long. After the text is entered, it is moved into Graphics Screen 12 and scanned, pixel by pixel. This pixel data can then be saved in a Base-2 file consisting of “1”s and “0”s. The pixel data, stored as a Base-2 file, can later be read by loading it back into Graphics Screen 12 as a graphic representation of the text. Also included is a supplementary Windows executable, ASCII to Base-2 File & Base-2 File to ASCII.exe. The zip file contains the source code, the Windows executables and a PDF with screenshots that explains both programs. |
Source included - QB64 - 1.19 MB - 1186 downloads
| Rating: 0/10 (0 votes)
|
Text to Two More Number Bases.zip by Chuck Mire (Rate this file/View comments) |
By slightly modifying my program, "Text To Base-10", I have created two more programs, "Text To Numbers & Alpha" and "Text to Roman Numerals". In both programs, I set up the text as a Base-96 Number (all of the normal typing keys in a text message) and did the following for the the two programs: "Text to Numbers & Alpha" - I set up a Base-62 Number Base (Numbers "0" through "9", plus the capital letters "A" through "Z", plus the lower case letters "a" through "z"). "Text to Roman Numerals" - I set up a Base-7 Number Base using all of the Roman Numerals ("I, V, X, L, C, D, and M"). The size of the conversion when using "Text To Numbers & Alpha" is only slightly larger than the size of the original text since the conversion is from a Base-96 Number to a Base-62 Number. The size of the conversion when using "Text To Roman Numerals" is much larger since the conversion is from a Base-96 Number to a much smaller Base-7 Number. The interface for both programs looks the same as my programs, "Text To Base-10", and my program "Text to Multiple Number Bases IV". No encryption is used in either program - they are only conversions from one number base to another number base. The zip file contains both Windows exexutables and both source codes. |
Source included - QB64 - 760.88 KB - 765 downloads
| Rating: 0/10 (0 votes)
|
Triangle Calculator.zip by Chuck Mire (Rate this file/View comments) |
Triangle Calculator, Version One, is a Windows executable that has many errors (sometimes calculating a set of variables that will NOT form a triangle) and other shortcomings that have been corrected in Version Two. Please download Version Two instead of this Version One. |
Source included - QB64 - 390.69 KB - 1095 downloads
| Rating: 0/10 (0 votes)
|
Triangle Calculator.zip by Chuck Mire (Rate this file/View comments) |
Triangle Calculator, Version Two, is a Windows executable that, given any three variables, will solve any triangle. If there is more than one solution, there is a choice between displaying an Acute or Obtuse adjacent angle triangle. One major change from Version One is that any set of variables that will not form a triangle is rejected. This version corrects all of these errors and other shortcomings that were in Version One. Also, the source code will run in ANY version of Microsoft Basic - all the way back to QBasic. The zip file contains the source code and the Windows executable. |
Source included - QB64 - 394.7 KB - 1138 downloads
| Rating: 0/10 (0 votes)
|
Turing Machine Simulator.zip by Chuck Mire (Rate this file/View comments) |
A Windows executable Turing Machine Simulator to Add, Subtract or Multiply Two Numbers. The Turing Machine Simulator Rules.pdf file shows how the Turing Machine reads a symbol from the Input/Output Tape and consults its Rule List. It then performs up to two actions: (1) It modifies its internal State (only if necessary) with a New Rule. (2) It writes a symbol on the tape OR Moves its R/W head left or right. Choose to Step and/or Run with a toggle between either choice. The zip file contains the source code, the Windows executable, and the Turing Machine Simulator Rules.pdf |
Source included - QB64 - 496.01 KB - 1350 downloads
| Rating: 0/10 (0 votes)
|
venture_newproto.zip by Mikael Bohlin (Cyperium) (Rate this file/View comments) |
Platform game where you play as Vent trying to free the world of monsters. 4 Worlds with 10 levels each in this prototype (will be 8 worlds when finished). |
Source included - QB64 - 3.63 MB - 3721 downloads
| Rating: 0/10 (0 votes)
|
XOR File Encryption.zip by Chuck Mire (Rate this file/View comments) |
XOR File Encryption.exe is a Windows executable that encrypts a source file by logically XORing it with a one-time pseudo-random key file. The zip file contains the Windows executable, the source code, and a PDF that explains everything in detail with multiple screen shots. |
Source included - QB64 - 1.07 MB - 887 downloads
| Rating: 0/10 (0 votes)
|
XOR Notes.zip by Chuck Mire (Rate this file/View comments) |
This is further discussion on using XOR where an XOR encrypted file is sent to a receiver without exchanging keys. There is potentially a problem with this method resulting from a "Man-In-The-Middle", which is explained in full. A safer way to do this involves using my program CRC32.exe which is available here: http://www.qb45.org/files.php?action=showfile&id=1662 The attached zip file has an example I created for your review as well as a screen shot of the CRC32.exe entry that I document in an included XOR Notes.txt file. |
Source included - QB64 - 28.21 KB - 875 downloads
| Rating: 0/10 (0 votes)
|
ZIP In A PICture.zip by Chuck Mire (Rate this file/View comments) |
ZIP In A PICture is a Windows executable that allows a .7z or .zip compressed file to be hidden within a .gif, .jpg, .jpeg, or .png picture file. In order to extract the results, the Windows freeware program, 7-Zip File Manager, is required. The results allow the casual user only the ability to view the picture file without knowing about it's hidden content. However, any experienced user with a minimal skill set would be able to view and extract the hidden contents. The latest versions of Windows 7-Zip is here: http://www.7-zip.org/ The zip file contains the Windows executable, the source code, a PDF with screen shots and documentation, plus a sample .jpeg file. |
Source included - QB64 - 1.62 MB - 899 downloads
| Rating: 0/10 (0 votes)
|
ZIP In Other TYPES.zip by Chuck Mire (Rate this file/View comments) |
The zip file, ZIP In Other TYPES.zip, contains two (2) Windows executables with source code: (1) ZIP In A MIDI and (2) ZIP In A PDF. Each program works EXACTLY like my previous post, ZIP In A PICture. The difference is the ability to hide a compressed file in any .mid or .pdf file, respectively. Once again each of these programs is designed to be used in conjunction with the Windows freeware program, 7-Zip. Since the interface has not changed, refer to my PDF that was included in my previous post, ZIP In A PICture.pdf, for documentation. |
Source included - QB64 - 738.83 KB - 842 downloads
| Rating: 0/10 (0 votes)
|
Page: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12
|
|