awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesPath References

Accesses associated types, constants, and functions through type- or trait-qualified paths like T::Item.

Distinct from Associated Types: Distinct from Associated Types: focuses on the path syntax for accessing associated items, not the declaration of associated types within traits.

Explore 4 awesome GitHub repositories matching programming languages & runtimes · Path References. Refine with filters or upvote what's useful.

Awesome Path References GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • rust-lang/rfcsAvatar de rust-lang

    rust-lang/rfcs

    6,406Ver en 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

    Defines the path syntax for accessing associated types, constants, and functions via type- or trait-qualified paths.

    Markdownrfcrfc-processrust
    Ver en GitHub↗6,406
  • querydsl/querydslAvatar de querydsl

    querydsl/querydsl

    4,964Ver en GitHub↗

    Querydsl es un framework para la construcción de consultas con seguridad de tipos (type-safe). Utiliza una API fluida y generación de código basada en anotaciones para crear clases espejo a partir de modelos de dominio, permitiendo la validación en tiempo de compilación de consultas de base de datos y eliminando la necesidad de concatenación manual de cadenas. El proyecto proporciona una sintaxis de consulta unificada que se traduce en dialectos específicos para múltiples backends, incluyendo SQL, MongoDB, Lucene y JDO. Admite capacidades de consulta avanzadas como expresiones de tabla comunes, funciones de ventana, operaciones geoespaciales y subconsultas anidadas complejas. Más allá de la recuperación de datos, el framework cubre la ejecución de DML con seguridad de tipos para actualizaciones y eliminaciones masivas, así como el mapeo de resultados en Java Beans, constructores o tuplas. Incluye soporte para consultas de colecciones en memoria y se integra con el Spring Framework para la gestión de transacciones y el manejo de conexiones.

    Allows creating expression paths using proxied objects and getter methods when pre-compiled classes are unavailable.

    Java
    Ver en GitHub↗4,964
  • wangdoc/bash-tutorialAvatar de wangdoc

    wangdoc/bash-tutorial

    4,354Ver en GitHub↗

    Este proyecto es un recurso educativo integral que consiste en un tutorial de programación en Bash, una referencia de scripting y un manual de línea de comandos de Linux. Proporciona materiales instructivos para escribir scripts, automatizar tareas del sistema y dominar la navegación por terminal y la administración de sistemas Unix. Las guías cubren una amplia gama de personalización del entorno shell, incluyendo el estilo del prompt y el uso de alias. También proporciona una guía del entorno shell para gestionar archivos de configuración e inicializar entornos de usuario. Los materiales detallan un amplio conjunto de capacidades, incluyendo lógica de flujo de control, gestión de datos con arrays indexados y asociativos, y procesamiento de texto. Otras áreas cubiertas incluyen la gestión de archivos y recursos, coincidencia de patrones con expresiones regulares y herramientas de observabilidad para la depuración de scripts y validación de sintaxis. El recurso también explica funciones interactivas de la terminal como la recuperación del historial de comandos, el autocompletado de entrada y los atajos de teclado para la navegación en la línea de comandos.

    Explains how the tilde character is used as a shortcut to resolve the current user's home directory path.

    Shell
    Ver en GitHub↗4,354
  • bleachbit/bleachbitAvatar de bleachbit

    bleachbit/bleachbit

    4,377Ver en GitHub↗

    BleachBit is a system cleaning tool that frees disk space by removing accumulated cache, cookies, logs, temporary files, and other unnecessary data. It provides a preview of what will be deleted before any permanent changes are made, allowing safe review and adjustment of cleaning operations. The tool offers extensive control over what gets cleaned, including the ability to exclude specific files and folders, create custom cleaning rules for files not covered by built-in cleaners, and import over 2,400 community-maintained cleaning rules from winapp2.ini files. It supports secure data erasure

    Resolves the tilde character to the current user's home directory for file path references.

    Pythonantiforensicsbleachbitdisk-cleaner
    Ver en GitHub↗4,377
  1. Home
  2. Programming Languages & Runtimes
  3. Generic Types
  4. Associated Types
  5. Path References

Explorar subetiquetas

  • Home Directory ShortcutsUses the tilde character to refer to the current user's home directory across operating systems. **Distinct from Path References:** Distinct from Path References: resolves the tilde to the user's home directory path, not type-qualified paths in programming languages.
  • Proxied Path ExpressionsDynamic creation of entity property paths using proxy objects to enable query construction without pre-compiled classes. **Distinct from Path References:** Distinct from Path References by focusing on dynamic runtime proxying of object paths for queries, rather than static language-level type access.