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 CMake 3.16.3 | |
| CMake Error at CMakeLists.txt:30 (include): | |
| include could not find load file: | |
| EnableCCache | |
| CMake Error at CMakeLists.txt:78 (include): | |
| include could not find load file: | 
  
    
      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
    
  
  
    
  | Andreas M. Antonopoulos: The Courage to Innovate Without Permission | |
| https://www.youtube.com/watch?v=ywq6NBETUJ8 | |
| ---------------- | |
| 1 | |
| 00:00:00,400 --> 00:00:09,100 | |
| Valószínűleg hallottátok, hogy Bitcoin-szakértő vagyok. | |
| Teljesen másról akarok beszélni: a bizalomról. | 
  
    
      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
    
  
  
    
  | <html> | |
| <head> | |
| <script> | |
| f = function () { | |
| { return } // BAD | |
| }; | |
| </script> | |
| </head> | |
| <body> | |
| </body> | 
  
    
      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
    
  
  
    
  | <html> | |
| <head> | |
| <meta charset="iso-8859-1"> | |
| <script src="brython.js"></script> | |
| </head> | |
| <body onload="brython(1)"> | |
| <script type="text/python3"> | |
| from browser import alert, document, window | |
| def on_open(evt): | 
  
    
      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/sh | |
| git filter-branch --env-filter ' | |
| an="$GIT_AUTHOR_NAME" | |
| am="$GIT_AUTHOR_EMAIL" | |
| cn="$GIT_COMMITTER_NAME" | |
| cm="$GIT_COMMITTER_EMAIL" | |
| if [ "$GIT_COMMITTER_EMAIL" = "your@email.to.match" ] |