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
| android | |
| android.product.res.overlay | |
| android.res.overlay_305 | |
| com.amazon.mShop.android.shopping | |
| com.android.apps.tag | |
| com.android.backupconfirm | |
| com.android.bluetooth | |
| com.android.bluetoothmidiservice | |
| com.android.bookmarkprovider | |
| com.android.browser.res.overlay_305 |
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
| android | |
| android.autoinstalls.config.sony.xperia | |
| android.product.res.overlay.common | |
| android.product.res.overlay.defaultsmsapp | |
| android.product.res.overlay.docomo | |
| android.res.overlay_305 | |
| com.amazon.kindle | |
| com.amazon.mShop.android.shopping | |
| com.android.apps.tag | |
| com.android.backupconfirm |
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
| android | |
| android.auto_generated_characteristics_rro | |
| android.auto_generated_rro_product__ | |
| cn.wps.moffice_eng | |
| com.android.backupconfirm | |
| com.android.bips | |
| com.android.bluetooth | |
| com.android.bluetoothmidiservice | |
| com.android.bookmarkprovider | |
| com.android.calculator2 |
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
| for %%f in (%*) do ( | |
| ffmpeg -protocol_whitelist file,http,https,tcp,tls,crypto -i %%f -movflags faststart -c copy "~nf.mp4" | |
| ) |
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
| package:android | |
| package:androidhwext | |
| package:com.access_company.android.nfcommunicator | |
| package:com.android.apps.tag | |
| package:com.android.backupconfirm | |
| package:com.android.bluetooth | |
| package:com.android.bluetoothmidiservice | |
| package:com.android.bookmarkprovider | |
| package:com.android.calculator2 | |
| package:com.android.calendar |
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
| powershell start-process "cmd.exe" -verb runas -ArgumentList '/k ""cd /d %CD%""' | |
| exit |
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
| for %%f in (%*) do ( | |
| cd /d %%~dpf | |
| ffmpeg -i "%%~f" -vf "subtitles='%%~nxf'" "%%~nf".mp4 | |
| ) |
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 os | |
| import struct | |
| import sys | |
| import wave | |
| def set_loop(input_path, output_path, start_time=None, end_time=None): | |
| with open(input_path, 'rb') as f: | |
| wave_data = f.read() |
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 sqlite3 | |
| import sys | |
| import pandas as pd | |
| def export_all_tables_to_csv(db_file): | |
| conn = sqlite3.connect(db_file) | |
| cursor = conn.cursor() |
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
| ffmpeg -i input.mkv -vf "subtitles=input.mkv" .mp4 |
NewerOlder