2023年11月21日 星期二

graphics library framework Graphical Libraries 2d vector graphics library Graphical vector geometry Libraries Anti-Grain Geometry

 Truffle Framework, Hardhat Framework, Brownie Framework, OpenZeppelin SDK, Chainlink SDK.
rust language c++ pascal  delphi java javascript C# Dart swift
nvidia cuda 2d vector graphics library
https://github.com/inanevin/LinaVG
https://www.reddit.com/r/coolgithubprojects/comments/tqq7aa/github_a_light_weight_2d_vector_graphic_renderer/

GitHub - A light weight 2D Vector Graphic renderer library writing in c++ with GPU hardware acceleration
https://github.com/RuiwenTang/Skity

https://www.wikiwand.com/en/Graphics_library
https://wiki.haskell.org/Applications_and_libraries/Graphics
https://www.linux.org/threads/about-some-of-the-graphics-libraries.11125/
https://wiki.freepascal.org/Graphics_libraries
https://en.wikipedia.org/wiki/List_of_3D_graphics_libraries
https://en.wikipedia.org/wiki/Graphics_library
https://en.wikipedia.org/wiki/PSGL
https://www.enseignement.polytechnique.fr/informatique/INF478/docs/Cpp/en/cpp/links/libs.html
https://marketplace.visualstudio.com/items?itemName=genlogic.CCGraphicsLibraryandEditorFreeCommunityEdition
https://www.thefreecountry.com/sourcecode/graphics.shtml
https://terminalroot.com/the-7-best-cpp-frameworks-for-creating-graphical-interfaces/
https://www.cairographics.org/
https://wiki.dlang.org/Libraries_and_Frameworks
https://lvgl.io/

https://www.reddit.com/r/cpp/comments/up3201/best_c_graphics_library_for_simulation/

https://github.com/topics/graphics-library
https://www.libhunt.com/topic/graphics-library
https://github.com/DiligentGraphics/DiligentEngine
https://github.com/google/mathfu

 AGG graphics library Anti-Grain Geometry  is an Open Source, free of charge graphic library, written in industrially standard C++. The terms and conditions of use AGG are ...
https://slackbuilds.org/repository/14.2/libraries/agg/
https://agg.sourceforge.net/antigrain.com/about/index.html
https://github.com/ghaerr/agg-2.6
https://agg.sourceforge.net/antigrain.com/screenshots/index.html
https://github.com/MatterHackers/agg-sharp
https://github.com/capnslipp/libAGG/tree/master/agg

https://en.cppreference.com/w/cpp/links/libs
A list of open source C++ libraries
http://webmanual.kia.com/STD_GEN5W/AVNT/EU/German/opensourcesoftwarenotice.html
Open Source Software Notice
https://cran.r-project.org/web/packages/available_packages_by_date.html
https://cran.r-project.org/web/packages/ragg/index.html
https://code.nasa.gov/

cuda calculation 2d vector graphics library
cutlass: fast linear algebra in cuda c++ | nvidia technical blog
cuda calculation 2d vector graphics library  fast linear algebra nvidia
The API Reference guide for cuBLAS, the CUDA Basic Linear Algebra Subroutine library.
https://docs.nvidia.com/cuda/cublas/
https://github.com/NVIDIA/cuda-samples
https://arxiv.org/abs/2308.03120
[2308.03120] Bandicoot: C++ Library for GPU Linear Algebra and Scientific Computing


https://www.researchgate.net/publication/274457146_Alinea_An_Advanced_Linear_Algebra_Library_for_Massively_Parallel_Computations_on_Graphics_Processing_Units
https://github.com/fffaraz/awesome-cpp
https://github.com/caiorss/C-Cpp-Notes/blob/master/Libraries.org
https://en.cppreference.com/w/cpp/links/libs
cpp-libraries cuda calculation Parallel  2d vector graphics library  library Graphical vector geometry Libraries

RAD Studio can generate a TDS debug file: delphi

 debug info (TDS) TD32 Compiling Delphi XE Applications With Debug Information  The Delphi compiler can store generated debug information in separate .tds files or in the TD32 format which is compiled into the application's binary modules.

Overview of Remote Debugging      dSYM Debug File     Map Debug File     API (*.rsm)      Package Files Created by Compiling

https://docwiki.embarcadero.com/RADStudio/Alexandria/en/API_(*.tds)
https://github.com/tothpaul/Delphi/tree/master/DelphiTDS

https://docwiki.embarcadero.com/RADStudio/Sydney/en/File_Types_Index

Delphi / src / FreeBitmap.pas array reference pointer Record pointer Array SysGetMem Function Delphi GetMemory ReallocMem scanline

 https://android.googlesource.com/platform/external/free-image/+/71163caf89862f79f6419077cf6f0b18b7725d52/Wrapper/Delphi/src/FreeBitmap.pas
https://stackoverflow.com/questions/28414382/array-of-colors
https://github.com/TurboPack/PNGComponents/blob/master/PngObject/pngimage.pas
https://en.delphipraxis.net/topic/7155-add-an-extra-delphi-control-in-a-new-package/
https://stackoverflow.com/questions/47465270/copy-the-contents-of-array-or-memory-block-to-another-specific-type-using-delph
https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Pointers_and_Pointer_Types_(Delphi)
https://schellingerhout.github.io/data%20transmission/datatransmission2/
Data Transmission with Delphi (Part 2: Arrays and Pointer Math) - Jasper Schellingerhout’s Blog
https://www.thoughtco.com/understanding-and-using-pointers-in-delphi-1058219
http://rvelthuis.de/articles/articles-pointers.html
https://www.delphibasics.co.uk/Article.php?Name=Pointers
https://github.com/vittee/RecordArray
https://codeverge.com/forum/embarcadero.delphi.win32_tarray-byte-vs-pbyte_1048552
https://www.drbob42.com/delphi4/dynarray.htm
https://www.drbob42.com/delphi/property.htm
https://docwiki.embarcadero.com/Libraries/Alexandria/en/System.SysUtils.PByteArray
https://docwiki.embarcadero.com/codeexamples/sydney/en/scanline_(delphi)

delphi Data Types transformer Format conversion bit byte record absolute delphi - How to assign a byte[] to a record delphi Data Types record absolute reference pointer

 https://stackoverflow.com/questions/878921/how-to-assign-a-byte-to-a-record
https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Internal_Data_Formats_(Delphi)
delphi Data Types  record absolute reference pointer
https://stackoverflow.com/questions/3222626/mutual-referencing-records-in-delphi-win32

delphi  array  reference pointer Scanline
scanline. type TRgb = array[0..2] of Byte; PRgb = ^TRgb; function MandelbrotThread(Param: Pointer): ... Reference Book Title, eMatter Edition

PRGBArray
ImageEn
https://www.imageen.com › help › PRG...
ImageEn Imaging Library for Delphi and BCB. ImageEn Imaging Library ... PRGBArray. Declaration. type PRGBArray = array[0 . . Maxint div 16] of pRGB;. www.ImageEn ...
 procedure Rotate(Bitmap: TBitmap); type THelpRGB = packed record rgb: TRGBTriple; dummy: byte; end; pRGBArray = ^TRGBArray; ...

https://github.com/delphi-pascal-archive/delphi-crypto/blob/master/ac/sGraphUtils.pas

delphi winsight winspector message trace tracetool stackoverflow

 

https://stackoverflow.com/questions/1969719/delphi-trace-tool
https://copyprogramming.com/howto/delphi-profiling-tools
https://stackoverflow.com/questions/44155569/understanding-stack-trace-for-message-handling-procedure
https://stackoverflow.com/questions/4652958/is-there-a-way-to-log-every-gui-event-in-delphi
https://sourceforge.net/projects/tracetool/

ReportSmith
configuration database engine tools Borland Database Desktop  delphi

delphi winsight winspector message trace tool Turbo Debugger WinSight WinSpector Browser
https://www.softwareverify.com/blog/turbo-debugger-symbols-viewer/

SVG Graphics Libraries AGG graphics library Anti-Grain Geometry Open Source graphic library industrially standard C++ DOM

 AGG graphics library Anti-Grain Geometry  is an Open Source, free of charge graphic library, written in industrially standard C++. The terms and conditions of use AGG are ...

https://slackbuilds.org/repository/14.2/libraries/agg/
https://agg.sourceforge.net/antigrain.com/about/index.html
https://github.com/ghaerr/agg-2.6
https://en.cppreference.com/w/cpp/links/libs
A list of open source C++ libraries
http://webmanual.kia.com/STD_GEN5W/AVNT/EU/German/opensourcesoftwarenotice.html
Open Source Software Notice
https://cran.r-project.org/web/packages/available_packages_by_date.html
https://cran.r-project.org/web/packages/ragg/index.html
https://code.nasa.gov/


svgpp/svgpp: C++ SVG library
GitHub
https://github.com › svgpp › svgpp
SVG++ features · Fully functional, conforming SVG viewers · Simple in-app SVG rasterizers · Import modules of vector editing software · Implementing path-only ...

http://svgpp.org/
SVG++ documentation — SVG++ Documentation
SVG++ library can be thought of as a framework, containing parsers for various SVG syntaxes, adapters that simplify handling of parsed data and a lot of other utilities and helpers for the most common tasks. Take a look at Tutorial to get the idea about what it is. Library sources available at https://github.com/svgpp/svgpp.

Qt SVG C++ ClassesQt Documentationhttps://doc.qt.io › qtsvg-moduleScalable Vector Graphics (SVG) is an XML-based language for describing two-dimensional vector graphics. Qt provides classes for rendering and displaying SVG ...

https://groups.google.com/g/comp.lang.c/c/_aDJZ_OMOq0
https://github.com/sammycage/lunasvg/tree/5ba6500b50418743cd12dfcf60cdfbe3cb0ef67a/source/backends
https://www.codeproject.com/Articles/1252897/Parse-SVG-Files-to-Bezier-Curves-in-Cplusplus-and
https://github.com/sammycage/lunasvg

antigrain svg A Simple SVG Viewer
SourceForge
https://agg.sourceforge.net › svg
antigrain svg gg.sourceforge.net
The SVG viewer Anti-Grain Geometry. AGG is a vector graphics renderer for C++

“The Direct3D Graphics Pipeline” | Legalize Adulthood!
https://legalizeadulthood.wordpress.com/the-direct3d-graphics-pipeline/
http://computergraphicsmuseum.org/
https://legalizeadulthood.wordpress.com/
https://www.winsim.com/media/refinery.png
https://en.wikipedia.org/wiki/Design_II_for_Windows
https://stackoverflow.com/questions/4176637/render-a-vector-graphic-svg-in-c
https://github.com/MalcolmMcLean/babyxrc
https://github.com/memononen/nanosvg
https://github.com/MalcolmMcLean/babyx

https://www.zephyrsoftware.com/download/zdownld.html
Zephyr Software - Download Page
The SVGAxx (real mode) and ZSVGA (protected mode) Graphics Libraries

https://en.wikipedia.org/wiki/Librsvg


SVG + JAVASCRIPT WebAssembly Engine  monkey
https://spidermonkey.dev/
https://news.ycombinator.com/item?id=27060252
SpiderMonkey JavaScript/WebAssembly Engine | Hacker News

https://www.npmjs.com/package/@lwc/engine-dom
@lwc/engine-dom - npm

https://copyprogramming.com/howto/how-to-transform-an-expression-tree-ast-into-dom-tree-xml
DOM tree into XML  XMLSerializer  transform  expression tree AST into DOM tree  XML regular

https://blog.geekyants.com/how-browsers-work-f3ef2ca29afd
How Browsers Work. You are not the only one to wonder… | by GeekyAnts | The GeekyAnts Blog
https://github.com/Lcfvs/dom-engine

React: Comprehending the Mechanisms of Virtual DOM in React
https://copyprogramming.com/howto/understanding-how-virtual-dom-works-in-react

DOM object engine Render Object Tree
Understanding DOM, CSSOM, Render Tree, Layout, and Painting

https://www.lambdatest.com/blog/css-object-model/

javascript bnf bnf lpeg
list of ecmascript engines javascript
v8 spidermonkey trace monkey chakra spidermonkey javascriptcore chakra core spidermonkey benchmarks

dom cssom tree object element node


https://developers.redhat.com/blog/2016/05/31/javascript-engine-performance-comparison-v8-charkra-chakra-core-2
https://github.com/a0viedo/demystifying-js-engines
https://en.wikipedia.org/wiki/Category:JavaScript_dialect_engines
https://en.wikipedia.org/wiki/Category:JavaScript_engines
https://en.wikipedia.org/wiki/List_of_ECMAScript_engines

David Megginson's original SAX page.
https://sax.sourceforge.net/
http://www.saxproject.org/
SAX Delphi XML Pascal
https://saxforpascal.sourceforge.net/saxdom.html

https://sourceforge.net/projects/htmlp/
Delphi Dom HTML Parser and Converter
https://github.com/JackTrapper/delphi-html-parser

https://etutorials.org/Programming/mastering+delphi+7/Part+IV+Delphi+the+Internet+and+a+.NET+Preview/Chapter+22+Using+XML+Technologies/Programming+with+the+DOM/
Programming with the DOM :: Chapter 22: Using XML Technologies :: Part IV: Delphi, the Internet, and a .NET Preview :: Mastering Delphi 7 :: Programming :: eTutorials.org

https://docwiki.embarcadero.com/Libraries/Sydney/en/Xml.XMLDoc.TXMLDocument.DOMDocument
https://github.com/codejanovic/Delphi-MSXML/blob/master/Delphi.MSXML.pas
https://theroadtodelphi.com/tag/txmldocument/

IDOMDocument IDOMNode DOMDocument appendChild  createElement insertBefore  createElement replication cloneNode  appendChild  attribute createAttribute  nodeValue attributes setNamedItem Attribute  FormatXMLData

2023年11月20日 星期一

Plantigrade machine Since James Watt invented the steam engine there has been a problem to build a hinge mech­a­nism that trans­form circular motion to linear. Machine mechanism MECHANICAL kinetic

 https://en.etudes.ru/etudes/tchebyshev-plantigrade-machine/

direct2d access frame grabber directx.capture class library codeproject DirectX.Capture Class Library DirectX Video Stream and frame capture

 
direct2d access frame grabber directx.capture class library codeproject

DirectX.Capture Class Library
DirectX Video Stream and frame capture
https://documentation.help/DirectX.Capture/DirectX.Capture.Capture.html

https://github.com/yiminyangguang520/awesome-cpp/blob/master/README1.md

directcanvas  DirectCanvas is a hardware accelerated, 2D drawing API for .NET. It's goals are to use Direct3D10, Direct2D, DirectWrite, DirectShow, ...

LIST open source vector graphics Open-Source Vector Graphics Software
inkscape source code analyze
https://gitlab.com/inkscape/inkscape
Free and Open-Source Vector Graphics Software
    1YouiDraw.
    2 Synfig Studio.
    3 Inkscape.
    4 Vectr (Free)
    5 Gravit Designer (free)
    6 Skencil.
    7LibreOffice -Draw.
Inkscape LibreOffice Draw Gravit Designer Vectr Skencil
https://github.com/MrPeker/awesome-illustrations

win2d
https://learn.microsoft.com/zh-tw/windows/apps/develop/win2d/
https://github.com/microsoft/Win2D

document object model architecture source code node doc
document object model kernel
csc207 software design: the document object model
Cross-language API for representing XML documents as trees Easier to manipulate than strings or streams But may require a lot of memory for large documents Several implementations in Java This course uses org.jdom Not "official", but easiest to use
http://www.cs.toronto.edu/~shiva/cscb07/lectures/index.html

Object Models Filters The Document Object Model Reflection Configuration Persistence DOM Tree Presented Differently Top-Level Elements

COMSOL Multiphysics Reference Manual COMSOL Documentation https://doc.comsol.com › com.comsol.help.comsol makes it easy to parameterize any part of the model; simply change a node in the model tree and rerun the sequences. ... In its base configuration, COMSOL ...

https://help.hcltechsw.com/dom_designer/9.0.1/appdev/H_NODE_XXML_ORGDOM.html
Node (Org.W3C.DOM Package) HCL Software https://help.hcltechsw.com › appdev › H...The Node interface is the primary datatype for the entire Document Object Model. It represents a single node in the document tree.
The NodeTypes are as follows:
IBM Domino Designer Basic User Guide and Reference

Programming Overview and User Interface
XML for Domino
Org.W3C.DOM package
Node (Org.W3C.DOM Package) DOCUMENT_TYPE_NODE  DOCUMENT_FRAGMENT_NODE NOTATION_NODE  appendChildAdds newChild children newChild Syntax ppendChild newChild DOMException


https://blog.worldlabel.com/2010/periodic-table-of-the-open-source-graphics-and-design-apps.html

http://liquidrescale.wikidot.com/http://www.logarithmic.net/pfh/resynthesizer
http://stereo.jpn.org/eng/stphmkr/
https://sourceforge.net/projects/mandelbulber/
http://lashwhip.com/pixelize.html
http://www.tuxpaint.org/
https://www.pinta-project.com/
https://code.google.com/archive/p/gogh/
http://www.nathive.org/
https://calligra.org/old-components/index.html
https://sourceforge.net/directory/vector-graphics/
https://sourceforge.net/projects/ipe7/
https://wiki.gnome.org/action/show/Apps/Dia?action=show&redirect=Dia
http://www.xaraxtreme.org/

Object Model Core Child TREE  Element vector  FRAGMENT NODE SVG graphics Cement

https://www.w3.org/TR/2018/CR-SVG2-20180807/single-page.html
newChild TREE  Element vector DOCUMENT FRAGMENT NODE SVG graphics Cement
NamedNodeMap Node  NodeList Notation DOMException
https://www.w3.org/TR/2008/PR-SVGTiny12-20081117/single-page.html
https://www.w3.org/TR/2008/PR-SVGTiny12-20081117/single-page.html#chapter-svgudom
https://www.w3.org/TR/2008/PR-SVGTiny12-20081117/single-page.html#chapter-elementTable

https://www.ra.ethz.ch/cdstore/www2002/refereed/502/index.html
Vaadin Router
https://github.com/vaadin/router/tree/master

Massively-Parallel
Vector Graphics
A Fully-Parallel Pipeline for High-Quality Rendering of Vector Graphics Illustrations
IMPA   Instituto de Matemática Pura e Aplicada
High-Quality Rendering of. Vector Graphics Illustrations. Francisco Ganacim. Doctoral Thesis. Advisor: Diego Nehab. Co-Advisor: Luiz Henrique de Figueiredo. Rio ...

Accelerating Vector Graphics Rendering using the ...
College of Engineering | Oregon State University We describe our successful initiative to accelerate Adobe Illustra- tor with the graphics hardware pipeline of modern GPUs. Relying.

https://github.com/tothpaul/Delphi/blob/master/DesktopDuplicationAPI/DXHeaders/DX12.DXGI.pas

2023年11月19日 星期日

Learning Physics from Data Physical Symbolic Optimization The Double Pendulum: Equations of Motion & Lagrangian Mechanics Fast Fourier Transform, FFT

 Learning Physics from Data 

Physical Symbolic Optimization 

The Double Pendulum: Equations of Motion & Lagrangian Mechanics

 https://github.com/WassimTenachi/PhySO

 https://arxiv.org/abs/2303.03192

 [2303.03192] Deep symbolic regression for physics guided by units constraints: toward the automated discovery of physical laws

https://www.jousefmurad.com/engineering/double-pendulum-1/

The Double Pendulum: Equations of Motion & Lagrangian Mechanics

2023年11月18日 星期六

Comparison of Drawing Efficiency GDI, GDI Plus, Direct2D

 Direct2D CreateDeviceResources Direct2D Create BeginDraw SetTransform DiscardDeviceResources

Comparison of Drawing Efficiency GDI, GDI Plus, Direct2D

https://learn.microsoft.com/zh-tw/windows/win32/direct2d/comparing-direct2d-and-gdi

https://learn.microsoft.com/en-us/windows/win32/direct2d/direct2d-quickstart
https://www.intel.com/content/www/us/en/developer/articles/training/tutorial-migrating-your-apps-to-directx-12-part-1.html
https://english.r2d2rigo.es/2012/07/04/basic-direct2d-drawing-with-sharpdx/
https://discourse.libsdl.org/t/sdl-vs-directdraw/9109
https://github.com/topics/direct2d
https://cboard.cprogramming.com/game-programming/128506-direct2d-gdi-device-context.html
http://francois-piette.blogspot.com/2020/08/using-direct2d-and-gdi.html

https://katyscode.wordpress.com/2013/01/23/migrating-existing-direct2d-applications-to-use-direct2d-1-1-functionality-in-windows-7/

https://github.com/microsoft/DirectX-Headers/blob/main/include/directx/d3dx12.h

#include <d3d11_1.h> d3d12.h d3dx12

d3dx12.h   d3d12.h d3dx12 Direct2D #include <d2d1.h> #include <d2d1_1.h> #include <d2d1_3.h>

https://github.com/search?q=d2d1.h&type=code


direct2d controls microsoft learn
https://learn.microsoft.com › windows direct2d programming guide - win32 apps
direct2d controls skia  Core2D rendering performance WPF vs Avalonia+Direct2D,SkiaSharp,Cairo vs WPF+SkiaSharp
https://github.com/aseprite/aseprite
https://news.ycombinator.com/item?id=16146132
Skia: an open source 2D graphics library | Hacker News
https://github.com/dotnet/winforms/issues/6459
https://www.prasannavl.com/2016/10/introducing-winapi-graphics-with-direct3d-d2d1-gdi-opengl-and-skia/

github repetier host source code

stdafx afxwin afxext afxdisp afxdtctl afxcmn afxres MFC Predefined Symbols , ATL headers (afx.h, afxwin.h, afxres.h)

 https://learn.microsoft.com/en-us/cpp/windows/mfc-predefined-symbols?view=msvc-170
 

AFX_ID_PREVIEW_CLOSE
AFX_ID_PREVIEW_NEXT
AFX_ID_PREVIEW_NUMPAGE
AFX_ID_PREVIEW_PREV
AFX_ID_PREVIEW_PRINT
AFX_ID_PREVIEW_ZOOMIN
AFX_ID_PREVIEW_ZOOMOUT
AFX_IDB_CHECKLISTBOX_95
AFX_IDB_MINIFRAME_MENU
AFX_IDC_BROWSE
AFX_IDC_BROWSER
AFX_IDC_CHANGE
AFX_IDC_CLEAR
AFX_IDC_COLOR_BLACK
AFX_IDC_COLOR_BLUE
AFX_IDC_COLOR_CYAN
AFX_IDC_COLOR_DARKBLUE
AFX_IDC_COLOR_DARKCYAN 


https://learn.microsoft.com/zh-tw/cpp/mfc/reference/application-information-and-management?view=msvc-170
AfxBeginThread
AfxContextMenuManager
AfxEndThread
AfxFindResourceHandle
AfxFreeLibrary
AfxGetApp
AfxGetAppName
AfxGetInstanceHandle
AfxGetMainWnd
AfxGetPerUserRegistration

Cross-Platform Automation Projeto ACBr for Delphi on Windows and Android Business Application Development Companies

https://blogs.embarcadero.com/cross-platform-automation-projeto-acbr-for-delphi-on-windows-and-android/
https://github.com/frones/ACBr/tree/master

 FPDF-Pascal   PDF ACBR
This is a translation of the renowned FPDF Project from PHP to Pascal / Delphi.
https://github.com/Projeto-ACBr-Oficial/FPDF-Pascal

https://github.com/mfrinfo/curso_lazarus
https://www.udemy.com/course/desenvolver-sistema-lazarus-20-acbr-mysql-na-pratica/
Desenvolver Sistema LAZARUS 2.0 + ACBR (SAT/NFC-e) + MYSQL
 
https://sourceforge.net/projects/acbr/

2023年11月17日 星期五

Welcome to Hard- & Software A.Baecker 32/64Bit VCL's for Delphi Abakus VCL

 https://www.abaecker.com/

Abakus VCL is a professional set of Delphi and C++Builder realtime components for virtual instrumentation.

        Meters, Bars (Gauge), with linear or log(10) scaling
        Digital indicators (time, value)
        Tank displays
        Operating Point display
        Trend/recorder
        Dial (knob), Sliders
        buttons, switches, LED indicators
        DB-Aware components

Delphi Users Security Component Flexible Enterprise-Grade TUsers Security Component for VCL on Windows Authentication

 https://blogs.embarcadero.com/flexible-enterprise-grade-tusers-security-component-for-vcl-on-windows/
Enterprise Grade  Users Security Component
https://www.tmssoftware.com/site/tmsvclsecuritysystem.asp
http://www.toolsandcomps.com/ing/products_tusers_v2x.html

https://torry.net/components/security/user-rights/

componentsource Security Components  VCL Delphi

https://docs.hydra4.com/Samples/SecuritySample/
 
https://www.devart.com/dac.html
Data Access Components for Delphi, C++Builder, and Lazarus
https://github.com/HemulGM/Components
HemulGM/Components: HGM components for Delphi

 ru.stackoverflow. gui - Delphi мессенджер. Какие компоненты использовать? - Stack Overflow на русском

https://www.drbob42.com/blog/index.htm

 
Знающие Создание собственного формата буфера обмена delphi
Создание собственного формата буфера обмена
Creating your own clipboard format
http://pro.dtn.ru/delphi-net/obmen-5.html

vcl faster Reduced performance component libraries vcl faster Reduced component libraries delphi Reduced component libraries "without vcl"

 vcl faster Reduced performance component libraries
vcl faster Reduced  component libraries
delphi Reduced component libraries "without vcl"
Image32
SynEdit
GLScene
EhLib

https://dl.acm.org/doi/abs/10.1145/3606705?af=R
Optimization of Image Processing Algorithms for Character Recognition in Cultural Typewritten Documents | Journal on Computing and Cultural Heritage
https://www.delphipraxis.net/202585-visual-components-library-vcl-best-choice-windows-applications.html
LaKraven Studios Standard Library

flexibility vcl component

https://blogs.embarcadero.com/custom-high-performance-vcl-component-suite-for-delphi-c-builder-by-errorsoft/
Custom High Performance VCL Component Suite For Delphi/C++ Builder By ErrorSoft

https://blogs.embarcadero.com/flexible-and-robust-esbpcs-for-vcl-component-suite-in-delphi-on-windows/
Flexible and Robust ESBPCS for VCL Component Suite in Delphi on Windows

https://stackoverflow.com/questions/2098697/best-website-for-free-vcl-components

https://delphi.fandom.com/wiki/3rd_Party_Components

fast light vcl delphi lib synopse/LVCL Light VCL
https://blogs.embarcadero.com/start-developing-fast-native-windows-applications-with-delphi-vcl/
https://github.com/synopse/LVCL/tree/master

https://blog.marcocantu.com/blog/2018-may-desktop-development-windows-delphi-vcl.html
Desktop Development on Windows and Delphi VCL Library

lightweight delphi vcl component
https://github.com/jackdp/JPPack
fast light vcl delphi lib lightweight delphi vcl component
https://torry.net/components/component-packs/multi-purpose-huge/
https://wiki.lazarus.freepascal.org/Components_and_Code_examples

https://wiki.delphi-jedi.org/wiki/JEDI_Visual_Component_Library
https://torry.net/index.php
https://soft-gems.net/

delphi TwoDesk Castalia Embarcadero Acquires Castalia and Usertility
twodesk components delphi
https://github.com/coderserdar/DelphiComponents
https://torry.net/components/component-packs/multi-purpose-huge/
https://delphidabbler.com/codelib
http://delphi.icm.edu.pl/
https://torry.net/components/component-packs/
https://torry.net/components/component-packs/interface-lite/

https://www.abaecker.com/

https://www.idefixpack.de/blog/ide-tools/ide-fix-pack/
IDE Fix Pack 6.4.4 – Andy's Blog and Tools
https://github.com/ahausladen/DDevExtensions
https://github.com/PacktPublishing/Delphi-High-Performance---Second-Edition/tree/main
https://en.wikipedia.org/wiki/Visual_Component_Library
https://www.imaging-components.com/programming-interfaces/imaging-vcl.shtm
https://github.com/PascalGameDevelopment/SDL2-for-Pascal
https://github.com/tonghoangvu/UniversalCL
https://github.com/tonghoangvu/DelphiUCL
VCL - CSS Frameworks
https://vcl.github.io/


https://www.freepascal.org/fcl/fcl.html
https://github.com/mse-org/mseide-msegui/

https://www.delphibasics.info/home/delphibasicsarticles/smallapplicationsindelphibyn0v4
        Website: www.delphibasics.co.nr   Writing Small Applications in Delphi. For Windows 7 compatibility, read here:
        https://learn.microsoft.com/en-us/cpp/build/reference/linker-options?view=msvc-170&redirectedfrom=MSDN
        dcc32.exe -JP -$A-,B-,C-,D-,G-,H-,I-,J-,L-,M-,O+,P-,Q-,R-,T-,U-,V-,W+,X+,Y- Hello.pas
        omf2d Hello.obj /U-
        link.exe /ALIGN:32 /FORCE:UNRESOLVED /SUBSYSTEM:WINDOWS /ENTRY:Start$qqrv Hello.obj user32.lib /out:Hello.exe

 KOL+MCK KOLadd.zip  Key Objects ...
delphi MCK  Mirror Classes Kit
http://f0460945.xsph.ru/
https://wiki.lazarus.freepascal.org/KOL
https://sourceforge.net/projects/keyobjectslibrary/
http://f0460945.xsph.ru/AL4/
https://github.com/ebta/kol-mck

https://synopse.info/forum/viewtopic.php?pid=9629
LVCL vs KOL-MCK (Page 1) / Delphi / mORMot Open Source
http://kazav.blogspot.com/2014/01/delphi-2.html

c++ Redistributable  library windows delphi
https://www.softpedia.com/get/Programming/Components-Libraries/NET-Runtime-Library-for-Delphi.shtml
http://www.delphigroups.info/2/0d/412903.html
Delphi Strange message - Microsoft Visual C++ Runtime Library - delphi
https://www.itwriting.com/blog/6347-third-party-compilers-locked-out-of-windows-runtime-development.html

https://www.codeproject.com/Tips/1038605/NET-Runtime-Library-for-Delphi
Zeos 8
https://sourceforge.net/projects/tdbf/
TDBF is a native dBASE III+, dBase IV and dBase 2k data access component for Delphi,


https://blogs.embarcadero.com/how-c-program-works-with-libraries/
How C++ Program Works With Libraries
https://doc.xisupport.com/en/8smc5-usb/8SMCn-USB/Programming/Programming_guide/A_short_description_of_the_work_with_supported_by_programming_languages.html
https://en.delphipraxis.net/topic/6438-cpas-c-for-delphi/
CPas - C for Delphi - I made this - Delphi-PRAXiS [en]

Code generation (compiler) AST TREE concrete CST table compiling to machine code

 https://en.wikipedia.org/wiki/Comparison_of_code_generation_tools

https://en.wikipedia.org/wiki/Code_generation_(compiler)

https://datacadamia.com/code/compiler/code_generation

https://datacadamia.com/code/compiler/cst

https://en.wikipedia.org/wiki/Source-to-source_compiler

https://en.wikipedia.org/wiki/P-code_machine

https://en.wikipedia.org/wiki/Bytecode

ast tree binary code cst concrete syntax tree parser tree ,concrete syntax tree machine binary code ,antlr parse

ast tree binary code

cst concrete syntax tree parser tree
concrete syntax tree machine binary code
antlr parse

 https://github.com/antlr/antlr4/issues/2428
 https://www.cse.iitb.ac.in/~uday/sclp-web/

 Fast and accurate syntax searching for C and C++

 https://blog.trailofbits.com/2022/12/22/syntax-searching-c-c-clang-ast/
 https://iq.opengenus.org/different-phases-of-compiler/
https://www.tutorialspoint.com/compiler_design/compiler_design_phases_of_compiler.htm

 compiler machine code table

 https://www.sjoerdlangkemper.nl/2018/04/11/grepping-functions-with-antlr/
https://eli.thegreenplace.net/2009/02/16/abstract-vs-concrete-syntax-trees/
 https://github.com/dotnet/roslyn#syntax-trees
 https://github.com/crate/crate/blob/5173b655a9fbf72028876ae7b6eb5c4d2431e307/sql-parser/src/main/java/io/crate/sql/parser/AstBuilder.java
 https://stackoverflow.com/questions/29971097/how-to-create-ast-with-antlr4/29996191#29996191
https://github.com/crate/crate/blob/5173b655a9fbf72028876ae7b6eb5c4d2431e307/sql-parser/src/main/java/io/crate/sql/parser/AstBuilder.java
https://tomassetti.me/migrating-from-antlr2-to-antlr4/
https://github.com/openqasm/openqasm/issues/442
https://user-images.githubusercontent.com/14280254/71742236-b321c500-2e69-11ea-9101-c0149402cf7e.png

蔡一郎的部落格: 淺談惡意程式之沙箱測試技術

 the authors introduce the Taiwan Malware Analysis Net (TWMAN), an ontology system for behavioral malware analysis.

twman (taiwan malware analysis net cuckoo sandbox sandbox cwsandbox hex-rays

 

https://blog.yilang.org/2012/09/blog-post_9.html 


IT2FS-based ontology with soft-computing mechanism for malware ...ACM Digital Libraryhttps://dl.acm.org › doi › absIn this paper, we propose a novel soft-computing mechanism based on the ontology model for malware behavioral analysis: Malware Analysis Network in Taiwan (MAN ...

os A complete collection of open source operating systems

https://www.osnews.com/story/2239/osnews-readers-2002-awards/
Best Hobby OS [e.g. SkyOS, AtheOS, MenuetOS, Syllable etc etc]
Best Desktop/Workstation OS [WinXP/2k/NT, Win9x,* BeOS, Linux, OSX, etc etc (no individual Linux distros here)]
Best Server OS [e.g. Solaris, IRIX, Win2k, FreeBSD, Linux etc etc (no individual Linux distros here)]

Greatest OS/distribution surprise of the year [e.g. Lycoris, Gentoo, OSX, OpenBSD etc]
Greatest OS/distribution dissapointment of the year [e.g. Lindows, QNX, AtheOS etc]
Best desktop environment [e.g. Aqua, Luna, KDE, CDE, BeOS/Tracker, Gnome, Syllable etc.]
Most profound application of the year [e.g. Mozilla, Photoshop, Evolution, Outlook XP, OOo, iCal, KaZaA, VS.NET, Eclipse etc]

Sistem Operasi Komputer - Kadarsah
inferno  plan9  qnx  beos  menuet  amigaos  sunos  nextstep  os/2  risc
 OS/2; AIX; OS/400; DOS/360; DOS/VSE; OS/360; MFT; MVT; SVS; MVS; TPF; ALCS; OS ... Plan 9, Inferno; Rhapshody; RiscOS; SCO UNIX; System V; UNIflex ...

https://www.academia.edu/40301458/Alternative_Operating_Systems

 https://academickids.com/encyclopedia/index.php/List_of_operating_systems

 http://www.fact-index.com/l/li/list_of_operating_systems.html

 [System] A complete collection of open source operating systems

[System] A complete collection of open source operating systems
AROS [url]http://www.aros.org/download.php[/url]
AtheOS [url]http://www.atheos.cx/download/list.php3[/url]
Cefarix [url]http://sourceforge.net/projects/cefarix[/url]
Chaos [url]http://chaosdev.org/index.pl?chaos/Download[/url]
CP/M [url]http://www.seasip.demon.co.uk/Cpm/software/index.html[/url]
Darwin [url]http://www.opensource.apple.com/projects/darwin/release.html[/url]
DCP [url]http://www.kc85.de/downloads.html[/url]
Debian GNU/Hurd [url]http://www.debian.org/ports/hurd/hurd-cd[/url]
E.R.I.K.A [url]http://erika.sssup.it/download.shtml[/url]
eCos [url]http://ecos.sourceware.org/getstart.html[/url]
ELKS [url]http://elks.sourceforge.net/download/[/url]
ERaMS [url]http://erams.sourceforge.net/distrib.[/url]
EROS [url]http://www.eros-os.org/project/build.html[/url]
Fiasco [url]http://os.inf.tu-dresden.de/fiasco/download.html[/url]
Free-VMS [url]ftp://freevms.nvg.org/pub/vms/freevms[/url]
FreeBSD [url]http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors.html[/url]
FreeDOS [url]http://www.freedos.org/freedos/files/[/url]
Freedows None
Linux [url]http://www.linux.org[/url]
Menuet [url]http://www.menuetos.org/download.htm[/url]
Minix [url]http://www.cs.vu.nl/pub/minix/[/url]
MorphOS [url]http://www.morphos.de/fileslinks.php3[/url]
NetBSD [url]http://www.netbsd.org/Releases/[/url]
Oberon [url]http://www.oberon.ethz.ch/native/[/url]
OpenBEOS [url]http://sourceforge.net/projects/crux/[/url]
OpenBSD [url]http://www.openbsd.org/ftp.html[/url]
Plan 9 [url]http://plan9.bell-labs.com/plan9dist/download.html[/url]
PowerOS [url]http://www.poweros.de/download.html[/url]
QNX [url]http://get.qnx.com[/url]
ReactOS [url]http://www.reactos.com/index.php?tab=software[/url]§ion=reactos
RTEMS [url]http://www.rtems.com/RTEMS/Source/source.html[/url]
S.Ha.R.K [url]http://shark.sssup.it/download.html[/url]
SkyOS [url]http://www.skyos.org/downloads/[/url]
Solaris 8 [url]http://www.sun.com/solaris/binaries/get.html[/url]
Unununium None
V2_OS [url]http://www.v2os.cx/[/url]
VSTa [url]http://vsta.sourceforge.net/[/url]
Winmac [url]http://sourceforge.net/projects/winmac[/url]
xMach [url]http://sourceforge.net/projects/xmach/[/url]
Yamit [url]http://yamit.sourceforge.net/download.html[/url]
ZotOS [url]http://members.tripod.com/~zot_os/public_html/download.html[/url]

HonestQiao 2005-9-15 02:16
[System] A complete collection of open source operating systems

[Reprint] Operating system encyclopedia

Early operating systems (patent protected)
TRS-DOS, ROM OS's
TI99-4
Commodore PET, 64, and VIC-20,
The first set of IBM-PC
Apple Computer
Sinclair Micro and QX etc.

Non-Unix commercial operating systems
CPM operating system
MP/M-80
UCSD P-system
Mini-FLEX
SSB-DOS
CP/M-86
DR-DOS
FreeDOS
MS-DOS
PC-DOS
Mach
CHORUS
Choices
Multics
OS-9
NSJ

Unix and similar systems
UNIX
MicrosoftXenix
ChorusOS
Cromix
UNIflex
OS-9
IBM AIX
BSD
FreeBSD
NetBSD
OpenBSD
DragonflyBSD
Digital UNIX, later Compaq Tru64
DNIX
HP HP-UX
GNU/Hurd
SGI IRIX
Linux (or GNU/Linux)
Mac OS X
MenuetOS
Minix
OSF/1
SCO's SCO UNIX
Sun's SunOS, later Solaris
System V
Ultrix
UniCOS
LindowsOS
OS/390
z/OS
Syllable

other

Acorn
Arthur
ARX
RISC-OS
RISCiX

Amiga
AmigaOS

Atari ST
TOS
MultiTOS
MINT

Apple/Macintosh
Apple DOS
ProDOS
Mac OS
Mac OS X

Be
BeOS
BeIA

Digital/Compaq
AIS
OS-8
RSTS/E
RSX-11
RT-11
TOPS-10
TOPS-20
VMS (later renamed OpenVMS)

IBM
OS/2
AIX
OS/400
OS/390
VM/CMS
DOS/VSE
VSE/SP
VSE/ESA
OS/360
MFT
MVT
SVS
MVS
TPF
ALCS
z/OS
PC-DOS

Microsoft
MS-DOS
Xenix
Microsoft Bob
Windows
Windows 1.0
Windows 2.0
Windows 3.1
Windows 95
Windows 98
Windows ME
Windows NT
Windows NT 3.5
Windows NT 4
Windows 2000
Windows XP
Windows XP Media Center Edition
Windows XP Professional x64 Edition
Windows Server 2003
Windows Server 2003 64-bit Edition
Windows Vista

Novell
NetWare
Unixware
SUSE Linux

NeXT
NeXTStep (later Mac OS X)
Plan 9
Inferno

Prime Computer
Primos

Siemens
BS2000

Personal Electronic Assistant (PDA) Operating System
Palm OS
Pocket PC
EPOC
Microsoft Windows CE
Linux

Smartphone operating system
Windows Mobile series
Embedded Linux was created by Montavista and is used on Motorola's A760, E680 and other models
Mobilinux was created by Montavista
Symbian OS series

Other operating systems
Dynamically scalable operating system
MIT Exo Kernel
SPIN at the University of Washington
VINO from Harvard University
University of Illinois Choices
----------------------------------
A complete collection of open source operating systems
https://blog.51cto.com/opensource/8705

microondas Doppler Radar FMCW boat 76 GHz SDM360-76 Short-Range Marine Radar for Collision-Free Navigation was Successfully Tested

 microondas Doppler Radar

 FMCW Frequency Modulated Continuous Wave 

76 GHz SDM360-76 Short-Range Marine Radar for Collision-Free Navigation was Successfully Tested

anti-collision monitoring system 

Fault Monitoring

Tolerance and Anti-Collision System 

https://en.wikipedia.org/wiki/Marine_radar

Architecture of ARPA Radar Kongsberg Maritime anticollision K-Bridge

自動測繪雷達(Automatic Radar Plotting Aids;ARPA)


貨船安全證書 CARGO SHIP SAFETY CERTIFICATE

茲由中華民國政府委託中國驗船中心依照一九八八年議定書修訂之
一九七四年海上人命安全國際公約之規定發給本證書

中華民國 REPUBLIC OF CHINA

衛星輔助搜救組織
Satellite EPIRB
衛星應急指位無線電示標
HF direct-printing radiotelegraph receiver
高頻直接印字無線電報接收機
EGC receiver
群集呼叫接收機
NAVTEX receiver
航行警告電傳接收機
Facilities for reception of maritime safety information
接收海事安全資訊之措施
Secondary means of alerting
第二種警報方法
Inmarsat ship earth station
國際海事衛星組織船舶地球電台
Ship's search and rescue locating device
船舶之搜救定位設施
VHF EPIRB
特高頻應急指位無線電示標
雷達搜救詢答機
Radar search and rescue transponders (SART)
AIS 搜救發送器
AIS search and rescue transmitters (AIS-SART)