Links
AddMake repository management simple.
Handle thousands of packages with lightning-fast performance and reliable uptime. Flexible plans start free, with no credit card required.
e-comBox est une plateforme regroupant des applications métiers essentielles pour développer les compétences numériques des élèves et des étudiants.
Free Icons & Illustrations Design freely with instant downloads and commercial licenses.
Distributed Async Await. A dead simple programming model for modern applications.
Resonate's Distributed Async Await is a new programming model that simplifies coding for the cloud. It ensures code completion even if hardware or software failures occur during execution. The programming model does this with just functions and promises, making it trivial to build coordinated and reliable distributed applications.
Related contents:
Subscription Tracker All in one place.
Manage all your subscriptions in one list, giving you a clear overview of your recurring expenses.
Related contents:
Retronik par Silicium, documentation de l'électronique du XXe siècle.
Related contents:
It's a bright day for code review!
An extensible and friendly code review tool for projects and companies of all sizes.
Review Board is an open source, web-based code and document review tool built to help companies, open source projects, and other organizations keep their quality high and their bug count low.
The visual website builder for developers. The visual website builder for Next.js & Tailwind.
Build at the speed of no-code. Export a Next.js, Tailwind and Shadcn UI app. Customize without limits.
Linux Malware Detect (LMD) is a malware scanner for Linux released under the GNU GPLv2 license, that is designed around the threats faced in shared hosted environments. It uses threat data from network edge intrusion detection systems to extract malware that is actively being used in attacks and generates signatures for detection. In addition, threat data is also derived from user submissions with the LMD checkout feature and from malware community resources. The signatures that LMD uses are MD5 file hashes and HEX pattern matches, they are also easily exported to any number of detection tools such as ClamAV.
Mini Keyboard,Wireless Keyboard,Bluetooth Keyboard,Remote control,Mouse.
As the Regional Internet Registry for Europe, Middle East and Central Asia, we serve over 20,000 members in 76 countries. We register IP addresses and ASNs, and act as the secretariat to the RIPE community.
the elegant TypeScript UI framework.
Ripple is a TypeScript UI framework that takes the best parts of React, Solid and Svelte and combines them into one package.
Automatic web site thumbnail generator.
Free web service allowing to display a thumbnail of a web site screenshot on web sites.
Web Robots (also known as Web Wanderers, Crawlers, or Spiders), are programs that traverse the Web automatically. Search engines such as Google use them to index the web content, spammers use them to scan for email addresses, and they have many other uses.
Related contents:
Robtex is used for various kinds of research of IP numbers, Domain names, etc. Robtex uses various sources to gather public information about IP numbers, domain names, host names, Autonomous systems, routes etc. It then indexes the data in a big database and provide free access to the data. We aim to make the fastest and most comprehensive free DNS lookup tool on the Internet. Our database now contains billions of documents of internet data collected over more than a decade.
Secure and compliant communications platform. Own your data, customize anything, integrate everything.
A fast, friendly, functional language.
Related contents:
This page describes rEFInd, my fork of the rEFIt boot manager for computers based on the Extensible Firmware Interface (EFI) and Unified EFI (UEFI). Like rEFIt, rEFInd is a boot manager, meaning that it presents a menu of options to the user when the computer first starts up, as shown below. rEFInd is not a boot loader, which is a program that loads an OS kernel and hands off control to it. Many popular boot managers, such as the Grand Unified Bootloader (GRUB), are also boot loaders, which can blur the distinction in many users' minds. All EFI-capable OSes include boot loaders, so this limitation isn't a problem.
Room EQ Wizard Room Acoustics Software.
REW is free software for room acoustic measurement, loudspeaker measurement and audio device measurement. The audio measurement and analysis features of REW help you optimise the acoustics of your listening room, studio or home theater and find the best locations for your speakers, subwoofers and listening position. It includes tools for generating audio test signals; measuring SPL and impedance; measuring frequency and impulse responses; measuring distortion; generating phase, group delay and spectral decay plots, waterfalls, spectrograms and energy-time curves; generating real time analyser (RTA) plots; calculating reverberation times; calculating Thiele-Small parameters; determining the frequencies and decay times of modal resonances; displaying equaliser responses and automatically adjusting the settings of parametric equalisers to counter the effects of room modes and adjust responses to match a target curve.
AI-powered multi-agent builder. Let AI build multi-agent systems for you Build with Agents SDK. Connect MCP tools. Open-source.
Open-source document processing platform built for knowledge workers.
Rowfill helps extract, analyze, and process data from complex documents, images, PDFs and more with advanced AI capabilities.
Make Your Own Game with RPG Maker.
Games are hard to make, right? Not with RPG Maker! It’s as simple as starting a New Project. We provide the tools and assets so you can start making your dream game in seconds!
The R Project for Statistical Computing.
R is a free software environment for statistical computing and graphics. It compiles and runs on a wide variety of UNIX platforms, Windows and MacOS.
Related contents:
A fast Rust-based web bundler. Build a high-performance frontend toolchain.
A dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.
Related contents:
Infrastructure management and security software. Rudder is an easy to use, web-driven, role-based solution for IT Infrastructure Automation & Compliance.
Rudder is a configuration and security automation platform. Manage your Cloud, hybrid or on-premises infrastructure in a simple, scalable and dynamic way. Rudder is an easy to use, web-driven, role-based solution for IT Infrastructure Automation & Compliance.
Runbook Automation.
Enable Self-Service Operations: Give specific users access to your existing tools, services, and scripts. Rundeck by PagerDuty is an open source runbook automation service with a web console, command line tools and a WebAPI. It lets you easily standardize tasks to improve operational quality by deploying automation across a set of nodes.
The Cloud Built for AI.
Train, fine-tune and deploy AI models with RunPod.
Globally distributed GPU cloud for your AI workloads. Deploy any GPU workload seamlessly, so you can focus less on infrastructure and more on running ML models.
Python, on hardware.
PyXL is a custom chip that runs Python directly in hardware. no VM, no JIT, no C. Just fast, native Python execution.
Related contents:
Home server management made easy. A personal homeserver for everyone.
Free and open-source, Runtipi lets you install all your favorite self-hosted apps without the hassle of configuring and managing each service. One-click installs and updates for more than 140 popular apps.
A language empowering everyone to build reliable and efficient software.
Rust is blazingly fast and memory-efficient: with no runtime or garbage collector, it can power performance-critical services, run on embedded devices, and easily integrate with other languages.
Related contents:
- Pitfalls of Safe Rust @ corrode.
- Does using Rust really make your software safer? @ tweede golf.
- Matt Godbolt sold me on Rust (by showing me C++) @ Collabora.
- Rust Dependencies Scare Me @ Vincents.dev.
- Why doesn't Rust care more about compiler performance? @ Kobzol's blog.
- Is Rust faster than C? @ Steve Klabnik.
- "Why is the Rust compiler so slow?" @ sharnoff.io.
- On Error Handling in Rust @ Felix' Blog.
- Tree Borrows @ ETHzürich.
- The borrowchecker is what I like the least about Rust @ viralinstruction.
- Rust running on every GPU @ Rust GPU.
- Stages of Learning Rust @ bigboxSWE's YouTube.
- Writing a Rust GPU kernel driver: a brief introduction on how GPU drivers work @ Collabora.
- Rust, Python, and TypeScript: the new trifecta @ baby steps.
- The unexpected productivity boost of Rust @ Lubeno.
- Why Everyone's Switching to Rust (And Why You Shouldn't) @ ForrestKnight's YouTube.
- Elements of Rust – Core Types and Traits @ RustCurious.com.
The Open Source Google Analytics Replacement Next-gen, open source, lightweight, cookieless web & product analytics for everyone.
Ryman Eco is an environmentally sustainable typeface, using an average of 33% less ink than standard fonts. Get a free font download of Ryman Eco that can be installed in just three easy clicks.
Working with Django in the modern JavaScript ecosystem without giving up the things that make it great.
JavaScript is the lifeblood of the modern web application. You need it to do anything remotely complex on the web.
And these days, if you want a modern, responsive, interactive application—and who doesn't?—your front-end codebase may end up as large and complex as your back end.
The best SaaS Web Design Inspiration
A curated collection of the best SaaS websites on the web. Quickly find the inspiration you’re looking for with our page & stack filters.
SRCL is an open-source React component and style repository that helps you build web applications, desktop applications, and static websites with terminal aesthetics. Its modular, easy-to-use components emphasize precise monospace character spacing and line heights, enabling you to quickly copy and paste implementations while maintaining a clean, efficient codebase.
Open-Source Mathematical Software System.
SageMath is a free open-source mathematics software system licensed under the GPL. It builds on top of many existing open-source packages: NumPy, SciPy, matplotlib, Sympy, Maxima, GAP, FLINT, R and many more. Access their combined power through a common, Python-based language or directly via interfaces or wrappers.
Affordable, Actionable Community Insights.
Savannah gives you the insights you need to better understand, nurture, and grow your community.
Savannah is a Community Relationship Manager (CoRM), which is like a Customer Relationship Manager (CRM) but with a focus on community building rather than sales.
Related contents:
SAFe® for Lean Enterprises is a knowledge base of proven, integrated principles, practices, and competencies for achieving business agility using Lean, Agile, and DevOps.
AI-powered writing tool that helps you organize ideas and craft better arguments by asking mind-stimulating questions like Socrates
The industry leading website crawler for Windows, macOS and Ubuntu, trusted by thousands of SEOs and agencies worldwide for technical SEO site audits.
Create stunning screen recordings right from your browser
The easiest way to create product demos and tutorials—right in your browser, no login required! Capture, edit, and share in minutes.
Related contents:
Turn screenshots into beautiful image assets. Screenshots that stick out.
Cut down on time and effort by auto-generating quality graphics from ordinary screenshots.
Scrypted is a high performance home video integration and automation platform.
Scrypted is a high performance home video integration platform and NVR with smart detections. Instant, low latency, streaming to HomeKit, Google Home, and Alexa. Supports most cameras.
ScummVM is a program which allows you to run certain classic graphical adventure and role-playing games, provided you already have their data files. The clever part about this: ScummVM just replaces the executables shipped with the games, allowing you to play them on systems for which they were never designed! ScummVM is a complete rewrite of these games' executables and is not an emulator.
Related contents:
Monstrously Fast + Scalable NoSQL.
NoSQL data store using the Seastar framework, compatible with Apache Cassandra and Amazon DynamoDB
Related contents:
Data Runs Better on SDF. Transform Data Better with SDF. SDF is the fastest way to build a scalable, reliable, and optimized data warehouse.
SDF is a developer platform for data that scales SQL understanding across an organization, empowering all data teams to unlock the full potential of their data.
SDF is a multi-dialect SQL compiler, transformation framework, and analytical database engine. It natively compiles SQL dialects, like Snowflake, and connects to their corresponding data warehouses to materialize models.
Open Source File Sync&Share and Document Collaboration Platform
Seafile is an open source file sync and share platform, focusing on reliability and performance. Seafile's built-in collaborative document SeaDoc, make it easy for collaborative writing and publishing documents.
Related contents:
Secure, Lightweight Encrypted Notepad for Privacy.
SealNotes is an end-to-end encrypted web-based notepad that stores and manages your notes.
Vulnerability-proof your Linux Operating Systems Deploy pristine, secure Linux images–whether containerized, running on a virtual machine, or deployed on bare metal.
Related contents:
Train your AI self, amplify you, bridge the world.
an open-source prototype where you craft your own AI self—a new AI species that preserves you, delivers your context, and defends your interests.
Related contents:
The firmware security analyzer.
EMBA is designed as the central firmware analysis and SBOM tool for penetration testers, product security teams, developers and responsible product managers. It supports the complete security analysis process starting with firmware extraction, doing static analysis and dynamic analysis via emulation, building the SBOM and finally generating a web report. EMBA automatically discovers possible weak spots and vulnerabilities in firmware. Examples are insecure binaries, old and outdated software components, potentially vulnerable scripts, or hard-coded passwords. EMBA is a command line tool with the possibility to generate an easy-to-use web report for further analysis.
The IoT Hardware enabler.
Being a trusted Internet of Things (IOT) hardware partner since 2008, Seeed Studio is dedicated to realizing interactive digital replica of our physical world. This website is an open source platform with a collection of all wikis currently published by Seeed Studio and updated weekly to showcase our product range and research, which includes digitalisation of the natural environment.
Selenium automates browsers. That's it!
What you do with that power is entirely up to you.
Primarily it is for automating web applications for testing purposes, but is certainly not limited to just that.
Boring web-based administration tasks can (and should) also be automated as well.
Provides a simple way to run Selenium Grid with Chrome, Firefox, and Edge using Docker, making it easier to perform browser automation
Open source record and playback test automation for the web