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
    
  
  
    
  | # download some random files from github | |
| import app_fota | |
| from misc import Power | |
| fota = app_fota.new() | |
| fota.download('https://raw.githubusercontent.com/Python-World/python-mini-projects/refs/heads/master/projects/AudioBook/Audio-book.py', '/usr/f.py') # Download | |
| # fota.set_update_flag() # Set update flag | |
| # Power.powerRestart() # Restart | 
  
    
      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
    
  
  
    
  | /****** Object: StoredProcedure [dbo].[sp_histogram] Script Date: 27.08.2019 15:14:14 ******/ | |
| DROP PROCEDURE [dbo].[sp_histogram] | |
| GO | |
| /****** Object: StoredProcedure [dbo].[sp_histogram] Script Date: 27.08.2019 15:14:14 ******/ | |
| SET ANSI_NULLS ON | |
| GO | |
| SET QUOTED_IDENTIFIER ON | 
  
    
      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 System; | |
| using System.Collections.Specialized; | |
| using System.IO; | |
| using System.Linq; | |
| using System.Security.Cryptography; | |
| using System.Web; | |
| namespace BasicOAuth2HttpModule { | |
| /* |