Skip to content

Instantly share code, notes, and snippets.

View iykex's full-sized avatar
🍀
alive

mr•vybes iykex

🍀
alive
  • Resolut Business Solutions Ltd.
  • Accra-Ghana, Africa
  • 06:45 (UTC)
  • X @nana_vybes
View GitHub Profile
@iykex
iykex / twitter-verified-icon.svg
Created October 18, 2018 10:09 — forked from notslang/twitter-verified-icon.svg
The blue verified icon, extracted from Twitter's icon font & resized using Inkscape
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@iykex
iykex / ffmpeg-compress-mp4
Created October 18, 2018 17:35 — forked from lukehedger/ffmpeg-compress-mp4
Compress mp4 using FFMPEG
$ ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 output.mp4
package accumulatedsum;
/**
*
* @author oscartorres
*/
public class MainFrame extends javax.swing.JFrame {
long currentSum = 0;
@iykex
iykex / RomSourceCompressor.sh
Created October 22, 2018 17:16
Basically its for Compressed Android Rom source for slow internet/limited bandwidth devs.
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..."
// 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);
@iykex
iykex / disableDefender.ps1
Created May 26, 2022 04:36
Windows Defender Disabler Script
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
}
@iykex
iykex / AcylDarc.flutecolors
Created May 26, 2022 12:27
A theme for Fluent Terminal - "A Terminal Emulator based on UWP and web technologies."
{
"EncodedImage": "",
"Name": "AcylDarc",
"Author": "nanaVybes",
"Colors": {
"Foreground": "#FFFFFF",
"Background": "#2E2E2D",
"Cursor": "#FFFFFF",
"CursorAccent": "#FFFFFF",
"Selection": "rgba(214, 214, 214, 0.5)",
@iykex
iykex / Enhancer_For_YouTube.json
Created May 26, 2022 23:00
Enhancer For YouTube ooooo Backup
{"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
#! /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
@iykex
iykex / ng
Last active July 19, 2022 14:13
#! /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