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
    
  
  
    
  | #!/bin/ash | |
| # crontab entry: */15 * * * * /path/to/porkbun-ddhs.sh | |
| # porkbun api key and secret | |
| # create this key/secret pair at https://porkbun.com/account/api | |
| apikey= | |
| apisec= | |
| # define domain name and record (sudomain) to update | 
  
    
      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
    
  
  
    
  | Nuitka-Options:INFO: Used command line options: test.py --standalone | |
| Nuitka-Options:WARNING: Standalone mode on Haiku is not known to be supported, might fail to work. | |
| Nuitka:INFO: Starting Python compilation with Nuitka '1.7.7' on Python '3.9' commercial grade 'not installed'. | |
| Nuitka:WARNING: There is a problem with detecting imports, CPython said: | |
| b'import _frozen_importlib # frozen' | |
| b'import _imp # builtin' | |
| b"import '_thread' # <class '_frozen_importlib.BuiltinImporter'>" | |
| b"import '_warnings' # <class '_frozen_importlib.BuiltinImporter'>" | |
| b"import '_weakref' # <class '_frozen_importlib.BuiltinImporter'>" | |
| b"import '_io' # <class '_frozen_importlib.BuiltinImporter'>" | 
  
    
      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
    
  
  
    
  | QUOTES = '"' | |
| import operator | |
| import readline | |
| class func(str): | |
| def __init__(self, value): | |
| super().__init__() | |
| def __repr__(self): | 
  
    
      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
    
  
  
    
  | ## Follow this link for further updates to Github Desktop for Ubuntu https://github.com/shiftkey/desktop/releases/latest | |
| # UPDATE (2022-11-07): Thanks to Sxvxgee's message, the updated code is as follows | |
| sudo wget https://github.com/shiftkey/desktop/releases/download/release-3.1.1-linux1/GitHubDesktop-linux-3.1.1-linux1.deb | |
| ### Uncomment below line if you have not installed gdebi-core before | |
| # sudo apt-get install gdebi-core | |
| sudo gdebi GitHubDesktop-linux-3.1.1-linux1.deb | |
| # UPDATE (2021-10-18): Thanks to Amin Yahyaabadi's message, the updated code is as follows | 
  
    
      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
    
  
  
    
  | { | |
| "background": "#300A24", | |
| "black": "#171421", | |
| "blue": "#0037DA", | |
| "brightBlack": "#767676", | |
| "brightBlue": "#08458F", | |
| "brightCyan": "#2C9FB3", | |
| "brightGreen": "#26A269", | |
| "brightPurple": "#A347BA", | |
| "brightRed": "#C01C28", |