Links
AddWiFiman is here to save your network from sluggish surfing, endless buffering, and congested data channels.
- Detect available WiFi networks and Bluetooth LE devices instantly.
- Scan network subnets for additional details on detected devices, such as Bonjour, SNMP, NetBIOS, and Ubiquiti discovery protocols.
- Connect to your UniFi network remotely via Teleport - a free, zero-configuration VPN.
Free Open-Source Mac Cleaner & App Uninstaller (CleanMyMac Alternative).
Related contents:
JavaScript Benchmarking. Browser-based JavaScript benchmarking tool.
Run, compare, and share JavaScript benchmarks in your browser.
Secure, ephemeral browsing in a disposable VM (macOS only).
Bromure is a native macOS app that runs every browser session inside a lightweight, disposable Linux virtual machine using Apple's Virtualization.framework. The browser and your Mac don't share an operating system, a filesystem, or even a kernel. When you close the window, the VM is destroyed -- cookies, history, malware, trackers, all of it. Gone.
A simple and powerful finance tracker
WYGIWYH (What You Get Is What You Have) is a powerful, principles-first finance tracker designed for people who prefer a no-budget, straightforward approach to managing their money. With features like multi-currency support, customizable transactions, and a built-in dollar-cost averaging tracker, WYGIWYH helps you take control of your finances with simplicity and flexibility.
Hitchhiker est un prototype de générateur de planets statiques.
Un planet est un site Web qui agrège les publications de plusieurs sites, généralement sur un sujet précis.
Pour cela, il utilise les flux Web (RSS, Atom) mis à disposition par les sites concernés. Hitchhiker se veut le plus minimal possible (30 lignes de code) afin de servir comme démonstration.
Your Personal IPTV Server. Stream custom live channels using your own media.
ErsatzTV is beta software for configuring and streaming custom live channels using your media library. The software may be unstable and is under active development.
Related contents:
TypeScript type checker written in Rust.
This project is in an early stage and it's under active development. Any help would be really appreciated. If you want to help this project successfully launch, please consider contributing developer time or supporting us financially.
The URL shortener.
Keep control over all your shortened URLs, by serving them under your own domains, using this simple yet powerful tool.
Visual Programming. For Developers.
Open source, runs in VS Code, integrates with existing TypeScript code, browser and Node.js.
Retro-gaming on the Raspberry Pi.
RetroPie allows you to turn your Raspberry Pi, ODroid C1/C2, or PC into a retro-gaming machine. It builds upon Raspbian, EmulationStation, RetroArch and many other projects to enable you to play your favourite Arcade, home-console, and classic PC games with the minimum set-up. For power users it also provides a large variety of configuration tools to customise the system as you want.
Ingrid is a lightweight and fluid CSS layout system, whose main goal is to reduce the use of classes on individual units. Making it feel a bit less obtrusive and bit more fun to reflow for responsive layouts.
Open source browser tools for everyday use.
Omatsuri is a progressive web application with 12 open source frontend focused tools. Omatsuri translates to «festival» from Japanese (お祭り) and here we have a small festival of applications. It was built with strong respect to your privacy – you will never see ads and it does not include analytics services (or actually any services at all). You are highly encouraged to explore source code and use it in your projects.
Apache Tapestry is a open-source component-oriented framework for creating dynamic, robust, highly scalable web applications in Java. Tapestry complements and builds upon the standard Java Servlet API, and so it works in any servlet container or application server.
A tiny jQuery plugin for displaying progress in a visual and engaging way
Gate One™ is a web-based Terminal Emulator and SSH client that brings the power of the command line to the web. It requires no browser plugins and is built on top of a powerful plugin system that allows every aspect of its appearance and functionality to be customized.
Run upstream VS Code on a remote machine with access through a modern web browser from any device, anywhere.
Related contents:
KOReader is a document viewer for E Ink devices. Supported fileformats include EPUB, PDF, DjVu, XPS, CBT, CBZ, FB2, PDB, TXT, HTML, RTF, CHM, DOC, MOBI and ZIP files. It’s available for Kindle, Kobo, PocketBook, Android and desktop Linux.
Related contents:
A programming language designed to fix Go’s frustrating design choices — without sacrificing its strengths 👾
Gauntlet is a programming language designed to address many of Golang’s shortcomings. It transpiles exclusively to Go code, fully supports all of its features, and integrates seamlessly with its entire ecosystem — without the need for bindings.
A nice Docker homepage.
A nice looking homepage for Docker containers or any services and links. No actual integration with Docker. Loads instantly. Dark mode follows your OS. If you make a change to the config JSON, restart this container and refresh.
Markdown-first slides with native internationalisation and file includes — no Vue project, no build step, no plugin hunting.
SliDesk is a talk engine that turns Markdown into web-based presentations. If you want the simplicity of Marp with the capabilities of Slidev, but without maintaining a Vue/Vite app to get there, this is what SliDesk is for.
Related contents:
Privacy redefined, The first messenger without user IDs.
private and secure messenger without any user IDs (not even random).
Playwright enables reliable end-to-end testing for modern web apps.
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API. Playwright is built to enable cross-browser web automation that is ever-green, capable, reliable and fast.
Related contents:
XƎTEX is an extension of TEX that integrates TEX's typesetting capabilities with (a) the Unicode text encoding standard (supporting most of the world’s scripts) and (b) modern font technologies (TrueType and OpenType) and text layout services (AAT, OpenType layout, SIL Graphite) provided by the host operating system and available libraries.
Related contents:
PHP Secure Communications Library.
Pure-PHP implementations of SSH, SFTP, RSA / DSA / Elliptic Curves, AES / ChaCha20 / etc, X.509
A TypeScript/JavaScript library for quickly building performant declarative user interfaces without the use of a virtual DOM.
Reactive UIs in plain TypeScript. Simple to learn, fast to ship.
Aberdeen wraps your state in ES6 Proxy objects for fine-grained property access tracking, then automatically re-executes only the DOM-building closures that depend on changed data. So we get precise DOM updates with neither virtual DOM diffing nor compiler magic.
Related contents:
Untitled Goose Tool is a robust and flexible hunt and incident response tool that adds novel authentication and data gathering methods in order to run a full investigation against a customer’s Azure Active Directory (AzureAD), Azure, and M365 environments. Untitled Goose Tool gathers additional telemetry from Microsoft Defender for Endpoint (MDE) and Defender for Internet of Things (IoT) (D4IoT).
Terraform is an infrastructure as code tool that lets you build, change, and version infrastructure safely and efficiently. This includes low-level components like compute instances, storage, and networking; and high-level components like DNS entries and SaaS features.
Related contents:
- 17 Key Considerations Before Designing Terraform Modules @ My Devops Journal.
- Terraform Search: Deep-Dive @ mattias.engineer.
- Terraform Actions: Deep-Dive @ mattias.engineer.
- Why Ephemeral Resources in Terraform Matter: How MyCoCo Eliminated Secrets from State Files @ Dhruv Chaudhary's dev.to.
- Automating Azure SFTP deployment with Terraform @ Techielass - A blog by Sarah Lean.
- Terraform state locking explained (and why it hurts at scale) @ Stategraph.
- How to write and rightsize Terraform modules @ HashiCorp's The Stack.
- Implementing Test-Driven Development with Terraform @ Version 1's Medium.
- Implementing Terraform Drift Detection in Your Workflow @ Devin Rosario's dev.to.
- Writing a Terraform Action @ DanielMSchmidt.de.
- Querying Terraform state with AWS Athena @ Aidan Steele's blog (usually about AWS).
- Terraform Workbook - Your Guide to Infra as Code (IaC) @ Hackerstack.
- Collaborating with Terraform: How Teams Can Work Together Without Breaking Things @ SYJ's Learning Diary's Medium.
- Manage Azure Firewall Rules,NSG rules, using Terraform resource blocks and csv files @ Azure Infrastructure Blog.
- Terraform vs OpenTofu: Which IaC tool fits your platform strategy? @ Platform Engineering.
- Securing AWS IAM with Terraform: From Shared Root to Structured Access @ Rayane Kadi's Medium.
- 20 Terraform Best Practices I Wish I Had Learned Earlier @ AWS in Plain English's Medium.
- How We Scaled Code Repository Management at DNSimple @ DNSimple.
- Terraform Parallelism: How It Works, Tuning & Best Practices @ spacelift.
- A secure automation platform: Terraform Enterprise, Ansible Automation Platform, & Vault Enterprise @ HashiCorp's YouTube.
- How AirFrance-KLM built a secure automation platform at global scale with Terraform, Vault, and Ansible @ HashiCorp's The Stack.
- How We Scaled Code Repository Management at DNSimple @ DNSSimple Blog.
- Automating Route 53 DNS Updates with Terraform When ALBs Are Reprovisioned @ Young Gyu Kim's Medium.
- How do we use Terraform at Preply @ Preply Engineering Blog.
- Terraform Enterprise 1.2 upgrades workflows, visibility, and brownfield migration @ HashiCorp's The Stack.
- GitOps architecture, patterns and anti-patterns @ Platform Engineering.
- Terraform, Feature Flags and Configurability @ Ninad's Blog.
- Advanced Terraform performance optimization @ Ricard Bejarano.
- A more mature take on stateless Terraform @ Ricard Bejarano.
- Speeding up Terraform caching with OverlayFS @ Ricard Bejarano.
- SREcon23 Americas - Scaling Terraform at ThousandEyes @ USENIX's YouTube.
- Inside Terraform: A series about the internals of Terraform @ DanielMSchmidt.de.
- Terraform Drift Detection Powered by GitHub Actions @ rosecurity@dev.
- Terraform Audit Guide: Monitoring, Logging & Compliance @ Spacelift.
- Terraform is dead @ graham gilbert.
- Terraform State Isolation—How I Kept Dev, Staging, and Production From Destroying Each Other @ DevOps.dev.
Delcourt s'offre les éditions Soleil
Grand changement dans le monde de la BD Interview vidéo d'Eric Henninot
Dessinateur : XIII Mystery 3 Notation Rapide
Notez votre collection en quelques minutes La saga Hellboy
Le comics qui voit rouge BATMAN LIVE
Le spectable à Bercy Interview vidéo d'Eric Henninot
1
2
3
4
5
Bienvenue sur BD Maniac, la communauté francophone pour les amateurs et passionnés de BD !
A Responsive Email Framework from ZURB.
Foundation for Emails (previously known as Ink) is a framework for creating responsive HTML emails that work in any email client — even Outlook. Our HTML/CSS components have been tested across every major email client to ensure consistency. And with the Inky templating language, writing HTML emails is now even easier.
A hive mind communication platform.
A workspace where humans and agents build together, on a relay you own.
Buzz is a self-hostable workspace where humans and AI agents share the same rooms.
A Buzz community is the workspace a user reaches by URL. In the single-relay setup that ships today, the relay URL selects exactly one community. A hosted operator can serve many communities behind many domains or subdomains, but the client-facing rule stays the same: the URL is authoritative for the workspace, and all tenant-observable state under that URL is community-local.
Open Source Cloud Security Tool.
Prowler is the Open Cloud Security platform for AWS, Azure, GCP, Kubernetes, M365 and more. It helps for continuous monitoring, security assessments & audits, incident response, compliance, hardening and forensics readiness. Includes CIS, NIST 800, NIST CSF, CISA, FedRAMP, PCI-DSS, GDPR, HIPAA, FFIEC, SOC2, ENS and more.
Related contents:
Get started with a collection of 437 free and open-source SVG icons compatible with Flowbite and Tailwind CSS based on solid and outline styles with React (JSX) and Figma support.
MixItUp is a high-performance, dependency-free library for animated DOM manipulation, giving you the power to filter, sort, add and remove DOM elements with beautiful animations.
MixItUp plays nice with your existing HTML and CSS, making it a great choice for responsive layouts and compatible with inline-flow, percentages, media queries, flexbox and more.
Data products done right!
DataOps.live is the leading provider of Snowflake environment management, end-to-end orchestration, CI/CD, automated testing & observability, and code management, wrapped in an elegant developer interface.
Open source 3D icon library.
Beautifully crafted open source 3D icons100% FREE FOR Commercial and Personal Use UNDER CC0.
TinyJS is a lightweight JavaScript library for dynamically creating HTML elements with deep property assignment. It simplifies DOM manipulation by allowing you to generate any standard HTML tag programmatically, apply properties, append content, and select DOM elements with ease.
Mobile and multichannel content management for Plone
Banhammer for Laravel offers a very simple way to ban any Model by ID and by IP. It also allows to block requests by IP addresses.
The standard for modern web animation.
A robust javascript toolset that turns developers into animation superheroes. We obsess about performance, compatibility, and support so that you don't have to.
115+ Docker Apps in Minutes with Traefik, SSL, Authentik.
Deployarr allows you to install Traefik, Authentik, Authelia, Starr Apps, and 110+other homelab apps in just minutes.
Privacy-first personal knowledge management system that supports Markdown, block-level ref, and bidirectional links. A privacy-first, self-hosted, fully open source personal knowledge management software, written in typescript and golang.
SiYuan is a privacy-first personal knowledge management system, support fine-grained block-level reference and Markdown WYSIWYG.
Plus Codes are like street addresses for people or places that don’t have one. Instead of addresses with street names and numbers, Plus Codes are based on latitude and longitude, and displayed as numbers and letters. With a Plus Code, people can receive deliveries, access emergency and social services, or just help other people find them.
NOVA: The Prompt Pattern Matching. NOVA is a Python-based tool for detecting adversarial prompts - prompt injections, exfiltration, evasion and TTPs.
NOVA is an open-source prompt pattern matching system combining keyword detection, semantic similarity, and LLM-based evaluation to analyze and detect prompt content.
Related contents:
PHP Static Analysis Tool - discover bugs in your code without running it!
Today we are glad to release a yet another freebie: a Twitter GUI PSD for the recently released Twitter UI update, designed by Jon Darke of Every Interaction and released exclusively for Smashing Magazine and its readers. The PSD provides the full mockup with all layers in vectors, allowing you to scale up the design elements without loss of quality. The set includes two versions: one for personal accounts and also the new Twitter Enhanced profile page with 835×90 header image for brands and advertisers. The set is compatible with Adobe Photoshop CS4+.
The Big List of Naughty Strings is an evolving list of strings which have a high probability of causing issues when used as user-input data. This is intended for use in helping both automated and manual QA testing; useful for whenever your QA engineer walks into a bar.
APM for Ruby, Elixir, Node.js & Python. No-brainer monitoring for smart developers. Application Monitoring for Ruby on Rails, Elixir, Node.js & Python.
Complete open source web conferencing system.
BigBlueButton is an open-source virtual classroom designed to help teachers teach and learners learn.
BigBlueButton supports real-time sharing of audio, video, slides (with whiteboard annotations), chat, and the screen. Instructors can engage remote students with polling, emojis, multi-user whiteboards, shared notes, and breakout rooms. During the session, BigBlueButton generates analytics that are visible to moderators in the Learning Analytics Dashboard.
Dev Toolkit Editor Suite. The headless rich text editor framework for web artisans.
Tiptap is the headless and open source editor framework. Integrate over 100+ extensions and paid features like collaboration and AI agents to create the UX you want.
The Tiptap Editor is a headless, framework-agnostic rich text editor that's customizable and extendable through extensions. Its headless nature means it comes without a set user interface, offering full design freedom (for a jumpstart, see linked UI templates below). Tiptap is based on the highly reliable ProseMirror library.
System tray in your terminal. A system tray implementation for terminal user interfaces (TUI) using ratatui and system-tray.
tray-tui brings system tray functionality to the terminal, displaying tray menus as interactive trees. This allows for seamless navigation of tray menu items and quick actions, all within a TUI environment.
Related contents:
retro-gaming hand-held consoles and game cabinets.
Related contents:
Nue is a complete frontend development toolset. An alternative to ecosystems like Vite, Next.js, and Astro.
Nue JS is an exceptionally small (2.3kb minzipped) JavaScript library for building web interfaces. It is the core of the upcoming Nue toolset. It’s like Vue.js, React.js, or Svelte but there are no hooks, effects, props, portals, watchers, provides, injects, suspension, or other unusual abstractions on your way. Learn the basics of HTML, CSS, and JavaScript and you are good to go.
A reference implementation for autonomous vulnerability discovery and remediation with Claude.
Skills for threat modeling, scanning, triage, patching, plus an autonomous scanning harness you can /customize.
A privacy-focused alternative frontend to Tumblr with a touch of modern design
Simple & secure two-factor authentication via mobile & desktop app that's free to users. Authy's 2FA API is by Twilio.
Upgrade Your Command Line. Level Up Your Terminal With Graphical Widgets.
Wave is an open-source terminal that adds the ability to launch graphical widgets, controlled and integrated directly with the CLI.