|

291 files in total in this section.
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 - 2743 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 - 1053 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 - 2462 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 - 2538 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 - 840 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 - 830 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 - 2449 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 - 852 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 - 799 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 - 1535 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 - 878 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 - 869 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 - 1630 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 - 1175 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 - 797 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 - 1060 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 - 704 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 - 1728 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, version 2, is a much improved rendition of my original Windows executable program. There is much better user feedback, better error correction, and a proper working interface that eliminates subtle problems in use with concatenated files. Included in the zip file is the Windows executable, the source code, and a PDF file that explains the program in complete detail and has multiple screen shots that serve as a complete documentation of its uses. Also included is an encrypted concatenated number file, Numbers.txt, that was encrypted as shown in the screen shots. It can be decrypted by following along with the screen shots in the PDF. |
Source included - QB64 - 1.29 MB - 703 downloads
| Rating: 0/10 (0 votes)
|
Caesar File Shifter.zip by Chuck Mire (Rate this file/View comments) |
Caesar File Shifter is a Windows executable that is similar in algorithmic design to my other program, Caesar Text Shifter. The difference is that the allowable alphabet is the complete ASCII set, CHR$(0) through CHR$(255), and the program is designed to shift and/or unshift any existing file into a new file. Also, the Windows Clipboard is not used. The zip file contains the Windows executable, the source code, and two screen shots that show the program interface. |
Source included - QB64 - 529.43 KB - 673 downloads
| Rating: 10/10 (2 votes)
|
Caesar Text Shifter.zip by Chuck Mire (Rate this file/View comments) |
Caesar Text Shifter.exe uses the power of digital technology for advanced security. Simple to implement yet offering powerful results, it is more akin to the Enigma Machine without its flaws. The zip file contains the Windows executable, the source code, and a pdf explaining its use with screen shots. |
Source included - QB64 - 634.56 KB - 656 downloads
| Rating: 0/10 (0 votes)
|
CALCULATOR 2.0 BY NAMAN SAIKIA.txt by Naman Saikia the qbasic programmer (Rate this file/View comments) |
Guys, download this awesome file with simple programs to create calculator 2.0 by Naman Saikia the QBASIC programmer. This version 2 of calculator 1. Download now guys. Awesome calculator |
No source - QB64 - 1.97 KB - 295 downloads
| Rating: 0/10 (0 votes)
|
CALCULATOR 3.0.odt by Naman Saikia the QBASIC programmer (Rate this file/View comments) |
It's the program for calculator 3.0 but in text. Please Please Please rate |
Source included - QB64 - 2.63 KB - 305 downloads
| Rating: 0/10 (0 votes)
|
CALCULATOR 3.0.txt by Naman Saikia the QBASIC programmer (Rate this file/View comments) |
Guys,welcome again and today here it is itself Calculator 3.0 by Naman Saikia |
Source included - QB64 - 787 B - 309 downloads
| Rating: 0/10 (0 votes)
|
CALCULATOR 4.0 BY NAMAN SAIKIA.txt by By Naman Saikia the QBASIC programmer (Rate this file/View comments) |
Hey guys, this time I am back with a calculator of limitations 5 numbers. Download it now. This program is completely made by me in the compiler QB64. Rate if impressed. Simple program. #calculator4.0 #namansaikia |
No source - QB64 - 1.35 KB - 360 downloads
| Rating: 10/10 (1 votes)
|
Calculator.exe by Ashish (Rate this file/View comments) |
A very good windows calcultor. Copy the result automatically while performing the arthmetic operations. Supported both mouse and keyboard. Uses _UNSIGNED _INTEGER64 for calculating. |
Source included - QB64 - 702.89 KB - 1055 downloads
| Rating: 9.23077/10 (13 votes)
|
Chaotic ASCII Screensaver.zip by Chuck Mire (Rate this file/View comments) |
A scrreensaver that constantly sprinkles the complete ASCII set of characters in random colors on a full screen. A case sensitive keyboard "hotkey" is used to start and exit the screensaver. The "hotkey" can also be a key combination using <ctrl> or <alt> with another keyboard character. Be sure to remember the "hotkey" that is chosen each time the screensaver is run! |
Source included - QB64 - 365.29 KB - 623 downloads
| Rating: 0/10 (0 votes)
|
Page: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10
|
|