|

305 files in total in this section.
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 - 395 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 - 1090 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 - 657 downloads
| Rating: 0/10 (0 votes)
|
Collatz Conjecture Calculator.zip by Chuck Mire (Rate this file/View comments) |
The Collatz Conjecture states that for ANY positive integer, [1] If EVEN - divide it by 2. [2] If ODD - multiply it by 3 and add 1. [3] If repeated over and over - each time with the new integer, the final integer will always reach 1. The attached zip file contains the Windows Executable, the source code and a PDF explaining both the Collatz Conjecture and my program in detail with screen shots. |
Source included - QB64 - 830.02 KB - 251 downloads
| Rating: 10/10 (1 votes)
|
Color Clusters.zip by Chuck Mire (Rate this file/View comments) |
Color Clusters is a Windows executable screensaver that prompts for a "Hot Key" to Enter and Exit. Once entered, each run of the screensaver opens Screen 12 and loads a new random color palette for attributes 1 through 15. Then every pixel is colored randomly. Once that is accomplished, then colored clusters start to appear and constantly morph as long as the screensaver is running (its alive!). No two runs of the screensaver will give you the same colored clusters. If any other key except the "Hot Key" is hit, the cluster morphing pauses at that point. Any other key except the "Hot Key" resumes the cluster morphing. The attached zip file contains the source code and the Windows executable. |
Source included - QB64 - 366.65 KB - 1642 downloads
| Rating: 0/10 (0 votes)
|
Compare Two Files.zip by Chuck Mire (Rate this file/View comments) |
Compare Two Files.exe is a Windows executable that is designed to compare two existing files, byte-by-byte, that are identical in size. If any differences exist, then the byte location is shown along with the differing bytes. If there are five differences, then the program quits scanning the two files and stops. The zip file contains the windows executable, the source code, and a PDF with four screen shots that show the program interface. |
Source included - QB64 - 609.63 KB - 722 downloads
| Rating: 0/10 (0 votes)
|
Computer Random Music Screensave.zip by Chuck Mire (Rate this file/View comments) |
A full screen version of Computer Random Music. The zip file contains the Windows executable, the source code and a PDF that has corrected some errors in the PDF submitted in my original Computer Random Music post. |
Source included - QB64 - 892.52 KB - 707 downloads
| Rating: 0/10 (0 votes)
|
Computer Random Music.zip by Chuck Mire (Rate this file/View comments) |
Computer Random Music is adapted from original code by Clifford A. Pickover. Using the pseudo-random function that is generated by the computer, up to 16,384 individual musical notes can be played. The pseudo-random key can either be entered as a +- seven-digit number (decimals allowed) or by using the computer's TIMER function. The pseudo-random key is displayed so that the same sequence of notes can be generated again with another run of the program. The music tempo can be chosen from 32 to 255 beats per minute. The zip file contains the Windows executable, the source code, and a PDF with 7 screen shots that document every feature of the program. |
Source included - QB64 - 892.08 KB - 741 downloads
| Rating: 0/10 (0 votes)
|
Concatenate Two Files.zip by Chuck Mire (Rate this file/View comments) |
I used to concatenate (combine) any two existing files into a new file by typing the following command at the DOS prompt: COPY /B FILE1 + FILE2 /B NEWFILE /B If you mistyped any filename (which was restricted to 8 characters with no spaces) then you had to retype the entire command again. Concatenate Two Files.exe is a Windows executable that simplifies the entire process with complete error checking to just inputing the [D\:][path\]filename correctly for the three files. An existing file CANNOT be overwritten. Windows filenames, including spaces within the name, are supported. The zip file contains the Windows executable and the source code. |
Source included - QB64 - 369.06 KB - 671 downloads
| Rating: 0/10 (0 votes)
|
COPYV9R6.ZIP by Erik Jon Oredson (Rate this file/View comments) |
Copyit v9.0a r6.0a for Windows is a fast file copy utility in QB64. |
Source included - QB64 - 587.22 KB - 625 downloads
| Rating: 0/10 (0 votes)
|
COPYV9R7.ZIP by Erik Jon Oredson (Rate this file/View comments) |
Copyit v9.0a r7.0a for Windows is a fast file copy utility in QB64. |
Source included - QB64 - 587.8 KB - 569 downloads
| Rating: 0/10 (0 votes)
|
Counting By Bits - Four Bases.zi by Chuck Mire (Rate this file/View comments) |
Counting By Bits - Four Bases.exe is a Windows executable that displays SIGNED Numbers in Base 2, 8, 10 and 16 for numbers in the range of -2,147,483,648 to 2,147,483,647. A Base 10 POSITIVE counting increment is entered; and next a Base 10 number is entered. Then, using the <Up/Down Arrow> Keys to increase/decrease the Base 10 number by the chosen increment, watch the screen display update all of the bases simultaneously. Base 8 and Base 16 numbers are also displayed in graphical "split" binary and bit groups which helps to illustrate the logic of these base numbers. The program is fully error trapped to ensure that no calculation is attempted outside of the allowed range of numbers. Also included is Screenshot.jpg which is a screen shot of the program in action. Note: Commas are NOT entered in any of the Base 10 numbers - the program calculates their use and then places them there automatically. |
Source included - QB64 - 399.79 KB - 2401 downloads
| Rating: 0/10 (0 votes)
|
CRC32 Crypt.zip by Chuck Mire (Rate this file/View comments) |
A symmetrical encryption program that uses CRC32 theory in which BOTH the user AND the file to be encrypted/decrypted create a unique streaming key that is never duplicated. Therefore, the sender and the receiver(s) can agree only once, if desired, to use the same setup over and over again for multiple file transmissions. The code is fully explained in the included HTML and the actual use with screen shots is shown in the included PDF. The zip file contains the Windows executable, the source code, the HTML and the PDF files. |
Source included - QB64 - 827.5 KB - 725 downloads
| Rating: 0/10 (0 votes)
|
CRC32 Crypt.zip by Chuck Mire (Rate this file/View comments) |
CRC32 Crypt, Version 2, has been updated with only one change: The encrypted file name(s) are now CASE SENSITIVE instead of always being UPPER CASE. Also, the explanatory html file has been updated and reworked. The zip file contains the new Windows executable, source code, and the explanatory html file. |
Source included - QB64 - 386.2 KB - 680 downloads
| Rating: 0/10 (0 votes)
|
Page: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11
|
|