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

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

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

unbug/codelf

0
View on GitHub↗
14,163 星标·964 分支·JavaScript·4 次浏览unbug.github.io/codelf↗

Codelf

Codelf is a code naming search engine and public repository index designed to help developers find real-world variable and function naming conventions across open source projects. It functions as a searchable index of codebases to identify the most common and accepted terms for specific features.

The tool includes a repository tagging system for organizing starred projects with custom labels to improve the management of saved reference materials. It also provides a curated algorithm reference library containing coding patterns and implementation examples for studying standard programming styles.

Search capabilities include the ability to filter results by programming language to ensure naming conventions match a target environment. The platform aggregates metadata and identifiers from multiple public hosting services to facilitate cross-platform code discovery.

Features

  • Code Naming Patterns - Scans indexed source code to identify real-world naming conventions for variables and functions.
  • Code Naming Search Engines - Functions as a specialized search engine for discovering real-world variable and function naming conventions.
  • Source Code Discovery - Enables cross-platform discovery of code examples and naming conventions across multiple hosting services.
  • Repository Indexing Pipelines - Implements pipelines to crawl and index variable names from multiple public hosting services.
  • Identifier Discovery - Scans multiple public repositories to find practical naming examples for variables and functions.
  • Metadata Aggregators - Aggregates structural data and identifiers from multiple public hosting providers.
  • Code Naming Workflows - Provides a workflow for identifying accepted variable and function names by scanning multiple open source projects.
  • Codebase Indexing - Indexes public codebases to provide a searchable database of real-world naming conventions.
  • Code Examples - Allows querying public repositories to discover practical naming examples in real-world code.
  • Function Naming Patterns - Identifies real-world function naming patterns by scanning public source code.
  • Naming Conventions - Helps developers find professional and clear variable naming conventions through repository research.
  • Code Snippets and Examples - Maintains a curated library of coding patterns and algorithm snippets for studying practical implementations.
  • Search Result Filtering - Enables filtering of search results by programming language to ensure naming consistency.
  • Repository Label Management - Provides a system for managing metadata labels on repositories to improve the organization of saved projects.
  • Custom Tagging - Ships a tagging system to organize starred projects with custom labels for better reference management.
  • Algorithm Collections - Offers a collection of algorithmic implementations for daily coding practice.
  • Algorithm Repositories - Provides a curated collection of algorithmic patterns and implementation examples for study.
  • Cross-Language Pattern Discovery - Enables users to find practical implementation examples of patterns and algorithms across various programming languages.
  • Algorithmic Reference Implementations - Provides modular code patterns to demonstrate standard computational logic and naming styles.
  • Algorithm Reference Libraries - Maintains a permanent study resource of standard algorithms with implementation details.
  • Creative and Fun AI - Utility for generating meaningful variable names.
  • General Productivity Tools - Search tool for finding variable names.

Star 历史

unbug/codelf 的 Star 历史图表unbug/codelf 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

常见问题解答

unbug/codelf 是做什么的?

Codelf is a code naming search engine and public repository index designed to help developers find real-world variable and function naming conventions across open source projects. It functions as a searchable index of codebases to identify the most common and accepted terms for specific features.

unbug/codelf 的主要功能有哪些?

unbug/codelf 的主要功能包括:Code Naming Patterns, Code Naming Search Engines, Source Code Discovery, Repository Indexing Pipelines, Identifier Discovery, Metadata Aggregators, Code Naming Workflows, Codebase Indexing。

unbug/codelf 有哪些开源替代品?

unbug/codelf 的开源替代品包括: kettanaito/naming-cheatsheet — This project is a code naming convention guide and programming style guide. It provides a language-agnostic set of… thealgorithms/c-sharp — This project is a collection of reference implementations for algorithms, mathematics, cryptography, compression, and… kevin-wayne/algs4 — algs4 is a Java data structures library and algorithm reference collection designed as the source code for a standard… loverajoel/jstips — jstips is a curated library of practical JavaScript patterns and concise coding shortcuts. It serves as a reference… cocoindex-io/cocoindex — Cocoindex is an incremental data processing engine that builds and maintains live indexes for AI agents, with a core… kilo-org/kilocode — Kilocode is an autonomous engineering platform designed to orchestrate AI agents for complex software development…

Codelf 的开源替代方案

相似的开源项目,按与 Codelf 的功能重合度排序。
  • kettanaito/naming-cheatsheetkettanaito 的头像

    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
  • thealgorithms/c-sharpTheAlgorithms 的头像

    TheAlgorithms/C-Sharp

    8,049在 GitHub 上查看↗

    This project is a collection of reference implementations for algorithms, mathematics, cryptography, compression, and machine learning written in C#. It serves as an educational library providing standard implementations of sorting, searching, and graph theory algorithms. The repository covers a wide range of computational domains, including combinatorial optimization for constraint satisfaction and scheduling, as well as symmetric and classical cryptographic ciphers. It also provides reference code for lossless data compression techniques and fundamental machine learning primitives such as r

    C#algorithmalgorithmsalgorithms-and-data-structures
    在 GitHub 上查看↗8,049
  • kevin-wayne/algs4kevin-wayne 的头像

    kevin-wayne/algs4

    7,519在 GitHub 上查看↗

    algs4 is a Java data structures library and algorithm reference collection designed as the source code for a standard computer science textbook curriculum. It provides a comprehensive suite of fundamental implementations for sorting, searching, and core data organization. The project serves as a graph theory framework, offering tools for representing directed and undirected graphs and performing complex traversals and pathfinding. It also includes a broad sorting algorithm suite and a specialized library of Java data structures, including stacks, queues, priority queues, and symbol tables. I

    Java
    在 GitHub 上查看↗7,519
  • loverajoel/jstipsloverajoel 的头像

    loverajoel/jstips

    12,439在 GitHub 上查看↗

    jstips is a curated library of practical JavaScript patterns and concise coding shortcuts. It serves as a reference manual and programming guide for implementing best practices and optimized syntax patterns to write cleaner, more professional code. The project organizes technical knowledge through a collection of isolated, runnable code demonstrations and modular tip classifications. This example-driven approach allows for the discovery of modern language features and specific coding shortcuts without long-form prose. The repository covers areas of code optimization, performance tuning, and

    hacksjavascriptjavascript-tips
    在 GitHub 上查看↗12,439
查看 Codelf 的所有 30 个替代方案→