Pinned Repositories
azure_cosmosdb
Connector for Azure Cosmos DB on Dart and Flutter platforms. Supports Cosmos DB SQL API, indexing policies, users, permissions, spatial types, batch operations, and hierarchical partition keys (experimental/preview).
csvloader
Simple, cross-platform Dart package to read CSV data from a Stream. Supports and extends RFC 4180.
csvwriter
Simple, cross-platform Dart class to write CSV data to a StringSink
dorm
Dorm is a Dart ORM
flutter_mandel_squadron
pennyworth
OpenAPI for Alfred
pennyworth_builder
OpenAPI code generator for Alfred, based on Pennyworth
squadron
Multithreading and worker thread pool for Dart / Flutter, to offload CPU-bound and heavy I/O tasks to Isolate or Web Worker threads.
squadron_builder
Dart code generator for Squadron workers. Implement your worker service and let squadron_builder bridge the gap with Web Workers and Isolates!
squadron_sample
Sample use cases with Squadron for Flutter: parallel computation of hexadecimal digits of Pi, thumbnail generation...
d-markey's Repositories
d-markey/squadron
Multithreading and worker thread pool for Dart / Flutter, to offload CPU-bound and heavy I/O tasks to Isolate or Web Worker threads.
d-markey/squadron_builder
Dart code generator for Squadron workers. Implement your worker service and let squadron_builder bridge the gap with Web Workers and Isolates!
d-markey/squadron_sample
Sample use cases with Squadron for Flutter: parallel computation of hexadecimal digits of Pi, thumbnail generation...
d-markey/azure_cosmosdb
Connector for Azure Cosmos DB on Dart and Flutter platforms. Supports Cosmos DB SQL API, indexing policies, users, permissions, spatial types, batch operations, and hierarchical partition keys (experimental/preview).
d-markey/pennyworth
OpenAPI for Alfred
d-markey/csvwriter
Simple, cross-platform Dart class to write CSV data to a StringSink
d-markey/flutter_mandel_squadron
d-markey/pennyworth_builder
OpenAPI code generator for Alfred, based on Pennyworth
d-markey/csvloader
Simple, cross-platform Dart package to read CSV data from a Stream. Supports and extends RFC 4180.
d-markey/dorm
Dorm is a Dart ORM
d-markey/murmur3
MurmurHash v3 for Dart & Flutter platforms
d-markey/pennyworth_sample
Alfred + Pennyworth sample
d-markey/qartvm
Quantum computing simulation in Dart-land
d-markey/CASTHighlightKPIExport
Export application KPIs from CAST Highlight
d-markey/antlr4
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
d-markey/cancelation_token
Cancellation token interface + a few implementations
d-markey/d-markey.github.io
d-markey/dorm-sembast
Sembast provider for Dorm
d-markey/dorm-sqlite3
SQLite3 provider for Dorm
d-markey/my-esafe
My eSafe
d-markey/slim_data_uri
A drop-in, lightweight replacement for "data:" Uri
d-markey/synchronize
This package provides various synchronization implementations: Lock, ReaderWriterLock, Semaphore.
d-markey/using
This package provides a Releasable mixin to upgrade any class with automatic cleanup and finalization features, similar to C#'s IDisposable and Java's AutoCloseable. Extension methods enhance the development experience with constructs close to using in C# and try-with-resource in Java.