

A tiny execution wrapper for programs that run safely and shutdown gracefully
Executtor A tiny execution wrapper for programs that run safely and shutdown gracefully (if possible) Install Executtor go get github.com/drgomesp/executtor Basic Example package main import ( "context" "log" x "github.com/drgomesp/execcutor" ) func main() { // Run returns an error which you can capture and handle _ = x.Run(func(ctx context.Context, args ...string) error { // and the program...


A fully cross-platform wrap of the Matomo tracking client for Flutter, using the Matomo API
matomo_tracker Forked from the package matomo by poitch. A fully cross-platform wrap of the Matomo tracking client for Flutter, using the Matomo Tracking API. Getting Started As early as possible in your application,...

Uncover - Quickly Discover Exposed Hosts On The Internet Using Multiple Search Engine
uncover is a go wrapper using APIs of well known search engines to quickly discover exposed hosts on the internet. It is built with automation in mind, so you can query it and utilize the results with your current...


A multi-lingual approach to AllenNLP CoReference Resolution using along with a wrapper for spaCy
Crosslingual Coreference Coreference is amazing but the data required for training a model is very scarce. In our case, the available training for non-English languages also proved to be poorly annotated. Crosslingual...


Courier Golang client library provides an opinionated wrapper over paho MQTT library
Courier Golang Client Library Introduction Courier Golang client library provides an opinionated wrapper over paho MQTT library to add features on top of it. Features Supports MQTT v3.1.1 Flexible Encoder/Decoder...
A functional, easy to use Python wrapper of Notion Api
Potion A functional, easy to use Python wrapper of Notion Api. Install pip install notion-potion Usage Quick Start Authentication from potion import Request, NotionHeader token = '' nh = NotionHeader(authorization=token) req = Request(nh.headers) Create an integration follow this official tutorial to get token. A ‘retrieve’ example. (Full code can be found here) from potion.api import...
