|
346 files in total in this section.
Magic Square Generator.zip by Chuck Mire (Rate this file/View comments) |
Magic Square Generator.exe is a Windows executable that will generate Odd-Order Magic Squares from Order 3 through Order 63. The numbering starts at the number one and increments by one through the square of the Order with no number duplication. For instance, for an order 63, the numbering goes from 1 through 63 squared (3969). The sum of any row or column or diagonal will add up to the Magic Sum which is computed by the following formula: Magic Sum = Order * (Order ^ 2 + 1) / 2. For example, the Magic Sum for the Odd-Order 63 Magic Square = 63 * (63 * 63 + 1) / 2 = 125, 055. Two different magic squares can be generated for each order by using the Staircase or Pyramid method. Either one will generate the same Magic Sum for that order. The results can either be shown on screen only or saved to a formatted text file: Magic.txt (This file is saved in the same location as the program and is overwritten for each run of the program). The zip file contains the source code, the Windows executable, a PDF with screenshots, and four (4) example PDF files. |
Source included - QB64 - 923.53 KB - 1266 downloads
| Rating: 0/10 (0 votes)
|
Math with Fractions.zip by Chuck Mire (Rate this file/View comments) |
Fractions-Adder & Multiplier, with Simplification. Add or Multiply two fractions and see a step-by-step reduction to a common denominator. Addition becomes Subtraction when a positive fraction is added to a negative fraction. Multiplication becomes Division when an improper fraction (numerator is greater than the denominator) is multiplied by a proper fraction. Numerators and denominators entered separately for each of the two fractions. Rules: (1) Negative only allowed in the numerator(s). (2) Numerator(s) <> 0. Results can be stored for use in a chain of fractions. |
Source included - QB64 - 511.01 KB - 1691 downloads
| Rating: 8/10 (1 votes)
|
Morse Code Trainer.zip by Chuck Mire (Rate this file/View comments) |
Morse Code Trainer.exe is a Windows executable that allows you to learn and practice Morse Code with choices of 7 octaves, 7 pitches, and a range of tempos from 96 to 255. This method treats Morse Code as an oral language made up of letters, then words, and finally sentences of increasing speed and complexity. The range of Words Per Minute are from 12 WPM to almost 31 WPM. The Formula is: Tempo = 8 * WPM or WPM = Tempo / 8. For example, 15 WPM = 8 * 15 = Tempo 120. 30 WPM = 8 * 30 = Tempo 240. The zip file contains the source code, the Windows executable, and a PDF with multiple screen shots. |
Source included - QB64 - 858.65 KB - 899 downloads
| Rating: 0/10 (0 votes)
|
Move the circle.bas by R.M. Harshavardan (Rate this file/View comments) |
Are you frustrated or confused about input! Well worth downloading. Download now. Rate if impressed. |
Source included - QB64 - 1.56 KB - 502 downloads
| Rating: 0/10 (0 votes)
|
Multiple XOR with Escrow Agent.zip by Chuck Mire (Rate this file/View comments) |
Let's assume that I have a file, text document (or any other type), that I only want to be accessed by two people who have to work together to access it with a third person acting as an escrow agent. Two of my programs are used and are available in the QB64 section: Random File Maker & XOR File Encryption. The attached zip file contains detailed instructions with an example I created. |
Source included - QB64 - 4.39 KB - 757 downloads
| Rating: 0/10 (0 votes)
|
Number Base Conversions Illustrated.zip by Chuck Mire (Rate this file/View comments) |
Instead of just calculating the end results when converting from Base-10 Integers to other Number Bases, this program illustrates the step-by-step mathematical procedure that is used for Base-2 through Base-999. Just follow the screen prompts. The zip file contains the Windows executable, the source code, and a PDF with screen shots. |
Source included - QB64 - 638.98 KB - 743 downloads
| Rating: 0/10 (0 votes)
|
Number to MKS$ And MKS$ to Number.zip by Chuck Mire (Rate this file/View comments) |
Number to MKS$ will translate any single precision number into 4-bytes. It then can be written to a 4-byte file. MKS$ to Number will read any consecutive 4-bytes in any file and convert it to any single precision number. In this mode, it only reads any 4-bytes from any file. Read the included text file first; then read the included PDF file. You will then have the necessary information to decrypt the included HiddenData.dat file which you may find useful and enjoyable to use. |
Source included - QB64 - 594.68 KB - 769 downloads
| Rating: 0/10 (0 votes)
|
Numble - `Wordle' With Numbers.zip by Chuck Mire (Rate this file/View comments) |
Inspired by the popular word game, Wordle, the idea is to use number digits instead of words for the solution. The number of digits across for each game can be from 3 to 10. Whereas words follow strict rules of language, random numbers are not restricted at all. Two versions are included: the "easy" version in which each of the random digits in the solution are unique with no duplicates; and the "hard" version in which duplicate random digits can be anywhere in the solution. The digits are color coded in exactly the same way as letters are color coded in Wordle.The zip file contains the Windows executables, the source codes, and a PDF with screen shots. |
Source included - QB64 - 939.14 KB - 354 downloads
| Rating: 0/10 (0 votes)
|
paintash.zip by Ashish (Rate this file/View comments) |
A painting program made in qb64. it has many featutes. Pencil brush eye dropper paint bucket. |
Source included - QB64 - 571.46 KB - 1043 downloads
| Rating: 8.5/10 (6 votes)
|
Perpetual Date and Time.zip by Chuck Mire (Rate this file/View comments) |
This Windows executable will continuously display every second: A printout of the current month with the current day highlighted; The Date [MM-DD-YYYY]; The Gregorian Time [HH:MM:SS] in both 24-hour and 12-hour formats; and, The exact Julian Day & Time with 15 digits of precision. Also included is my Windows executable, "Julian & Gregorian Date Calculator" which converts: Any Gregorian Date & Time to Julian Day & Time OR vice versa; and, Gregorian Date to Gregorian Date, plus or minus Dates OR plus or minus Days.The zip file contains both Windows executables, both source codes, and a PDF with screenshots of both programs and other information. |
Source included - QB64 - 929.09 KB - 351 downloads
| Rating: 0/10 (0 votes)
|
Prime Generator.zip by Chuck Mire (Rate this file/View comments) |
Prime Generator.exe is a Windows executable that will calculate all the prime numbers within a range of numbers OR test an individual number to see if it is prime (up to 15-digits for either). The results can be copied to the Windows Clipboard if desired. The zip file contains the source code and the Windows executable. |
Source included - QB64 - 505.83 KB - 1230 downloads
| Rating: 0/10 (0 votes)
|
qb64editor.rar by Mikael Bohlin (Cyperium) (Rate this file/View comments) |
A custom QB64 editor which has some features QB64 lacks, while lacking some features QB64 has. |
Source included - QB64 - 339.87 KB - 5085 downloads
| Rating: 10/10 (6 votes)
|
qb64editor.zip by Mikael Bohlin (Cyperium) (Rate this file/View comments) |
Custom editor for QB64, with several features that the default editor lacks. Just put all the files in the QB64 directory. |
Source included - QB64 - 739.73 KB - 4618 downloads
| Rating: 8.66667/10 (3 votes)
|
qb64editor195.zip by Mikael Bohlin (Cyperium) (Rate this file/View comments) |
Custom editor for QB64 version 1.95, has hilighting and other features, fixed bugs that were previously present in this version. |
Source included - QB64 - 1017.51 KB - 4338 downloads
| Rating: 9.5/10 (4 votes)
|
Page: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12
|
|