awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesConditional Class Mappings

Utilities for extracting keys from objects based on truthy values to determine active styles.

Distinct from Object Key Accessors: Distinct from object key accessors as it focuses on conditional selection for styling rather than generic retrieval.

Explore 4 awesome GitHub repositories matching web development · Conditional Class Mappings. Refine with filters or upvote what's useful.

Awesome Conditional Class Mappings GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • jedwatson/classnamesالصورة الرمزية لـ JedWatson

    JedWatson/classnames

    17,794عرض على GitHub↗

    classnames is a JavaScript utility for conditionally joining CSS class names into a single space-separated string. It functions as a class name manager that maps boolean flags and objects to specific styles for HTML attribute assignment. The tool resolves abstract class identifiers to computed values, facilitating integration with modular styling systems. It allows for the mapping of dynamic identifiers to scoped class names through a dedicated module resolver. The utility processes strings, arrays, and objects to handle dynamic class name management. It includes capabilities for recursive a

    Conditionally joins strings, arrays, and objects into a single space-separated string for CSS classes.

    JavaScript
    عرض على GitHub↗17,794
  • lukeed/clsxالصورة الرمزية لـ lukeed

    lukeed/clsx

    9,791عرض على GitHub↗

    clsx is a JavaScript utility for constructing space-separated CSS class strings. It functions as a logic-based string builder that merges strings and objects into a single string by evaluating the truthiness of provided values. The utility orchestrates the generation of HTML class attributes by filtering out null or undefined values. It enables conditional styling by combining static and dynamic classes, which allows for the management of UI styling based on state or interaction. The project handles a variety of input structures, including arrays and objects, to produce a unified list of act

    Provides the logic to map object keys to CSS classes based on the truthiness of their values.

    JavaScript
    عرض على GitHub↗9,791
  • hwalsuklee/tensorflow-generative-model-collectionsالصورة الرمزية لـ hwalsuklee

    hwalsuklee/tensorflow-generative-model-collections

    3,922عرض على GitHub↗

    هذه مكتبة لمعماريات النماذج التوليدية المبنية باستخدام إطار عمل TensorFlow. توفر تطبيقات لإنتاج بيانات اصطناعية وصور واقعية، مع التركيز بشكل خاص على أجهزة التشفير التلقائي المتغيرة (Variational Autoencoders) ومتغيرات مختلفة من الشبكات التنافسية التوليدية (GANs). تتضمن المجموعة معماريات GAN محددة مثل WGAN-GP وLSGAN وInfoGAN وEBGAN. كما تتميز بأجهزة تشفير تلقائي متغيرة مصممة لتعلم التمثيلات الكامنة وتوليف عينات جديدة من التوزيعات المتعلمة. يغطي المشروع خطوط معالجة الصور لتطبيع وقص البيانات، بالإضافة إلى مجموعة أدوات من طبقات الشبكات العصبية بما في ذلك التلافيف ثنائية الأبعاد والتحويلات الخطية. يوفر قدرات لمعالجة الفضاء الكامن، وحقن ناقل التكييف، واستقرار النموذج من خلال دوال خسارة محددة.

    Provides mechanisms to guide image generation by injecting conditioning vectors and labels into the model feature maps.

    Python
    عرض على GitHub↗3,922
  • wojtekmaj/react-calendarالصورة الرمزية لـ wojtekmaj

    wojtekmaj/react-calendar

    3,782عرض على GitHub↗

    react-calendar is a customizable date grid and picker for React applications. It provides an interactive interface for selecting single or multiple dates and navigating between months and years. The component uses browser internationalization APIs to format months and days, enabling multilingual date formatting for different global regions. It allows for external customization through prop-driven render overrides to replace default date cell displays. The library handles the underlying date calculations and state-driven navigation required for scheduling interfaces and date-based grids.

    Uses conditional logic to map CSS classes to dates based on their selection or disabled state.

    TypeScriptcalendardatedate-picker
    عرض على GitHub↗3,782
  1. Home
  2. Web Development
  3. Conditional Class Mappings

استكشف الوسوم الفرعية

  • Conditioning Vector InjectionTechniques for merging external labels or metadata into feature maps to guide generative output. **Distinct from Conditional Class Mappings:** Distinct from Conditional Generative Modeling: focuses specifically on the mechanism of injecting vectors into feature maps rather than the general modeling approach.