Allegro.pas is a wrapper to use the Allegro Game Library with Pascal compilers (Delphi, Free Pascal, etc). Allegro is a cross-platform library intended for use in computer games and other types of multimedia programming.
* Graphics: 2D and 3D, OpenGL and D3D.
* Controls: Keyboard, mouse, joystick, gamepad...
* Sound and music.
ru: приложение позволяет сохранить исходники в скомпилированном приложении и получится столько резервных копий исходного кода сколько копий приложения
the application allows you to save the source code in the compiled application and you will get as many backup copies of the source code as there are copies of the application
Open ini file, set your own password (only version with TAbZipper), add your source code files into section "[SaveFiles]", run "codesaver[.exe]" and use "src.inc" in your project (example in folder "Sample" )
[Include]
NameOfArray=SrcData
IncludeFile=src.inc
ZipPassword=password
[SaveFiles]
codesaver.ini
codesaver.ico
codesaver.lpi
codesaver.lpr
codesaver.lps
codesaver.res
unit1.pas
unit1.lfm
...Generate optimized HTML5 code to manage file, pictures or data.
Applications created in memory.
YHTML uses a package of extended packages.
Les applications YHTML sont des application WEB qui ne nécessitent pas d’installation de serveur.
YTHML génère du code HTML5 de manière optimisée ce qui limite le transfert des données HTML sur le réseau.
YHTML fonctionne entièrement en mémoire et ne va pas utiliser le disque dur, le temps de réponse est alors immédiat.
(sauf si l’application elle même utilise le disque)
...It can run without any installation, although proper installation packages are provided for Windows and Ubuntu-based Linux distributions.
The intended audience is people with at least basic knowledge of SQL who need fast and simple tool to deal with SQLite3 databases.
Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.
Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
Finds Text in Delphi *.Pas files e.g. : button1.caption:='Hello'
Replaces Text with a function call button1.caption:=TXT(0) {##Hello##}
Generates a function „TXT“ with a String List with all found Texts at the beginning of your source.