Skip to content

Instantly share code, notes, and snippets.

View codedninja's full-sized avatar
🥷

Michael Pivonka codedninja

🥷
View GitHub Profile
@codedninja
codedninja / keybase.md
Created September 24, 2020 15:12
keybase.md

Keybase proof

I hereby claim:

  • I am codedninja on github.
  • I am codedninja (https://keybase.io/codedninja) on keybase.
  • I have a public key whose fingerprint is 00C6 890D 84E2 1256 44DC DA48 6156 BB91 B3D1 3C25

To claim this, I am signing this object:

#!/bin/bash
#updated ffmpeg progress indicator
#by Rupert Plumridge
#for updates visit www.prupert.co.uk
#Creative Commons Attribution-Non-Commercial-Share Alike 2.0 UK: England & Wales Licence
# Based on the ffmpegprogress bar from: http://handybashscripts.blogspot.com/2011/01/ffmpeg-with-progress-bar-re-work.html
# which was based on my initital progress script - circle of life and all that ;)
# version 2.0
# 07.04.2011
# now uses apparently better progress detection, based on duration of overall video and progress along the conversion
/**
* Runescape's Grand Exchange update script
*
* This is a client that you will run on servers with different IPs
*
* This script provides a base of to update via creating DigitalOcean
* Virtual Machines with an image already created and item prices from
* Runescape's Grand Exchange.
*
* To run the update script simply main();
@codedninja
codedninja / ge_update.php
Created March 30, 2012 06:56
[php] Runescape price update script
<?php
/**
* Runescape's Grand Exchange update script
*
* This class provides Main functionality to get, update, and save
* item prices from Runescape's Grand Exchange.
*
* To run the update script simply run $this->update_prices()
*
* @author Michael Pivonka (Codedninja) <m.pivonka@codedninja.com>