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

  SICK64B.ZIP by eoredson (Rate this file/View comments)
The Symbolic Instruction Code Kit
Source included - QB64 - 390.96 KB - 868 downloads
Rating: 10/10 (1 votes)

  SICK64C.ZIP by eoredson (Rate this file/View comments)
The Symbolic Instruction Code Kit
Source included - QB64 - 390.58 KB - 890 downloads
Rating: 10/10 (1 votes)

  SICK64C1.ZIP by eoredson (Rate this file/View comments)
The Symbolic Instruction Code Kit
Source included - QB64 - 389.84 KB - 917 downloads
Rating: 10/10 (1 votes)

  SICK64C2.ZIP by eoredson (Rate this file/View comments)
Symbolic Instruction Code Kit
Source included - QB64 - 390.79 KB - 776 downloads
Rating: 10/10 (1 votes)

  SICK64C3.ZIP by eoredson (Rate this file/View comments)
Symbolic Instruction Code Kit
Source included - QB64 - 392.57 KB - 777 downloads
Rating: 10/10 (1 votes)

  SICK64C4.ZIP by eoredson (Rate this file/View comments)
Symbolic Instruction Code Kit
Source included - QB64 - 392.9 KB - 790 downloads
Rating: 10/10 (1 votes)

  SICK64D1.ZIP by Erik Jon Oredson (Rate this file/View comments)
The Symbolic Instruction Kit Interpreter For QB64
Source included - QB64 - 393.85 KB - 634 downloads
Rating: 10/10 (5 votes)

  SICK64D2.ZIP by Erik Jon Oredson (Rate this file/View comments)
Symbolic Instruction Code Kit
Source included - QB64 - 391.56 KB - 482 downloads
Rating: 10/10 (1 votes)

  SICK64D3.ZIP by Erik Jon Oredson (Rate this file/View comments)
Symbolic Instruction Code Kit
Source included - QB64 - 393.05 KB - 1395 downloads
Rating: 0/10 (0 votes)

  SICK64D4.ZIP by eoredson (Rate this file/View comments)
The Windows Symbolic Instruction Code Kit
Source included - QB64 - 396.19 KB - 132 downloads
Rating: 0/10 (0 votes)

  SICK64D5.ZIP by eoredson (Rate this file/View comments)
The Windows Symbolic Instruction Code Kit
Source included - QB64 - 396.98 KB - 145 downloads
Rating: 0/10 (0 votes)

  SICK64D6.ZIP by eoredson (Rate this file/View comments)
The Windows Symbolic Instruction Code Kit
Source included - QB64 - 432.83 KB - 144 downloads
Rating: 10/10 (1 votes)

  SICK64D7.ZIP by eoredson (Rate this file/View comments)
The Windows Symbolic Instruction Code Kit
Source included - QB64 - 450.3 KB - 57 downloads
Rating: 0/10 (0 votes)

  SICK64D8.ZIP by eoredson (Rate this file/View comments)
The Windows Symbolic Instruction Code Kit
Source included - QB64 - 452.39 KB - 198 downloads
Rating: 0/10 (0 votes)

  SICK64D9.ZIP by eoredson (Rate this file/View comments)
The Windows Symbolic Instruction Code Kit
Source included - QB64 - 459.41 KB - 49 downloads
Rating: 0/10 (0 votes)

  SICK64E1.ZIP by eoredson (Rate this file/View comments)
The Windows Symbolic Instruction Code Kit
Source included - QB64 - 461.39 KB - 31 downloads
Rating: 0/10 (0 votes)

  SICK64E2.ZIP by eoredson (Rate this file/View comments)
The Windows Symbolic Instruction Code Kit
Source included - QB64 - 464.25 KB - 25 downloads
Rating: 0/10 (0 votes)

  SICK64E3.ZIP by eoredson (Rate this file/View comments)
The Windows Symbolic Instruction Code Kit
Source included - QB64 - 465.7 KB - 27 downloads
Rating: 0/10 (0 votes)

  SICK64E4.ZIP by eoredson (Rate this file/View comments)
The Windows Symbolic Instruction Code Kit
Source included - QB64 - 465.98 KB - 40 downloads
Rating: 0/10 (0 votes)

  SICK64E5.ZIP by eoredson (Rate this file/View comments)
The Windows Symbolic Instruction Code Kit
Source included - QB64 - 475.02 KB - 28 downloads
Rating: 0/10 (0 votes)

  SICK64E6.ZIP by eoredson (Rate this file/View comments)
The Windows Symbolic Instruction Code Kit
Source included - QB64 - 475.18 KB - 22 downloads
Rating: 0/10 (0 votes)

  SICK64E7.ZIP by eoredson (Rate this file/View comments)
The Windows Symbolic Instruction Code Kit
Source included - QB64 - 475.22 KB - 11 downloads
Rating: 0/10 (0 votes)

  Small Binary Clock.zip by Chuck Mire (Rate this file/View comments)
A Windows executable binary clock that you can move anywhere on your Windows Desktop. 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 - really cool.
Source included - QB64 - 366.98 KB - 1443 downloads
Rating: 0/10 (0 votes)

  SMS Text Crypt.zip by Chuck Mire (Rate this file/View comments)
SMS Text Crypt.exe is a Windows executable that is designed to encrypt and decrypt short text messages that are copied to – and pasted from – the clipboard. The encryption is done in such a way that the resulting characters are all printable in a text document – no spaces and no control characters: ASCII Characters 33 minimum through Character 126 maximum. To enhance the encryption, multiple encryptions/decryptions can be done all at once as long as the final action is an encryption. The zip file contains the Windows executable, the source code, and a PDF with a complete explanation and multiple screen shots.
Source included - QB64 - 800.88 KB - 646 downloads
Rating: 0/10 (0 votes)

  String$ to Numbers & Numbers to .zip by Chuck Mire (Rate this file/View comments)
Convert a string to numbers using CVI & CVL functions. Then convert the numbers back to the string using MKI$ and MKL$ functions. The zip file contains the Windows executable, the source code and a PDF with six illustrative screen shots.
Source included - QB64 - 653.47 KB - 602 downloads
Rating: 0/10 (0 votes)

  Subtraction Without Borrowing.zip by Chuck Mire (Rate this file/View comments)
Subtract any two numbers without any borrowing by using the Nine's Complement approach with addition. The attached zip contains the Windows executable, the source code, and a PDF that explains the step-by-step procedure with two screenshots.
Source included - QB64 - 693.82 KB - 530 downloads
Rating: 0/10 (0 votes)

  Swap Unsigned Number Bases Calcu.zip by Chuck Mire (Rate this file/View comments)
This Windows executable program will swap between any of the "normal" number-bases (2, 8, 10, and 16) to any other of the "normal" number-bases. It also can swap between any other number-bases as defined and input by the user - for example, base-3 to base-5, base-7 to base-19, etc. With this feature, the symbols used can be chosen by the user - numeric and/or alpha characters. The results can be copied to the clipboard and pasted into any text editor such as Notepad. Input for the "normal" number-bases can be pasted from the clipboard and results can then be copied back to the clipboard. One unique number-base is the complete ASCII set, ASCII(0) through ASCII(255), which can be considered as a base-256 number. Type in ASCII text and then convert it into a (long!) Base-10 number. Then convert that (long!) Base-10 number into any of the "normal" or user defined number-bases with the copy/paste/copy features. Please read the included PDF file for a thorough description of the normal and advanced features of this program.
Source included - QB64 - 1.94 MB - 1548 downloads
Rating: 0/10 (0 votes)

  tcpdown.bas by Galleon (Rate this file/View comments)
Downloads files from the Internet
Source included - QB64 - 1.07 KB - 4383 downloads
Rating: 9.66667/10 (3 votes)

  Text Converted to Multiple Numbe.zip by Chuck Mire (Rate this file/View comments)
A continuous line of text can be considered as a Base-96 Number Base, from CHR$(32) through CHR$(126) plus CHR$(9), the <Tab> key. This program automatically handles the setup when the user enters a Random Seed - which then computes the pseudo-random Number Base Set (ranging from Base-100 through Base-223), its Minimum ASCII Offset, its Maximum ASCII Offset, as well as the pseudo-random Text Base-96 Set. Each Random Seed will generate a completely different setup. Therefore, without knowing the Random Seed, the converted number in the chosen Number Base cannot be converted back to text. The zip file contains the Windows executable, the source code, a PDF with screen shots, and a text file with text converted to number bases.
Source included - QB64 - 758.13 KB - 597 downloads
Rating: 0/10 (0 votes)

  Text Converted to Multiple Numbe.zip by Chuck Mire (Rate this file/View comments)
This is Version Two. Same basic algorithm, but the range of Number Bases has been expanded: Now from Base-10 through Base-223. Also, there is a trick to copying the numbers from Notepad to the Clipboard REGARDLESS of the font. (1) Place the cursor on FIRST line of the number. (2) Hit the <Home> Key (IMPORTANT!). (3) Then while holding down the <Shift> Key, hit the <Down-Arrow> Key as many times as necessary to highlight the entire number. (4) Now, copy to the Clipboard. The zip file contains the new Windows executable, the source code, and a text file with examples to try.
Source included - QB64 - 383.62 KB - 600 downloads
Rating: 0/10 (0 votes)

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

Members
Login
Register
QB45 Members
Member List