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
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
Haxl is a Haskell library that simplifies access to remote data, such as databases or web-based services.

Haxl can automatically
• batch multiple requests to the same data source,
• request data from multiple data sources concurrently,
• cache previous requests,
• memoize computations.

#haskell, #remote, #data
🔥1
Docusaurus is a project for building, deploying, and maintaining open source project websites easily.

#typescript, #markdown, #react
🔥1
Cryogen is a simple static site generator written in Clojure.

• Blog posts and pages with Markdown (default) or AsciiDoc
• Tags
• Table of contents generation
• Plain HTML page templates
• Code syntax highlighting
• Disqus support
• Sitemap generation
• RSS feed generation
• Sass/SCSS compilation
• Klipse Integration

#cloure, #jvm, #site, #generator, #rss, #markdown
🔥1
Duckling is a language, engine, and tooling for expressing, testing, and evaluating composable language rules on input strings.

#haskell, #parser, #structured, #facebook, #rules
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
fzf — is a general-purpose command-line fuzzy finder.

It's an interactive Unix filter for command-line that can be used with any list; files, command history, processes, hostnames, bookmarks, git commits, etc.

#go, #golang, #fuzzy, #finder, #cli
1
BDFL about Python 4.

#tweet, #python, #bdfl
1
Reading HTML tables with Pandas.

The pandas read_html() function is a quick and convenient way to turn an HTML table into a pandas DataFrame. This function can be useful for quickly incorporating tables from various websites without figuring out how to scrape the site’s HTML. However, there can be some challenges in cleaning and formatting the data before analyzing it.

#article, #python, #pandas, #html
👍1
React Query provides hooks for fetching, caching and updating asynchronous data in React.

#typescript, #react, #hooks, #fetching, #js
1
plotly  —  an R package for creating interactive web graphics via the open source JavaScript graphing library plotly.js.

#R, #interactive, #web, #graphing, #plotting
1
Caffe is a deep learning framework made with expression, speed, and modularity in mind.

#cpp, #dl, #deep, #learning, #framework
🔥1
Robo 3T is a shell-centric cross-platform MongoDB management tool. Unlike most other MongoDB admin UI tools, Robomongo embeds the actual mongo shell in a tabbed interface with access to a shell command line as well as GUI interaction.

#cpp, #mongodb, #gui, #ui
👏1
Building a CRUD App with FastAPI and MongoDB.

In this tutorial, you'll learn how to develop an asynchronous API with FastAPI and MongoDB. We'll be using the Motor package to interact with MongoDB asynchronously.

#tutorial, #fastapi, #mongo, #article
👍1