03 Aug 2026
Minimal Mistakes is a versatile Jekyll theme designed for creating personal websites, blogs, and portfolios with a focus on minimalistic styling. It features extensive customization options, including nine skins, multiple responsive layouts, SEO optimization, and support for various commenting systems and analytics platforms. Additionally, it is bundled as a "theme gem" for simplified installation and is fully compatible with GitHub Pages.
03 Aug 2026
Modifications to the Minecraft base files to assist in compatibility between mods. New Discord: https://discord.minecraftforge.net/
03 Aug 2026
MidiWriterJS is a JavaScript library designed for generating multi-track MIDI files, offering a robust API that supports both Node.js and browser environments. Key features include full TypeScript support, the ability to specify note names or raw MIDI numbers, and functionalities for chords, arpeggios, and various musical events such as pitch bends and program changes. The library facilitates expressive music composition and allows users to create complex MIDI structures with ease.
03 Aug 2026
MidiPlayerJS is a JavaScript library designed for processing standard MIDI files by emitting JSON events in real-time, enabling developers to trigger custom actions such as audio playback or visualizations without generating sound directly. Notable features include an event-driven architecture allowing for extensive interactivity, along with support for various player events like file loading, playing status, and end-of file notifications. This tool is particularly useful for creating interactive MIDI applications and integrates seamlessly with other tools like MidiWriterJS for comprehensive MIDI handling.
03 Aug 2026
The Minecraft MCP Server Mod is a Fabric mod that establishes an HTTP server within Minecraft, facilitating interaction with AI assistants via the Model Context Protocol (MCP). It supports both single-player and dedicated server modes, incorporating features such as comprehensive safety validation for command filtering, asynchronous execution for enhanced performance, and customizable settings for command permissions. This mod allows AI to safely execute structured commands within the game, enabling advanced interactions and manipulation of the Minecraft environment.
03 Aug 2026
Malimite is a decompiler tailored for iOS and macOS applications, specifically designed to analyze and decode IPA files and application bundles. It leverages Ghidra's decompilation capabilities to support Swift and Objective-C code, automatically decodes iOS resources, and features built-in LLM method translation. This tool is compatible across multiple platforms including Mac, Windows, and Linux, enhancing the reverse engineering efforts of security researchers.
03 Aug 2026
The "make-windows-pretty" repository provides a customized configuration for enhancing the Windows desktop experience by integrating various visual and functional enhancements. Notable features include terminal setup with Wezterm, window management using GlazeWM, and a custom taskbar implementation with TranslucentTB, along with personalized configs for each tool. This repository serves as a comprehensive guide for users looking to optimize the aesthetics and usability of their Windows environment.
03 Aug 2026
Mailsy is a tool that facilitates the quick generation of disposable email addresses, primarily aimed at users seeking privacy and convenience in online interactions. Notable features include the ability to create, view, and delete emails through a simple command-line interface, as well as integrations with Alfred and Raycast for enhanced accessibility. Mailsy utilizes the mail.tm API to provide these functionalities efficiently.
03 Aug 2026
The LCARS SDK is a UI/UX development kit designed for creating functional interfaces utilizing the LCARS design methodology within webviews, applicable across modern internet browsers for both mobile and desktop applications. The recent V4 update introduces a complete library rewrite, enhancing data-driven prototypes and offering a JS API for improved interface management. Notable features include provided Illustrator files for mockup creation and a minimal CSS framework for implementing the LCARS style.
03 Aug 2026
Kiterunner is a high-performance content discovery tool designed for modern web applications, specifically for brute-forcing API endpoints by leveraging a curated dataset of Swagger specifications. Unlike traditional tools that focus solely on file and folder discovery, Kiterunner can identify explicitly defined routes with the correct HTTP methods, headers, parameters, and values. Notable features include speed optimizations for scanning, support for various frameworks, and the ability to replay requests, making it particularly effective for identifying vulnerabilities in complex API structures.
03 Aug 2026
HugoBlox is an open-source framework designed for creating professional websites from structured Markdown, catering to diverse needs such as landing pages, blogs, and documentation. Its notable features include AI-driven page generation via Hugo Chat, extensive template options, and the ability to deploy easily on static hosts without database requirements. This tool ensures users maintain ownership of their content in plain Markdown format, making it a versatile choice for developers and teams looking for quick, customizable website solutions.
03 Aug 2026
Keycloak is an open source Identity and Access Management solution that enables developers to add authentication and secure services with minimal overhead. It features user federation, strong authentication protocols, user management capabilities, and fine-grained authorization control, thereby alleviating the complexity of user storage and authentication processes. Keycloak supports both standalone deployment and containerized execution, facilitating integration into various application environments.
03 Aug 2026
CERT Kaiju is a binary analysis framework designed for integration with Ghidra, offering enhanced malware analysis and function hashing capabilities. It is built in Java to provide improved support for non-x86 architectures and aims to evolve with new features that differentiate it from the original CERT Pharos framework. As a prototype, it currently faces issues with function hashing accuracy, particularly for small functions, but enables flexible installation and plugin activation within the Ghidra environment.
03 Aug 2026
JustTrustMe is an Xposed module designed to disable SSL certificate checking for Android applications, primarily used for security auditing of apps that implement certificate pinning, such as Twitter. Key features include its compatibility with newer devices through the Xposed framework, allowing users to intercept and monitor network traffic by bypassing certificate validation. It requires a rooted device and the installation of the Xposed framework for functionality.
03 Aug 2026
Your Software. Your Structures. Your Rules.
03 Aug 2026
Jobson is a platform designed to transform command-line applications into web-ready job services, facilitating easy sharing without extensive server expertise. It features a backend web server, a frontend UI, and a command-line client, enabling users to create and manage job specifications in a standardized format. Initially developed for scientific data requests for the Gaia satellite mission, Jobson simplifies the deployment of CLI applications as web services.
03 Aug 2026
This repository hosts the static website for jmcglone.com, utilizing Bootstrap 5.2 for design customization and Jekyll for content generation. It is primarily used for managing and displaying blog posts and web pages, with content available under a Creative Commons license, ensuring flexibility for reuse and distribution.
03 Aug 2026
JJazzLab is an open application designed for generating customizable and engaging backing tracks by inputting chord symbols and selecting rhythmic styles. Its notable features include a built-in synth based on FluidSynth, support for VST plugin integration, and an extensible architecture allowing developers to create music generation plugins. This tool serves as a valuable resource for musicians and educators for practice, composition, and collaborative learning.
03 Aug 2026
JD-GUI is a standalone graphical utility designed to decompile Java ".class" files and display their source code. Its primary use case is for developers needing quick access to Java methods and fields from compiled code, featuring an intuitive interface that allows for file browsing, drag-and-drop functionality, and support for extensions. Notable features include support for building deployable packages across different operating systems and ease of use through a simple file opening process.
03 Aug 2026
JD-Eclipse is a Java decompiler plug-in designed for the Eclipse IDE that enables users to view Java source code during the debugging process, even in the absence of complete source files. This tool features a simple installation process and customizable settings for file associations and decompilation preferences, enhancing the debugging experience by integrating seamlessly with the Eclipse environment.
03 Aug 2026
JD-Core is a Java decompiler library designed to convert Java bytecode back to readable Java source code, supporting versions from Java 1.1.8 to Java 12. Key features include the ability to handle modern Java constructs like lambda expressions and method references, and it serves as the core engine for the JD-GUI application. It provides a flexible API that allows users to implement custom loaders and printers for decompilation tasks.
03 Aug 2026
Jazzer is a coverage-guided, in-process fuzzer designed for the JVM platform, leveraging libFuzzer's mutation capabilities for efficient fuzz testing of Java and Kotlin applications. It operates directly within the fuzzer process to enhance execution speed and facilitate seamless testing of native libraries, while supporting multiple platforms including Linux, macOS, and Windows. Notably, Jazzer is integrated with OSS-Fuzz, enabling large-scale fuzzing for open-source projects, and can be run within a Docker container for ease of use.
03 Aug 2026
Jazzer is an in-process fuzzer specifically designed for the Java Virtual Machine (JVM), leveraging instrumentation features from libFuzzer to provide coverage-guided fuzz testing. It seamlessly integrates with JUnit, enabling developers to write fuzz tests alongside their unit tests, and supports multiple platforms including Linux, macOS, and Windows. Notable features include automatic input mutation for various data types and compatibility with popular build tools such as Maven, Gradle, and Bazel.
03 Aug 2026
Javan Warty Pig (JWP) is a JVM fuzzer that utilizes bytecode instrumentation to track execution paths for static methods, akin to American Fuzzy Lop (AFL). Its primary use case is to automatically generate test cases for Java applications, enhancing code coverage and identifying vulnerabilities. Notable features include a configurable fuzzer capable of identifying unique execution paths and real-time results output for tested parameters.
03 Aug 2026
JavaFuzz is a Java class fuzzer that utilizes the Java Reflection API to construct and invoke classes dynamically. Its primary use case is to test the robustness of Java classes by generating and passing extreme or inappropriate values to their constructors and methods, enabling the detection of potential vulnerabilities. Notable features include customizable fuzzing options for recursion depth, string length, and the ability to focus on specific methods, making it a versatile tool for security testing in Java applications.