Skip to content

Instantly share code, notes, and snippets.

@zoidy
zoidy / autoDeleteGmail.js
Last active April 13, 2024 14:24 — forked from jordanlambrecht/autoDeleteGmail.js
Auto Delete / Archive Emails in Gmail
/*
Original Sources:
- https://pixelbakery.com/recipes/gmail-automatically-delete-or-archive-emails
- https://benbjurstrom.com/purge-email
v1.1
https://gist.github.com/zoidy
Auto-archive and delete Gmail messages based on a defined retention period. Functionality:
- Uses Gmail labels to apply retention rules (archive or delete)
@zoidy
zoidy / KDE-Mover-Sizer-AutoHotKey.ahk
Last active January 20, 2021 01:23 — forked from yrtimiD/KDE-Mover-Sizer-AutoHotKey.ahk
KDE-Mover-Sizer-AutoHotKey AutoHotkey
; Internationally known as "KDE Mover-Sizer" Version 2.9a
;
; http://corz.org/windows/software/accessories/KDE-resizing-moving-for-Windows.php
; Which is essentially..
; Easy Window Dragging -- KDE style (requires XP/2k/NT) -- by Jonny
; ..with nobs on. See http://www.autohotkey.com and their forum.
;
; This script makes it much easier to move or resize a window: 1) Hold down
@zoidy
zoidy / Video-and-Subtitle-merger-batch-for-mkvmerge.bat
Last active December 26, 2022 12:53 — forked from CannonballSkippy/Video-and-Subtitle-merger-batch-for-mkvmerge.bat
This is a batch script that will merge subtitles with a video file, resulting in an *.mkv file with internal subtitles.
@echo off
echo ----------------------------------------------------------------------
echo VIDEO AND SUBTITLE MERGER
echo version 1.0.0 by Seyoum
echo ----------------------------------------------------------------------
:: Set file video extention
:VIDEOFILEEXTENTION
echo.
set /p videofileformat=Enter the video file type extension (e.g mp4):
if /I "%videofileformat%" EQU "webm" echo You have chosen %videofileformat% as your video file format&goto:SUBTITLEFILEEXTENTION