Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.mp4 -vcodec h264 -acodec mp2 output.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 accumulatedsum; | |
| /** | |
| * | |
| * @author oscartorres | |
| */ | |
| public class MainFrame extends javax.swing.JFrame { | |
| long currentSum = 0; |
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
| ROMNAME=lineage-14.1 | |
| LINK=https://github.com/LineageOS/android | |
| BRANCH=cm-14.1 | |
| THREAD_COUNT_SYNC=Number of your CPU Threads | |
| echo -e "# Installing necessary packages..." | |
| sudo apt install bc pxz wput | |
| echo -e "# Installed" | |
| echo -e "# Installing repo..." |
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
| // set the first nav item as active | |
| var dis = $(".list-wrap li").eq(0); | |
| // align the wave | |
| align(dis); | |
| // align the wave on click | |
| $(".list-wrap li").click(function(){ | |
| dis = $(this); |
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
| if(-Not $($(whoami) -eq "nt authority\system")) { | |
| $IsSystem = $false | |
| # Elevate to admin (needed when called after reboot) | |
| if (-Not ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] 'Administrator')) { | |
| Write-Host " [i] Elevate to Administrator" | |
| $CommandLine = "-ExecutionPolicy Bypass `"" + $MyInvocation.MyCommand.Path + "`" " + $MyInvocation.UnboundArguments | |
| Start-Process -FilePath PowerShell.exe -Verb Runas -ArgumentList $CommandLine | |
| 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
| { | |
| "EncodedImage": "", | |
| "Name": "AcylDarc", | |
| "Author": "nanaVybes", | |
| "Colors": { | |
| "Foreground": "#FFFFFF", | |
| "Background": "#2E2E2D", | |
| "Cursor": "#FFFFFF", | |
| "CursorAccent": "#FFFFFF", | |
| "Selection": "rgba(214, 214, 214, 0.5)", |
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
| {"version":"2.0.114.1","settings":{"blur":0,"brightness":100,"contrast":100,"grayscale":0,"huerotate":0,"invert":0,"saturate":100,"sepia":0,"applyvideofilters":false,"backgroundcolor":"#000000","backgroundopacity":83,"blackbars":false,"blockads":true,"blockadsexceptforsubs":false,"blockautoplay":true,"blockhfrformats":false,"blockwebmformats":false,"cinemamode":true,"cinemamodewideplayer":true,"controlbar":{"active":true,"autohide":false,"centered":true,"position":"absolute"},"controls":["loop","stop","reverse-playlist","volume-booster","whitelist","not-interested","cards-end-screens","cinema-mode","size","pop-up-player","speed-minus","speed-plus","video-filters","flip-horizontally","flip-vertically","screenshot","keyboard-shortcuts","options"],"controlsvisible":false,"controlspeed":true,"controlspeedmousebutton":false,"controlvolume":false,"controlvolumemousebutton":false,"customcolors":{"--main-color":"#00adee","--main-background":"#111111","--second-background":"#181818","--hover-background":"#232323","--m |
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 | |
| # Instance for Remote Desktop Protocol | |
| echo "••••••••••••••••••••••••••••••••••••••••••••••••••" | |
| echo "Make Instance Ready for Remote Desktop Protocol" | |
| echo "••••••••••••••••••••••••••••••••••••••••••••••••••" | |
| echo " " | |
| echo "install setup file..." | |
| echo " " | |
| sudo apt-get update | |
| rm -rf win2022 win2022.img win2022.gz ngrok ngrok.zip ng.sh > /dev/null 2>&1 |
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 | |
| rm -rf ngrok ngrok.zip ng.sh > /dev/null 2>&1 | |
| echo "••••••••••••••••" | |
| echo "> Download NGROK" | |
| echo "••••••••••••••••" | |
| wget -O ngrok.zip https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip > /dev/null 2>&1 | |
| unzip ngrok.zip > /dev/null 2>&1 | |
| read -p "Paste Ngrok Authtoken: " CRP | |
| ./ngrok authtoken $CRP |