Inclua no uses: ComObj, MODI_TLB
Arraste um objeto MiDocView da guia ActiveX page para seu form.
Adicione um botão e um TMemo
No evento OnClick do botão inclua:
https://groups.google.com/g/dug-rs/c/0Gp2aLUt4y4?pli=1
procedure TForm.Button1Click(Sender: TObject);
Var
doc :IDocument;
Img :IImage;
Layout :ILayout;
begin
doc := IDispatch(CreateOleObject('MODI.Document')) as IDocument;
doc.create('c:\tela.bmp');
doc.OCR(miLANG_ENGLISH, true, true);
Img := IDispatch(doc.Images[0]) as IImage;
Layout := IDispatch(Img.Layout) as ILayout;
Memo1.Lines.Add(Layout.Text);
MiDocView1.Document := doc;
doc.Close(false);
Img := nil;
Layout := nil;
end;
https://brislings69.rssing.com/chan-67590416/article67.html
http://blog.dolba.net/k2club/entry/MODI_Story
procedure TForm.Button1Click(Sender: TObject);
Var
doc: IDocument;
Img: IImage;
Layout: ILayout;
begin
doc := IDispatch(CreateOleObject('MODI.Document')) as IDocument;
doc.create(JvFileListBox1.FileName);
doc.OCR(miLANG_ENGLISH, true, true);
Img := IDispatch(doc.Images[0]) as IImage;
Layout := IDispatch(Img.Layout) as ILayout;
Memo1.Lines.Add(Layout.Text);
MiDocView1.Document := doc;
doc.Close(false);
Img := nil;
Layout := nil;
end;
procedure TForm.Button1Click(Sender: TObject); Var doc :IDocument; Img :IImage; Layout :ILayout; begin doc := IDispatch(CreateOleObject('MODI.Document')) as IDocument; doc.create(c:\test.bmp); doc.ocr(miLANG_ENGLISH,true,true); Img := IDispatch(doc.Images[0]) as IImage; Layout := IDispatch(Img.Layout) as ILayout; Memo1.Lines.Add(Layout.Text); MiDocView1.Document := doc; doc.Close(false); Img := nil; Layout := nil; end;
https://sourceforge.net/projects/jocr/
CreateOleObject modi.dll
CreateOLEOBject('MODI.DOcument')
CreateObject("MODI.Document") '
https://www.delphibasics.info/home/delphibasicssnippets/programmaticallytalkusingmicrosoftsam
uses
COMobj
procedure TForm1.Button1Click(Sender: TObject);
var
voice: OLEVariant;
begin
voice := CreateOLEObject('SAPI.SpVoice');
voice.Speak('This is Microsoft Sam saying Delphi Basics', 0);
end;
In a formless application:
program Project1;
uses
COMobj,
ActiveX;
var
voice: OLEVariant;
begin
if paramstr(1) = '' then exit;
try
CoInitialize(nil);
voice := CreateOLEObject('SAPI.SpVoice');
voice.Speak(paramstr(1), 0);
Finally
CoUnInitialize;
end;
end.
https://stackoverflow.com/questions/3032739/delphi-sapi-text-to-speech
https://stackoverflow.com/questions/8073695/ms-sapi-sdk-equivalent-on-osx
https://members.embarcadero.com/login.aspx?returnURL=http://cc.embarcadero.com/download.aspx?id=27264
https://stackoverflow.com/questions/9729146/delphi-cant-import-sapi-5-1
http://blong.com/Conferences/DCon2002/Speech/SAPI4HighLevel/SAPI4.htm
Speech Synthesis & Speech Recognition Using SAPI 5.1
http://blong.com/Conferences/DCon2002/Speech/SAPI51/SAPI51.htm
https://www.codeproject.com/Articles/8443/A-Simple-Speech-Application-Using-SAPI-5-1-SDK
tubbysong
2024年6月5日 星期三
pascal modi.dll ocr modidocument Microsoft Office Document Image Speech Synthesis & Speech Recognition Using SAPI Speech Recognition Troubleshooting
2024年3月30日 星期六
vite vitepress markdown tailwindcss parser eslint prettier storybook
vite vitepress markdown tailwindcss parser eslint prettier storybook
https://www.trackawesomelist.com/vitejs/awesome-vite/readme/
https://gitee.com/cybersoft/awesome-vite
https://snyk.io/advisor/npm-package/storybook-tailwind-foundations
https://applover.com/blog/exploring-vitesse-your-ultimate-starter-template-for-vue-3-projects/
https://morioh.com/a/46306d72dd05/vitesse-opinionated-vite-vue-starter-template
https://github.com/vitejs/awesome-vite
delphi param query using query-type datasets
https://docwiki.embarcadero.com/RADStudio/Athens/en/Using_Query-type_Datasets
http://docwiki.embarcadero.com/RADStudio/Alexandria/en/Using_Parameters_in_Queries
https://stackoverflow.com/questions/54714375/how-to-use-parameters-in-tpfibdataset-sql-query
delphi param query using query-type datasets TFDParam
http://docwiki.embarcadero.com/RADStudio/Sydney/en/Executing_Commands_(FireDAC)
https://stackoverflow.com/questions/46428723/tfdquery-prepare-cannot-determine-parameter-types-for-insert-query-on-ms-sql-ser
https://docwiki.embarcadero.com/Libraries/Sydney/en/FireDAC.Stan.Param.TFDParam
plans optimized ship flats skiff ocean double-ended tender boat
https://maritimesafetyinnovationlab.org/wp-content/uploads/2023/06/Ship-Construction-7th-Edition.pdf
https://en.wikipedia.org/wiki/Glossary_of_nautical_terms_(A%E2%80%93L)
https://www.selway-fisher.com/Rowskiffs.htm
https://www.microskiff.com/threads/sabine-flats-boat-wood-build.83470/page-3
https://www.mardep.gov.hk/filemanager/en/share/tender/pdf/2020/2002_part7.pdf
https://www.architects.uga.edu/sites/default/files/misc/05b_7_uga_skidaway_-_11-05-18.pdf
https://www.chelseamagazines.com/wp-content/uploads/2018/07/Classic-Boat-July-2018.pdf
https://devlinboat.com/about-devlin-design-tech/devlin-design-catalog/
https://www.woodenboatstore.com/products/boat-design-quarterly-vol-34-digital
2024年3月29日 星期五
Discriminative Classifier Machine Learning Discriminative model Data Mining Selection Feature Detection algorithms Reinforcement Learning Discriminative CNN LSTM MLP GRU algorithms Multi-Layer Perceptron model Deep learning Neural Networks TAGPPI
Discriminative Classifier Machine Learning Discriminative model Data Mining Selection Feature Detection algorithms Reinforcement Learning Discriminative CNN LSTM MLP GRU algorithms Multi-Layer Perceptron model Deep learning Neural Networks TAGPPI
Deep learning frameworks for protein–protein interaction prediction - Computational and Structural Biotechnology Journal
https://www.csbj.org/article/S2001-0370%2822%2900245-8/fulltext#secst250
Tombone's Computer Vision Blog: Deep Learning Trends ICLR 2016
https://learnopencv.com/generative-and-discriminative-models/
https://medium.com/google-developer-experts/interpreting-deep-learning-models-for-computer-vision-f95683e23c1d
27+ Most Popular Computer Vision Applications in 2023
https://www.v7labs.com/blog/computer-vision-applications
2024年3月21日 星期四
Computer Vision Libraries OpenCV
List of Computer Vision Libraries OpenCV VIGRA CUDA CVSSP's OpenNI Dlib VXL C++ Computer Vision Libraries language library computer vision measurement algorithm grayscale level Fourier transform
https://github.com/fffaraz/awesome-cpp
https://github.com/uhub/awesome-cpp
https://github.com/ARM-software/ComputeLibrary
https://github.com/CVCUDA/CV-CUDA
https://github.com/MasteringOpenCV/code
https://github.com/borglab/gtsam
https://cpp.libhunt.com/
OpenCV
tesseract-ocr
libvips
OpenMVG (open Multiple View Geometry)
VTK
OpenImageIO
https://www.superannotate.com/blog/computer-vision-libraries
Image Processing
Boost.GIL - Generic Image Library.
CImg - A small, open source, C++ toolkit for image processing. [Own LGPL or GPL]
CxImage - An image processing and conversion library to load, save, display, transform BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K images. [zlib]
FreeImage - An open source library that supports popular graphics image formats and others as needed by today's multimedia applications. [GPL2 or GPL3]
GDCM - Grassroots DICOM library.
ITK - An open-source, cross-platform system for image analysis. [Apache 2.0 from ITK 4.0]
Magick++ - ImageMagick program interfaces for C++. [Apache 2.0]
MagickWnd - ImageMagick program interfaces for C. [Apache 2.0]
OpenCV :zap: - Open source computer vision. [BSD]
tesseract-ocr - An OCR engine. [Apache 2.0]
VIGRA - A generic C++ computer vision library for image analysis. [MIT X11]
VTK - Open-source, freely available software system for 3D computer graphics, image processing and visualization. [BSD]
2024年3月13日 星期三
delphi Using System.Net Encodings Check Strings with Regular Expressions
https://gotellilab.github.io/Bio381/
https://gotellilab.github.io/Bio381/Scripts/Feb07/RegularExpressionsTutorial.pdf
2024年3月9日 星期六
Awesome Pascal – A curated list of Delphi, FreePascal, and Pascal shiny things
https://forum.lazarus.freepascal.org/index.php/topic,58830.0.html
https://blogs.embarcadero.com/the-awesome-pascal-package-contains-amazing-delphi-freepascal-and-other-pascal-frameworks-libraries-and-resources/
https://github.com/Fr0sT-Brutal/awesome-delphi
https://github.com/CWBudde/awesome-delphi
http://bbs.2ccc.com/topic.asp?topicid=614368
Awesome Pascal – A curated list of Delphi, FreePascal, and Pascal shiny things | Hacker News
https://news.ycombinator.com/item?id=30790193
Topic: Awesome Pascal – A curated list of Delphi, FreePascal, and Pascal shiny things (Read 2166 times)OkobaHero Member*****Posts: 522Awesome Pascal – A curated list of Delphi, FreePascal, and Pascal shiny things« on: March 24, 2022, 08:46:48 pm »A cool repository that is nice to look into. Also, consider including your cool project as well.https://github.com/Fr0sT-Brutal/awesome-pascal
2024年3月6日 星期三
胡麻油 老薑 枸杞 紅棗 黃耆 八珍 何首烏 生地 赤芍 健脾 開胃 消積 四君子湯 香砂六君保和丸 紫蘇 山楂 麥芽 神曲 雞內金 萊菔子 布渣葉
https://www.kln.mohw.gov.tw/?aid=509&pid=48&page_name=detail&iid=243
吃出好氣色---冬日養生藥膳 | 衛教資訊 | 便民服務 | 衛生福利部基隆醫院
3. 枸杞肉絲材料:枸杞50克 瘦豬肉250克 酒、調味料、太白粉適量作法:枸杞洗淨泡軟備用;豬肉洗淨切成2寸長絲,加入少許太白粉、酒、食鹽和油拌勻,炒鍋中加油燒熱後將豬肉絲過油至八分熟撈起瀝乾油分備用;鍋中留少許油加入糖、醬油和酒攪勻,再加入枸杞和肉絲,翻少幾下,起鍋前前淋入麻油即成。功效:滋陰補腎,健身明目4. 肉蓯蓉羊肉粥材料:肉蓯蓉三錢 羊肉60克 白米60克 生薑、蔥白、鹽適量作法:羊肉洗淨後切末備用;肉蓯蓉先用適量的水以砂鍋煎煮,取汁去渣,再入羊肉和白米同煮,煮沸後加入鹽、薑和蔥,煮成稀粥即可。功效:補腎助陽、健脾養胃、潤腸通便
胡麻油 老薑 枸杞 紅棗 黃耆 何首烏
健脾 開胃 消積
養生藥膳
熱性體質和疾病的藥膳介紹
http://cmed.ktop.com.tw/modules/news/print.php?storyid=246
醫通祖方
https://jicheng.tw/tcm/book/%E9%86%AB%E9%80%9A%E7%A5%96%E6%96%B9/index.html
https://www.chps.tn.edu.tw/god/g5/g53.htm
不苦口的良藥
山楂15克,炒神麴15克,炒麥芽25克,青皮12克 炒山楂肉50克,木香12克,檳榔6克
https://www.theqi.com/cmed/herb/wang.html
退休好幸福 健脾 養肝 黃耆 茯苓 枸杞 菊花
https://retire.hhh.com.tw/article/cont/585
矽酸鈉 pva 孔洞 發泡 陶瓷 glass-ceramics glaze crystalline ceramics glaze recipe open ceramics glaze recipe Recent Glazy Posts Glazy clay
https://chemeng.thu.edu.tw/upload/archive1_upload/G10031011%20%E5%85%AD%E9%A0%81%E7%A8%BF.doc
https://www.airitilibrary.com/Publication/alDetailedMesh1?DocID=U0017-1901200710304137
https://tpl.ncl.edu.tw/NclService/pdfdownload?filePath=lV8OirTfsslWcCxIpLbUfvtkl6y56mnsIwYKnQN1r6Nwz35eo49bapxzFjBu1X1A&imgType=Bn5sH4BGpJw=&key=aM7pbgm_wuV0yEpXO4Y4kiL550OgZy4c-C0k2R8DlNWKgWSYS08VnQ==&xmlId=0006877685
https://chemeng.thu.edu.tw/upload/archive1_upload/G99310040%20%E5%85%AD%E9%A0%81%E7%A8%BF.docx
https://ndltd.ncl.edu.tw/cgi-bin/gs32/gsweb.cgi/login?o=dnclcdr&s=id=%22099THU00063007%22.&searchmode=basic
矽酸鈉 五水 陶瓷 偏矽酸鈉(Sodium Metasilicate) · 別名 水玻璃粉
結劑與孔洞生成劑PVA,造粒後將坯體埋. 入Al,O,粉末中,以3℃/min的速度升溫. 至500℃燒除PVA生成孔洞後,再加溫至. 1200℃、1300℃、1400℃持溫1、3、5hr進. 行燒結,得到不同之 ...
在反應過程中,添加入兩種不同的水玻璃(矽酸膠、偏矽酸鈉)作為造孔劑,並且在實驗中分別改變聚乙烯醇固成分的比例(CPVA = 12~14 wt%)和水玻璃濃度(CS.G. = 0.1~0.5 wt%) ...
五水偏硅酸钠 水玻璃
1. 可广泛用于陶瓷行业的磨浆工艺中。 2. 可使泥浆流动性好,粘度低,满足喷雾要求。 3. 减少泥浆的含水量,提高稳定性,减少了喷雾干燥塔的能耗,降低生产成本4.
陶瓷 釉藥 四成分 釉藥講義
屏東大學
https://faculty.nptu.edu.tw › 講義-釉藥講義(upload)
PDF
釉藥的四種組成成份:(1)玻璃質、(2)助熔劑、(3)粘稠劑與(4)呈色劑,主要. 特點與 ... 2. 抗酸鹼、抗侵蝕力非常優良,是陶瓷釉藥此項功能的最大支柱。 3.可產生光亮、緻密且 ...
陶瓷 CMC X001-高黏度CMC羧甲基纖維素(黏稠劑)-1kg
釉藥堂
https://glazes.com.tw › Shop
CMC又名Carboxymethyl Cellulose、羧甲基纖維素、化學漿糊,加於釉藥中,讓釉藥產生懸浮分散狀態,防止快速沉澱、強化釉藥與坯體的結合、減緩水從釉裡擴散到坯體中,使 ...
glass-ceramics glaze crystalline ceramics glaze recipe
open ceramics glaze recipe Recent Glazy Posts Glazy
https://glazy.org/recipes/53575
Open-cell SiC ceramic foam used in the experimental measurements | Download Scientific Diagram
Highly compressible and anisotropic lamellar ceramic sponges with superior thermal insulation and acoustic absorption performances | Nature Communications
Ceramic Sponge - Experimental
スポンジで一輪挿しを作る Pottery As Sponge
DTYR Ceramic Foam Filters Manufacturing
低温釉 炭酸 酸化 釉薬熔融調整剤 炭酸カルシウム
酸化亜鉛
炭酸リチウム
炭酸マグネシウム
炭酸ストロンチウム
熔融剤
炭酸バリウム
ガラス粉
低溫釉 K2O Al2O3 6SiO2
MgCO3 CaCO3
CaCO3
Al2O3 2SiO2 2H2O
SiO2
CuO 碳酸鈣 玻璃粉 氧化铝 氧化锌 钾长石 钠长石 硼钙石 硼砂 氢氧化铝 碳酸铝
矽藻土 珍珠石 氧化鋁 多孔 材料 助烧剂 造孔剂 分散剂 增强剂 多孔性 氧化鋅 莫來石 鉀長石
https://www.airitilibrary.com/Article/Detail/U0006-0808200813430000
低介電常數CaO-B2O3-SiO2玻璃陶瓷之特性研究Airiti Library
華藝線上圖書館https://www.airitilibrary.com › Article › Detail
由 江傳宗 著作 · 2008 — 在多種低溫共燒陶瓷玻璃陶瓷系統中,鈣硼矽系統(CaO-SiO2-B2O3)常被用於微波電子元件及微電子封裝,因為其低材料成本、低燒成溫度和低介電常數等優點已成為
Mobile App Design Services by Freelance App Designers | Fiverr
https://www.fiverr.com/categories/graphics-design/app-design?source=gig_sub_category_link
Delphi - Property Editors TPropertyEditor TStringProperty
http://mc-computing.com/languages/delphi/Property_Editors.html
http://www.drbob42.com/delphi/property.htm
bpl-map-XE7_designide210.def at master · bbrandt_bpl-map-XE7
components_thirdparty_mxexports_mxExportReg.pas at master · acras_components
delphi - Capture selected element in a TForm in design time - Stack Overflow
Delphi component creation design time - Stack Overflow
Delphi component to show some text file at design time ? The Wiert Corner – irregular stream of stuff
Delphi component to show some text file at design time
delphi designintf componentdesigner designwindows
delphi DesignIntf IDesignNotification IDesigner
Design-time Packages - RAD Studio
Design-time versus Run-time code - delphi
DESIGNIDE60.BPL Download Version 6.0.10.160 32bit
trtm_QuickRep_DesignIntf.pas at master · stden_trtm
IDesignNotification IDesignNotification RegisterDesignNotification
ItemInserted DesignIntf IDesignNotification SelectionChanged IDesignNotification RegisterDesignNotification SelectionChanged
RegisterDesignNotification
DesignerClosed ItemInserted
Net Runtime Library for Delphi
Some IDE Editor Refactorings – MMX
tools delphi Language macros preprocessors Code refactoring
Vcl.Controls.TControl.ControlStyle - RAD Studio API Documentation
WiRL_Source_Core_WiRL.Core.Application.Editor.pas at master · delphi-blocks_WiRL
查看源? DevEx_Delphi7_Library.rar_dxLayoutDesignCommon.pas - VerySource
/*Prog*/ Delphi-Neftalí /*finProg*/Programación - /*Prog*/ Delphi-Neftalí /*finProg*/
https://neftali.clubdelphi.com/category/programacion/page/2/
Modelmaker UML delphi
https://www.atug.com/andypatterns/modelmak.htm
Patterns, ModelMaker & Beyond http://www.modelmaker.demon.nl/
2024年3月5日 星期二
XXXXXXXXXXXXXXX
Z-Library Project - Search & Download Free Books | ZLibrary
https://zlibrary.to/
https://duckduckgo.com/?q=Mastering+Delphi+Programming%3A+A+Complete+Reference+Guide+delphi+%2B%D8%AF%D8%A7%D9%86%D9%84%D9%88%D8%AF+-+&t=h_&ia=web
http://list-of-lit.ru/programmirovanie/programmirovanie-v-delphi.htm
https://studfile.net/preview/1496722/
中图法 _图书馆
http://124.239.208.199:8083/opac/browseByCategory
xyz
https://soft-ware.xyz/category.php?T_Id=1006
https://github.com/lTbgykio/Books-Free-Books
https://github.com/Dujltqzv/Some-Many-Books
/////////////////////////////////////////////////////////////////////////////////////////////////////
www.p30forum.com
http://www.p30download.com
delphi Going cross platform with FireMonkey
/////////////////////////////////////////////////////////////////////////////////////////////////////
乳油木,又名乳木果、雪亞果(Shea nut)或非洲果,是屬於山欖科,乳木果屬的一種樹木。
https://www.worldplantsmarket.com/shopbrand/ct1987/
シアバターの種子 苗木 シアバターノキの種
ホーム >熱帯果樹・果樹 > アカテツ科(Sapotaceae) > Vitellaria paradoxa(シアーバターノキ) >
https://zh.wikipedia.org/zh-tw/%E4%B9%B3%E6%B2%B9%E6%9C%A8
https://en.wikipedia.org/wiki/Vitellaria
Vitellaria paradoxa
化粧品の原料などで注目されるシアバターは、シアバターノキの種子、シアナッツから得られる植物性脂肪。 果肉の味はアボカドに似ており食用にされる。非常に魅力的な植物です。発芽可能な新鮮な種子の入手が難しい品種。シアバターはシャンプー、石鹸、ハンドクリ...
https://www.maff.go.jp/pps/j/introduction/chinese_exp.html
/////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////
virus github Visgean/Zeus/blob/translation/source/client/screenshot.cpp
Zeus,又稱為Zbot,是一個可以在的Microsoft Windows上運行的木馬程式(惡意軟體);Zeus會被利用以造成許多犯罪行為,比如說Zeus常常被用於竊取銀行信息,包含顧客在瀏覽器 ...
https://people.cs.nycu.edu.tw/~yajhu0115/Botnet/example.html
https://stackoverflow.com/questions/3291167/how-can-i-take-a-screenshot-in-a-windows-application
Visgean/Zeus
https://github.com/Visgean/Zeus/tree/translation
https://github.com/Visgean/Zeus/blob/translation/source/client/screenshot.cpp
https://github.com/Visgean/Zeus
zeus source client vnc
#include <windows.h>
#include <objbase.h>
#include <gdiplus.h>
#include <shlwapi.h>
#include <ws2tcpip.h>
#include "defines.h"
#include "screenshot.h"
#include "..\common\mem.h"
#include "..\common\debug.h"
#include "..\common\gui.h"
#include "..\common\wsocket.h"
//List of prototype isportiruemyh functions.
typedef
Gdiplus::GpStatus (WINGDIPAPI *GDIPLUSSTARTUP)(ULONG_PTR *token, const
Gdiplus::GdiplusStartupInput *input, Gdiplus::GdiplusStartupOutput
*output);
typedef void (WINGDIPAPI *GDIPLUSSHUTDOWN)(ULONG_PTR token);
typedef Gdiplus::GpStatus (WINGDIPAPI *GDIPCREATEBITMAPFROMHBITMAP)(HBITMAP hbm, HPALETTE hpal, Gdiplus::GpBitmap** bitmap);
typedef Gdiplus::GpStatus (WINGDIPAPI *GDIPDISPOSEIMAGE)(Gdiplus::GpImage *image);
typedef Gdiplus::GpStatus (WINGDIPAPI *GDIPGETIMAGEENCODERSSIZE)(UINT *numEncoders, UINT *size);
typedef Gdiplus::GpStatus (WINGDIPAPI *GDIPGETIMAGEENCODERS)(UINT numEncoders, UINT size, Gdiplus::ImageCodecInfo *encoders);
typedef
Gdiplus::GpStatus (WINGDIPAPI *GDIPSAVEIMAGETOSTREAM)(Gdiplus::GpImage
*image, IStream* stream, GDIPCONST CLSID* clsidEncoder, GDIPCONST
Gdiplus::EncoderParameters* encoderParams);
typedef HRESULT (WINAPI *CREATESTREAMONHGLOBAL)(HGLOBAL hGlobal, BOOL fDeleteOnRelease, LPSTREAM* ppstm);
typedef HDC (WINAPI *CREATEDCW)(LPCWSTR lpszDriver, LPCWSTR lpszDevice, LPCWSTR lpszOutput, CONST DEVMODE* lpInitData);
typedef HDC (WINAPI *CREATECOMPATIBLEDC)(HDC hdc);
typedef HBITMAP (WINAPI *CREATECOMPATIBLEBITMAP)(HDC hdc, int nWidth, int nHeight);
typedef int (WINAPI *GETDEVICECAPS)(HDC hdc, int nIndex);
typedef HGDIOBJ (WINAPI *SELECTOBJECT)(HDC hdc, HGDIOBJ hgdiobj);
typedef
BOOL (WINAPI *BITBLT)(HDC hdcDest, int nXDest, int nYDest, int
nWidth, int nHeight, HDC hdcSrc, int nXSrc, int nYSrc, DWORD dwRop);
typedef BOOL (WINAPI *DELETEOBJECT)(HGDIOBJ hObject);
typedef BOOL (WINAPI *DELETEDC)(HDC hdc);
/////////////////////////////////////////////////////////////////////////////////////////////////////
Text Filter Online
https://www.lddgo.net/en/string/text-filter
The online text filtering tool uses raw text, line number or regular expression to filter the lines that conform to the rules in the text, and uses separator or regular expression to extract the columns that conform to the rules in the text.
Reload Editor RELOAD Editor is a Content Package and Metadata Editor. With RELOAD Editor
https://edutechwiki.unige.ch/en/Reload_Editor_Tutorial
https://edutechwiki.unige.ch/en/Main_Page
Git - Wavesurfer - Select and play a region - CodeSandbox
https://codesandbox.io/p/sandbox/git-wavesurfer-select-and-play-a-region-64u5n