Search found 525 matches
- Jun 05, 2025 13:38
- Forum: Projects
- Topic: AZdecrypt 1.25
- Replies: 27
- Views: 29834
Re: AZdecrypt 1.25
AZdecrypt 1.25 released: https://drive.google.com/file/d/1A4qZRZZl-HWbHYnFpDaoVfU1dGI3RzTY/view?usp=drive_link New features/changes: - Improved shuffle. - Fixes here and there. - Improved Bigram substitution solver. - Experimental Neural network n-grams demo. - Generate n-grams from corpus (experim...
- Jun 04, 2025 18:27
- Forum: Community Discussion
- Topic: Freebasic 1.20.0 Development
- Replies: 327
- Views: 99216
Re: Freebasic 1.20.0 Development
@coderJeff,
Good idea, GCC 13 can offer huge performance gains on modern systems.
Thank you for everything!
Good idea, GCC 13 can offer huge performance gains on modern systems.
Thank you for everything!
- May 30, 2025 8:34
- Forum: Community Discussion
- Topic: Freebasic 1.20.0 Development
- Replies: 327
- Views: 99216
Re: Freebasic 1.20.0 Development
Hey srvaldez, Yes, Windows. I looked up from which GCC version my CPU (Zen 4) was supported and arrived at 13 (not wanting to ask to much). Thank you for the build. I'm flabbergasted by how much the build improved the speed of my code. It actually doubled in one case. I am training very small binary...
- May 29, 2025 12:18
- Forum: Community Discussion
- Topic: Freebasic 1.20.0 Development
- Replies: 327
- Views: 99216
Re: Freebasic 1.20.0 Development
Hi all,
Where can I find a FreeBASIC release using GCC 13?
Tyvm
Where can I find a FreeBASIC release using GCC 13?
Tyvm
- Dec 31, 2024 15:25
- Forum: Community Discussion
- Topic: Basic programmer will die?
- Replies: 54
- Views: 19924
Re: Basic programmer will die?
Happy new year, believe harder! By the year 2050, FreeBASIC had become the dominant programming language across the globe. Its rise was as unexpected as it was remarkable. Once considered a niche tool for hobbyists and retro programmers, FreeBASIC underwent a series of transformations that catapulte...
- Dec 14, 2024 9:26
- Forum: Community Discussion
- Topic: R.I.P Mark Sibly
- Replies: 1
- Views: 2362
Re: R.I.P Mark Sibly
RIP Mark
- Dec 04, 2024 12:56
- Forum: General
- Topic: ulongInt division using the FPU
- Replies: 15
- Views: 6444
Re: ulongInt division using the FPU
thanks hhr I would be interested to know your PC specs, AMD or Intel and CPU frequency Processor Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz, 3600 Mhz, 8 Core(s), 16 Logical Processor(s) my times double version 88507826712810960 div64 time = 9.59522890000517 88507826712810960 FB div time = 2.662320900...
- Dec 04, 2024 12:54
- Forum: General
- Topic: ulongInt division using the FPU
- Replies: 15
- Views: 6444
Re: ulongInt division using the FPU
amd 7840hs: -gen gcc -Wc -march=native,-Ofast,-funroll-loops
div64dbl: 7.69
div64dbl2: 3.49
div64fpu: 1.35
fbdiv: 0.69
div64dbl: 7.69
div64dbl2: 3.49
div64fpu: 1.35
fbdiv: 0.69
- Nov 21, 2024 18:24
- Forum: Community Discussion
- Topic: ARM CPU + FreeBASIC?
- Replies: 7
- Views: 11723
Re: ARM CPU + FreeBASIC?
Thank you, I guess someone may have to try 

- Nov 20, 2024 13:02
- Forum: Community Discussion
- Topic: ARM CPU + FreeBASIC?
- Replies: 7
- Views: 11723
Re: ARM CPU + FreeBASIC?
Anyone happen to have such a laptop by now and can tell me if FreeBASIC will run on it?
These laptops have great discounts right now.
These laptops have great discounts right now.
- Nov 16, 2024 8:53
- Forum: Community Discussion
- Topic: R.I.P. Thomas E. Kurtz
- Replies: 2
- Views: 3536
Re: R.I.P. Thomas E. Kurtz
Rest in peace sir
- Apr 16, 2024 6:57
- Forum: Community Discussion
- Topic: Seeding PRNGs with the Time Stamp Counter
- Replies: 13
- Views: 4848
Re: Seeding PRNGs with the Time Stamp Counter
So, there we have it. A bloke who has knocked out more than his fair share of PRNG implementations believing in randomness ending up being, how can I put it, uncertain whether randomness actually exists? Through the years I have followed your threads about rng's with interest and the topic of rando...
- Mar 24, 2024 9:56
- Forum: Community Discussion
- Topic: ARM CPU + FreeBASIC?
- Replies: 7
- Views: 11723
ARM CPU + FreeBASIC?
Hello all,
Soon we will have Windows laptops with ARM CPU, for example the "Snapdragon X Elite". Any idea how such a CPU would play with FreeBASIC? Will it run our x86 programs? And will GCC recognize the arch and optimize / generate proper code for it with the march=native flag?
Thank you
Soon we will have Windows laptops with ARM CPU, for example the "Snapdragon X Elite". Any idea how such a CPU would play with FreeBASIC? Will it run our x86 programs? And will GCC recognize the arch and optimize / generate proper code for it with the march=native flag?
Thank you
- Mar 19, 2024 8:00
- Forum: Projects
- Topic: AZdecrypt 1.25
- Replies: 27
- Views: 29834
Re: AZdecrypt 1.24
Example of the Patterns analysis: 1) Put a cipher in the Input window, for example the Z340: HER>pl^VPk|1LTG2d Np+B(#O%DWY.<*Kf) By:cM+UZGW()L#zHJ Spp7^l8*V3pO++RK2 _9M+ztjd|5FP+&4k/ p8R^FlO-*dCkF>2D( #5+Kq%;2UcXGV.zL| (G2Jfj#O+_NYz+@L9 d<M+b+ZR2FBcyA64K -zlUV+^J+Op7<FBy- U+R/5tE|DYBpbTMKO 2<clR...
- Mar 19, 2024 7:57
- Forum: Projects
- Topic: AZdecrypt 1.25
- Replies: 27
- Views: 29834
Re: AZdecrypt 1.24
Example of the Manual polyalphabetic solver: You use this solver when you have a good idea or suspicion of how the polyalphabetism in the works. Or if you want to repair a message. 1) Example cipher, put it in the Input window: xfkkthbnkyovtonvd hidhotfhfrfortfvf rbkrfbtontbdtvbkk yfirttoffikovfhfr ...