Binary Tree
727 subscribers
722 photos
2 videos
1 file
916 links
This is a channel about Open Source, software development, and IT in general.
Download Telegram
Zettlr is a Markdown Editor for the 21st century.

- Available in over a dozen languages
- Tight and ever-growing integration with your favourite reference manager (such as Zotero or JabRef)
- Cite with Zettlr using citeproc and your existing literature database
- Five themes and dark mode support
- File-agnostic writing: Enjoy full control over your own files
- Keep all your notes and texts in one place — searchable and accessible
- Code highlighting for many languages
- Simple and beautiful exports with Pandoc, LaTeX, and Textbundle
- Support for state of the art knowledge management techniques (Zettelkasten)
- A revolutionary search algorithm with integrated heatmap

#javascript, #typescript, #js, #markdown, #editor, #electron
1🎉1
Drogon is a C++14/17-based HTTP application framework. Drogon can be used to easily build various types of web application server programs using C++.

#cpp, #http, #web, #application, #framework
1👍1
Tasmota is a firmware for ESP8266 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX.

#clang, #c, #esp8266, #frimware
1👏1
Impacket is a collection of Python classes for working with network protocols. Impacket is focused on providing low-level programmatic access to the packets and for some protocols (e.g. SMB1-3 and MSRPC) the protocol implementation itself. Packets can be constructed from scratch, as well as parsed from raw data, and the object oriented API makes it simple to work with deep hierarchies of protocols. The library provides a set of tools as examples of what can be done within the context of this library.

#python, #network, #protocols, #lowlevel
1🔥1
Freqtrade is a free and open source crypto trading bot written in Python. It is designed to support all major exchanges and be controlled via Telegram. It contains backtesting, plotting and money management tools as well as strategy optimization by machine learning.

#python, #telegram, #bot, #trading, #crypto
1🔥1
gfx-rs is a low-level, cross-platform graphics and compute abstraction library in Rust. It consists of the following components:
• gfx-hal which is gfx's hardware abstraction layer: a Vulkan-ic mostly unsafe API which translates to native graphics backends.
• gfx-backend-* which contains graphics backends for various platforms:
Vulkan (runs on Linux, Windows, and Android)
DirectX 12 and DirectX 11
Metal (runs on macOS and iOS)
OpenGL ES3 (runs on Linux/BSD, Android, and WASM/WebGL2)
• gfx-warden which is a data-driven reference test framework, used to verify consistency across all graphics backends.

#rust, #graphics, #gpu, #api
1👏1
dog is a command-line DNS client, like dig. It has colourful output, understands normal command-line argument syntax, supports the DNS-over-TLS and DNS-over-HTTPS protocols, and can emit JSON.

#rust, #dns, #client
1👍1
Prometheus is a docker-compose stack for Prometheus monitoring.

Here's a quick start using Play-With-Docker (PWD) to start-up a Prometheus stack containing Prometheus, Grafana and Node scraper to monitor your Docker infrastructure. The Try in PWD below allows you to quickly deploy the entire Prometheus stack with a click of the button. This will allow you to quickly test the stack to see if it meets your needs.

#golang, #go, #prometheus, #monitoring, #docker, #compose, #stack
1👏1
Don't Panic: Kubernetes and Docker

Kubernetes is deprecating Docker as a container runtime after v1.20.

#docker, #news, #k8s
1🔥1
django-health-check is a pluggable app that runs a full check on the deployment, using a number of plugins to check e.g. database, queue server, celery processes, etc.

The following health checks are bundled with this project:

- Cache
- Database
- Storage
- Disk and memory utilization (via psutil)
- AWS S3 storage
- Celery task queue
- Celery ping
- RabbitMQ
- Migrations

Writing your own custom health checks is also very quick and easy.

Use Cases:

The primary intended use case is to monitor conditions via HTTP(S), with responses available in HTML and JSON formats. When you get back a response that includes one or more problems, you can then decide the appropriate course of action, which could include generating notifications and/or automating the replacement of a failing node with a new one. If you are monitoring health in a high-availability environment with a load balancer that returns responses from multiple nodes, please note that certain checks (e.g., disk and memory usage) will return responses specific to the node selected by the load balancer.

#python, #django, #health, #checks
1👍1
Lunatic is a platform for building actor systems that use WebAssembly instances as actors. It is heavily inspired by Erlang and can be targeted from any language that can compile to WebAssembly. Currently there are only bindings for Rust available.

#rust, #webassembly, #actors
1🔥1
PyO3 is a project which provides Rust bindings for Python. This includes running and interacting with Python code from a Rust binary, as well as writing native Python modules.

#rust, #python, #bindings, #ffi, #capi
1👍1
OpenRA is a Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X.

#csharp, #game, #engine, #opengl, #windows, #macos, #linux, #dotnet, #strategy
1👏1
Podman is a tool for managing containers and images, volumes mounted into those containers, and pods made from groups of containers. Podman is based on libpod, a library for container lifecycle management that is also contained in this repository. The libpod library provides APIs for managing containers, pods, container images, and volumes.

#go, #golang, #oci, #containers, #pods, #managing
1🔥1
Depix is a tool for recovering passwords from pixelized screenshots.

This implementation works on pixelized images that were created with a linear box filter.

#python, #pixelized, #passwords
1🔥1
Capa detects capabilities in executable files. You run it against a PE file or shellcode and it tells you what it thinks the program can do. For example, it might suggest that the file is a backdoor, is capable of installing services, or relies on HTTP to communicate.

#python, #capabilities, #executable
1🔥1
Fairseq is a sequence modeling toolkit that allows researchers and developers to train custom models for translation, summarization, language modeling and other text generation tasks.

#python, #sequence, #modeling, #toolkit, #ai
1🔥1
Django select_related and prefetch_related.

In Django, select_related and prefetch_related are designed to stop the deluge of database queries that are caused by accessing related objects.

#python, #django, #article, #explanation
1👍1
Fast HTTP implementation for Go.

Currently fasthttp is successfully used by VertaMedia in a production serving up to 200K rps from more than 1.5M concurrent keep-alive connections per physical server.

#go, #golang, #fast, #http, #high, #performance
1🔥1
React Native Paper is a high-quality, standard-compliant Material Design library that has you covered in all major use-cases.

- Follows material design guidelines
- Works on both iOS and Android following platform adaptation guidelines
- Full theming support

#typescript, #js, #ts, #react, #native, #material, #design
1👏1