Espelhar Drive de Engenharia Elétrica do IFBA (2018). O Rclone é chato e eu tive que fuçar a API do OneDrive.
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 | |
| HOMEBREW_NO_AUTO_UPDATE=1 brew install ffmpeg --ignore-dependencies --with-chromaprint --with-fdk-aac --with-libass --with-librsvg --with-libsoxr --with-libssh --with-tesseract --with-libvidstab --with-opencore-amr --with-openh264 --with-openjpeg --with-openssl --with-rtmpdump --with-rubberband --with-webp --with-zeromq --with-zimg --with-srt --with-fontconfig --with-freetype --with-frei0r --with-game-music-emu --with-libbluray --with-libbs2b --with-libcaca --with-libgsm --with-libmodplug --with-speex --with-two-lame --with-wavpack |
-
pegar videos do show de ??/??/???? gravados por Joaquim Fauro
-
enviar pro SONY VEGAS
fazer crop em widescreen anamorphico 2:35:1 e ajustar pra pegar a parte de cima, escondendo o logo em baixo exportar em MPEG2 de DVD Player - assim o Nero não precisa reencodar
-
gerar trilha somente com abertura da AGAINST THE MEDIA (FFmpeg e codecs COPY)
00:1f.2 SATA controller: Intel Corporation 8 Series SATA Controller 1 [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 8 Series SMBus Controller (rev 04)
02:00.0 Network controller: Intel Corporation Wireless 7260 (rev 93)
03:00.0 SD Host controller: O2 Micro, Inc. SD/MMC Card Reader Controller (rev 01)
root@ondadigital:/home/ondadigital# lspci -vvv -nn
00:00.0 Host bridge [0600]: Intel Corporation Haswell-ULT DRAM Controller [8086:0a04] (rev 0b)
Subsystem: Dell Haswell-ULT DRAM Controller [1028:05cb]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
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
| SambaVideos API! | |
| ===================== | |
| Este documento descreve os recursos que compõem a API do **SambaVideos**. Se você tiver quaisquer problemas ou pedidos, por favor, contate o suporte clicando aqui. | |
| ---------- | |
| Conteúdo | |
| ------- |
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
| /* | |
| * Hook main() using LD_PRELOAD, because why not? | |
| * Obviously, this code is not portable. Use at your own risk. | |
| * | |
| * Compile using 'gcc hax.c -o hax.so -fPIC -shared -ldl' | |
| * Then run your program as 'LD_PRELOAD=$PWD/hax.so ./a.out' | |
| */ | |
| #define _GNU_SOURCE | |
| #include <stdio.h> |
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
| # Today the twitter user @ayubio said he had received the private key for a Brazillian bank's HTTPS certificate: | |
| # - https://twitter.com/ayubio/status/994260981294469120 | |
| # - https://twitter.com/ayubio/status/994262029929246722 | |
| # - https://twitter.com/ayubio/status/994277992351391744 | |
| # To prove he actualy had the key, another user asked him to sign a message with such key and so he did: | |
| # - http://pastebin.xyz/p?q=bXllODA | |
| # The commands bellow will check that signature | |
| # Store the message in a file (tweet.txt) in the same way @ayubio did: |
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
| // ==UserScript== | |
| // @name EmuParadise Download Workaround | |
| // @version 1.2.2 | |
| // @description Replaces the download button link with a working one | |
| // @author infval (Eptun) | |
| // @match https://www.emuparadise.me/*/*/* | |
| // @grant none | |
| // ==/UserScript== | |
| // https://www.reddit.com/r/Piracy/comments/968sm6/a_script_for_easy_downloading_of_emuparadise_roms/ |