Binary Tree
731 subscribers
722 photos
2 videos
1 file
916 links
This is a channel about Open Source, software development, and IT in general.
Download Telegram
The Kubernetes Handbook

Kubernetes is an open-source container orchestration platform that automates the deployment, management, scaling, and networking of containers.

#book, #article, #k8s, #kubernetes, #orchestration, #containers, #article
πŸ‘1
Sayid (siy EED) is an omniscient debugger and profiler for Clojure. It extracts secrets from code at run-time.

Sayid works by intercepting and recording the inputs and outputs of functions. It can even record function calls that occur inside of functions. The user can select which functions to trace. Functions can be selected individually or by namespace. The recorded data can be displayed, queried and profiled.

#clojure, #debugger, #emacs, #cider, #nrepl
πŸ‘1
Diagrams lets you draw the cloud system architecture in Python code. It was born for prototyping a new system architecture design without any design tools. You can also describe or visualize the existing system architecture as well. Diagrams currently supports main major providers including: AWS, Azure, GCP, Kubernetes, Alibaba Cloud, Oracle Cloud etc... It also supports On-Premise nodes, SaaS and major Programming frameworks and languages.

#python, #diagram, #drawing, #prototyping, #architecture
πŸ‘1
This media is not supported in your browser
VIEW IN TELEGRAM
gui.cs is a simple toolkit for buiding console GUI apps for .NET, .NET Core, and Mono that works on Windows, the Mac, and Linux/Unix.

#csharp, #gui, #net, #toolkit, #dotnet
❀1
pytest-mimesis is a pytest plugin that provides pytest fixtures for Mimesis providers. This allows you to quickly and easily use randomized, dummy data as part of your test suite.

#python, #pytest, #testing, #fixtures, #mimesis, #fake, #data
❀1
RustScan is a modern day port scanner.

The features are:

- Scans all 65k ports in 8 seconds (on 10k batch size).
- Saves you time by automatically piping it into Nmap. No more manual copying and pasting!
- Does one thing and does it well. Only purpose is to improve Nmap, not replace it!
- Let's you choose what Nmap commands to run, or uses the default.
- IPv6 Support

#rust, #scanner, #port, #security, #pentesting, #hacking, #networking, #nmap, #docker
πŸ‘1
CockroachDB is a distributed SQL database built on a transactional and strongly-consistent key-value store. It scales horizontally; survives disk, machine, rack, and even datacenter failures with minimal latency disruption and no manual intervention; supports strongly-consistent ACID transactions; and provides a familiar SQL API for structuring, manipulating, and querying data.

#go, #golang, #distributed, #database, #sql
πŸ”₯1
This media is not supported in your browser
VIEW IN TELEGRAM
Babylon.js is a powerful, beautiful, simple, and open game and rendering engine packed into a friendly JavaScript framework.

#typescript, #js, #ts, #javascript, #game, #3d, #webvr, #gamedev
πŸ‘1
Zipline is a Pythonic algorithmic trading library. It is an event-driven system for backtesting. Zipline is currently used in production as the backtesting and live-trading engine powering Quantopian -- a free, community-centered, hosted platform for building and executing trading strategies. Quantopian also offers a fully managed service for professionals that includes Zipline, Alphalens, Pyfolio, FactSet data, and more.

#python, #algorithmic, #trading, #zipline
πŸ‘1
ONNX Runtime is a cross-platform inferencing and training accelerator compatible with many popular ML/DNN frameworks, including PyTorch, TensorFlow/Keras, scikit-learn, and more.

Many users can benefit from ONNX Runtime, including those looking to:

- Improve inference performance for a wide variety of ML models
- Reduce time and cost of training large models
- Train in Python but deploy into a C#/C++/Java app
- Run on different hardware and operating systems
- Support models created in several different frameworks

#cpp, #python, #ai, #ml, #dl, #deep, #learning, #tensorflow
❀1
This media is not supported in your browser
VIEW IN TELEGRAM
TensorBoard is a tool for providing the measurements and visualizations needed during the machine learning workflow. It enables tracking experiment metrics like loss and accuracy, visualizing the model graph, projecting embeddings to a lower dimensional space, and much more.

#ts, #python, #tensorflow, #machine, #learning, #visualization
πŸ”₯1
Learn You Some Erlang for Great Good!

Erlang is the language of choice for programmers who want to write robust, concurrent applications, but its strange syntax and functional design can intimidate the uninitiated. Luckily, there’s a new weapon in the battle against Erlang-phobia: Learn You Some Erlang for Great Good!

#erlang, #book, #free, #online, #beam
πŸ‘1
Lens is the only IDE you’ll ever need to take control of your Kubernetes clusters. It is a standalone application for MacOS, Windows and Linux operating systems.

What makes Lens special?

β€’ Amazing usability and end-user experience
β€’ Multi cluster management: support for hundreds of clusters
β€’ Standalone application: no need to install anything in-cluster
β€’ Real-time cluster state visualization
β€’ Resource utilization charts and trends with history powered by built-in Prometheus
β€’ Terminal access to nodes and containers
β€’ Performance optimized to handle massive clusters (tested with a cluster running 25k pods)
β€’ Full support for Kubernetes RBAC

#typescript, #ts, #kubernetes, #k8s, #ide, #development, #containers
πŸ‘1
AsmJit is a lightweight library for machine code generation written in C++ language. It can generate machine code for x86 and x64 architectures with the support for the whole x86/x64 instruction set - from legacy MMX to the newest AVX512 and AMX. It has a type-safe API that allows C++ compiler to do semantic checks at compile-time even before the assembled code is generated or executed. It also provides an optional register allocator that makes it easy to generate complex code without a significant development effort.

#cpp, #asm, #assembler, #jit, #compiler
❀1
Mark Text is a simple and elegant markdown editor.

The features are:

β€’ Realtime preview (WYSIWYG) and a clean and simple interface to get a distraction-free writing experience.
β€’ Support CommonMark Spec, GitHub Flavored Markdown Spec and selective support Pandoc markdown.
β€’ Markdown extensions such as math expressions (KaTeX), front matter and emojis.
β€’ Support paragraphs and inline style shortcuts to improve your writing efficiency.
β€’ Output HTML and PDF files.
β€’ Various themes: Cadmium Light, Material Dark etc.
β€’ Various editing modes: Source Code mode, Typewriter mode, Focus mode.
β€’ Paste images directly from clipboard

#javascript, #js, #markdown, #editor, #github, #macos, #electron, #vue, #emoji
πŸ‘1
Open Source Society University: Computer Science

The OSSU curriculum is a complete education in computer science using online materials. It's not merely for career training or professional development. It's for those who want a proper, well-rounded grounding in concepts fundamental to all computing disciplines, and for those who have the discipline, will, and (most importantly!) good habits to obtain this education largely on their own, but with support from a worldwide community of fellow learners.

It is designed according to the degree requirements of undergraduate computer science majors, minus general education (non-CS) requirements, as it is assumed most of the people following this curriculum are already educated outside the field of CS. The courses themselves are among the very best in the world, often coming from Harvard, Princeton, MIT, etc., but specifically chosen to meet the following criteria.

#education, #resources, #free, #computer, #science, #ossu
πŸ”₯1
Envoy is hosted by the Cloud Native Computing Foundation (CNCF). If you are a company that wants to help shape the evolution of technologies that are container-packaged, dynamically-scheduled and microservices-oriented, consider joining the CNCF.

#cpp, #python, #proxy, #cncf, #cars, #services
❀1
Reason is a lets you write simple, fast and quality type safe code while leveraging both the JavaScript & OCaml ecosystems.

Reason is not a new language; it's a new syntax and toolchain powered by the battle-tested language, OCaml. Reason gives OCaml a familiar syntax geared toward JavaScript programmers, and caters to the existing NPM/Yarn workflow folks already know.

The features are:

β€’ Types without hassle: Powerful, safe type inference means you rarely have to annotate types, but everything gets checked for you.
β€’ Easy JavaScript interop: Use packages from NPM/Yarn with minimum hassle, or even drop in a snippet of raw JavaScript while you're learning!
β€’ Flexible & Fun: Make websites, animations, games, servers, cli tools, and more! Take a look at these examples to get inspired.

#ocaml, #javascript, #reasonml, #toolchain
πŸ‘1
mitmproxy is an interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.

#python, #proxy, #security, #tls, #ssl, #websocket, #penetration, #testing, #cli
❀1
Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps.

#csharp, #dotnet, #media, #system
❀1
Handsontable is a JavaScript/HTML5 data grid component with spreadsheet look & feel. It provides easy data binding, data validation, filtering, sorting and CRUD operations.

Handsontable works with Vue, React and Angular.

#javascript, #grid, #excel, #react, #vue, #angular, #spreadsheet
πŸ‘1