2 مستودعات
Validators that report when a label or identifier in a script points to a nonexistent value, flagging typos or missing definitions.
Distinct from Missing Value Detection: Distinct from Missing Value Detection: focuses on script reference validation, not dataset null entry detection.
Explore 2 awesome GitHub repositories matching data & databases · Reference Validators. Refine with filters or upvote what's useful.
This is an interactive combustion engine simulator that models internal combustion engine mechanics and generates realistic real-time audio output. The simulation computes torque, RPM, and throttle response from user-defined engine components and parameters, with keyboard controls for ignition, starter, throttle, clutch, gears, and simulation speed. The engine behavior is modeled by assembling reusable mechanical parts like cylinders, crankshafts, and exhausts with adjustable parameters, using a custom node-graph scripting language that defines engine components as interconnected nodes. Audio
Reports when a label or identifier in a script points to a nonexistent value.
MobX State Tree is a structured, tree-based state management library for JavaScript applications that combines typed model definitions with reactive snapshots and patch-based change tracking. It provides a reactive state container with runtime and compile-time type safety, where application state is defined as a tree of typed models with collocated actions, computed views, and lifecycle hooks for predictable state mutations. The library is built around an action-centric mutation model that encapsulates all state changes within named functions that directly modify the tree, supported by genera
Validates whether a given value is a valid reference identifier for a specific model type.