-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|746|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-




dna

Google Gemini 2.5

28th March 2025

This is an excellent bit of work.
BMax does go gather than 3D


dna

File Transfer Speed

22nd March 2025

[/quote] Are you copying a lot of files at once. Usually the issue there is that there's a lot of tiny files. That's a fairly hefty bottleneck when it comes to Windows estimating times.[quote]
Yes, I am. But I am using clustered copying meaning th*snip*


dna

File Transfer Speed

21st March 2025

I've got specific files that when they are being copied, the system tells me that it will take more than a day. No other files on the drive do this but when the copy process gets to those files I get the query, more than a day before the copying is com*snip*


dna

Dictionary Search

19th March 2025

F2 Is the dictionary. W$ is he word read from it. ZZ$ is the line to be scanned.
[code] While Not Eof(F2) Or KeyDown(1)
W$=ReadLine(F2):;For G=1 To Len(W$)
If Len(W$)>=3 And Instr(Upper$(ZZ$),Upper$(W$),1)
TW=Instr(Upper$(ZZ$),Upper$(W$),1):;Print *snip*


dna

Code Archive/Gallery

6th March 2025

[quote] There are so many algorithms... Any ones particular? [/quote]
For a start, Circular timed algorithms like those seen in android phones .


dna

Code Archive/Gallery

5th March 2025

Like the code database here but larger


dna

Code Archive/Gallery

5th March 2025

This i probably a stupid question but does anyone know of a web site that contains algorithmic code?


dna

RIP Thread 2025

5th March 2025

That Gene Hackman event is very suspicious indeed.


dna

Happy Birthday, Afr0

3rd February 2025

Happy Birthday


dna

Back to Windows

31st January 2025

It surprising that Linux has not covered every basic Windows tools yet


dna

Commented Bug

22nd January 2025

You're right DAN.
I commented out the setbackbuffer() command and the graphics appeared.
Also an issue, was the exiting of the program when the ESC key was pressed. I commented out the GOTO statement and it's doing that right.
I'm next tryi*snip*


dna

Commented Bug

21st January 2025

I got it to work but only with the print statement being used.
I restructured it to avoid the stack overflow but the same result unless the print is being used.
[code]GWID=320:GHEI=200
Graphics GWID,GHEI,16,2:SeedRnd MilliSecs():SetBuffer BackBuffer()
*snip*


dna

Commented Bug

21st January 2025

If I remove the comment from the print statement the code runs fine but when added nothing happens?
Any thoughts?
[code] GWID=320:GHEI=200
Graphics GWID,GHEI,16,2:SeedRnd MilliSecs():SetBuffer BackBuffer()
.TLP
While Not KeyDown(1) ;Or KeyHit(28)
Flu*snip*


dna

2025 Prices

21st January 2025

Do you have Walmart in Britain? They are always usually cheaper then anywhere else


dna

Drive Comparison

13th January 2025

FreeSyncFile is clever showing the relative paths.
It's something I'll have to get used to interpreting.
After Looking at this output, reorganizing might be the choice. Tedious but complete.
***
Using this offline lacks finds oneself lacking t*snip*


dna

Drive Comparison

13th January 2025

[quote]As for the virus remark, in the past few days you've asked about ways to completely fill a hard drive, finding a method to do a giant for-loop, and now talk about comparing files in different folder layouts. I'm just saying!!![/quote]
Yes. *snip*


dna

Drive Comparison

13th January 2025

[quote] And FreeFileSync which is what I use on MacOS, but also has Linux and Win versions.[/quote]
Thanks for the tip Jay but I think the software makes copies with the same hierarchy. I have a different one on each drive.


dna

LA Fires - Jan 2025

13th January 2025

(Image.jpg)
It's worse than most outside of the city thought.


dna

Drive Comparison

13th January 2025

[quote] Question: What do you want to achieve with the comparison ?[/quote]
I have two drives with different file hierarchies. I need to know where, and if, the same file exists on both drives somewhere.
[update]-=-=-[/update]
[quote] Does anyone else g*snip*


dna

Drive Comparison

13th January 2025

This is probably a Stupid question but how can I compare the contents of two drives that do not have the same folder hierarchy?


dna

Long Loops

11th January 2025

Never knew there was a limit for the for next loop.


dna

LA Fires - Jan 2025

10th January 2025

Yes it is. It began with the heavy wind. I thought it was some kind of Hurricane. Blew down power lines, street signs and some trees.


dna

Long Loops

7th January 2025

Got it
Print (a * 16777216) + (b * 65536) + (c * 256) + d
Never knew that would work in a loop


dna

Long Loops

7th January 2025

Are you using BMax Jay?
I'll have to change the code.
What is the << mean?


dna

Long Loops

7th January 2025

refresh my memory about double precision integer. I'm having trouble uing a for next loop beyond 100000

More - Older Posts