Skip to content

Instantly share code, notes, and snippets.

View nebgnahz's full-sized avatar

Ben Zhang nebgnahz

View GitHub Profile
@nebgnahz
nebgnahz / gstreamer.md
Last active January 9, 2025 13:12
Collections of GStreamer usages

Most GStreamer examples found online are either for Linux or for gstreamer 0.10.

This particular release note seems to have covered important changes, such as:

  • ffmpegcolorspace => videoconvert
  • ffmpeg => libav

Applying -v will print out useful information. And most importantly the negotiation results.

@nebgnahz
nebgnahz / grt.rb
Last active May 7, 2016 18:40
GRT Brew Formula
class Grt < Formula
desc "The Gesture Recognition Toolkit (GRT) for Real-time machine learning."
homepage "http://www.nickgillian.com/wiki/"
url "https://github.com/nickgillian/grt/archive/v0.0.1.tar.gz"
sha256 "56f90a9ffa8b2bf4e5831d39f9e1912879cf032efa667a5237b57f68800a2dda"
depends_on "cmake" => :build
def install
cd "build"
@nebgnahz
nebgnahz / keybase.md
Created January 4, 2016 23:45
keybase.md

Keybase proof

I hereby claim:

  • I am nebgnahz on github.
  • I am benzh (https://keybase.io/benzh) on keybase.
  • I have a public key whose fingerprint is 8FDE 454B 0A0B 8C7A 1550 E7B7 3C4D 172F 7E10 36DC

To claim this, I am signing this object:

@nebgnahz
nebgnahz / 1.Readme
Last active August 29, 2015 14:19
Add ProgressBar to Your Powerpoint Slides
After finish the slides,
1. Go to "Tools > Macro > Visual Basic Editor".
2. Then "Insert > Module" and copy code (2.ProgressBar) into the page.
3. Configure by changing the `Height`, `Color`, `Position` and `StartFrom` to your preference.
4. Then "Run > Run Sub/UserForm" will do the trick.