Full access to Enterprise features. No credit card required.
What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
Try ServoDesk for free
Our Free Plans just got better! | Auth0
With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
HTML Viewer Components for Delphi, Lazarus and C++Builder
The HtmlViewer component set consists of the THtmlViewer, TFrameViewer,
and TFrameBrowser components. All three are HTML document display components:
THtmlViewer
* The basic component.
* THtmlViewer displays single (non-frame) documents.
* It also forms the basis for the other two components.
Mister JSON is a Delphi class to parse JSON. Slim and very fast (see comparison). Stream oriented, supports for-in loops. Much work has still to be done (turn it into a palette component, provide design-time properties, support JSON generation, and so on).
I present to you BSA extractor. I know a lot of them, but I wanted to write his own, to study the structure of *.BSA
Supported games:
- TES3: Morrowind;
- TES4: Oblivion;
- TES5: Skyrim;
- Fallout 3;
- Fallout 3: New Vegas;
The program is simple, and should not cause problems of its use.
Add a fully functional PDF editor to your ASP.NET website in minutes!
For developers and anyone searching for a web based PDF viewer, editor, and form filler to control PDF content access
RAD PDF natively supports the most commonly used PDF features. Beyond a PDF reader, RAD PDF equips web applications with a browser-based PDF editor & PDF annotator. Features not even available in Adobe Acrobat Reader can be used to provide advanced PDF functionality. By enabling PDF form filling & PDF form saving directly in the web browser, RAD PDF users can utilize PDF features without worrying about having the right platform or software installed! Allow your app to design new PDF forms, protect content, sign PDFs, & more using an intuitive graphical user interface (GUI).
Delphi HTML Parser
This module lets you work with HTML documents as DOM tree and use XPath for searching tags.
It is very simple way to parse HTML.
This tested with version Delphi XE5,6
Usage
Add in Uses parser.pas;
begin
HtmlTxt:= ''; //here your html
NodeList:= TNodeList.Create;
ValueList:= TStringList.Create;
DomTree:= TDomTree.Create;
DomTreeNode:= DomTree.RootNode;
If DomTreeNode.RunParse(HtmlTxt) then
begin
{your code
example:
DomTreeNode.FindXPath('//*[@id="TopBox"]/div[1]/div[@class="draw default"]'),NodeList,ValueList)}
end;
end;
Xpath support:
attributes - //*[@id="TopBox"]/div/@class
comment - //*[@id="TopBox"]/div/comment()[3]
text - //*[@id="TopBox"]/div/text()[2]
previous level - /.....
my_delphi_cron is a cron like for Windows Systems Compared to other cron-like : -> It is developped with Delphi -> MySQL or XML can be used for Database -> It should be as simple as possible
TeleFlow-VXML provides a means to generate VoiceXML (or VXML) applications from TeleFlow Tap/Tam files created with TeleFlow Designer and related tools.
Supplets is a plugin for MS Internet Explorer which allows to make annotations on html pages like on paper, i.e. mark text on web pages and attach notes to text. This supplementary meta-page information is persistent and can be sent to friends via mail.