Main
   Home
   About
   DiscussionBoard
Files
   About
   Submit
   Search
Downloads
   Action
   QB64
Links
   Link to us
QB45.org
326 files in total in this section.

  ASCII Typewriter Keys Reciprocal Table Solver II.zip by Chuck Mire (Rate this file/View comments)
This program illustrates how my program, ASCII Typewriter Keys Reciprocal Table Auto Key Solver II.exe, works using the Auto Key approach in which the original text itself is the encrypting key after being initialized by a single character. This program manually simulates solutions, two characters at a time, that are automatically solved with ASCII Typewriter Keys Reciprocal Table Auto Key SolverII.exe. The only difference between this program and ASCII Typewriter Keys Reciprocal Table Solver.exe is that this version has the ability to choose whether or not to scramble the Reciprocal Table with a random key made from up to a ± 7 digit number, including decimals. The zip file contains the Windows executable, the source code and the earlier PDF, ASCII Typewriter Keys Reciprocal Table Solver.pdf, because except for the ability to scramble the Reciprocal Table, the information and the included tutorial are the same.
Source included - QB64 - 576.43 KB - 820 downloads
Rating: 0/10 (0 votes)

  ASCII Typewriter Keys Reciprocal Table Solver.zip by Chuck Mire (Rate this file/View comments)
This program illustrates how my previous program, ASCII Typewriter Keys Reciprocal Table Auto Key Solver.exe, works using the Auto Key approach in which the original text itself is the encrypting key after being initialized by a single character. This program manually simulates solutions, two characters at a time, that are automatically solved with my previous program. The zip file contains the Windows executable; the source code; a PDF with the 98 x 98 modified Vigenère Polygraphic Square Table; a PDF with screen shots of this program along with tutorials detailing how the Auto Key works; and a text file for user testing, ENcipher with ANY key.txt
Source included - QB64 - 608.33 KB - 914 downloads
Rating: 0/10 (0 votes)

  Asymmetrical Encryption.zip by Chuck Mire (Rate this file/View comments)
This is a Windows standalone executable that was compiled in QB64. Asymmetric-Length Encryption Using a"Spread Spectrum" of Bytes and Random Number Bases. GET: 1-, 2-, 3-, 4- or 5-Bytes converted into Random Number-Bases. PUT: 2-, 3-, 4-, 5- or 6-Bytes, respectively, as Characters in Number Base-256. Decryption can either be done to a file or to the screen. To further explain the algorithm, read the included Asymmetrical Encryption Concept.pdf and run the included Asymmetrical Encryption Concept.exe, which is a simulation showing how the encryption works. Also, see my video at https://www.youtube.com/watch?v=gHK6Qgy2YLQ and read the notes there also.
Source included - QB64 - 858.14 KB - 2603 downloads
Rating: 10/10 (1 votes)

  AVERAGE PROGRAMMING BY NAMAN SAIKIA THE QBASIC PROGRAMMER.docx by By Naman Saikia the qbasic programmer. (Rate this file/View comments)
This is about finding average in qbasic by Naman Saikia the qbasic programmer
Source included - QB64 - 10.07 KB - 770 downloads
Rating: 0/10 (0 votes)

  AWC or SWB a Base-10 Number File.zip by Chuck Mire (Rate this file/View comments)
AWC or SWB a Base-10 Number File.exe is made to encrypt/decrypt a large Base-10 file. It uses the exact same encryption and decryption algorithm as my program, Text to Encrypted Base-10.exe (Add Without Carrying and Subtract Without Borrowing). The encrypted Base-10 file is the same exact length as the unencrypted Base-10 File. The zip file contains the Windows executable, the source code and a text file with the links to the programs that convert files to a Base-10 Number and then convert them back to a normal file.
Source included - QB64 - 373.92 KB - 1392 downloads
Rating: 0/10 (0 votes)

  AWC or SWB Any File.zip by Chuck Mire (Rate this file/View comments)
With a slight modification of the code and algorithm used in my program, AWC or SWB a Base-10 Number File, this version will encrypt and decrypt any file by using all of the 256 ASCII Characters.
Source included - QB64 - 372.36 KB - 1364 downloads
Rating: 0/10 (0 votes)

  B4TAXES.EXE by Martin VandenHurk (Rate this file/View comments)
Lost your store merchandise/service receipt but know the final sale amount? Backtrack from the total sale amount paid after taxes, back to the amount BEFORE taxes were added. You only need the percentage of the sales tax.
Source included - QB64 - 655.5 KB - 1144 downloads
Rating: 0/10 (0 votes)

  Backwards File Writer.zip by Chuck Mire (Rate this file/View comments)
Backwards File Writer.exe is a Windows executable that will read any existing file and write it to a new file - Backwards. If you read the created "Backwards file" in the program and save it to a new "Forwards file", the process is reversed and the "Forwards file" is the same as the original file that you started with. The zip file contains the Windows executable and the source code.
Source included - QB64 - 369.17 KB - 1419 downloads
Rating: 0/10 (0 votes)

  Base 10 to Negative Base.zip by Chuck Mire (Rate this file/View comments)
Base 10 to Negative Base Convertor.exe will convert a positive or negative Base 10 integer into an integer in a negative number base between -2 and -20,000. The zip file contains the Windows executable, the source code, and a PDF with a detailed explanation including multiple screen shots.
Source included - QB64 - 1.06 MB - 1535 downloads
Rating: 0/10 (0 votes)

  Base-10 Integer to Balanced Tern.zip by Chuck Mire (Rate this file/View comments)
Base-10 Integer to Balanced Ternary is a Windows executable. Balanced Ternary is a Base-3 Number System that uses -1, 0, and +1 for its symbols instead of 0, +1, and +2. A letter is substituted for -1 such as the letter "T" or "Z". In my program, I used the symbol set Z, 0, and 1. Whether the Base-10 Integer is positive or negative, when converted to Balanced Ternary, the results incorporate the sign. Unlike a binary value which signified Yes/No or On/Off the Balanced Ternary allows for a third choice: Yes/No or On/Off PLUS a third value such as "Undetermined". The zip file contains the Windows executable, the source code and a PDF explaining the algorithm as well as screen shots.
Source included - QB64 - 1.33 MB - 1352 downloads
Rating: 0/10 (0 votes)

  Base-10 Number to Any-Base Conve.zip by Chuck Mire (Rate this file/View comments)
Base-10 Number to Any-Base Converter will convert Base-10 Numbers (short or long) into any base from Base-2 through Base-21,000,000 using "Radix Base Number" Notation. Then it will convert the "Radix Base Number" Notation back into the Base-10 Number it represents. The program is fully explained in the included PDF which contains details on the theory, the algorithm, notes. and 14 screen shots. Also included is a text file contains an interesting exercise to try.
Source included - QB64 - 1.33 MB - 2818 downloads
Rating: 10/10 (5 votes)

  Base-10 To Roman Numerals.zip by Chuck Mire (Rate this file/View comments)
This Windows program uses and includes both algorithms: Base-10 to Roman Numerals & Roman Numerals to Base-10. Invalid entries are flagged and/or corrected to ensure accurate results that can be copied to the Windows Clipboard. The zip file contains the Windows executable, the source code and a PDF with four documenting screen shots.
Source included - QB64 - 719.52 KB - 1126 downloads
Rating: 0/10 (0 votes)

  Base-256 File To Base-10 File & .zip by Chuck Mire (Rate this file/View comments)
Base-256 File to Base-10 File & Base-10 File to Base-256 File (Two Programs). A file may be thought of as a very large ASCII Base-256 number. My two programs will convert a file to a very large Base-10 number and then convert that very large Base-10 Number back into the original file. If the file is of a moderate size, the conversion to a Base-10 number will be quite rapid. However, for a very large file, the conversion to a Base-10 number can take several hours. The attached Zip File contains the Source Code for both programs, the Windows compiled executables, a PDF (with screen shots) that details the correct use of the programs, and the following Base-10 Number text files: The Machine Stops - E.M. Forster.html In Base-10.txt (221,202 bytes); The Library of Babel - Borges.html In Base-10.txt (49,853 bytes); Source Code.zip In Base-10.txt (8,089 bytes)
Source included - QB64 - 1.09 MB - 2533 downloads
Rating: 0/10 (0 votes)

  Base-256 File To Base-10 File (M.zip by Chuck Mire (Rate this file/View comments)
Base-256 File to Base-10 File (Modified). I was not happy with my original version of this program because, if the program was stopped before the Base-10 File conversion was completed, the conversion was aborted and nothing was saved. This meant that to succeed with a very large file, the program had to run without stopping for several hours. This has been fixed. I can now start a conversion on a very large file, stop, and resume by restarting the program as many times as necessary. The solution was quite simple and the details are in a text file included in the attached zip file that also contains the modified source code and the compiled Windows executable. There was NO CHANGE in the second program, Base-10 File to Base-256 File, so it should still be downloaded from my original posted Zip File.
Source included - QB64 - 374.76 KB - 2614 downloads
Rating: 0/10 (0 votes)

  Bell Triangle Number Sequence.zip by Chuck Mire (Rate this file/View comments)
For an explanation, go here: https://en.wikipedia.org/wiki/Bell_triangle The zip file contains the Windows full screen executable, the source code, and two example screenshots.
Source included - QB64 - 377.64 KB - 915 downloads
Rating: 0/10 (0 votes)

  Big Addition & Subtraction.zip by Chuck Mire (Rate this file/View comments)
This Windows program uses the same interface as my programs: Big Division and Big Multiplication. It can calculate very large integer addition and subtraction. Addition is done by just entering two numbers. If one of the numbers is negative, then subtraction is done. If both of the numbers are negative, then negative addition is done. The keyboard input for both numbers is not limited to 255 digits because the INPUT$ function was used instead of LINE INPUT. The results can be copied to the Windows Clipboard - formatted with commas and showing the number of digits for each variable. The attached zip file contains the Windows executable and the source code.
Source included - QB64 - 377.97 KB - 905 downloads
Rating: 0/10 (0 votes)

  Big Calculator.zip by Chuck Mire (Rate this file/View comments)
Big Calculator, a Windows executable which calculates large numbers exactly and very rapidly. For example, check out the attached screenshot.jpg to find out the answer to a random calculation: 29 ^ 379. It is a 555-digit number. Another very large number is 2000! (factorial). The answer has 5736 digits. Copy any answer to the Windows clipboard. Handles addition, subtraction, multiplication, division, exponential and factorial calculations. It is not necessary to use commas with the numbers. The program places them automatically as needed. The attached zip file contains the Windows executable, the source code and the above mentioned screenshot.
Source included - QB64 - 429.47 KB - 2527 downloads
Rating: 10/10 (2 votes)

  Big Division.zip by Chuck Mire (Rate this file/View comments)
This program can calculate very large integer division. The keyboard input for the dividend and the divisor is not limited to 255 digits because the INPUT$ function was used instead of LINE INPUT. The results can be copied to the Windows Clipboard - formatted with commas and showing the number of digits for each variable. The attached zip file contains the Windows executable, the source code, and a one page PDF with screen shots.
Source included - QB64 - 550.6 KB - 928 downloads
Rating: 0/10 (0 votes)

  Big Multiplication.zip by Chuck Mire (Rate this file/View comments)
This program can calculate very large integer multiplication. The keyboard input for the multiplicand and the multiplier is not limited to 255 digits because the INPUT$ function was used instead of LINE INPUT. The results can be copied to the Windows Clipboard - formatted with commas and showing the number of digits for each variable. The attached zip file contains the Windows executable, the source code, and a one page PDF with screen shots.
Source included - QB64 - 563.52 KB - 876 downloads
Rating: 0/10 (0 votes)

  Binary Clock.zip by Chuck Mire (Rate this file/View comments)
Binary Clock is a Windows executable screensaver that prompts for a "Hot Key" to Enter and Exit. The "Hot Key" can be any key (Case Sensitive!) or any combination of keys by using either the <ctrl> or <alt> with another key. As soon as the "Hot Key(s)" is entered, the display switches to full screen mode and ignores any key other than the "Hot Key(s)" to exit. Otherwise, it is exactly the same format as my QB64 Small Binary Clock that I previously uploaded. 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 when all the circles are suddenly not lit.
Source included - QB64 - 368.51 KB - 1603 downloads
Rating: 0/10 (0 votes)

  Binary or Hexadecimal Quipu.zip by Chuck Mire (Rate this file/View comments)
The inspiration for this Windows executable program was the Inca Quipu which was their recorded language done with knotted strings with meaning that could only be interpreted by their priests who answered to the ruler. My interpretation is to use the digital language of binary and hexadecimal symbols that are such a part of our everyday life in the 21st Century. The zip file contains the Windows executable, the source code, and a PDF with a complete explanation of the program's features including several screen shots. NOTE: The zip file is corrupted. Get it from here instead: http://www.qb64.net/forum/index.php?topic=13836.msg120032#msg120032
Source included - QB64 - 0 B - 956 downloads
Rating: 0/10 (0 votes)

  Binary or Hexadecimal Quipu.zip by Chuck Mire (Rate this file/View comments)
The inspiration for this Windows executable program was the Inca Quipu which was their recorded language done with knotted strings with meaning that could only be interpreted by their priests who answered to the ruler. My interpretation is to use the digital language of binary and hexadecimal symbols that are such a part of our everyday life in the 21st Century. The zip file contains the Windows executable, the source code, and a PDF with a complete explanation of the program's features including several screen shots. NOTE: The zip file is corrupted. Get it from here instead: http://www.qb64.net/forum/index.php?topic=13836.msg120032#msg120032
Source included - QB64 - 0 B - 945 downloads
Rating: 0/10 (0 votes)

  Binary Panel.zip by Chuck Mire (Rate this file/View comments)
A simulation of two toggle-switched 8-bit binary panels for addition and subtraction with a 9-bit panel for results. The only keys used are: [Enter] to start/restart the program; [Up Arrow] to set a positive number panel; [Down Arrow] to set a negative number panel; [1] to SET a bit; [0] to NOT SET a bit; and [Esc] to restart the program from anywhere within the program as well as to exit the program. The math for the binary panel is done with bit logic using simulated XOR, AND, & OR digital gates.The zip file contains the Windows executable and the source code.
Source included - QB64 - 381.97 KB - 1703 downloads
Rating: 0/10 (0 votes)

  Bit(s) Flipper Choices.pdf by Chuck Mire (Rate this file/View comments)
The attached PDF shows all 255 combinations of Bit Flips, sorted by different group sizes, that can be used with Bit(s) Flipper.exe
No source - QB64 - 64.46 KB - 1251 downloads
Rating: 0/10 (0 votes)

  Bit(s) Flipper.zip by Chuck Mire (Rate this file/View comments)
Flip any one bit, or any group of bits, in every Byte of an existing file. Run the saved results back through the program with the same parameters and save these results to a new file. This file will be an exact match of the original file. The zip file contains the Windows executable, the source code, and a PDF with screen shots that also act as a tutorial for the program's features.
Source included - QB64 - 599.62 KB - 865 downloads
Rating: 0/10 (0 votes)

  Bitwise Logic Illustrated.zip by Chuck Mire (Rate this file/View comments)
Bitwise Logic Illustrated.exe is a Windows executable. Enter two (2) Long Integers (Except for NOT, which only uses one Long Integer), and view the Numbers in HEX and Binary with any of the Bitwise Logical Operators: AND, OR, XOR, IMP, EQV, and NOT. A complete Truth Table is loaded in Screen 0, , 1 before the program runs (for viewing as desired). The attached zip file contains the Windows executable, the source code, and a PDF that shows the opening screen, the Truth Table screen, and each of the Bitwise Logical Operators in action.
Source included - QB64 - 624.96 KB - 1134 downloads
Rating: 0/10 (0 votes)

  Bitwise.zip by eoredson (Rate this file/View comments)
Displays Bit Charts
Source included - QB64 - 624.96 KB - 1172 downloads
Rating: 0/10 (0 votes)

  Boggle Word Search.zip by Chuck Mire (Rate this file/View comments)
This well known original game is played with lettered dice, either in a 4 x 4 or a 5 x 5 grid. The object of the game is to see how many words can be made by a random selection of letters that are face up in the square grid after they had been shuffled by shaking. The original game is timed with a 3-minute hourglass sand timer. The 4 x 4 game is called “Boggle”; the 5 x 5 game is “Big Boggle”. The zip file contains the Windows executable, the source code, and a PDF with six documenting screen shots.
Source included - QB64 - 759.79 KB - 770 downloads
Rating: 0/10 (0 votes)

  BOXES.ZIP by Erik Jon Oredson (Rate this file/View comments)
Various dialog boxes.
Source included - QB64 - 18.49 KB - 624 downloads
Rating: 0/10 (0 votes)

  Bytes to Numbers or Alpha.zip by Chuck Mire (Rate this file/View comments)
Bytes to Numbers or Alpha & Numbers or Alpha to Bytes.exe is a Windows executable program to encrypt any file into a disk file with a format of EITHER: ALL numbers; ALL upper case letters; or ALL lower case letters. In addition, there are two choices for the encryption procedure: AWC/SWB (Add Without Carry/Subtract Without Borrow) or XOR (Exclusive OR). To decrypt the file, one needs to know which procedure was used as well as (1) a random NUMBER of up to seven digits (including negative numbers and/or decimals) AND (2) an OFFSET into the random stream. The file may either be decrypted into a NEW disk file (it will NOT overwrite an existing file) OR decrypted only to the screen (NO disk write). The length of the encrypted file created by this program is determined by the encryption procedure, random NUMBER and the OFFSET into the random stream. Each of the bytes are encrypted into a varying-length number/alpha from 3 to 9 bytes in length. This means that there will be different (asymmetrical) encrypted file lengths that are unique. The attached zip file contains the source code, the compiled Windows executable, a command line batch file, and a PDF File which contains other abilities of this program (such as decrypting concatenated files) as well as explanatory screen shots.
Source included - QB64 - 676.42 KB - 1795 downloads
Rating: 0/10 (0 votes)

Page: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11

Members
Login
Register
QB45 Members
Member List