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

  SICK64D9.ZIP by eoredson (Rate this file/View comments)
The Windows Symbolic Instruction Code Kit
Source included - QB64 - 459.41 KB - 139 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 - 128 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 - 112 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 - 128 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 - 129 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 - 122 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 - 115 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 - 102 downloads
Rating: 0/10 (0 votes)

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

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

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

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

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

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

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

  SICK64F6.ZIP by eoredson (Rate this file/View comments)
The Symbolic Instruction Code Kit
Source included - QB64 - 500 KB - 1 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 - 1540 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 - 752 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 - 694 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 - 626 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 - 1641 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 - 4475 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 - 688 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 - 698 downloads
Rating: 0/10 (0 votes)

  Text to Base-10.zip by Chuck Mire (Rate this file/View comments)
This program has the same looking interface as my QB64 program"Text to Multiple Number Bases IV". However, it does not encrypt the text in any way - it only converts the text into an accurate Base-10 number using the normal digits, 0 through 9. Text can either be typed in with a maximum of 240 continuous characters, or pasted from the Windows Clipboard for a larger block of text. If text is pasted from the Windows Clipboard, all of the formatting - such as separate paragraphs, carriage returns and line feeds - is preserved. However, the time to convert to a Base-10 number increases exponentially with the amount of text that is to be converted. For a large text file, use my QB64 programs "Base-256 File To Base-10 File" and "Base-10 File To Base-256 File" which give the same results and have the ability to quit and resume without having to start over. The zip file contains the windows executable and the source code.
Source included - QB64 - 380.95 KB - 693 downloads
Rating: 0/10 (0 votes)

  Text To Base-64.zip by Chuck Mire (Rate this file/View comments)
Text To Base-64.exe is a fast Windows executable that converts text into B-64 data and B-64 data back into text. The B-64 data conforms to the MIME standard of no more than 76 characters per line when pasted into a text file. Text may either be typed in manually or pasted into the program from the Windows Clipboard. B-64 data is pasted into the program from the Windows Clipboard. The program catches all errors such as invalid text, invalid B-64 data and an empty Windows Clipboard. The attached zip file contains the Windows executable, the source code, a text file with the source code as B-64 data, and a PDF with explanatory multiple screen shots.
Source included - QB64 - 778.33 KB - 509 downloads
Rating: 0/10 (0 votes)

  Text to Custom Base-64 Correction.zip by Chuck Mire (Rate this file/View comments)
I discovered a flaw in my program, Text To Custom Base-64. After completion of either "Text to Custom Base-64" OR "Custom Base-64 to Text", the user is given choices which includes "Another Conversion". IF this was chosen AND IF the offset chosen was "Random", then the program would incorrectly give the wrong results because I did not re-initialize the Random Generator for either of these conditions. This has now been corrected. Otherwise, there is no other change in this program. The zip file contains the Windows executable, the source code, and another copy of the PDF file with screen shots.
Source included - QB64 - 734.65 KB - 524 downloads
Rating: 0/10 (0 votes)

  Text To Custom Base-64.zip by Chuck Mire (Rate this file/View comments)
Text to Custom Base-64.exe is a Windows standalone executable that allows a user to choose an offset into the ASCII character set from CHR$[32] through CHR$[63] for the Base-64 character set. For example, if the offset chosen is at CHR$[32], then the Base-64 character set is from CHR$[32] through CHR$[95]. Large blocks of text in a file can be copied to the Windows Clipboard and pasted into this program for conversion. Then the Base-64 output can be copied to the Windows Clipboard, pasted into Notepad and then saved as a text file. When text is converted to Base-64 output, the size is 1 1/3 [4/3] times the size of the original text input. Another choice useful for encryption is the Random option where a user chooses a locking/unlocking number "key". With this option the Base-64 character set continually shifts during the conversion. Only that chosen number "key" can convert the Base-64 output back into text. Multiple conversions to different Base-64 sets can be done using different offsets in any order [or different random number "keys"] IF AND ONLY IF the conversion back to text is done in the REVERSE ORDER. Each multiple "stacking" increases the Base-64 output size 1 1/3 [4/3] times the previous Base-64 input. Base-64 output has a maximum line length of 76 characters so that the output can be easily viewed when pasted into Notepad. Errors are fully trapped to only accept the correct Base-64 offset [or Random number "key"] for the output. Binary data is also trapped and rejected. The attached zip file contains the Windows executable, the source code, "Text to Custom Base-64 Source Code, B-64 Format, Random 12345.txt", and a PDF with screen shots.
Source included - QB64 - 745.92 KB - 504 downloads
Rating: 0/10 (0 votes)

  Text To Custom Number Bases-Consolidation.zip by Chuck Mire (Rate this file/View comments)
I have five stand-alone programs that will convert Keyboard Text (Base-98) into: "Text to Numbers & Alpha" (Base-62), "Text to Hex" (Base-16), "Text to Base-10", "Text to Roman Numerals" (Base-7), and "Text to DNA" (Base-4). I decided to consolidate all of these individual conversions into one program: "Base-98 Text To Custom Number Bases". Next I decided to also do all of these individual conversions into another program: "Base-256 Text To Custom Number Bases", where the Keyboard Text was part of the complete ASCII character set (Base-256). Finally, I thought why not consolidate these last two consolidation programs into just ONE program: "Base-98 Or Base-256 Text To Custom Number Bases". With this final program, the first screen requires the user to choose between Base-98 Text or Base-256 Text. After that the interface is as easy to follow for any of these three new programs as the original stand-alone programs were.
Source included - QB64 - 1.12 MB - 654 downloads
Rating: 0/10 (0 votes)

  Text To DNA.zip by Chuck Mire (Rate this file/View comments)
Continuing with the same approach as "Text to Numbers & Alpha" (Base-62),"Text to Roman Numerals" (Base-7), and "Text to Hex" (Base-16) - "Text to DNA" gives one more alternative to convert Keyboard Text (Base-98) into DNA ("GCAT", Base-4). One interesting observation is that the "numeric" output of any of these four programs can also be used as the "text" input - either in the same program or in any other of these four programs. This is because the "numeric" output can also be considered as "text" input - to be layered - one on top of the other as often as is desired.
Source included - QB64 - 380.74 KB - 633 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