1 repositorio
Prevents program execution based on host system properties such as operating system, locale, or hardware origin.
Distinct from Execution Blocking: Focuses on system-level environment blocking rather than blocking inline HTML scripts.
Explore 1 awesome GitHub repository matching development tools & productivity · Hardware and Locale Blocking. Refine with filters or upvote what's useful.
TrumpScript is a Python-based domain specific language and compiler extension that wraps the Python runtime to enforce custom grammar and vocabulary rules. It transforms a specialized, case-insensitive vocabulary and natural speech patterns into executable Python instructions. The implementation distinguishes itself through strict constraints on source code, including a variable name system that restricts identifiers to a predefined whitelist and a numeric parser that rejects any integer not exceeding one million. It further utilizes a token-filtering preprocessor to remove filler words and n
Prevents the program from running on forbidden hardware by checking host system properties and locale.