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

  3dstar.zip by Badjas (Rate this file/View comments)
A 3D demo, soon to be a library for easier 3D programming. This demo still uses DirectQB
Source included - QuickBASIC 4.5 - 47.61 KB - 6457 downloads
Rating: 10/10 (7 votes)

  3dv01.zip by Badjas (Rate this file/View comments)
Wow, lightning fast rotating 3D Kepler star with source!!! Download now, it's 3*D version 0.1
Source included - QuickBASIC 4.5 - 48.69 KB - 6329 downloads
Rating: 10/10 (6 votes)

  3To4 & 4To3 File Crypt In JavaScript.zip by Chuck Mire (Rate this file/View comments)
With this JavaScript program, ANY type of an original file can be encrypted, scrambled and automatically saved with a “.txt” extension. Then it can be renamed with your preferred identification method with a “key” to the randomizing positive or negative number used. The unscrambling, decryption and conversion that is saved back to the original file type can ONLY be done by using the original randomizing positive or negative number. The original file is saved in its original type by removing the added “.txt” extension. The zip file contains the JavaScript html, the source code saved as a text file, and a PDF with further details plus a screenshot.
Source included - Unknown - 166.51 KB - 158 downloads
Rating: 0/10 (0 votes)

  3To4 & 4To3 Text Crypt in JavaScript.zip by Chuck Mire (Rate this file/View comments)
This JavaScript program encrypts text by taking advantage of the fact that 3 Bytes x 8 bits per Byte = 24 bits, and 4 Bytes x 6 bits per Byte = 24 bits also. The ASCII Characters from ASCII(33) through ASCII(126) are used for encryption, PLUS the encrypted results are also scrambled. The zip file contains the JavaScript html, the source code saved as a text file, and a PDF with further explanation of the algorithm plus a screenshot.
Source included - Unknown - 123.02 KB - 167 downloads
Rating: 0/10 (0 votes)

  3_d-v02.zip by Badjas (Rate this file/View comments)
The source for the 3*D library. It's dead now, so go ahead and *YOU* make something with it!
Source included - QuickBASIC 4.5 - 112.87 KB - 6366 downloads
Rating: 0/10 (0 votes)

  A Basic Trigonometric Functions Calculator in JavaScript.zip by Chuck Mire (Rate this file/View comments)
This JavaScript HTML calculates the Sine, Cosine and/or Tangent Functions in Degrees and/or Radians accurately to 15 decimal places. The zip file contains the Javascript HTML, the source code saved as a text file, and a PDF with further details and screenshots.
Source included - Unknown - 587.72 KB - 172 downloads
Rating: 0/10 (0 votes)

  A Countdown Time To Date Calculator In JavaScript.zip by Chuck Mire (Rate this file/View comments)
With this JavaScript utility, when inputting a future MM/DD/YYYY, with a choice of either the beginning or end of the day, it will accurately calculate the number of days, hours, minutes, and seconds from the current local date and time to the input future date. The zip file contains the JavaScript html, the source code saved as a text file, and a PDF with self explanatory screenshots.
Source included - Unknown - 55.22 KB - 180 downloads
Rating: 0/10 (0 votes)

  A Fibonacci Clock In JavaScript.zip by Chuck Mire (Rate this file/View comments)
My Fibonacci Clock in JavaScript is accurate to the SECOND with the Local Time, unlike all the other ones that are accurate to ONLY about 5 minutes with the Local Time. My version is also extremely easy to read. The zip file contains the .html file, the source code saved as a text file, and a PDF file with documentation and a screenshot.
Source included - Unknown - 106.37 KB - 268 downloads
Rating: 0/10 (0 votes)

  A General Root & Logarithmic Calculator In JavaScript.zip by Chuck Mire (Rate this file/View comments)
Two separate and useful cross-platform calculators. The General Root Calculator will calculate the positive OR negative roots of any positive number. The Logarithmic Calculator will calculate the Natural Log [base e] OR any other base of any positive number. The zip file contains the html files, both source codes saved as text files, and a PDF with screenshots.
Source included - Unknown - 43.1 KB - 258 downloads
Rating: 0/10 (0 votes)

  A Horizontal Binary Clock In Javascript.zip by Chuck Mire (Rate this file/View comments)
This digital clock illustrates counting in binary visually, aided by all of the horizontal rows numbered, from right to left: 1, 2, 4, 8, 16 and 32. The zip file contains the JavaScript html, the source code saved as a text file and a PDF with a screenshot.
Source included - Unknown - 48.7 KB - 214 downloads
Rating: 0/10 (0 votes)

  A Large Basic Math Calculator in JavaScript.zip by Chuck Mire (Rate this file/View comments)
By using the basic interface of my program, "Large Multiplication In JavaScript" and modifying the code, I now have this program that calculates all of the basic math calculations: addition, subtraction, multiplication, and division. It uses a dropdown box to choose the calculation desired. Once the two numbers are input, all of the different calculations can be done without having to reenter the numbers. The zip file contains the JavaScript html, the source code saved as a text file, and a PDF with multiple screenshots and further details.
Source included - Unknown - 1.29 MB - 183 downloads
Rating: 0/10 (0 votes)

  A Large Exponential Calculator In JavaScript.zip by Chuck Mire (Rate this file/View comments)
This JavaScript HTML will calculate extremely large exponentials accurately to the LAST digit without ANY rounding. It will also calculate extremely small negative Base-10 exponentials and Base-e exponentials. The attached zip file contains the JavaScript html, the source code saved as a text file, and a PDF with screenshots and the results of a large exponential calculation containing 1,309 digits.
Source included - Unknown - 52.54 KB - 234 downloads
Rating: 0/10 (0 votes)

  A Large Factorial Calculator In JavaScript.zip by Chuck Mire (Rate this file/View comments)
This JavaScript program will calculate extremely large factorial results with the option to download the results into a descriptive text file. The zip file contains the JavaScript html, the source code saved as a text file, and a PDF with a screen shot and the results of a factorial calculation that has 2,568 digits.
Source included - Unknown - 48.49 KB - 203 downloads
Rating: 0/10 (0 votes)

  A Pair of Large Multiplication Calculators In JavaScript.zip by Chuck Mire (Rate this file/View comments)
One of the calculators is a conventional Large Multiplication Calculator and the other is a Russian Peasant Multiplication Calculator. Both of them are accurate when using very large positive integers. The zip file contains both HTML files, both source codes saved as text files, and two PDFs with details and screenshots.
Source included - Unknown - 115.92 KB - 224 downloads
Rating: 0/10 (0 votes)

  A Text Scrambler & Unscrambler with JavaScript.zip by Chuck Mire (Rate this file/View comments)
Imagine if you were to print a text file, carefully cut out all the individual characters, place them all in a paper bag, shake the paper bag up, and then carefully paste all the individual characters back onto a blank piece of paper - all scrambled up. That is what my "Text Scrambler & Unscrambler.html", written in JavaScript, does digitally without having to print anything. Since it is "cross-platform", it is an example of Future Software. The zip file contains the HTML, the source code, a PDF with instructions and a screen shot, plus an example scrambled text file.
Source included - Unknown - 63.83 KB - 313 downloads
Rating: 0/10 (0 votes)

  aintro.zip by Jorden and Michael (Rate this file/View comments)
The same file as #10 on the products page, but in 640*480 resolution! It shows you how good the new Future.Library SVGA functions are.
Source included - QuickBASIC 4.5 - 121.7 KB - 6272 downloads
Rating: 10/10 (2 votes)

  All Six Trigonometric Functions Calculator In JavaScript.zip by Chuck Mire (Rate this file/View comments)
Using the exact same screen display and format as my earlier JavaScript Program "A Basic Trigonometric Functions Calculator in JavaScript", available here, [https://qb45.org/files.php?action=showfile&id=2178] , this version has added the Cosecant, Secant and Cotangent Functions in addition to the Sine, Cosine and Tangent Functions. It will calculate all of the functions in both degrees and/or radians with a 15 decimal accuracy. It will also copy the results to the clipboard in plain text or Rich Text Format (RTF) - if your digital device supports RTF. The zip file contains the JavaScript html, the Source Code and the same PDF from my earlier version, which explains my earlier program as well as this version in detail, along with screenshots.
Source included - Unknown - 587.94 KB - 181 downloads
Rating: 0/10 (0 votes)

  An Antilog Calculator In JavaScript.zip by Chuck Mire (Rate this file/View comments)
My Antilog Calculator In JavaScript computes the opposite of my Log Calculator in Javascript using the same screen interface. The zip file contains the html file, and the source file saved as a text file.
Source included - Unknown - 2.58 KB - 263 downloads
Rating: 0/10 (0 votes)

  Another Fibonacci Clock In JavaScript.zip by Chuck Mire (Rate this file/View comments)
In my new version, instead of using four external squares to the right of the Large Fibonacci Rectangles for the minutes and seconds track of time, they have been replaced with single external Fibonacci Rectangles to the right of the Large Fibonacci Rectangles for the minutes and seconds track of time. This new version is also accurate to the local time's second like my original version. The zip file contains the JavaScript html file, the source code saved as a text file, and a PDF with explanatory details and screenshots.
Source included - Unknown - 298.39 KB - 197 downloads
Rating: 0/10 (0 votes)

  arrasource.exe by Stefan (Rate this file/View comments)
The full sourcecode to Arrakis!!!
Source included - QuickBASIC 4.5 - 131.07 KB - 6453 downloads
Rating: 10/10 (1 votes)

  Base-10 To Any Number Base Converter With Javascript.zip by Chuck Mire (Rate this file/View comments)
Convert any whole number from Base-10 to any other number base using JavaScript. It is cross-platform so it will run on any platform with a browser that supports running JavaScript. The zip file contains the JavaScript HTML, the source code, and a explanatory PDF with a screenshot.
Source included - Unknown - 107.89 KB - 300 downloads
Rating: 0/10 (0 votes)

  Base-64 Encoder & Decoder with JavaScript.zip by Chuck Mire (Rate this file/View comments)
Previously, I had created a Windows executable that did this, available here: [https://qb45.org/files.php?action=showfile&id=1923] However, the future is becoming cross-platform. JavaScript will give the same results regardless of the operating system, be it Windows, Mac, Chromebook, Linux, iPhone, iPad, or Android – as long as your browser supports running JavaScript. The zip file contains the HTML, the source in a text file, a PDF with Instructions and a screenshot, plus a text file with an encoded Base-64 example.
Source included - Unknown - 53.32 KB - 318 downloads
Rating: 0/10 (0 votes)

  bomberzone.zip by Jorden and Badjas Productions (Rate this file/View comments)
A game-demo (version 1.1) like the battle mode of Bomberman! Two players, great graphics and animations, nice sounds and music, very cool! Uses the Future.Library
Source included - QuickBASIC 4.5 - 620.66 KB - 6278 downloads
Rating: 0/10 (0 votes)

  cobra.zip by Jorden (Rate this file/View comments)
A basic Snake type of game using the Future.Library, in 640x480x256.
Source included - QuickBASIC 4.5 - 233.03 KB - 6122 downloads
Rating: 0/10 (0 votes)

  Date-Time & Julian Day Converter in JavaScript.zip by Chuck Mire (Rate this file/View comments)
My JavaScript program accurately calculates UTC Julian Days since the beginning of the Gregorian Calendar in 1615. The zip file contains the source as a text file, the cross-platform JavaScript html, and a PDF which explains the features of the program in detail along with screenshots.
Source included - Unknown - 115.26 KB - 302 downloads
Rating: 0/10 (0 votes)

  diamond.zip by Stefan (Rate this file/View comments)
A nice platform game Stefan has worked on. The graphics are great, scrolling is cool, but there are many bugs. Uses DirectQB
Source included - QuickBASIC 4.5 - 313.38 KB - 6223 downloads
Rating: 0/10 (0 votes)

  dunedit.zip by Stefan (Rate this file/View comments)
A cool level editor for Dune II!!! Visit http://people.a2000.nl/rhendrik/duneii.htm for more info on using this level editor!
Source included - QuickBASIC 4.5 - 0 B - 6081 downloads
Rating: 0/10 (0 votes)

  eliteforces.zip by Stefan (Rate this file/View comments)
A C&C Counterstrike alike program, very cool! Has 'bots' so it is just like you are playing on the internet. Too bad it's not finished, nor will it ever get finished since the author isn't working with QB anymore. Uses DirectQB
Source included - QuickBASIC 4.5 - 1.21 MB - 6472 downloads
Rating: 0/10 (0 votes)

  expack.zip by Andrew Nagy and Peter Radics (both old FS members), Jorden (Rate this file/View comments)
LZW algorythm-based compression utility!
Source included - QuickBASIC 4.5 - 12.98 KB - 6253 downloads
Rating: 0/10 (0 votes)

  File To 3To4 File & 3To4 File To File in JavaScript.zip by Chuck Mire (Rate this file/View comments)
This algorithm takes advantage of the fact that three 8-bit bytes = 24 bits, and four 6-bit bytes = 24 bits also. For the conversion, an offset between 33 and 64 is chosen and added to each of the 6-bit bytes so that the 8-bit bytes are always “typewriter” characters. Along with my original “3To4 & 4To3 Text Converter” in JavaScript (which has the same basic interface, and is also attached), I now have the same algorithm for converting ANY file to a 3To4 File and converting that 3To4 File back to the original file. The 3To4 File is approximately 1 1/3 times the size of the original file. The zip file contains both Javascript HTMLs, both source codes saved as text files, and two explanatory PDFs including screenshots.
Source included - Unknown - 211.08 KB - 251 downloads
Rating: 0/10 (0 votes)

Page: 1 | 2

Members
Login
Register
QB45 Members
Member List