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

emailx45

Premium
Joined
May 5, 2008
Messages
2,478
Reaction score
2,222
Location
here and there
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

Premium
Joined
May 5, 2008
Messages
2,478
Reaction score
2,222
Location
here and there
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]

ss1.png


ss2.png
 
Last edited:

emailx45

Premium
Joined
May 5, 2008
Messages
2,478
Reaction score
2,222
Location
here and there
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

Premium
Joined
May 5, 2008
Messages
2,478
Reaction score
2,222
Location
here and there
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

Premium
Joined
May 5, 2008
Messages
2,478
Reaction score
2,222
Location
here and there
Vampyre Imaging Library
more info https://imaginglib.sourceforge.io/
Copyright © Marek Mauder

About Vampyre Imaging Library is cross-platform native Object Pascal (Delphi and Free Pascal) image loading, saving, and manipulation library.
Downloads Get 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

Premium
Joined
May 5, 2008
Messages
2,478
Reaction score
2,222
Location
here and there
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

Member
Joined
Jan 28, 2020
Messages
2,394
Reaction score
934
View attachment 547

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:

GuDron

Member
Joined
Jan 28, 2020
Messages
2,394
Reaction score
934
Navicat Premium 12.1.20 for Windows 12.1.20 [Eng]
View attachment 617
Дата Выпуска: 2019
Версия: 12.1 Build 20
Разработчик: Navicat
Сайт разработчика: https://www.navicat.com
Разрядность: 32bit, 64bit
Язык интерфейса: Английский [Eng]
ТаблЭтка - имеется
Системные требования:

Microsoft Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Server 2008, Server 2012, Server 2016

Описание:
Navicat Premium – мощная графическая утилита для управления и работы с базами данных MySQL, PostgreSQL и Oracle, имеющая наглядный интерфейс. Поддерживает работу со всеми версиями MySQL, PostgreSQL и Oracle, включая поддержку большинства последних PostgreSQL функций. Имеет хорошо-продуманный графический интерфейс пользователя с легким созданием, организацией и обменом информацией безопасным и простым способом. Позволяет пользователю подключаться к локальным и удаленным серверам MySQL, PostgreSQL и Oracle, предоставляя ряд инструментов таких как администрирование баз данных, функции импорта и экспорта, а также создание резервных копий и пересылки данных. Поддерживает несколько соединений для локальных и удалённых MySQL, PostgreSQL и Oracle серверов. Удаленный сервер может работать на любой из Linux, Unix, Mac OS X и Windows платформ.

Доп. информация: (Инструкция по активации для ленивых и бесстрашных):
1. Установить программу
2. Отключить соединение с Интернет
3. ОТКЛЮЧИТЬ АНТИВИРУС
4. Пропатчить
5. Запустить программу -> Сгеренировать код и вставить в диалоге Registration
Если по каким-то причинам кнопка Activate будет неактивна, значит код не принимается программой и процесс активации Вы пройти не сможете.
Попробуйте перегенерировать код и вставить его повторно(патчер сам вставляет, если выбран крыжик)
6. Если кнопка доступна - выбрать Manual и активировать с помощью кейгена.
При активации в кейгене обязательно в пункте 2 выбрать язык (languages) English, проверить остальные параметры чтобы были как на скрине.

ВНИМАНИЕ!- Другой язык не активируется.

Подробная инструкция:

1. Установить программу
2. Отключить соединение с Интернет
3. ОТКЛЮЧИТЬ АНТИВИРУС
4. Перенести кейген в папку с установленной программой
5. Запустить кейген (Можно и с админ.правами, но у меня и без них заработал)
6. Проверить по фотографии (которая в архиве с кейгеном) чтобы идентично совпадало
7. Сгенерировать ключ и пропатчить (кнопки Generate и Patch)
8. Не закрывая кейген, откройте программу и откройте Help>Regestration...
9. Нажать Activate и выйдет ошибка об проблеме с подключениями к серверам (Правильно, инет то у нас вырублен!)
10. Нажать manual activation (Ну или как-то так называеться, в слепую пишу)
11. В вышедшем окне скопировать сгенерированые символы их в в кейген в поле Request Code
12 Нажать на кнопку (та, что находиться возле Exit) Generate и в желтом поле появится сгенерированые символы и их скопировать и вставить в программу.
13. Программа активирована!
з.ы. Можно вместо DeFconX вписать любой ваш ник.
[SHOWTOGROUPS=4,20]
Скачать (115 Mb)
[/SHOWTOGROUPS]
 
Last edited by a moderator:

emailx45

Premium
Joined
May 5, 2008
Messages
2,478
Reaction score
2,222
Location
here and there
WingWare Wing Pro v7.2.2 Multilingual (Win/Mac/Linux)
Wingware Wing IDE Professional is a powerful program for debugging code written in Python.

It is a smart program that detects and fixes your errors. This app is accurate and it's fun to work with. This software has the ability to runtime code analysis and identify your errors and give you tips on this. If you do not write your code completely in code, this program will complete them automatically and accurately. Existing features such as bookmarks, code folding, search, etc. are other features of this software that makes programming easier and even faster.

With the Fast Debugger feature, all your mistakes and errors are corrected in the program and you can simply run your program correctly. This software is multi-platform and you can run it on different systems. This application requires Python version 2 or 3, but you can also work with Stackless Python.

Wingware Wing IDE Professional features:
  • Powerful and convenient editor
  • Auto-completion feature for faster tasks
  • Quick debugger for fixing programming errors
  • Possibility to search and find the desired code
  • Powerful analysis and various troubleshooting tips
  • Compatible with various operating systems
  • Unit Testing feature
  • Flexible project management using Mercurial, Git, Subversion, Perforce, CVS and bazaar
  • Powerful Analysis and Finding Types of Programming Bugs
Required system:
  • Windows
    • Windows 7, Windows 8, and Windows 10 for Intel processors.
    • Earlier versions of Windows are not supported and will not work.
  • OS X
    • Wing runs on Mac OS X 10.7+ as a native application.
  • Linux
    • Wing runs on 64-bit Intel Linux versions with glibc version 2.15 or later (such as Ubuntu 12.04+, CentOS 7+, Kali 1.1+, and Fedora 20+). Wing Pro also supports older 64-bit Linux, 32-bit Linux, and ARM Linux systems by remote development.
 
Top