awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to krzysztofzablocki/bootstrap

Open-source alternatives to Bootstrap

18 open-source projects similar to krzysztofzablocki/bootstrap, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Bootstrap alternative.

  • alibaba/p3cالصورة الرمزية لـ alibaba

    alibaba/p3c

    30,827عرض على GitHub↗

    p3c is a Java static analysis tool and code quality linter designed to enforce professional coding guidelines and quality standards. It utilizes a set of custom rules based on the PMD engine to scan source code for style violations, performance bottlenecks, and potential bugs. The project is distributed as an IDE linting plugin that provides real-time feedback and warnings during development. It also includes functionality for pre-commit code quality gates, allowing modified files to be scanned and blocked if they violate defined rules before being committed to version control. The analysis

    Kotlin
    عرض على GitHub↗30,827
  • andresinaka/swiftcopالصورة الرمزية لـ andresinaka

    andresinaka/SwiftCop

    536عرض على GitHub↗

    SwiftCop is a validation library fully written in Swift and inspired by the clarity of Ruby On Rails Active Record validations.

    Swiftclarityemail-validationswift
    عرض على GitHub↗536
  • bbatsov/rubocopالصورة الرمزية لـ bbatsov

    bbatsov/rubocop

    12,879عرض على GitHub↗

    RuboCop is a static code analyzer and linter for Ruby. It functions as a static analysis tool designed to detect potential bugs, identify style violations, and improve overall code quality in Ruby projects. The project provides an automated code formatter that rewrites source code to align with established community standards. It also implements a language server protocol to surface linting and formatting errors directly within text editors. Its capabilities cover automated code linting and the analysis of Ruby code style to ensure consistency across a project. These functions are driven by

    Ruby
    عرض على GitHub↗12,879
  • dferber90/eslint-plugin-meteorالصورة الرمزية لـ dferber90

    dferber90/eslint-plugin-meteor

    117عرض على GitHub↗

    Meteor specific linting rules for ESLint

    JavaScript
    عرض على GitHub↗117

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • droogans/unmaintainable-codeالصورة الرمزية لـ Droogans

    Droogans/unmaintainable-code

    10,161عرض على GitHub↗

    This project is a programming satire project and a curated catalog of software anti-patterns designed to demonstrate how to write intentionally unmaintainable and fragile code. It serves as a maintainability educational resource and a study in poor design choices, using extreme examples of obfuscated logic to teach developers how to recognize and avoid technical debt. The project provides a comprehensive guide to code obfuscation, focusing on techniques to hide program logic through deceptive naming, bizarre control flows, and misleading documentation. It distinguishes itself by intentionally

    عرض على GitHub↗10,161
  • facebook/fbretaincycledetectorالصورة الرمزية لـ facebook

    facebook/FBRetainCycleDetector

    4,233عرض على GitHub↗

    FBRetainCycleDetector is a runtime memory profiling tool and analyzer for iOS applications. It identifies circular references and retain cycles within the Objective-C object graph to prevent memory leaks. The tool analyzes the live memory heap and inspects runtime metadata to discover object relationships. It identifies closed-loop reference chains, including those involving associated objects and timers, and uses custom logic to filter out known safe cycles from reports. The project covers memory management capabilities including allocation tracking by class name, runtime object graph analy

    Objective-C++
    عرض على GitHub↗4,233
  • kettanaito/naming-cheatsheetالصورة الرمزية لـ kettanaito

    kettanaito/naming-cheatsheet

    14,200عرض على GitHub↗

    This project is a code naming convention guide and programming style guide. It provides a language-agnostic set of rules for naming variables and functions to improve the readability and cohesiveness of a codebase. The guide implements a variable naming framework that organizes identifiers using abstract, high-context, and low-context patterns. It also defines a specific function naming pattern based on a prefix-action-context system to communicate the operational domain and intended results of a function. The system covers broader standards for code readability optimization, including the u

    actioncheatsheetguideline
    عرض على GitHub↗14,200
  • mmozuras/prontoالصورة الرمزية لـ mmozuras

    mmozuras/pronto

    2,670عرض على GitHub↗

    Quick automated code review of your changes

    Ruby
    عرض على GitHub↗2,670
  • nicklockwood/swiftformatالصورة الرمزية لـ nicklockwood

    nicklockwood/SwiftFormat

    8,835عرض على GitHub↗

    SwiftFormat is a tool for the Swift language that functions as a code formatter, linter, and refactoring utility. It automatically applies consistent style rules and visual formatting to source files to ensure a uniform appearance across a project. The project differentiates itself by providing both a command-line interface for batch processing and an Xcode extension for integration directly into the development environment. It includes specialized capabilities for modernizing legacy API usage, simplifying language constructs, and inferring formatting options by analyzing an existing codebase

    Swift
    عرض على GitHub↗8,835
  • pspdfkit-labs/pstmodernizerالصورة الرمزية لـ PSPDFKit-labs

    PSPDFKit-labs/PSTModernizer

    214عرض على GitHub↗

    Makes it easier to support older versions of iOS by fixing things and adding missing methods

    Objective-C++
    عرض على GitHub↗214
  • ryanmcdermott/clean-code-javascriptالصورة الرمزية لـ ryanmcdermott

    ryanmcdermott/clean-code-javascript

    94,454عرض على GitHub↗

    This project is a collection of engineering guidelines and best practices for writing readable and maintainable JavaScript source code. It serves as a clean code guide and refactoring manual to help developers improve the structure of their codebases. The repository provides a reference for applying SOLID principles to reduce coupling and enable extensions without modifying existing logic. It includes a naming convention standard for using explicit, searchable identifiers and a guide for asynchronous patterns to replace nested callbacks with clearer execution flows. The guidelines cover soft

    JavaScriptbest-practicesclean-architectureclean-code
    عرض على GitHub↗94,454
  • sanqri/safe-by-designالصورة الرمزية لـ SanQri

    SanQri/safe-by-design

    57عرض على GitHub↗

    This book is a distillation of my thoughts on the software creation process — how code evolves, and how we can keep it correct, maintainable, and scalable by relying on thoughtful design and the compiler as a partner.

    عرض على GitHub↗57
  • sleekbyte/tailorالصورة الرمزية لـ sleekbyte

    sleekbyte/tailor

    1,406عرض على GitHub↗

    Cross-platform static analyzer and linter for Swift.

    Java
    عرض على GitHub↗1,406
  • square/aardvarkالصورة الرمزية لـ square

    square/Aardvark

    261عرض على GitHub↗

    Aardvark is a library that makes it dead simple to create actionable bug reports.

    Objective-Cbug-reportingioslogging
    عرض على GitHub↗261
  • square/spacecommanderالصورة الرمزية لـ square

    square/spacecommander

    1,122عرض على GitHub↗

    Commit fully-formatted Objective-C as a team without even trying.

    Objective-C
    عرض على GitHub↗1,122
  • tapwork/heapinspector-for-iosالصورة الرمزية لـ tapwork

    tapwork/HeapInspector-for-iOS

    1,896عرض على GitHub↗

    Find memory issues & leaks in your iOS app without instruments

    Objective-Callocationsarcbacktrace
    عرض على GitHub↗1,896
  • tencent/mleaksfinderالصورة الرمزية لـ Tencent

    Tencent/MLeaksFinder

    5,437عرض على GitHub↗

    MLeaksFinder is a diagnostic framework and profiling utility designed for the automatic detection of memory leaks and unfreed objects in iOS applications. It functions as a memory leak detector and profiling tool that identifies retain cycles and analyzes object lifecycles for both Swift and Objective-C code. The tool identifies circular dependencies by tracing reference chains and traversing object graphs, starting from a root view controller. It provides precise debugging data by capturing the allocation stacks of leaked objects to trace the origin of the memory leak. The framework include

    Objective-C
    عرض على GitHub↗5,437
  • zakirullin/cognitive-loadالصورة الرمزية لـ zakirullin

    zakirullin/cognitive-load

    12,288عرض على GitHub↗

    This project is a collection of software engineering principles and architectural design patterns designed to minimize the mental effort required to understand and maintain source code. It serves as a guide for implementing clean code methodologies and architectural simplification to reduce the overall cognitive load on developers. The framework emphasizes aligning module boundaries and ubiquitous language with business stakeholders to prevent architectural ripple effects. It advocates for balancing service granularity to avoid the overhead of distributed monoliths and suggests favoring objec

    عرض على GitHub↗12,288