/breitschbox

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

maXbox4

code compiler script studio

Release Notes maXbox 4.7.6.10 VII March 2022 mX476

Add 45 Units + 12 Tutorials

1441 unit uPSI_neuralgeneric.pas; CAI 1442 unit uPSI_neuralthread.pas; CAI 1443 unit uPSI_uSysTools; TuO 1444 unit upsi_neuralsets; mX4 1445 unit uPSI_uWinNT.pas mX4 1446 unit uPSI_URungeKutta4.pas ICS 1447 unit uPSI_UrlConIcs.pas ICS 1448 unit uPSI_OverbyteIcsUtils.pas ICS 1449 unit uPSI_Numedit2 mX4 1450 unit uPSI_PsAPI_3.pas mX4 1451 unit uPSI_SeSHA256.pas 1452 unit IdHashMessageDigest_max2; 1453 unit uPSI_BlocksUnit.pas 1454 unit uPSI_DelticsCommandLine.pas 1455 unit uPSI_DelticsStrUtils; 1456 unit uPSI_DelticsBitField; 1457 unit uPSI_DelticsSysUtils; 1458 unit uPSI_ALIniFiles2.pas 1459 unit uPSI_StarCalc2.pas 1460 unit uPSI_IdHashMessageDigest2.pas 1461 unit uPSI_U_Splines; 1462 unit uPSI_U_CoasterB.pas; 1463 U_SpringMass2.pas 1464 uPSI_MARSCoreUtils; 1465 unit uPSI_clJsonParser.pas 1466 unit uPSI_SynHighlighterPython.pas 1467 unit uPSI_DudsCommonDelphi; 1468 unit uPSI_AINNNeuron; 1469 unit uPSI_PJConsoleApp2; 1470 unit uPSI_PJPipeFilters2; 1471 unit uPSI_uHTMLBuilder; 1472 unit uPSI_PJPipe2; 1473 uPSI_WinApiDownload, 1474 uPSI_pxQRcode, //beta 1475 unit uPSI_neuralplanbuilder2 1476 unit uPSI_DelphiZXingQRCode; 1477 unit uPSI_RestJsonUtils; 1478 unit UtilsTimeCode; 1479 unit uPSC_classes2.pas; //TList 1480 unit uPSC_std2.pas 1481 unit uPSI_TBytes.pas 1482 unit uPSI_DelticsSysUtils2.pas 1483 unit uPSI_maxIniFiles.pas 1484 unit uROPSImports.pas 1485 unit uROPSServerLink.pas

Total of Function Calls: 35500 SHA1: 4.7.6.10 AEF0EE239713A3E142EE3480F86C30B9F0B872FD CRC32: 2D7A3208: 31.7 MB (33,300,808 bytes)

ZIP file maxbox4.zip sha1 F0EC2E060702DF718D5D9C5611CC1E4D455B2CB9


Release Notes maXbox 4.7.6.10 November 2021 mX476


Add 5 Units + 2 Tutorials

1441 unit uPSI_neuralgeneric.pas; CAI 1442 unit uPSI_neuralthread.pas; CAI 1443 unit uPSI_uSysTools; TuO 1444 unit Upsi_neuralsets; mX4 1445 unit uPSI_uWinNT.pas; mX4

Total of Function Calls: 34880 SHA1: of 4.7.6.10 CF939E3A8D4723DB1DEF383C5FC961E06728C58F CRC32: 38F88218 30.5 MB (32,022,344 bytes)

Source is based on:


Release Notes maXbox 4.2.4.80 October 2016 Ocean7 mX4


add 20 units + 442 functions- WMI Script Type Library - webbox

1241 uPSI_wmiserv.pas {uPSI_SimpleSFTP.pas} 1242 uPSI_WbemScripting_TLB.pas 1243 unit uPSI_uJSON2; 1244 uPSI_RegSvrUtils.pas 1245 unit uPSI_osFileUtil; 1246 unit uPSI_SHDocVw; //TWebbrowser 1247 unit uPSI_SHDocVw_TLB; 1248 uPSC_classes.pas V2 1249 uPSR_classes.pas V2 1250 uPSI_U_Oscilloscope4_2 1251 unit uPSI_xutils.pas 1252 uPSI_ietf.pas 1253 uPSI_iso3166.pas 1254 uPSI_dateutil_real.pas //Optima ISO 8601 1255 unit uPSI_dateext4.pas 1256 uPSI_locale.pas 1257 file charset.inc //IANA Registered character sets 1258 unit uPSI_Strings; 1259 unit uPSI_crc_checks; //ISO 3309 and ITU-T-V42 1260 unit uPSI_extDOS;

SHA1: of 4.2.4.80 15565A557B0F9576AA5F23F2A1D06BE9699A757B CRC32: FA1F1F25 26.4 MB (27,720,144 bytes)

news of 47620 zapatsza

crt-alt t for help task liste 4 gewinnt update ocean 220 in title psi extensions with type names and so on tee chart fixes canvas etc. examples all files now by 402 add 3 to 405 (also trend.pas) internalexception function check getwebscript call checkversion alias to versioncheck timesync letsynctime function //see up make xraise as keyword black font https://github.com/P33a/SimTwo/blob/master/Editor.pas in menu debug ? or as a function functioncount: strings list_functions - writeln(list_modules(exepath+'maxbox4.exe')); procedure TFEditor.BuildRegFuncList(Sender: TPSScript); var i, j, typ: integer; SaveFunclist: TStringList; S: string; -- add funclist procedure TFEditor.BuildRegFuncList(Sender: TPSScript); BuildRegFuncList(Sender); SynCompletionProposal.ItemList.AddStrings(FuncList); //SynCompletionProposal.InsertList.AddStrings(InsertList); SynCompletionProposal.ItemList.EndUpdate; //SynCompletionProposal.InsertList.EndUpdate; //sender.Comp.OnBeforeCleanup := @FillTypes; BuildRegTypeList(Sender);

function FloatAsInteger(X: single): integer; begin result := PInteger(@X)^; end;

function IntegerAsFloat(X: integer): single; begin result := PSingle(@X)^; end;

TProcess.Create(nil); --> Unknown identifier 'EXECUTABLE' Process.Executable := 'Calc.exe'; Process.Execute;

https://github.com/P33a/SimTwo/blob/master/AStar.pas \maxbox3\1025_Deranged_anagrams2_mx47620.txt(160:14): Unknown identifier 'AXISLIST'

procedure LoadGridFromfile(SG: TStringGrid; fname: string); procedure SaveGridTofile(SG: TStringGrid; fname: string); procedure WriteVectorToGrid(SG: TStringGrid; vname: string; wval: TAffineVector); procedure WriteStringToGrid(SG: TStringGrid; vname: string; icol: longword; wval: string); procedure WriteFloatToGrid(SG: TStringGrid; vname: string; icol: longword; wval: double);

https://github.com/P33a/SimTwo/blob/master/Utils.pas