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 | |
| ## Removendo travas eventuais do apt ## | |
| sudo rm /var/lib/dpkg/lock-frontend ; sudo rm /var/cache/apt/archives/lock ; | |
| ## Atualizando o repositório ## | |
| sudo apt update && sudo apt upgrade -y ; | 
  
    
      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 | |
| if cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor | grep powersave | |
| then | |
| ((indexG=0)) | |
| for indexGov in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor | |
| do | |
| echo performance > "/sys/devices/system/cpu/cpu${indexG}/cpufreq/scaling_governor"; | |
| ((indexG++)) | |
| done | 
  
    
      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
    
  
  
    
  | echo "Inicializando Google Drive..." | |
| notify-send "Inicializando Google Drive..." | |
| rclone mount gdrive: ./gdrive/mydrive --daemon --vfs-cache-max-size 15000M --vfs-cache-mode full | |
| echo "Google Drive montado!" | |
| notify-send "Google Drive montado!" | |
| echo "\nInicializando Google Drive (Shared with me)..." | |
| notify-send "Inicializando Google Drive (Shared with me)..." | 
  
    
      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 | |
| while true; | |
| do | |
| clear | |
| for i in ./*/*.cpp; do \ | |
| if [ -f ./output/`basename $i .cpp` ] | |
| then | |
| g++ $i -o ./output/`basename $i .cpp`; \ | 
  
    
      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
    
  
  
    
  | a | 
  
    
      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
    
  
  
    
  | {"lastUpload":"2020-05-02T17:00:27.428Z","extensionVersion":"v3.4.3"} | 
  
    
      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
    
  
  
    
              Show hidden characters
| { | |
| "bootstrapped": true, | |
| "in_process_packages": | |
| [ | |
| ], | |
| "installed_packages": | |
| [ | |
| "AutoFileName", | |
| "Autoprefixer", | |
| "Better CoffeeScript", |