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

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

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

13 个仓库

Awesome GitHub RepositoriesArray Declaration Styles

Enforces consistent positioning of array brackets relative to the type or variable name.

Distinct from Variable Type Declarations: Focuses on the stylistic positioning of array brackets rather than the general declaration of variable types.

Explore 13 awesome GitHub repositories matching programming languages & runtimes · Array Declaration Styles. Refine with filters or upvote what's useful.

Awesome Array Declaration Styles GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • sindresorhus/type-festsindresorhus 的头像

    sindresorhus/type-fest

    17,233在 GitHub 上查看↗

    type-fest is a library of reusable utility types for performing complex transformations and validations on objects, arrays, strings, and numeric ranges in TypeScript. It provides a collection of type definitions designed to handle advanced structural changes and constraints. The project distinguishes itself by offering specialized logic for string literal processing, such as casing transformations and pattern-based modifications, and type-level arithmetic for calculating numeric ranges and absolute values. It also includes utilities for enforcing deep immutability, ensuring union mutual exclu

    Provides utilities for creating fixed-length array types that prohibit mutation.

    TypeScriptnpm-packagetypestypescript
    在 GitHub 上查看↗17,233
  • xcatliu/typescript-tutorialxcatliu 的头像

    xcatliu/typescript-tutorial

    10,725在 GitHub 上查看↗

    This is a comprehensive tutorial for learning TypeScript, designed for JavaScript programmers who want to understand the language's type system and modern features. The resource covers TypeScript's core identity, including its structural type compatibility, compile-time type erasure, declaration file merging, and the discriminated union pattern for precise type narrowing. The tutorial distinguishes itself by providing a progressive learning path from basic JavaScript concepts to advanced TypeScript patterns. It covers generic type parameter constraints, tuple types with fixed-length positions

    Teaches tuple types with fixed-length positions and distinct types for each index.

    TypeScriptjavascripttutorialtypescript
    在 GitHub 上查看↗10,725
  • goplus/xgogoplus 的头像

    goplus/xgo

    9,436在 GitHub 上查看↗

    Xgo is a programming language that combines familiar constructs from languages like C/C++, Go, Python, and JavaScript with a natural language-style syntax that reads closer to plain English. It executes programs compatible with the Go language, allowing reuse of existing Go libraries and tooling, and supports mixing Go and XGo source files within a single package for gradual adoption of its simplified syntax. The language distinguishes itself through direct foreign function interface capabilities, enabling calls to C/C++ and Python libraries using specialized string literal syntax without man

    Declares fixed-length arrays with a predetermined size and uniform type, defaulting to zero values.

    Goai-nativedata-sciencegolang
    在 GitHub 上查看↗9,436
  • checkstyle/checkstylecheckstyle 的头像

    checkstyle/checkstyle

    8,867在 GitHub 上查看↗

    Checkstyle is a Java static analysis tool and linter designed to identify and enforce coding standards and best practices. It functions as a code quality auditor and Javadoc validation tool, checking source code against configurable rulesets to ensure structural and stylistic consistency. The project allows for the creation of custom linting rules by extending a core API to inspect the abstract syntax tree. It further enables specialized validation through the use of XPath expressions to query the syntax tree for specific code patterns and violations. Capability areas include the enforcement

    CheckCstyle validates that array declarations follow a consistent position relative to the type or variable.

    Javacode-qualitycommand-line-toolhacktoberfest
    在 GitHub 上查看↗8,867
  • rust-lang/rfcsrust-lang 的头像

    rust-lang/rfcs

    6,406在 GitHub 上查看↗

    The Rust RFCs repository is the formal home for the Rust language evolution process, housing the structured design documents and community review mechanisms that govern changes to the Rust programming language, its compiler, and its standard library. It defines the complete lifecycle for proposing, discussing, and implementing substantial changes through RFC documents, from initial submission and community feedback through final comment periods and sub-team sign-offs. The repository codifies the governance and collaboration processes that shape Rust's development, including mechanisms for com

    Specifies the syntax for declaring fixed-length array types in Rust.

    Markdownrfcrfc-processrust
    在 GitHub 上查看↗6,406
  • hashicorp/hclhashicorp 的头像

    hashicorp/hcl

    5,788在 GitHub 上查看↗

    HCL is a configuration language implementation designed for parsing, evaluating, and encoding structured settings through the use of blocks and attributes. It functions as a configuration AST parser and a schema-based decoder that maps attributes and blocks to internal data structures using predefined rules. The project includes an expression evaluation engine that resolves dynamic values and cross-references through multi-phase processing of variables and functions. It also provides a configuration file formatter to standardize the layout and indentation of source code for consistent visual

    Retrieves specific values from tuples, lists, objects, or maps using index keys or attribute names.

    Goconfiguration-languagehashicorphcl
    在 GitHub 上查看↗5,788
  • vyperlang/vypervyperlang 的头像

    vyperlang/vyper

    5,180在 GitHub 上查看↗

    Vyper 是一种以安全为导向的强类型编程语言与编译器,专为创建在以太坊虚拟机(EVM)上执行的智能合约而设计。它利用 Python 风格的语法来定义合约逻辑与状态,并作为形式化验证的目标,以实现机器可检查的正确性证明。 该语言通过优先考虑可预测性与安全性的严格架构约束脱颖而出。它通过禁止递归来强制执行无环调用图,并强制要求有界循环以确保静态 Gas 预测。此外,它还具备用于金融计算的原生定点十进制类型,以防止精度损失。 该项目为区块链开发提供了一套全面的能力,包括强类型状态管理、用于公钥恢复的加密原语,以及内置的重入保护。它通过模块化的接口与合约部署系统,支持行业代币标准、去中心化金融工具以及链上治理系统的实现。 该编译器将高级源代码转换为面向 EVM 的字节码与 ABI 定义,同时提供用于自动化合约测试与构建完整性验证的工具。

    Supports the storage and management of both fixed-length lists and runtime-adjustable arrays.

    Pythonethereumethereum-dapplanguage
    在 GitHub 上查看↗5,180
  • json-editor/json-editorjson-editor 的头像

    json-editor/json-editor

    4,900在 GitHub 上查看↗

    JSON Editor 是一个基于 Schema 的 UI 框架和 Web 编辑器,用于生成交互式表单并验证 JSON 数据。它将 JSON Schema 规范转换为 HTML 表单元素层级,使用户能够通过结构化界面而非原始文本来操作复杂的 JSON 结构。 该框架的特色在于其基于插件的扩展系统,支持自定义解析器函数以及集成 WYSIWYG、Markdown 和语法高亮代码编辑器等专用编辑器。它采用递归 Schema 解析来处理嵌套定义,并实现了基于 if-then-else 逻辑的状态条件验证。 该项目提供了广泛的功能,包括双向数据绑定、用于网格和标签页的数组与对象布局管理,以及通过模板插值实现的动态字段同步。其组件库涵盖了标准输入以及颜色选择器、日期时间选择器、自动补全组件和文件上传接口等专用工具。 该界面支持 UI 字符串的本地化,并可与各种 CSS 框架集成,从而将结构化表单生成与视觉样式解耦。

    Renders JSON arrays as interactive tables, tabs, or multi-select lists to improve data entry efficiency.

    JavaScript
    在 GitHub 上查看↗4,900
  • microsoft/typescript-handbookmicrosoft 的头像

    microsoft/TypeScript-Handbook

    4,855在 GitHub 上查看↗

    该项目是 TypeScript 语言的综合指南和教育资源。它涵盖了该语言的基本原则,包括其结构化类型系统、静态类型分析以及将类型化源文件转译为 JavaScript 的过程。 该材料详细介绍了如何使用泛型、条件类型和映射类型来建模复杂数据和可重用的类型逻辑。它还解释了如何使用声明文件为外部 JavaScript 库提供类型安全,以及如何通过 JSDoc 注释将类型检查集成到现有的 JavaScript 项目中。 内容范围扩展到面向对象编程模式、DOM 操作和编译器行为配置。它包括关于管理模块互操作性、设置构建管线以及利用编辑器智能以提高开发者生产力的指导。

    Guides the use of tuple types to specify arrays with a fixed length and specific element types.

    JavaScriptdocumentationlearntypescript
    在 GitHub 上查看↗4,855
  • ericniebler/range-v3ericniebler 的头像

    ericniebler/range-v3

    4,367在 GitHub 上查看↗

    这是一个 C++ Ranges 库和标准模板库 (STL) 的扩展,提供了一系列用于处理数据序列的可组合算法和惰性视图。它作为惰性序列处理框架和模板元编程库,用于操作类型列表并执行编译时类型计算。 该项目通过使用管道语法和偏函数应用,在 C++ 中实现了函数式编程模式,从而创建可读的、从左到右的数据转换链。它允许构建按需过滤和转换元素的惰性数据流水线,以减少内存开销并避免不必要的拷贝。 该库涵盖了广泛的能力领域,包括序列操作、编译时类型操作以及自定义范围类型和迭代器的实现。它提供了用于急切的原地容器修改、基于投影的算法分发以及通过一系列类型级可调用对象管理类型列表的工具。

    Retrieves types from compile-time lists by position, index, or by accessing the front and back elements.

    C++
    在 GitHub 上查看↗4,367
  • ts-essentials/ts-essentialsts-essentials 的头像

    ts-essentials/ts-essentials

    4,068在 GitHub 上查看↗

    ts-essentials 是一个全面的 TypeScript 工具类型和库工具包,提供用于递归结构转换、运行时断言和类型保护的高级原语。它作为一个工具库,用于执行复杂的类型级编程,以确保更强的类型安全性并减少样板代码。 该项目通过一套专门用于深度对象操作的工具脱颖而出,例如在嵌套层次结构中递归应用只读或可选修饰符。它还提供了一套专门的严格类型约束,以确保数据结构专门符合 JSON 规范。 该工具包涵盖了广泛的功能,包括用于元数据提取的类型分析、联合和元组操作以及结构身份验证。它还包括运行时验证工具,以在条件逻辑中强制执行案例穷举并在执行期间验证类型约束。

    TypeScript-ts-tool ensures an array contains at least one item or defines a type as a single value or array.

    TypeScriptessentialstoolboxtype-level-programming
    在 GitHub 上查看↗4,068
  • midudev/jscampmidudev 的头像

    midudev/jscamp

    3,811在 GitHub 上查看↗

    jscamp is a full-stack web development and education project focused on mastering JavaScript, TypeScript, and AI integration. It provides a structured curriculum and interactive exercises covering language fundamentals, frontend engineering, and backend API development. The project distinguishes itself through the implementation of autonomous AI agents capable of complex task automation, such as modifying files, managing servers, and executing API calls. It includes advanced AI development tools for conversational querying, real-time code suggestions, and automated repository analysis to gene

    Defines array types with a known, fixed number of elements using specific type syntax.

    JavaScriptbootcamp
    在 GitHub 上查看↗3,811
  • wordpress/wordpress-coding-standardsWordPress 的头像

    WordPress/WordPress-Coding-Standards

    2,757在 GitHub 上查看↗

    WordPress Coding Standards is a collection of rules for the PHP CodeSniffer engine designed to enforce consistent coding conventions and best practices within PHP projects. It functions as a specialized static analysis tool that scans source code to identify style violations, security vulnerabilities, and potential bugs before execution. By integrating into development workflows, it ensures that code adheres to official project conventions, maintaining readability and consistency across large-scale plugin and theme development. The project distinguishes itself through deep domain-specific val

    Customizes alignment rules for array assignment operators and formatting requirements for consistent data structure presentation.

    PHPcoding-conventionsphp-codesnifferphpcs
    在 GitHub 上查看↗2,757
  1. Home
  2. Programming Languages & Runtimes
  3. Language Features and Paradigms
  4. Type System Tools
  5. Type Definitions
  6. Variable Type Declarations
  7. Array Declaration Styles

探索子标签

  • Array Formatting RulesConventions for aligning array assignment operators and formatting single-item arrays. **Distinct from Array Declaration Styles:** Distinct from array declaration styles: focuses on the specific formatting of operators and spacing rather than bracket positioning.
  • Fixed-Length Declarations2 个子标签Syntax for declaring array types with a known number of elements using element type and length. **Distinct from Array Declaration Styles:** Distinct from Array Declaration Styles: focuses on fixed-length array type syntax rather than bracket positioning.