Skip to content

Instantly share code, notes, and snippets.

@ayusht9
ayusht9 / javaComplie.sublime-build
Created August 23, 2025 15:51
A build system to compile and run java code in sublime text
{
"shell_cmd": "javac $file && java $file_base_name"
}
@ayusht9
ayusht9 / 1. Fresh-fruits
Created July 9, 2025 19:13 — forked from bella92/1. Fresh-fruits
HTML-Tables
<!DOCTYPE html>
<html>
<head>
<title> Fresh Fruits </title>
</head>
<body>
<table >
<colgroup>
<col style="width: 300px" />
<col style="width: 160px" />
@ayusht9
ayusht9 / ffmpeg.md
Created June 30, 2025 15:14 — forked from Orangestar12/ffmpeg.md
quick ffmpeg cheat sheet

If this is too much for you, check out ffmpeg.lav.io

These are a few quick easy ffmpeg command lines that can be used to make oft-used video formats. I use them a lot so I wrote them down in a txt file but I converted it to markdown to upload here and access on all my pcs.

Feel free to use 'em. I've gathered them through superuser posts, wiki trawls, and personal experience.


General notes

@ayusht9
ayusht9 / rarreg.key
Created December 22, 2024 08:23 — forked from MuhammadSaim/rarreg.key
Step 1: Create a file called rarreg.key Step 2: Paste into the file the raw content of this gist Step 3: Go to Winrar install directory (by default => c:\ProgramFiles\WinRAR\ ) Step 4: Paste the rarreg.key into WinRAR directory Step 5: Enjoy
RAR registration data
WinRAR
Unlimited Company License
UID=4b914fb772c8376bf571
6412212250f5711ad072cf351cfa39e2851192daf8a362681bbb1d
cd48da1d14d995f0bbf960fce6cb5ffde62890079861be57638717
7131ced835ed65cc743d9777f2ea71a8e32c7e593cf66794343565
b41bcf56929486b8bcdac33d50ecf773996052598f1f556defffbd
982fbe71e93df6b6346c37a3890f3c7edc65d7f5455470d13d1190
6e6fb824bcf25f155547b5fc41901ad58c0992f570be1cf5608ba9
@ayusht9
ayusht9 / AdbCommands
Created June 22, 2023 11:05 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader