-
```
As a developer, I first learned to program using only QBasics "on-line" (on-
line as in, in the IDE) help, in which you could either browse or simply
press F1 while the marker is on a keyword and…
-
The original game was "GORILLAS.BAS", not "GORILLA.BAS".
How many gorillaS do you see in the game?
-
#64 and exceptions caused by programs run _inside_ dosemu can be tricky to track down, it could be a lot easier if currently open executables, loading devices drivers and normal files could be display…
-
Breakout from #41
-
The QBasic editor works fine, but if I want to start a program (Shift+F5) it is hanging and also freeze my browser one time. (Has to be a bug in Chrome.) Also not working in IE.
If you want to try it…
-
```
Not sure how to submit this as anything other than a defect when it isn't one
in the base code.
I'm running SVN 756.
On the main page I have the player leader boxes. Since we run a perpetual
…
-
```
What steps will reproduce the problem?
1.Load Dosbox-wii
2.Open qBASIC or gwBASIC
3.Write a program that contains a loop and
press CTRL+break
What is the expected output? What do you see instead…
-
Right now, even when the client has been set to accept JSON (and therefore expects valid JSON), a `GET` or `DELETE` on a paste that does not exist returns the string `Not Found.` While this correctly …
-
```
Not sure how to submit this as anything other than a defect when it isn't one
in the base code.
I'm running SVN 756.
On the main page I have the player leader boxes. Since we run a perpetual
…
-
Cant see where its going out of bounds, its either the for count or the records count being retained from the /bal somehow. I've added an extra count=0; in case thats the issue but theres not a lot …