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
    
  
  
    
  | //============================================================================ | |
| // Name : getpos.cpp | |
| // Author : wocson | |
| // Version : 0.1.25 | |
| // Copyright : (c) 1996 2012 BSD | |
| // Description : getpos substring on string | |
| //============================================================================ | |
| #include <iostream> | |
| #include <iomanip> | 
  
    
      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/bash | |
| ############################################################### | |
| # | |
| # Tape record/read for DAT streamer | |
| # | |
| # wocson (c) | Modify | |
| # Origin: https://l8sae-rexhn1.livejournal.com/15517.html | |
| ############################################################### | |
| export TAPE="/dev/nsa0" | |
| DLM="======================================================" | 
  
    
      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/python3 | |
| ######################################################################## | |
| '''Created on 20190412''' | |
| ######################################################################## | |
| ## | |
| ## SWITCH | |
| ## | |
| class switch(object): | |
| def __init__(self, value): | |
| self.value=value # значение, которое будем искать |