Search found 193 matches
- Thu Aug 06, 2026 5:16 am
- Forum: Active Projects
- Topic: PCBOARD 15.4 - NATIVE 32bit and 64bit 🖥️
- Replies: 5
- Views: 67860
Re: PCBOARD 15.4 - NATIVE 32bit and 64bit 🖥️
Theme inspired by "Essential" ANSIGarden ~ hand-built. And my variants will be the Defacto ANSi ART for the BBS.
- Thu Aug 06, 2026 12:26 am
- Forum: Active Projects
- Topic: PCBOARD 15.4 - NATIVE 32bit and 64bit 🖥️
- Replies: 5
- Views: 67860
Re: PCBOARD 15.4 - NATIVE 32bit and 64bit 🖥️
New Splash Screen
- Wed Aug 05, 2026 9:25 pm
- Forum: Active Projects
- Topic: PCBOARD 15.4 - NATIVE 32bit and 64bit 🖥️
- Replies: 5
- Views: 67860
Re: PCBOARD 15.4 - NATIVE 32bit and 64bit
A glaring question/obvious answer
Since PCBoard 15.4 is a single instance, multi-user server ~ it runs in "Headless" mode. Meaning, Sysop screen does not show the users screen. :lol:
As a single screen could not denote 2+ user screens concurrently. We did experiment, with a GUI front end, that ...
Since PCBoard 15.4 is a single instance, multi-user server ~ it runs in "Headless" mode. Meaning, Sysop screen does not show the users screen. :lol:
As a single screen could not denote 2+ user screens concurrently. We did experiment, with a GUI front end, that ...
- Wed Aug 05, 2026 9:12 pm
- Forum: Active Projects
- Topic: PCBOARD 15.4 - NATIVE 32bit and 64bit 🖥️
- Replies: 5
- Views: 67860
Re: PCBOARD 15.4 - NATIVE 32bit and 64bit
.--------------------------------------------------------------------------.
| DOOR32 Revision 1 Specifications Updated: Feb 23rd, 2001 |
`--------------------------------------------------------------------------'
What is Door32?
---------------
Door32 is a standard text-based drop file ...
| DOOR32 Revision 1 Specifications Updated: Feb 23rd, 2001 |
`--------------------------------------------------------------------------'
What is Door32?
---------------
Door32 is a standard text-based drop file ...
- Wed Aug 05, 2026 6:11 pm
- Forum: Active Projects
- Topic: PCBOARD 15.4 - NATIVE 32bit and 64bit 🖥️
- Replies: 5
- Views: 67860
Re: PCBOARD 15.4 - NATIVE 32bit and 64bit
Every single official emoji exists in UTF-8. UTF-8 is not a collection of characters, but rather a variable-width encoding system capable of translating all 3,953 emojis pcboard 15.4 with native utf8 built in
Auto detect of caller supports UTF-8 using a technique perfected by Dr Ozz Nixon.
Native ...
Auto detect of caller supports UTF-8 using a technique perfected by Dr Ozz Nixon.
Native ...
- Wed Aug 05, 2026 5:51 pm
- Forum: Active Projects
- Topic: PCBOARD 15.4 - NATIVE 32bit and 64bit 🖥️
- Replies: 5
- Views: 67860
- Tue Jul 28, 2026 4:45 am
- Forum: Active Projects
- Topic: Newly Released - CStack
- Replies: 0
- Views: 33301
Newly Released - CStack
Crypto-Stack by Brain Patchwork DX, LLC.
unit CStack_Base;
interface
uses
SysUtils, Classes;
type
{ Exception classes }
ECStackError = class(Exception);
{ Enums for configuration }
TCSAESMode = (amECB, amCBC, amOFB, amCTR, amCTS, amGCM);
TCSPadding = (pdNone, pdPKCS7);
TCSHashType ...
unit CStack_Base;
interface
uses
SysUtils, Classes;
type
{ Exception classes }
ECStackError = class(Exception);
{ Enums for configuration }
TCSAESMode = (amECB, amCBC, amOFB, amCTR, amCTS, amGCM);
TCSPadding = (pdNone, pdPKCS7);
TCSHashType ...
- Tue Jul 14, 2026 3:55 pm
- Forum: Welcome Back!
- Topic: Trying to mold a definition into reality.
- Replies: 0
- Views: 58203
Trying to mold a definition into reality.
Many people have asked over the years, why "Brain Patchwork DX" (BPDX :mrgreen: ) for our business name.
* The original answer was my Partner at the time was from Italy, and he shared a name suggestion ~ when simplified to "What's that mean in English", he said "Brain" and "Patchwork, like ...
* The original answer was my Partner at the time was from Italy, and he shared a name suggestion ~ when simplified to "What's that mean in English", he said "Brain" and "Patchwork, like ...
- Tue Jul 07, 2026 1:10 am
- Forum: It's all about AI
- Topic: Three major paradigms of artificial intelligence
- Replies: 0
- Views: 67355
Three major paradigms of artificial intelligence
AI writes to me:
The provided code demonstrates the conceptual differences between three major paradigms of artificial intelligence:
* ** Rule-Based AI (`TRuleBasedAI`)**: This represents the "Classical AI" or Expert Systems. It relies on fixed logic provided by the programmer. It is efficient ...
The provided code demonstrates the conceptual differences between three major paradigms of artificial intelligence:
* ** Rule-Based AI (`TRuleBasedAI`)**: This represents the "Classical AI" or Expert Systems. It relies on fixed logic provided by the programmer. It is efficient ...
- Mon Jul 06, 2026 12:23 am
- Forum: MLC v1.260701
- Topic: Who has the better compiler?
- Replies: 2
- Views: 128495
Re: Who has the better compiler?
※ recap: MLC is a production-ready OOP Pascal compiler with automatic LZSS binary compression at 82% ratio and full variable tracking.