This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | const SEED = 42; | |
| const NEGATE = true; | |
| const WIDTH = 1000; | |
| const HEIGHT = 1000; | |
| const SCALE = 4; | |
| const MAX_ALPHA = 1; | |
| const MIN_ALPHA = 0; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using ArgParse | |
| PREFIX = "STR:" | |
| RGX_NUM = r"^-?\d+\.?\d*$" | |
| RGX_STR = r"\".*?\"" | |
| gen_placeholder(str) = "$PREFIX$(hash(str))" | |
| function identify_strings(code) |