Search found 59 matches
- Thu Mar 16, 2006 10:24 am
- Forum: Coding Questions
- Topic: jaPBe - older version
- Replies: 7
- Views: 1265
- Tue Mar 14, 2006 7:39 pm
- Forum: Coding Questions
- Topic: jaPBe - older version
- Replies: 7
- Views: 1265
- Tue Mar 14, 2006 5:17 pm
- Forum: Coding Questions
- Topic: jaPBe - older version
- Replies: 7
- Views: 1265
- Tue Mar 14, 2006 3:19 pm
- Forum: Coding Questions
- Topic: jaPBe - older version
- Replies: 7
- Views: 1265
jaPBe - older version
I am running PB 3.94 with jaPB v2.5.4.22
The above version of jaPBe has a debugger change which I don't like.
I am looking for the previous version of jaPBe before this change was made to the debugger screen.
Can anyone point me to a site where I can get it? The jaPBe site doesn't list any ...
The above version of jaPBe has a debugger change which I don't like.
I am looking for the previous version of jaPBe before this change was made to the debugger screen.
Can anyone point me to a site where I can get it? The jaPBe site doesn't list any ...
- Wed Mar 08, 2006 5:32 pm
- Forum: Coding Questions
- Topic: scrolling data problem
- Replies: 1
- Views: 517
- Mon Mar 06, 2006 2:14 pm
- Forum: Coding Questions
- Topic: scrolling data problem
- Replies: 1
- Views: 517
scrolling data problem
Basically what I want to do is write pixel data to the first pixel line then move it down one pixel to line 2, then write some more data to line 1. So that I end up with a scrolling window of pixel data.
So,
1. write data to line 1
2. move lines 1 thru to 255, to lines 2 thru 256
3. write date top ...
So,
1. write data to line 1
2. move lines 1 thru to 255, to lines 2 thru 256
3. write date top ...
- Mon Feb 27, 2006 5:03 pm
- Forum: Coding Questions
- Topic: Y doesn't increment
- Replies: 2
- Views: 829
- Mon Feb 27, 2006 3:49 pm
- Forum: Coding Questions
- Topic: Y doesn't increment
- Replies: 2
- Views: 829
Y doesn't increment
I can't see why Y won't increment. Is it something to do with the StrartDrawing command?
The code below is obviously only a part of the main program.
Any comments most welcomed.
Alan
StartDrawing(WindowOutput())
DrawingMode(0)
For y=1 To 50
For s=0 To #fft_SampleSize/2
For x=1 To 300 ...
The code below is obviously only a part of the main program.
Any comments most welcomed.
Alan
StartDrawing(WindowOutput())
DrawingMode(0)
For y=1 To 50
For s=0 To #fft_SampleSize/2
For x=1 To 300 ...
- Wed Jan 18, 2006 7:20 pm
- Forum: Windows
- Topic: JP2 format
- Replies: 3
- Views: 1746
- Tue Jan 17, 2006 5:48 pm
- Forum: Windows
- Topic: JP2 format
- Replies: 3
- Views: 1746
JP2 format
Is there a plugin that will read/write the JP2 / JPEG2000 format?
Or will the JPG plugin do it.
regards Alan
Or will the JPG plugin do it.
regards Alan
- Mon Dec 19, 2005 10:50 am
- Forum: General Discussion
- Topic: encryption thoughts
- Replies: 5
- Views: 1543
- Fri Dec 16, 2005 3:12 pm
- Forum: General Discussion
- Topic: encryption thoughts
- Replies: 5
- Views: 1543
encryption thoughts
I was doodling as one does. And thought of an encryption method which could be hard to crack.
To simplify it....
the first block would be A to Z in alphabetical order, and underneath would be the same letters but scrambled. So to encode the word DADDY, you look along the topline for the letter D ...
To simplify it....
the first block would be A to Z in alphabetical order, and underneath would be the same letters but scrambled. So to encode the word DADDY, you look along the topline for the letter D ...
- Sun Mar 27, 2005 5:28 pm
- Forum: General Discussion
- Topic: Linux to Windows XP?
- Replies: 2
- Views: 878
- Sat Mar 26, 2005 5:52 pm
- Forum: General Discussion
- Topic: Linux to Windows XP?
- Replies: 2
- Views: 878
Linux to Windows XP?
Is it possible to run a program (exe) that has been written and compiled for the Linux platform to run on Windows XP?
I am thinking of an emulator for instance. You can run Spectrum games on XP via an emulator.
I wonder if there is such a program for Linux?
Any comments welcomed.
Alan
I am thinking of an emulator for instance. You can run Spectrum games on XP via an emulator.
I wonder if there is such a program for Linux?
Any comments welcomed.
Alan
- Wed Mar 23, 2005 4:04 pm
- Forum: Windows
- Topic: sound card sampling speed
- Replies: 5
- Views: 2633