Skip to content

Instantly share code, notes, and snippets.

View AviDuda's full-sized avatar
🦝

Avi Duda AviDuda

🦝
View GitHub Profile
@AviDuda
AviDuda / journal.ps1
Last active October 29, 2016 15:01
Daily journal helper
# Script for keeping a daily journal.
#
# Expected file structure:
#
# template.txt
# bin
# journal.ps1
# journal
# {year}
# {month}
@AviDuda
AviDuda / gif-create.sh
Last active December 13, 2016 12:41
High quality gif
#!/bin/bash
# http://blog.pkh.me/p/21-high-quality-gif-with-ffmpeg.html
# gif-create.sh video.mp4 output.gif start_time duration <fps> <width>
# default is 30 FPS, width 340
# Twitter limits: max 40 FPS and max 15 MB
start_time=$3
@AviDuda
AviDuda / steam-store-dlc-reviews.user.js
Last active June 29, 2018 15:09
Steam Store DLC review stats
// ==UserScript==
// @name Steam Store DLC review stats
// @namespace https://timmy.im/
// @version 1.1
// @description Click on the "Get DLC reviews" link above DLC list
// @author Tomáš Duda
// @match https://store.steampowered.com/app/*
// @grant none
// ==/UserScript==
// ==UserScript==
// @name itch.io play a random bundle game
// @namespace https://twitter.com/tomasduda
// @version 1.0
// @description Shows which game to play next from an itch.io bundle download page.
// @author Tomáš Duda
// @match https://itch.io/bundle/download/*
// @grant GM.setValue
// @grant GM.getValue
// @grant GM.deleteValue
@AviDuda
AviDuda / itch-claim-bundle.user.js
Last active June 30, 2023 05:26
itch.io bundle claimer
// ==UserScript==
// @name itch.io - claim bundle items
// @namespace https://raccoon.land/
// @version 1.3
// @description Claims all items from itch bundles
// @author Avi Duda
// @match https://*.itch.io/*
// @icon https://icons.duckduckgo.com/ip2/itch.io.ico
// @grant GM.setValue
// @grant GM.getValue
@AviDuda
AviDuda / gamediscoverco.user.js
Last active October 7, 2023 23:32
GameDiscoverCo userscript
// ==UserScript==
// @name GameDiscoverCo Steam utils
// @description Links to GameDiscoverCo Plus
// @namespace GameDiscoverCo
// @match https://store.steampowered.com/app/*
// @grant none
// @version 1.0
// @author Avi Duda <avi@gamediscover.co>
// @homepageURL https://gamediscover.co/
// @updateURL https://gist.github.com/AviDuda/8831316b2f20fdd4bbea375e2bed3416/raw/gamediscoverco.user.js