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
    
  
  
    
  | import thumby | |
| def toggle(x, y): | |
| thumby.display.setPixel(x, y, 0) if thumby.display.getPixel(x, y) else thumby.display.setPixel(x, y, 1) | |
| def algo(x, y): | |
| if thumby.display.getPixel(x, y): | |
| toggle(x+1, y) | |
| toggle(x, y+1) | |
  
    
      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
    
  
  
    
  | wget -Uri "https://dl.google.com/tag/s/appguid%3D%7B8A69D345-D564-463C-AFF1-A69D9E530F96%7D%26iid%3D%7B4549E3D4-D0C4-1201-C4B3-39A7175143AB%7D%26lang%3Den%26browser%3D3%26usagestats%3D0%26appname%3DGoogle%2520Chrome%26needsadmin%3Dprefers%26ap%3Dx64-stable-statsdef_1%26installdataindex%3Dempty/chrome/install/ChromeStandaloneSetup64.exe" -OutFile Chromeinst.exe; ./Chromeinst.exe |