All Projects → parmaja → minilib

parmaja / minilib

Licence: other
MiniLib Pascal/Delphi library

Programming Languages

pascal
1382 projects

Projects that are alternatives of or similar to minilib

missive
Fast, lightweight library for encoding and decoding JSON messages over streams.
Stars: ✭ 16 (-67.35%)
Mutual labels:  socket
CSJsonDB
A C# package that performs basic CRUD ( Create, Read, Update, Delete ) operations on a Json file, used for sample minimalistic DBs.
Stars: ✭ 75 (+53.06%)
Mutual labels:  db
ChatRoom
🎉简易Cli聊天室 - Python Socket实现
Stars: ✭ 153 (+212.24%)
Mutual labels:  socket
simpledb
No description or website provided.
Stars: ✭ 50 (+2.04%)
Mutual labels:  db
go-eventserver
A socket server which reads events from an event source and forwards them to the user clients when appropriate
Stars: ✭ 18 (-63.27%)
Mutual labels:  socket
kvs
Lightweight key-value storage library for Browser, Node.js, and In-Memory.
Stars: ✭ 126 (+157.14%)
Mutual labels:  db
binance-watch
This application connects to the Binance.com public API to get live 24h price change data for all crypto trading pairs on their platform and allows you to set custom alerts or watch for price change in real time and get desktop notifications when something triggers your alerts or price watch settings.
Stars: ✭ 176 (+259.18%)
Mutual labels:  socket
upscheme
Database migrations and schema updates made easy
Stars: ✭ 737 (+1404.08%)
Mutual labels:  db
derivejs
DeriveJS is a reactive ODM - Object Document Mapper - framework, a "wrapper" around a database, that removes all the hassle of data-persistence by handling it transparently in the background, in a DRY manner.
Stars: ✭ 54 (+10.2%)
Mutual labels:  db
QQWry
Delphi interface for QQWry IP database
Stars: ✭ 14 (-71.43%)
Mutual labels:  lazarus
deskew
Deskew is a command line tool for deskewing scanned text documents. It uses Hough transform to detect "text lines" in the image. As an output, you get an image rotated so that the lines are horizontal.
Stars: ✭ 127 (+159.18%)
Mutual labels:  lazarus
socketbox
Write websocket app like as restful api. Inspired by express.
Stars: ✭ 14 (-71.43%)
Mutual labels:  socket
IQFeed.CSharpApiClient
IQFeed.CSharpApiClient is fastest and the most well-designed C# DTN IQFeed socket API connector available
Stars: ✭ 103 (+110.2%)
Mutual labels:  socket
socket.io-react
A High-Order component to connect React and Socket.io easily
Stars: ✭ 67 (+36.73%)
Mutual labels:  socket
metana
Abstract task migration tool written in Go for Golang services. Database and non database migration management brought to the CLI.
Stars: ✭ 61 (+24.49%)
Mutual labels:  db
hasor
Hasor是一套基于 Java 语言的开发框架,区别于其它框架的是 Hasor 有着自己一套完整的体系,同时还可以和先有技术体系做到完美融合。它包含:IoC/Aop容器框架、Web框架、Jdbc框架、RSF分布式RPC框架、DataQL引擎,等几块。
Stars: ✭ 938 (+1814.29%)
Mutual labels:  db
Android-ORM-Benchmarks
No description or website provided.
Stars: ✭ 25 (-48.98%)
Mutual labels:  db
uos
United Open-libraries of Sound. United procedures for open-source audio libraries. For FPC/Lazarus/fpGUI/MSEgui.
Stars: ✭ 112 (+128.57%)
Mutual labels:  lazarus
Server
The whir.io chat server.
Stars: ✭ 15 (-69.39%)
Mutual labels:  socket
ClusterWS-Client-Swift
☄️ Swift Client for ClusterWS - lightweight, fast and powerful framework for building scalable WebSockets applications in Node.js.
Stars: ✭ 20 (-59.18%)
Mutual labels:  socket

Mini Lib for Pascal

Pascal library, FreePascal 3.2 or later or DelphiXE

Folders

lib: most common utils functions (MiniLib.lpk)

connection: it is a database wrappers for SQLite, FirebirdSQL, MySQL, PostgreSQL (MiniConnections.lpk).

socket: Socket tcp/ip client and server objects, includes webserver and simple REST server, and OpenSSL 1.1 support (MiniSockets.lpk).

xml: XML file/stream reader, line by line not use huge memory to parse it (MiniXML.lpk).

comm: ComPort like COM1 COM2 and serial ports (MiniComm.lpk).

Compiler

Free Pascal 3.2

Delphi XE 10.4

Install

Lazarus

Just open this packages (in order) and compile it in Lazarus IDE (Menu->Package-Open Package file (.lpk))

Main package used by other packages

MiniLib.lpk

Usefull Packages

MiniConnections.lpk
MiniSockets.lpk
MiniXML.lpk

Optional packages (rarly tested)

MiniComm.lpk

Abandonned packages

MiniTranslator.lpk

Branches

Use "release" branch for last stable code.

Use "master" branch for last update of code.

Developers

Zaher Dirkey zaherdirkey at gmail dot com

Belal hamed belalhamed at gmail dot com

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].