Pinned Repositories
dart_pre_commit
A small collection of pre commit hooks to format and lint dart code
dart_test_tools
Additional tools and helpers for writing dart unit tests
etebase-dart
Dart/Flutter bindings for libetebase
firebase_auth_rest
A platform independent Dart/Flutter Wrapper for the Firebase Authentication API based on REST
libsodium_dart_bindings
Dart bindings for libsodium, supporting both the VM and JS without flutter dependencies.
QHotkey
A global shortcut/hotkey for Desktop Qt-Applications
QtAutoUpdater
A Qt library to automatically check for updates and install them
QtMvvm
A mvvm oriented library for Qt, to create Projects for Widgets and Quick in parallel
QtService
A platform independent library to easily create system services and use some of their features
shelf_api
A package to declare rest API endpoints that generate into shelf handlers.
Skycoder42's Repositories
Skycoder42/QtMvvm
A mvvm oriented library for Qt, to create Projects for Widgets and Quick in parallel
Skycoder42/qdep
A very basic yet simple to use dependency management tool for qmake based projects
Skycoder42/KeepassTransfer
A collection of tools to securely transfer passwords to your browser
Skycoder42/QPathEdit
A Qt-Widget to get local file and folder-paths in an optimized and simple way
Skycoder42/QPluginFactory
A factory class to easily load generic plugins
Skycoder42/QTinyAes
A Qt-Wrapper for the AES-implementation kokke/tiny-AES128-C
Skycoder42/QObjectListModel
A Collection of classes to easily create models with QObject and Q_GADGET classes for widgets and quick
Skycoder42/QConsole
A non-blocking Qt Style console class to easily handle stdin/out/err
Skycoder42/Syrem
A simple reminder application for desktop and mobile, with synchronized reminders
Skycoder42/QUrlValidator
A class that provides a QValidator to validate urls
Skycoder42/AndroidContentDevice
A QIODevice implementation to be able to open "content://" urls on android
Skycoder42/DialogMaster
A utility to create optimized dialogs with Qt
Skycoder42/QCliParser
An extension of QCommandlineParser to make context based CLIs easier
Skycoder42/QCtrlSignals
A library to catch and handle windows and unix signals, in a cross platform manner
Skycoder42/QGenericTree
A generic tree data structure for Qt
Skycoder42/cryptopp
free C++ class library of cryptographic schemes
Skycoder42/openssl-android
qdep package to compile openssl for android and add it to your app
Skycoder42/qhttp
a light-weight and asynchronous HTTP library (both server & client) in Qt5 and c++14
Skycoder42/Conflip
A tool to synchronize settings/configurations across multiple machines
Skycoder42/deployment
Meta-Repo containing various scripts and files fo generic deployment
Skycoder42/QXmlCodeGen
A simple python script to generate C++ bindings from an XML Schema definition, with support for bootstrapped Qt
Skycoder42/aqtinstall
Another Qt (aqt) CLI Installer on Windows, Mac OSX and Linux
Skycoder42/arduino-lmic
LoraWAN-in-C library, adapted to run under the Arduino environment
Skycoder42/basicmac
LoRa Basic MAC
Skycoder42/lora-gateway-os
Yocto based gateway images including LoRa Server components
Skycoder42/lora_gateway
Driver/HAL to build a gateway using a concentrator board based on Semtech SX1301 multi-channel modem and SX1257/SX1255 RF transceivers.
Skycoder42/loraserver
LoRa Server is an open-source LoRaWAN network-server
Skycoder42/packet_forwarder
A LoRa packet forwarder is a program running on the host of a LoRa gateway that forwards RF packets receive by the concentrator to a server through a IP/UDP link, and emits RF packets that are sent by the server.
Skycoder42/QExceptionBase
A exception base class for Qt that is config-aware
Skycoder42/tiny-AES-C
Small portable AES128/192/256 in C from kokke/tiny-AES-C with qpm