Binary Tree
728 subscribers
722 photos
2 videos
1 file
916 links
This is a channel about Open Source, software development, and IT in general.
Download Telegram
aiopg is a library for accessing a PostgreSQL database from the asyncio framework. It wraps asynchronous features of the Psycopg database driver.

#python #asyncio #postgres #driver #pg #sqlalchemy
πŸ‘6πŸ‘Ž3❀1πŸ‘1
Ivy is an ML framework that currently supports JAX, TensorFlow, PyTorch, MXNet, and Numpy.

#python #ml #dl #pytorch #neural #network #mxnet #gpu #numpy
πŸ‘3❀1πŸ‘Ž1πŸ”₯1
Term.jl is a Julia library for stylized terminal output.

Term.jl uses a simple markup syntax to add style information to standard Julia strings. It also provides Renderable objects such as the Panel and TextBox as you can see in the example below. These too can be styled, include styled text, and they can be nested and stacked to produce structured visual displays in your terminal.

#julia #colored #output #terminal
❀2πŸ‘1πŸ‘1
CasaOS - a simple, easy-to-use, elegant open-source Home Cloud system.

CasaOS is compatible with mainstream Docker/Linux application ecology, and it is simple to install all kinds of NAS/ home smart applications with just one click. With CasaOS, you can host various home entertainment, streaming, network enhancement, and VPN applications for free.

#golang #go #docker #home #iot #vuejs #raspberry
πŸ”₯10❀1πŸ‘1
Tapir is a declarative, type-safe web endpoints library.

With tapir, you can describe HTTP API endpoints as immutable Scala values. Each endpoint can contain a number of input and output parameters.

#scala #jvm #endpoints #http #api #akka
❀3πŸ‘1πŸ”₯1
Genie is a full-stack web framework that provides a streamlined and efficient workflow for developing modern web applications. It builds on Julia's strengths (high-level, high-performance, dynamic, JIT compiled), exposing a rich API and a powerful toolset for productive web development.

#julia #web #framework #reactive #orm #mvc
πŸ‘4❀1πŸ”₯1
Nextflow is a bioinformatics workflow manager that enables the development of portable and reproducible workflows. It supports deploying workflows on a variety of execution platforms including local, HPC schedulers, AWS Batch, Google Cloud Life Sciences, and Kubernetes. Additionally, it provides support for manage your workflow dependencies through built-in support for Conda, Docker, Singularity, and Modules.

#groovy #jvm #docker #aws #cloud #bioinformatics #hpc #dataflow
πŸ‘3❀1πŸ‘1
dplyr is a grammar of data manipulation, providing a consistent set of verbs that help you solve the most common data manipulation challenges:

- mutate() adds new variables that are functions of existing variables
- select() picks variables based on their names.
- filter() picks cases based on their values.
- summarise() reduces multiple values down to a single summary.
- arrange() changes the ordering of the rows.

#r #R #grammar #data #manipulation
πŸ‘4❀2πŸ”₯1πŸ€”1
Nuke provides an efficient way to download and display images in your app. It's easy to learn and use. Its architecture enables many powerful features while offering virtually unlimited possibilities for customization.

The framework is lean and compiles in under 2 secondsΒΉ. Nuke has an automated test suite 2x the size of the codebase itself, ensuring excellent reliability. Every feature is carefully designed and optimized for performance.

#swift #image #loading #gif #webp #progressive
❀2πŸ‘1πŸ”₯1
This media is not supported in your browser
VIEW IN TELEGRAM
Makie is a data visualization ecosystem for the Julia programming language, with high performance and extensibility. It is available for Windows, Mac and Linux.

#julia #jl #visualization #gpu #graphic #plotting
❀5πŸ‘1πŸ”₯1
This media is not supported in your browser
VIEW IN TELEGRAM
Ddosify - High-performance load testing tool.

Features:

πŸ“Œ Protocol Agnostic - Currently supporting HTTP, HTTPS, HTTP/2. Other protocols are on the way.

πŸ“Œ Scenario-Based - Create your flow in a JSON file. Without a line of code!

πŸ“Œ Different Load Types - Test your system's limits across different load types.

πŸ“Œ Parameterization - Use dynamic variables just like on Postman.

#golang #go #ddos #load #testing #
❀1πŸ”₯1πŸ‘1
TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, and Industrial IoT. It enables efficient, real-time data ingestion, processing, and monitoring of TB and even PB scale data per day, generated by billions of sensors and data collectors. TDengine differentiates itself from other time-seires databases with the following advantages:

- High-Performance
- Simplified Solution
- Cloud Native
- Ease of Use
- Easy Data Analytics
- Open Source

#c #python #sql #database #monitoring #metrics #bigdata #scalability #distributed
πŸ‘2πŸ€”2❀1
OxideDB is a translation layer that works as a MongoDB database server while using PostgreSQL's JSON capabilities as the underlying data store.

#rust #mongo #postgres #json #sql #database #db #translation #layer
πŸ‘3❀1πŸ”₯1
Memray is a memory profiler for Python. It can track memory allocations in Python code, in native extension modules, and in the Python interpreter itself. It can generate several different types of reports to help you analyze the captured memory usage data.

Notable features:
β€’ πŸ•΅οΈβ€β™€οΈ Traces every function call so it can accurately represent the call stack, unlike sampling profilers.
β€’ β„­ Also handles native calls in C/C++ libraries so the entire call stack is present in the results.
β€’ 🏎 Blazing fast! Profiling slows the application only slightly. Tracking native code is somewhat slower, but this can be enabled or disabled on demand.
β€’ πŸ“ˆ It can generate various reports about the collected memory usage data, like flame graphs.
β€’ 🧡 Works with Python threads.
β€’ πŸ‘½ Works with native-threads (e.g. C++ threads in C extensions).

#python #profiler #memory #leak #detection
❀6πŸ”₯2πŸ‘1
Bytebase is a web-based, zero-config, dependency-free database schema change and version control management tool for the DevOps team.

Features:

- SQL Review: A dedicated review workflow and UI for Developers and DBAs to collaborate on schema changes. Assisted by built-in advisor such as backward compatibility checks.
- Database-as-Code: Integrate with VCS hosting the migration scripts. Migration pipeline is triggered on observing new script push event.
- Streamlined Deployment: Support multi-tenant (M), multi-environment (N) schema change in a single M*N change matrix pipeline.
- SQL Editor: Easy-to-use query interface to SELECT database records.
- Migration History: Record the full migration history with side-by-side diff comparison between versions.
- Anomaly Center: Periodically scan all managed instances and databases and provide user a holistic view to see all anomalies.
- And more.

#golang #go #database #db #schema #version #control #devops
❀2πŸ”₯1πŸ‘1
⌘K is a command menu React component that can also be used as an accessible combobox. You render items, it filters and sorts them automatically. ⌘K supports a fully composable API, so you can wrap items in other components or even as static JSX.

#typescript #ts #jsx #react #combobox #radix #command #menu
❀2πŸ”₯2πŸ‘1
Brain.js is a GPU accelerated Neural networks in JavaScript
for Browsers and Node.js

#javascript #js #node #api #browser #web #stream #neural
❀2πŸ‘2πŸ”₯1
C3 (Custom Command and Control) is a tool that allows Red Teams to rapidly develop and utilise esoteric command and control channels (C2). It's a framework that extends other red team tooling, such as the commercial Cobalt Strike (CS) product via ExternalC2, which is supported at release. It allows the Red Team to concern themselves only with the C2 they want to implement; relying on the robustness of C3 and the CS tooling to take care of the rest. This efficiency and reliability enable Red Teams to operate safely in critical client environments (by assuring a professional level of stability and security); whilst allowing for safe experimentation and rapid deployment of customised Tactics, Techniques and Procedures (TTPs). Thus, empowering Red Teams to emulate and simulate an adaptive real-world attacker.

#cpp #framework #prototyping #offensive #toolkits
πŸ”₯2❀1πŸ‘1
Covenant is a .NET command and control framework that aims to highlight the attack surface of .NET, make the use of offensive .NET tradecraft easier, and serve as a collaborative command and control platform for red teamers.

#csharp #dotnet #net #c2 #hacking #pentesting
πŸ‘2❀1πŸ‘1
Kubescape is a K8s open-source tool providing a Kubernetes single pane of glass, including risk analysis, security compliance, RBAC visualizer, and image vulnerabilities scanning. Kubescape scans K8s clusters, YAML files, and HELM charts, detecting misconfigurations according to multiple frameworks software vulnerabilities, and RBAC (role-based-access-control) violations at early stages of the CI/CD pipeline, calculates risk score instantly and shows risk trends over time.

#golang #kubernetes #k8s #devops #security #nsa #mitre #attack
❀2πŸ‘2πŸ”₯1
Excelize is a library written in pure Go providing a set of functions that allow you to write to and read from XLAM / XLSM / XLSX / XLTM / XLTX files. Supports reading and writing spreadsheet documents generated by Microsoft Excel 2007 and later. Supports complex components by high compatibility, and provided streaming API for generating or reading data from a worksheet with huge amounts of data.

#golang #exel #spreadsheets #visualization #xlsx #office #microsoft
❀1πŸ‘1πŸ”₯1