This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from gi.repository import GstPbutils | |
from gi.repository import Gtk | |
from gi.repository import Gst | |
from gi.repository import GES | |
from gi.repository import GObject | |
import sys | |
import signal | |
def handle_sigint(sig, frame): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Title: Gallery Tag for Jekyll | |
# Authors: Kevin Brown | |
# Description: gallery using extended bootstrap carousel. Uses a CDN if needed. | |
# | |
# Adaption of "Photos tag for Jekyll" by Devin Weaver | |
# Using bootstrap carosel-extended instead of fancybox: "http://bootsnipp.com/snipps/carousel-extended" | |
# We have also left out the photo tag and are using solly the gallery function | |
# | |
# ** This only covers the markup. Not the integration of carousel-extended ** | |
# |