for file in *.MP4; do ffmpeg -i "$file" -c:v libx265 -vtag hvc1 "output/$(basename "$file" .mp4)"; 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
| { | |
| "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
| "blocks": [ | |
| { | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "background": "#ffe9aa", | |
| "foreground": "#100e23", | |
| "powerline_symbol": "\ue0b0", |
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
| // npm install axios --save; | |
| const axios = require('axios').default; | |
| const fs = require('fs'); | |
| const apiKey = '{YOUR_KEY_HERE}'; // Chave gerada no console de desenvolvedor do youtube | |
| const playlistId = 'UUDt4dFdsJyjjA8mQULkOLLw'; // Playlist com todos os videos | |
| const totalVideos = 2413; | |
| const urlVideos = `https://www.googleapis.com/youtube/v3/playlistItems?playlistId=${playlistId}&key=${apiKey}&part=snippet&maxResults=50` |
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
| killall ControlStrip |
Open terminal then type the following command
launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist
If you want to load back
launchctl load -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist
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
| [ | |
| { "id": 1, "sigla": "AC", "nome": "Acre" }, | |
| { "id": 2, "sigla": "AL", "nome": "Alagoas" }, | |
| { "id": 3, "sigla": "AM", "nome": "Amazonas" }, | |
| { "id": 4, "sigla": "AP", "nome": "Amapá" }, | |
| { "id": 5, "sigla": "BA", "nome": "Bahia" }, | |
| { "id": 6, "sigla": "CE", "nome": "Ceará" }, | |
| { "id": 7, "sigla": "DF", "nome": "Distrito Federal" }, | |
| { "id": 8, "sigla": "ES", "nome": "Espírito Santo" }, | |
| { "id": 9, "sigla": "GO", "nome": "Goiás" }, |