Links
AddMessagePack is an extremely efficient object serialization library. It's like JSON, but very fast and small.
It's like JSON. but fast and small. MessagePack is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON. But it's faster and smaller. Small integers are encoded into a single byte, and typical short strings require only one extra byte in addition to the strings themselves.
Related contents:
Envoi de SMS anonymes depuis un prénom. Envoyez un SMS avec l'expéditeur de votre choix, en moins de 3 minutes.
NutTCP est un outil de plus pour les administrateurs réseaux afin de mesurer simplement les liaisons entre deux machines (ou vers votre serveur dédié ou VPS sous GNU/Linux|BSD). Installation de NutTCP Rien de plus simple sous Debian ou Ubuntu: sudo aptitude install nuttcp Le logiciel se présente sous la forme d'un unique exécutable (nuttcp) qui
Open Source Business Intelligence
The simplest, fastest way to get business intelligence and analytics to everyone in your company 😋
A multi-standard open-source metadata editor.
Web tool to edit, validate, and manage metadata for Microdata (DDI Codebook), documents, tables, media, and geospatial data.
A modern web-based metadata editor for audio files, designed for managing large music collections with clean bulk editing capabilities.
A powerful web-based metadata editor for audio files with smart inference, comprehensive editing history, and bulk operations - designed for managing large music collections efficiently.
Metaflop is a web based platform for experimental fonts and type related projects using Metafont. Metafont is a programming language for creating entire families of fonts from a set of dimensional parameters and outline descriptions.
Meta Lingua: a lean, efficient, and easy-to-hack codebase to research LLMs.
Meta Lingua is a minimal and fast LLM training and inference library designed for research. Meta Lingua uses easy-to-modify PyTorch components in order to try new architectures, losses, data, etc. We aim for this code to enable end to end training, inference and evaluation as well as provide tools to better understand speed and stability. While Meta Lingua is currently under development, we provide you with multiple apps to showcase how to use this codebase.
MetalLB is a load-balancer implementation for bare metal Kubernetes clusters, using standard routing protocols.
Related contents:
bare metal load-balancer for Kubernetes. MetalLB is a load-balancer implementation for bare metal Kubernetes clusters, using standard routing protocols.
Versatile metallic finish for your CSS. MetalliCSS is a tiny, dependency-free JavaScript library that makes your CSS literally shine. Using the library is as simple as adding the class metallicss, and using CSS properties for configuration (try it out here).
Solve Puzzles. Learn Metal 🤘.
Port of srush/GPU-Puzzles to Metal using MLX Custom Kernals.
GPUs are crucial in machine learning because they can process data on a massively parallel scale. While it's possible to become an expert in machine learning without writing any GPU code, building intuition is challenging when you're only working through layers of abstraction. Additionally, as models grow in complexity, the need for developers to write efficient, high-performance kernels becomes increasingly important to leverage the power of modern hardware.
How would you like to jumpstart your Open Source Intelligence investigation?
MetaOSINT enables open source intelligence ("OSINT") practitioners to jumpstart their investigations by quickly identifying relevant, publicly-available tools and resources, saving valuable time during investigations, research, and analysis.
multi-backend declarative package manager
metapac allows you maintain consistent packages among multiple machines and make setting up a new system with your preferred packages from your preferred package managers much easier.
Related contents:
Data Observability Platform for Modern Data Teams. Trust the data that powers your business.
Automated end-to-end data observability — so data teams are the first to know about data issues.
Decentralized search engine & automatized press reviews
- Explore the press with no middlemen between the newspapers and your web browser.
- Discover millions of results within seconds and explore the last ones in Firefox via this addon.
- Schedule searches, select your press review and export it in a few clicks.
Related contents:
The Metasploit® Framework is a free, open source penetration testing solution developed by the open source community & Rapid7.
Free Online Ethical Hacking Course
This course is a perfect starting point for Information Security Professionals who want to learn penetration testing and ethical hacking, but are not yet ready to commit to a paid course. We will teach you how to use Metasploit, in a structured and intuitive manner.
View, Edit, and Generate Meta Tags. View, Edit, Optimize, and Generate Meta Tags - control how your website or specific URL will look like on Google Search and Social Media Shares such as - Facebook, Twitter, LinkedIn, and all other social previews that follow open-graph protocol.
An open source terminology management solution.
An open source terminology management solution. The main goal of this app is to help translators to manage their glossaries in a structured but at the same time highly configurable way. Termbases are a highly valuable resource and require time to be built and validated, they are key for professionals to adapt to their customers' and domain requirements while ensuring consistency and high quality. One of the main concerns of my approach to terminology management is that one's data must always reside on one's own machine, so terminological entries must be stored in a local database and be never sent over the network.
Meteor is an open-source platform for building top-quality web apps in a fraction of the time, whether you're an expert developer or just getting started.
Meteor is a complete open source platform for building web and mobile apps in pure JavaScript.
Solving a crucial climate challenge. A new era of transparency for climate accountability.
Actionable climate data presented with support from Bezos Earth Fund, The Audacious Project and New Zealand Space Agency.
An ever growing list of open source MCP servers 📡 📁 🚀
Explore thousands of MCP servers. And connect to them in a single function call.
Metronome is the XMPPd which runs on LW.Org IM and from recently also on Jappix's official service.
youtube-dl web UI.
Web GUI for youtube-dl (using the yt-dlp fork) with playlist support. Allows you to download videos from YouTube and dozens of other sites.
La plateforme d'IA qui simplifie l'analyse des données à tous les métiers. Piloter aujourd'hui. Anticiper demain. Dès maintenant.
MIA est une solution No Code d’analyse de données, basée sur l’Intelligence Artificielle, qui s'adapte à votre profil. Simple. Efficace. Rapide
Mibew Messenger (also known as Open Web Messenger) is an open-source live support application written in PHP and MySQL. It enables one-on-one chat assistance in real-time directly from your website.
Analyze your microphone setup for free. Get advice on how to improve your microphone setup. We’ll make sure you sound podcast-ready.
micro
is a modern and intuitive terminal-based text editor.
It aims to be easy to use and intuitive,
while also taking advantage of the capabilities of modern terminals.
File sharing made easy.
MicroBin is a feature rich, performant and secure text and file sharing web application, a "paste bin". Imagine cloud storage, but simpler, and with cool features like URL redirection, automatic file expiry , raw file serving support and 3 possible levels of encryption.
A fast, zero dependency object and array comparison library. Significantly faster than most other deep comparison libraries and has full TypeScript support. Microdiff is a tiny (currently <1kb), fast, zero dependency object and array comparison library. It is significantly faster than most other deep comparison libraries, and has full TypeScript support.
A modern static portfolio generator built with SvelteKit and Tailwind CSS. Showcase your creative work with elegance and simplicity.
A modern static portfolio generator built with SvelteKit 2 and Tailwind CSS 4 by AKER. Features a file-based content management system using folders and Markdown files. Perfect for designers, artists, architects, and creatives who want to showcase their projects elegantly and professionally.
Related contents:
A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.
A tiny Autograd engine (with a bite! :)). Implements backpropagation (reverse-mode autodiff) over a dynamically built DAG and a small neural networks library on top of it with a PyTorch-like API. Both are tiny, with about 100 and 50 lines of code respectively. The DAG only operates over scalar values, so e.g. we chop up each neuron into all of its individual tiny adds and multiplies. However, this is enough to build up entire deep neural nets doing binary classification, as the demo notebook shows. Potentially useful for educational purposes.
Related contents:
Fantastic Micro-Frameworks and Micro-Libraries for Fun and Profit!
Microjs.com helps you discover the most compact-but-powerful microframeworks, and makes it easy for you to pick one that’ll work for you.
Zero-ops Kubernetes for developers, edge and IoT. Zero-ops, pure-upstream, HA Kubernetes, from developer workstations to production.
MicroK8s is a small, fast, single-package Kubernetes for datacenters and the edge.
Related contents:
The MicroMirror project is adding free software download mirror capacity by deploying small and cheap CDN servers in as many locations as possible.
The MicroMirror CDN is a volunteer run, community funded, project where we are adding download mirror capacity for free software projects by deploying managed download mirrors to ISPs and data centers willing to donate the space and transit needed for the servers.
Tiny, dependency-free javascript library for creating accessible modal dialogs
A modern, JVM-based, full-stack framework for building modular, easily testable microservice and serverless applications.
easy secure execution of untrusted user/ai code.
Run untrusted code with VM-level isolation and lightning-fast startup. Built for AI agents, developers, and anyone who needs to execute code safely without compromising on speed or security.
Microsoft BASIC for 6502 Microprocessor - Version 1.1 .
This assembly language source code represents one of the most historically significant pieces of software from the early personal computer era. It is the complete source code for Microsoft BASIC Version 1.1 for the 6502 microprocessor, originally developed and copyrighted by Microsoft in 1976-1978.
Related contents:
The Microsoft Graph software development kits (SDKs) are designed to simplify building high-quality, efficient, resilient applications that access Microsoft Graph. The SDKs include two components: a service library and a core library.
The service library contains models and request builders generated from Microsoft Graph metadata. The service library provides a rich, strongly-typed, and discoverable experience when working with the many datasets available in Microsoft Graph.
Microsoft MakeCode is a free online learn-to-code platform where anyone can build games, code devices, and mod Minecraft!
Windows system utilities to maximize productivity. Microsoft PowerToys is a set of utilities for power users to tune and streamline their Windows experience for greater productivity.
Learn the skills you need to help land the career you want
Technology is changing the world in remarkable ways and creating opportunity for people who have the skills that are in highest demand. The Microsoft Professional Program was created to help people gain these technical skills and get real-world experience through a series of online courses that feature hands-on labs and expert instructors. Learning these skills – and proving you have them – could put you on the path to a rewarding career.
Create free Website and Online Shop. Microweber is the easiest and most intuitive drag and drop, open source website builder and simultaneously a powerful content management system (CMS)
Library for animating image backgrounds in websites using WebGL.
It support the following:
- Configurable dynamic camera
- Animated transitions between backgrounds
- Post-processing effects & particles
MIG is a platform to perform investigative surgery on remote endpoints. It enables investigators to obtain information from large numbers of systems in parallel, thus accelerating investigation of incidents and day-to-day operations security.
Near-live migration toolkit for VMware to OpenStack.
Migratekit is a CLI tool which can help you to migrate your virtual machines from VMware to OpenStack in a near-zero downtime. The goal of this project is to allow you to move as much data as possible online and only have a short downtime window to complete the migration.
Related contents:
MII is a web application framework with expressive, elegant syntax.
MII is a robust and versatile web application framework designed to streamline the development process and enhance productivity. It provides a comprehensive set of tools and features that cater to modern web development needs, integrating seamlessly with Adobe technologies to offer a cohesive development experience.
The Mikado Method applied to your projects.
MikadoApp is an open-source tool to simplify the Mikado graph creation and sharing.
Related contents:
A minimalist file-manager with streaming capabilities.
Mikochi is a remote file browser, for use in self-hosted servers / NAS. It allows you to browse remote folders, upload files, delete, rename, download and stream files to VLC/mpv.
RouterOS is the operating system of RouterBOARD
It can also be installed on a PC and will turn it into a router with all the necessary features - routing, firewall, bandwidth management, wireless access point, backhaul link, hotspot gateway, VPN server and more.
the tool for organizing creative projects. Milanote is an easy-to-use tool to organize your ideas and projects into visual boards.
Miller is like awk, sed, cut, join, and sort for data formats such as CSV, TSV, JSON, JSON Lines, and positionally-indexed.