awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
darcyliu avatar

darcyliu/google-styleguide

0
View on GitHub↗
code.google.com/p/google-styleguide↗

Google Styleguide

Mirror of "Style guides for Google-originated open-source projects"

Features

  • API Design Guidelines - Standardized API design patterns and conventions from Google.

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI
  • Web Development - Standardized coding conventions for web technologies.
  • 1,369 星标·313 分支·HTML·4 次浏览

    Star 历史

    darcyliu/google-styleguide 的 Star 历史图表darcyliu/google-styleguide 的 Star 历史图表

    Google Styleguide 的开源替代方案

    相似的开源项目,按与 Google Styleguide 的功能重合度排序。
    • interagent/http-api-designinteragent 的头像

      interagent/http-api-design

      13,688在 GitHub 上查看↗

      This project provides a comprehensive framework of standards and conventions for designing consistent, predictable, and maintainable web services. It establishes a resource-oriented architecture that utilizes uniform HTTP methods and status codes to structure communication across distributed software systems. The guide emphasizes a standardized approach to API evolution and data management, focusing on techniques such as header-based versioning to maintain backward compatibility and range-header pagination to handle large datasets. It also defines patterns for structured error representation

      在 GitHub 上查看↗13,688
    • lostdesign/webgemslostdesign 的头像

      lostdesign/webgems

      5,103在 GitHub 上查看↗

      Webgems is a curated web development resource directory and developer tooling index. It provides a searchable interface for locating vetted materials, libraries, and learning guides categorized by technical discipline. The project functions as a resource map and design asset gallery, organizing programming language guides and technical utilities for software engineers and designers. It utilizes static site generation and static data indexing to deliver a directory of resources without requiring a live backend. The interface supports client-side search filtering and resource discovery, allowi

      Vuebookmarkhacktoberfestlearn
      在 GitHub 上查看↗5,103
    • jonikorpi/golden-grid-systemjonikorpi 的头像

      jonikorpi/Golden-Grid-System

      1,600在 GitHub 上查看↗

      Golden Grid System is a responsive CSS grid framework designed for structuring fluid, multi-column web pages that automatically adapt to different screen sizes. It functions as a fluid layout generator, providing a responsive design tool for arranging flexible layouts that fold gracefully across desktop, tablet, and mobile devices from a single layout foundation. The framework supports multi-device web development by using proportional fluid sizing to scale container widths and column dimensions dynamically with mathematical percentages rather than fixed pixel values. It handles layout foldin

      CSS
      在 GitHub 上查看↗1,600
    • aantron/lambda-soupaantron 的头像

      aantron/lambda-soup

      407在 GitHub 上查看↗

      Functional HTML scraping and rewriting with CSS in OCaml

      OCaml
      在 GitHub 上查看↗407
    查看 Google Styleguide 的所有 30 个替代方案→

    常见问题解答

    darcyliu/google-styleguide 是做什么的?

    Mirror of "Style guides for Google-originated open-source projects"

    darcyliu/google-styleguide 的主要功能有哪些?

    darcyliu/google-styleguide 的主要功能包括:API Design Guidelines, Web Development。

    darcyliu/google-styleguide 有哪些开源替代品?

    darcyliu/google-styleguide 的开源替代品包括: interagent/http-api-design — This project provides a comprehensive framework of standards and conventions for designing consistent, predictable,… lostdesign/webgems — Webgems is a curated web development resource directory and developer tooling index. It provides a searchable… jonikorpi/golden-grid-system — Golden Grid System is a responsive CSS grid framework designed for structuring fluid, multi-column web pages that… aantron/lambda-soup — Functional HTML scraping and rewriting with CSS in OCaml. adam-golab/react-developer-roadmap — This project is a structured visual guide and curriculum designed to map the essential skills, technologies, and… actum/frontend-checklist.