awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesVariable Transformers

Logic that transforms raw environment variable values into specific types or formats.

Distinct from Environment Variable Readers: Distinct from Environment Variable Readers by focusing on the transformation of the value rather than the act of reading it.

Explore 2 awesome GitHub repositories matching devops & infrastructure · Variable Transformers. Refine with filters or upvote what's useful.

Awesome Variable Transformers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • symfony/routingAvatar von symfony

    symfony/routing

    7,618Auf GitHub ansehen↗

    This PHP routing library is an HTTP request router and matcher designed to map incoming URL paths to specific controller actions using defined patterns and configuration. It serves as a programmatic interface for defining, loading, and resolving URL patterns, while providing a URL generator to produce absolute or relative URIs from route names and parameters. The system supports diverse route loading through YAML, XML, PHP arrays, and class attributes, utilizing compiled route matching to optimize performance. It enables sophisticated request handling through regex-based path matching, sub-do

    Implements a system to transform environment variables into types like booleans or integers via registered services.

    PHPcomponentphprouter
    Auf GitHub ansehen↗7,618
  • biolab/orange3Avatar von biolab

    biolab/orange3

    5,635Auf GitHub ansehen↗

    Orange3 is a visual data mining platform that provides an interactive canvas for building data analysis workflows without writing code. At its core, it offers a widget-based visual programming environment where users connect configurable components to perform data preprocessing, machine learning model training, statistical evaluation, and interactive visualization. The platform is built on NumPy-backed data tables with domain descriptors that define variable names, types, and roles, and includes a lazy SQL query proxy for working with database tables without loading all data into memory. The

    Ships a widget that computes a variable's value from other variables using a stored transformation function.

    Python
    Auf GitHub ansehen↗5,635
  1. Home
  2. DevOps & Infrastructure
  3. Environment Variables
  4. Environment Variable Readers
  5. Variable Transformers

Unter-Tags erkunden

  • Derived Variable Computations1 Sub-TagComputes a variable's value from other variables using a stored transformation function. **Distinct from Variable Transformers:** Distinct from Variable Transformers: focuses on computing derived variables in a data table domain, not transforming environment variable values.