Tools/Utilities Утилиты для delphi / utilities for delphi

emailx45

Бывалый
Staff member
Moderator
Device Lens (debugging tool for Android) source code on GitHub

Device Lens is a debugging tool that allows you to view logs on your mobile devices (presently Android only).
Android
Device Lens lists the connected devices in the list on the top left. Selecting a device will show what processes are running on the device. Double clicking a process name will start the log display and filter on that process.

Clicking the Play button in the toolbar will start displaying the logs coming from the device. The Play button will turn into a Stop button once the log display starts.

You can filter on text that appears in the log display by typing in the Filter On Text edit. This filter supports basic wildcards by using an asterisk at the beginning or end of the filter.

You can manually enter a process name (package name) in the Filter On Package Name edit. Press enter once you have finished typing to enable the filter

You can use the Filter By Log Level checkboxes to filter messages based on their log level. The Toggle button changes all the checkboxes to the opposite of the most prevalent state of the checkboxes.

The Auto Scroll checkbox controls whether the log display scrolls automatically to the last entry.
[SHOWTOGROUPS=4,19,20]
This repository is currently just for basic help, the installers and for reporting issues:

[/SHOWTOGROUPS]
 

emailx45

Бывалый
Staff member
Moderator
Delphi iOS (Exploring App Craches and Investigating) on GitHub source code

Delphi iOS - Exploring app crashes
First of all, as most of you already know, there is a code from Erik Van Bilsen (blog Grijjy), which is spectacular to make an error report on firemonkey iOS apps to return the call stack of exceptions, so you can send it via email , or show using Log.d, for example, that I recommend to everyone: https://github.com/grijjy/JustAddCode/tree/master/ErrorReporting

However, as Erik himself warns,

“the app may still crash… before we get a chance to handle the exception”

This means that in some cases you will not be able to catch the error either with a try except, or with the error report of Erik, because the app will simply crash (close unexpectedly), and here I will explain how we can better investigate these crashes.
[SHOWTOGROUPS=4,19,20]
[/SHOWTOGROUPS]



 
Last edited:

emailx45

Бывалый
Staff member
Moderator
IcoFX
more info icofx - Features
Interface

Interface

IcoFX has a panel based multilingual interface. You can fully customize the interface by rearranging, docking, un-docking, hiding, showing the panels. You can save your customization in workspaces. IcoFX comes with many predefined workspaces to make certain tasks easier. For example it has a predefined workspace for working with palette based images.
 

emailx45

Бывалый
Staff member
Moderator
DMSoft Softwares Pack (DBConverts and DBSyncs)

DMSoft DBConvert for ‌Access and ‌Firebird
DMSoft DBConvert for Access and FoxPro
DMSoft DBConvert for Access and MSSQL
DMSoft DBConvert for Access and MySQL
DMSoft DBConvert for Access and PostgreSQL
DMSoft DBConvert for Access and SQLite
DMSoft DBConvert for Firebird and MSSQL
DMSoft DBConvert for Firebird and MySQL
DMSoft DBConvert for FoxPro and MSSQL
DMSoft DBConvert for FoxPro and MySQL
DMSoft DBConvert for FoxPro and SQLite
DMSoft DBConvert for MSSQL and DB2
DMSoft DBConvert for MSSQL and MySQL
DMSoft DBConvert for MSSQL and PostgreSQL
DMSoft DBConvert for MySQL and DB2
DMSoft DBConvert for MySQL and PostgreSQL
DMSoft DBConvert for Oracle and Access
DMSoft DBConvert for Oracle and MSSQL
DMSoft DBConvert for Oracle and MySQL
DMSoft DBConvert for Oracle and PostgreSQL
DMSoft DBConvert for Oracle and SQLite
DMSoft DBConvert for SQLite and MSSQL
DMSoft DBConvert for SQLite and MySQL
DMSoft DBSync for Access and Firebird
DMSoft DBSync for Access and FoxPro
DMSoft DBSync for Access and MSSQL
DMSoft DBSync for Access and MySQL
DMSoft DBSync for Access and PostgreSQL
DMSoft DBSync for Access and SQLite
DMSoft DBSync for Firebird and MSSQL
DMSoft DBSync for Firebird and MySQL
DMSoft DBSync for FoxPro and MSSQL
DMSoft DBSync for FoxPro and MySQL
DMSoft DBSync for FoxPro and SQLite
DMSoft DBSync for MSSQL and DB2
DMSoft DBSync for MSSQL and MySQL
DMSoft DBSync for MSSQL and PostgreSQL
DMSoft DBSync for MySQL and DB2
DMSoft DBSync for MySQL and PostgreSQL
DMSoft DBSync for Oracle and Access
DMSoft DBSync for Oracle and MSSQL
DMSoft DBSync for Oracle and MySQL
DMSoft DBSync for Oracle and PostgreSQL
DMSoft DBSync for Oracle and SQLite
DMSoft DBSync for SQLite and MSSQL
DMSoft DBSync for SQLite and MySQL
[SHOWTOGROUPS=4,19,20]
DBConvert Suite

DBSync Suite
[/SHOWTOGROUPS]
 

emailx45

Бывалый
Staff member
Moderator
Vampyre Imaging Library
more info https://imaginglib.sourceforge.io/
Copyright © Marek Mauder

AboutVampyre Imaging Library is cross-platform native Object Pascal (Delphi and Free Pascal) image loading, saving, and manipulation library.
DownloadsGet the latest source code from Mercurial repository. Latest release version is 0.26.4 released on 12th October 2009. Get the library package in 7z or ZIP format: Imaging.7z | Imaging.ZIP.
News
4th July 2012
Repository URLs Changed

Imaging's source code repositories (Mercurial and SubVersion) hosted at SourceForge have new URLs now due to SourceForge's infrasctructure changes. The old ones will still work for some time but there won't be any new commits.
New URLs:

Just a reminder, Imaging's SubVersion repository will be phased out completely in a foreseeable future.

...continue on site above!
[SHOWTOGROUPS=4,19,20]
[/SHOWTOGROUPS]
 

emailx45

Бывалый
Staff member
Moderator
CryptoLib4Pascal: Crypto for Modern Object Pascal License
CryptoLib4Pascal is an Object Pascal cryptographic library released under the permissive MIT License.

CryptoLib4Pascal's goal is to be the best option for cryptography in Object Pascal by offering cryptographic recipes and primitives to Object Pascal developers.

[SHOWTOGROUPS=4,19,20]
Development is coordinated on GitHub and contributions are welcome. If you need help, please open an issue here.

Available Algorithms
Symmetric Encryption
Block Ciphers

  • AES (128, 192, and 256)
  • Rijndael
  • Blowfish
  • Speck
Stream Ciphers
  • ChaCha
  • (X)Salsa20
Block Cipher Modes Of Operation
  • ECB
  • CBC
  • CFB
  • CTR
  • CTS
  • OFB
  • SIC
Block Cipher Padding Schemes
  • ISO 10126-2
  • ISO 7816-4
  • Bit (ISO/IEC 9797-1)
  • PKCS#5
  • PKCS#7
  • TBC (Trailing Bit Complement)
  • ANSI X9.23
  • Zero
Asymmetric Cryptography
  • DSA
  • (DET)ECDSA (supported curves: NIST, X9.62, SEC2, Brainpool)
  • ECNR
  • ECSchnorr
  • EdDSA (Ed25519, Ed25519Blake2B)
Key Agreement/Exchange
  • DH
  • ECDH
  • ECDHC
  • X25519
Key Derivation Functions
  • HKDF
  • KDF1
  • KDF2
Password Hashing Schemes (Password Based Key Derivation Functions)
  • PBKDF2
  • Argon2 (2i, 2d and 2id variants)
  • Scrypt
MAC
  • HMAC (all supported hashes)
  • KMAC (KMAC128, KMAC256)
Hashes
  • MD2
  • MD4
  • MD5
  • SHA-1
  • SHA-2 (224, 256, 384, 512, 512-224, 512-256)
  • Gost3411
  • Gost3411-2012 (256, 512)
  • RIPEMD (128, 160, 256, 256, 320)
  • Tiger
  • WhirlPool
  • Blake2B (160, 256, 384, 512)
  • Blake2S (128, 160, 224, 256)
  • SHA-3 (224, 256, 384, 512)
  • Keccak (224, 256, 288, 384, 512)
XOF (Extendable Output Function)
  • Shake (Shake-128, Shake-256)
Other Useful Things
  • RNG wrappers for system RNG
  • ASN1 Parsing Utilities
  • Base Encoding and Decoding Utilities
Compile-Time Dependencies
Supported Compilers
  • FreePascal 3.2.0+
  • Delphi Tokyo+
Supported / Tested OSes
Tested OS boxes are checked

    • Windows XP+
    • Linux (Including Android and Raspberry PI)
    • Mac OS X
    • iOS 2.0+
    • (Oracle) Solaris
    • OpenBSD
    • FreeBSD
    • NetBSD
    • DragonFlyBSD
GitHub

[/SHOWTOGROUPS]
 

GuDron

Админ
Staff member
Admin
48192081c406b13754f13c66cd2e003760.jp.jpg

WYSIWYG Web Builder v14.3.1 RePack by khasia
[SHOWTOGROUPS=4,19,20][/SHOWTOGROUPS][SHOWTOGROUPS=4,19,20][/showtogroups]
[SHOWTOGROUPS=4,19,20][/showtogroups]
[SHOWTOGROUPS=4,19,20]
Год/Дата Выпуска: 2019
Версия: v14.3.1
Разработчик: Copyright © 2018 WYSIWYG Web Builder. All Rights Reserved.
Платформа:
pic

Разрядность: 32bit
Язык интерфейса: Английский + Русский
Таблэтка: вылечено
Системные требования:
Windows 10 / Windows 8 / Windows 7 / Vista
WYSIWYG Web Builder - программа для создания веб-страниц, которая автоматически создает HTML-код, в то время, как вы просто размещаете объекты, знание HTML от вас совершенно не требуется. Просто перетащите необходимые объекты в любое место страницы. После этого останется только закачать получившиеся файлы на сервер, с помощью встроенного инструмента "Публикация". Имеет, практически, все возможности MS Frontpage, но содержит значительно больше инструментов для работы с объектами (изображения, текст, таблицы и т.д.). Благодаря WYSIWYG Web Builder веб-страница в Интернете будет иметь точно такой же вид, как на экране ПК, независимо от используемого браузера.
Ключевые особенности::
• Нет необходимости в знании языка HTML
• Перетаскивание объектов в любое место HTML-страницы, куда угодно
• Настраиваемые меню, панели инструментов, вкладки и т.д.
• Поддержка создания полей форм
• Мастер создания форм за четыре этапа. Выберите из десятка форм наиболее подходящую вам
• Богатая текстовая поддержка: размер, шрифт, цвета, ссылки и т.д.
• Поддержка ActiveX, JAVA, Flash, Windows Media player, Quicktime, Real Audio и других плагинов
• Встроенный редактор длясоздания фото-галереи, с множеством функций
• Встроенный редактор для создания рекламных баннеров
• Создание карт изображений (Image maps)
• Настройка и редактирование полосы прокрутки для вашей веб-страницы в Microsoft Internet Explorer
• Создание панелей навигации, вкладок навигации, слайд-меню и т.д.
• Готов к использованию языка javascript
• Поддержка готовых шаблонов. Доступно более 100 готовых шаблонов!
• Вставка спец. символов
• Поддержка создания слайд-шоу
• Импорт существующих HTML-страниц
• Встроенная поддержка создания всплывающих окон (Popup-окон)
• Создание выпадающего меню навигации
• Поиск и замена текстовых объектов
• Графические инструменты: настройка яркость, контрасти, нсыщенности, цветопередачи и т.д.
• Графические эффекты: черно-белое, негатив, сепия, размытость, резкость, шум и т.д.
• Инструменты для рисования
• Создание RSS-лент
• Генератор сайтмапа для Google
Дополнительно:
Просто и быстро
• Визуальное проектирование сайта (What-You-See-Is-What-You-Get).
• Не требуется знаний HTML, просто перетащите объекты на страницу.
• Выходной формат HTML, HTML4, HTML5, XHTML, CSS3, PHP.
• Поддержка шаблонов.
• HTML5 Аудио/Видео, YouTube, Flash.
• Слайд-шоу, фото галерея, замещающие изображения, ролловер текст.
• Меню и многие другие навигационные функции.
• Простота создания форм с помощью встроенного мастера форм, инструменты форм, проверка CAPTCHA.
• Полностью интегрированный JQuery UI, аккордеон, вкладки, анимация, эффекты.
• PayPal электронная коммерция. Защита страниц паролем, регистрация, авторизация и т.д.
• Уникальные расширения (дополнения).
• Управление jQuery темами, возможность создавать свои.
• Менеджер стилей, заголовки H1, H2, H3 и т.д.
• Мастер-кадров и главных объектов, используйте общий элемент на всех страницах вашего сайта.
• Встроенная система управления контентом (CMS), со множеством подключаемых модулей.
• Моментальная публикация сайта, нет необходимости в сторонних FTP программах.
HTML5. CSS3.
• Тип документа HTML5 (HTML5 оптимизирован на выходе).
• HTML5 аудио/видео и YouTube. HTML5 валидация форм, новый тип ввода и параметры.
• CSS3 @font-face — позволяет определить настройки шрифтов.
• CSS3 прозрачность, радиус границы, тени.
• CSS3 градиенты. Добавить интересные эффекты градиента, используя CSS3 (без изображения).
• CSS3 навигационное меню.
• Создать меню без использования javascript или изображений.
• CSS3 фотогалерея.
• CSS3 анимация и переходы.
• В том числе поддержка 2D и 3D трансформации
Адаптивный дизайн
С увеличением популярности просмотра на мобильных телефонах и планшетах, адаптивный дизайн становится необходимым для создания веб-сайтов, которые оптимизированы для потребностей этих пользователей. WYSIWYG Web Builder вводит "отзывчивый веб-дизайн", который позволяет Вам создать HTML страницы, содержащие различные варианты планировки, каждая из которых оптимизирована для ширины конкретного устройства. Ваш сайт будет динамично реагировать на размер экрана посетителя и показывать макет, наиболее подходящий для их устройства.
Мобильный дизайн
Теперь WYSIWYG Web Builder имеет встроенный конструктор для мобильных веб-страниц. Это позволяет легко создавать мобильные версии страниц без необходимости внешнего программного обеспечения. Мобильные страницы имеют разный набор инструментов и создание мобильного сайта несколько отличается, от создания обычных сайтов. jQuery Mobileявляется основой для создания мобильных веб-приложений, работает на всех популярных смартфонах и планшетах.

What is new in WYSIWYG Web Builder 14?
http://www.wysiwygwebbuilder.com/new_features.html
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?t=80601

Что нового:
http://www.wysiwygwebbuilder.com/forum/viewforum.php?f=1
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=1&t=83102

Форум:
http://www.wysiwygwebbuilder.com/forum/index.php

Support:
https://www.wysiwygwebbuilder.com/support.html

Online Tutorials:
http://www.wysiwygwebbuilder.com/getting_started.html

Languages Packs:
https://www.wysiwygwebbuilder.com/languages.html

Templates Page:
https://www.wysiwygwebbuilder.com/templates.html

Особенности RePack by khasia:
WYSIWYG Web Builder v14.3.1 RePack by khasia Ru\En (на базе лекарства NeBohNuIPoh )
• Запускается зарегистрированной и уже "Обрусевшей".
• После установки загрузил с сайта шабон, в течении часа "издевался" над ним. Никаких "всплываек", "зеркал", "фонов" и предупреждений о фейковом ключе не появлялось.
• Тестировал на WinXP и Win7x64.

Размер - 12.2 Mb

[/SHOWTOGROUPS]
 
Last edited by a moderator:
Top