https://www.fiverr.com/categories/graphics-design/app-design?source=gig_sub_category_link
2024年3月6日 星期三
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
使用 Window Management API 管理多個螢幕
使用 Window Management API 管理多個螢幕
https://developer.chrome.com/docs/capabilities/web-apis/window-management?hl=zh-tw
Positioning Objects on Multiple Display Monitors Creating a window-relative DeviceContext on multiple monitors
Nestopia 1.4.1 Emulator - NES Download - Emulator Games
Nintendo Entertainment System FCEUX Nestopia nestopia.sourceforge.net Nester NES Emulator projects nester emu Jnes VirtuaNES www.jabosoft nestopia.sourceforge.net NES Famicom Disk System (FDS) Game Emulators FCEUX FCE Ultra www.fceux.com web Multi sy
https://www.emulatorgames.net/emulators/nintendo/nestopia-1-4-1/
GitHub - gcharvin/DetecDiv: DetecDiv provides a comprehensive set of tools to analyze time microscopy images using deep learning methods. The software structure is such that data can be processed either at the command line or using a graphical user-interface. Detecdiv classification models include : image classification and regression, semantic segmentation, LSTM networks to analyze data and image timeseries.
https://github.com/gcharvin/DetecDiv
TDesignWindow for different Delphi Versions DsgnIntf.pas
__ IDesignNotificationprocedure ItemDeleted(const ADesigner IDesigner; Item TPersistent); virtual;procedure ItemInserted(const ADesigner IDesigner; Item TPersistent); virtual;procedure SelectionChanged(const ADesigner IDesigner; const ASelection IDes
ItemDeleted(const ADesigner IDesigner; Item TPersistent
TDesignWindow for different Delphi Versions
DsgnIntf.pas
Racer - Rapid And Cost-Effective Next-Generation Civil Tiltrotor (NGCTR) Rotorcraft cs2-fr-nextgenctr-image Tiltrotor aircraft airplane
https://www.globalsecurity.org/military/world/europe/cs2-fr-ngctr.htm
https://en.wikipedia.org/wiki/Leonardo_Next-Generation_Civil_Tiltrotor
region gui github Defining Regions custom region selection line
https://github.com/ph3at/image_tool
https://learn.microsoft.com/en-us/windows/win32/gdi/region-creation-and-selection
https://github.com/topics/magento2-region
Multiple pages on a single page json
https://stackoverflow.com/questions/8499689/multiple-pages-on-a-single-page
https://github.com/marionettejs/backbone.marionette/tree/master
Single Page Applications Backbone.js Marionette.js
Jersey backbone.js marionette
https://www.codeproject.com/Articles/698645/A-Beginners-Guide-for-Creating-Single-Page-Applica
studfile.net Backbone.js Marionette.js
如何找尋專利資源 - 國立臺灣大學圖書館
國際工業設計分類表 International Classification for Industrial Designs
https://www.lib.ntu.edu.tw/img/tulblog/HELP/20140527_patent.pdf
https://www.wipo.int/edocs/mdocs/classifications/zh/cel_16/cel_16_2.pdf
web content element filter +headings +TAGS +firefox +extension
for (var i = 0, headings = $$('h1,h2,h3,h4,h5,h6'); i < headings.length; i++) {
console.log(headings[i].textContent.trim() + " " + headings[i].tagName, headings[i]);
}
for (var i = 0, headings = $$('h1,h2,h3,h4,h5,h6'); i < headings.length; i++) {
console.log( headings[i]);
}
var str1 = "";
for (var i = 0, headings = $$('h3'); i < headings.length; i++) {
console.log(headings[i].textContent.trim() );
str1 =str1 +"<a>"+ headings[i].textContent.trim() +"</a><br />" ;
}
console.log(str1);
$$('h3')[2].textContent.trim()
https://firefox-source-docs.mozilla.org/devtools-user/browser_console/index.html
https://learn.microsoft.com/en-us/microsoft-edge/devtools-guide-chromium/console/console-filters
https://developer.mozilla.org/en-US/docs/Web/API
https://bugzilla.mozilla.org/show_bug.cgi?id=1509768
https://bugzilla.mozilla.org/attachment.cgi?id=9027436&action=diff
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/repeat
console.log(
"N"+"a".repeat(23).replace('a', 'b').replace("", "foo")
);
var str1 = '$-920455.00',str2;
str2 = str1.slice(2);
//str2 = str1.replace(/^.{2}/g, 'rr');
alert(str1 +'~~~'+str2);
//JS STRING remove RegExp /[0-9]/g <ol> <li>
var value = "123gfr/54ee..21123.456adc";
value = value.replace(/[\^@\.\/\d]/g,'');
// ^@ . / 0-9\d
//gfreeadc