awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to droogans/unmaintainable-code

Open-source alternatives to Unmaintainable Code

15 open-source projects similar to droogans/unmaintainable-code, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Unmaintainable Code alternative.

  • lordnoteworthy/al-khaserAvatar von LordNoteworthy

    LordNoteworthy/al-khaser

    7,001Auf GitHub ansehen↗

    Al-Khaser is a research project focused on the development of anti-analysis and evasion techniques to resist reverse engineering. It provides implementations for detecting and evading virtual machines, sandboxes, and debuggers to prevent software analysis. The project implements control flow obfuscation through anti-disassembly methods and utilizes dynamic API resolution to bypass static import tables. It further hinders forensic analysis by manipulating memory headers to prevent process dumps and utilizing remote code injection to execute logic in external processes. The capability surface

    C++
    Auf GitHub ansehen↗7,001
  • trekhleb/state-of-the-art-shitcodeAvatar von trekhleb

    trekhleb/state-of-the-art-shitcode

    6,183Auf GitHub ansehen↗

    This project is a satirical programming guide and code quality parody that serves as a catalog of software anti-patterns. It provides a collection of intentionally bad coding principles designed to demonstrate the opposite of clean code and industry best practices. By implementing a set of flawed design choices and poor coding habits, the project identifies common mistakes in software architecture. It uses these satirical examples to highlight technical debt and fragile code structures that lead to maintenance problems and system instability. The project covers domains including code quality

    best-practicebest-practicescode-quality
    Auf GitHub ansehen↗6,183
  • faif/python-patternsAvatar von faif

    faif/python-patterns

    42,801Auf GitHub ansehen↗

    This project is a comprehensive collection of software design patterns implemented in Python. It serves as a reference for architectural, behavioral, creational, and structural patterns to guide the organization of Python applications. The collection covers behavioral strategies for managing object communication and state, creational techniques for controlling object instantiation, and structural methods for composing classes and objects into flexible hierarchies. It also includes architectural references for system-wide structuring, such as multi-tier architectures and blackboard models. Th

    Pythondesign-patternsidiomspython
    Auf GitHub ansehen↗42,801

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • reinderien/mimicAvatar von reinderien

    reinderien/mimic

    3,755Auf GitHub ansehen↗

    Mimic is a unicode homoglyph generator and text obfuscation tool. It functions as a character substitutor that replaces standard ASCII characters with visually similar Unicode symbols to create text that appears correct to humans but is functionally different. The project is used for source code obfuscation by inserting subtle syntax errors into code to hide intent or break automated analysis. It also serves as a tool for textual adversarial testing to evaluate the resilience of software filters against maliciously crafted input. The utility achieves these results through a mapping system th

    Python
    Auf GitHub ansehen↗3,755
  • kdeldycke/awesome-falsehoodAvatar von kdeldycke

    kdeldycke/awesome-falsehood

    27,469Auf GitHub ansehen↗

    This project is a curated knowledge repository that catalogs common misconceptions and technical edge cases encountered across software development. It serves as a collaborative reference archive, aggregating insights from a global network of developers to help engineers identify and address logical fallacies in their systems. The repository distinguishes itself through a hierarchical taxonomy that organizes complex technical pitfalls into categorized schemas. By documenting these real-world complexities, it assists developers in refining data validation strategies and designing more resilien

    awesomeawesome-listdate
    Auf GitHub ansehen↗27,469
  • shwenzhang/andresguardAvatar von shwenzhang

    shwenzhang/AndResGuard

    8,641Auf GitHub ansehen↗

    AndResGuard is a utility for Android asset optimization, resource shrinking, and resource obfuscation. Its primary purpose is to minimize the final application package footprint by compressing resource files, removing unnecessary data, and optimizing the resource table. The project focuses on preventing reverse engineering by renaming resource types and file names to short, randomized identifiers. It includes mechanisms to preserve specific assets through the use of whitelists and wildcard-driven exclusion patterns, ensuring compatibility with dynamic lookup requirements. Additional capabili

    Java
    Auf GitHub ansehen↗8,641
  • tmallfe/tmallfe.github.ioAvatar von tmallfe

    tmallfe/tmallfe.github.io

    3,905Auf GitHub ansehen↗

    This project is a multi-purpose web platform serving as a canvas 2D game engine, a frontend engineering blog, and a markdown static site generator. It functions as a web graphics showcase and a technical knowledge base for sharing architectural decisions and performance optimizations. The platform implements a high-performance graphics framework using low-level drawing APIs, integrating skeletal animation and web physics for collision detection and realistic motion of two-dimensional objects. It simultaneously operates as a system for converting markdown source files into pre-rendered HTML pa

    HTML
    Auf GitHub ansehen↗3,905
  • kucherenko/jscpdAvatar von kucherenko

    kucherenko/jscpd

    5,800Auf GitHub ansehen↗

    jscpd is a code duplication detector that scans source code across 223 languages to find identical or near-identical copy-pasted blocks using a rolling hash algorithm. It is built with a Rust core for high performance, exposed through a Node.js API and CLI, and can be run as a standalone binary with no runtime dependencies. The tool detects duplicates in embedded languages within Vue, Svelte, Astro, and Markdown files by tokenizing each language block separately, and it supports extensionless scripts via shebang detection. The project distinguishes itself through its integration capabilities

    TypeScriptaiclones-detectioncode-quality
    Auf GitHub ansehen↗5,800
  • vasanthk/react-bitsAvatar von vasanthk

    vasanthk/react-bits

    17,414Auf GitHub ansehen↗

    React Bits is a comprehensive collection of architectural patterns, design strategies, and coding standards for building maintainable user interfaces. It functions as a guide for structuring complex applications through modular component composition, declarative state management, and consistent data flow techniques. The project distinguishes itself by providing a library of established design patterns and optimization techniques that address common development challenges. It emphasizes the identification and resolution of suboptimal coding practices, offering reliable alternatives to improve

    best-practicesdesign-patternsjavascript
    Auf GitHub ansehen↗17,414
  • zizmorcore/zizmorAvatar von zizmorcore

    zizmorcore/zizmor

    5,717Auf GitHub ansehen↗

    Zizmor is a security linter and static analysis tool designed to audit GitHub Actions workflow files. It functions as a CI/CD security scanner that identifies security vulnerabilities, misconfigurations, and software supply chain risks within automation pipelines. The project distinguishes itself by providing an automated workflow remediator that applies security fixes to identified vulnerabilities. It also implements a language server for integration with code editors and supports a variety of analysis personas to scale the sensitivity and volume of reported findings. The tool covers a broa

    Rustgithub-actionssecuritysecurity-tools
    Auf GitHub ansehen↗5,717
  • airbnb/rubyAvatar von airbnb

    airbnb/ruby

    3,890Auf GitHub ansehen↗

    This project provides a collection of coding standard specifications, style guides, and configuration assets used to define automated rules for static code analysis in Ruby. It serves as a centralized set of RuboCop configurations and static analysis rules to ensure consistent syntax and idiomatic usage across a codebase. The project establishes a comprehensive Ruby style guide that defines naming conventions, indentation, and structural requirements. It utilizes a pluggable linting engine to enforce these standards through a defined set of patterns and constraints. The capability surface co

    Ruby
    Auf GitHub ansehen↗3,890
  • davidfowl/aspnetcorediagnosticscenariosAvatar von davidfowl

    davidfowl/AspNetCoreDiagnosticScenarios

    8,508Auf GitHub ansehen↗

    AspNetCoreDiagnosticScenarios is a collection of anti-pattern galleries and architectural examples for ASP.NET Core and C#. It provides a series of broken code samples and case studies designed to illustrate common pitfalls, scalability bottlenecks, and reliability problems within the .NET web ecosystem. The project focuses on identifying problematic application patterns through the use of comparative implementation pairs, where broken scenarios are matched with corrected versions. These examples specifically cover dependency injection misconfigurations, middleware pipeline ordering, and the

    C#
    Auf GitHub ansehen↗8,508
  • aemkei/jsfuckAvatar von aemkei

    aemkei/jsfuck

    8,596Auf GitHub ansehen↗

    jsfuck is an esoteric programming language and JavaScript source obfuscator. It functions as a code encoder that transforms standard JavaScript source code into a functional equivalent composed of a minimal character set. The project restricts its source code to six specific characters to hide logic and bypass security filters that block standard alphanumeric characters. It achieves this by using type coercion to derive symbols and accessing internal language objects through prototype manipulation. The system enables arbitrary JavaScript execution by converting strings into executable functi

    JavaScript
    Auf GitHub ansehen↗8,596
  • zeit/pkgAvatar von zeit

    zeit/pkg

    24,366Auf GitHub ansehen↗

    pkg is a Node.js executable packager and cross-platform binary compiler. It bundles a project and its dependencies into a single standalone executable file that runs without a pre-installed runtime on the target machine. The tool uses a virtual filesystem bundler to embed project assets and native modules into a binary snapshot. It includes a bytecode obfuscator that compiles source code into bytecode to prevent the extraction of raw logic. The project supports cross-platform distribution, allowing the generation of binaries for different operating systems and architectures from a single hos

    JavaScript
    Auf GitHub ansehen↗24,366
  • fission-ai/openspecAvatar von Fission-AI

    Fission-AI/OpenSpec

    55,097Auf GitHub ansehen↗

    OpenSpec is a specification-driven development tool designed to maintain living documentation directly within a software repository. It functions as an automated documentation engine that tracks technical requirements alongside source code, ensuring that system specifications evolve in tandem with the implementation to prevent documentation drift. The framework distinguishes itself through differential change tracking, which compares current code states against stored specifications to identify deviations between intended requirements and actual implementation. By integrating specification st

    TypeScriptaicontext-engineeringengineering
    Auf GitHub ansehen↗55,097