Skip to content

Instantly share code, notes, and snippets.

View sebastianzillessen's full-sized avatar

Sebastian sebastianzillessen

View GitHub Profile
@sebastianzillessen
sebastianzillessen / swagger.json
Created March 18, 2019 08:22
API Definition Swagger
{
"swagger": "2.0",
"info": {
"version": "v1",
"title": "WebApi"
},
"host": "insight.zuehlke.com",
"schemes": [
"https"
],
@sebastianzillessen
sebastianzillessen / print-broadcasts.js
Created April 14, 2015 14:56
AngularJS decorator to display all $emit and $broadcast events of an application.
angular.module('print-broadcasts', []).config(['$provide', function ($provide) {
$provide.decorator('$rootScope', function ($delegate) {
var _emit = $delegate.$emit;
var _broadcast = $delegate.$broadcast;
$delegate.$emit = function () {
console.log("[$emit] " + arguments[0] + " (" + JSON.stringify(arguments) + ")");
return _emit.apply(this, arguments);
};
GIT
remote: git://github.com/hartator/streamio-ffmpeg.git
revision: a1c59cae1a784e3330bb5b55ff12390a255ee9d1
ref: a1c59ca
specs:
streamio-ffmpeg (0.9.0)
GEM
remote: https://rubygems.org/
specs:
@sebastianzillessen
sebastianzillessen / gist:e3a03eb8c2de17dc774b
Created October 21, 2014 09:54
Error message Building iOS simulator build for Facebook
SebastiansMBP2:ios <user>$ ls -la
total 24
drwxr-xr-x 14 <user> staff 476 Oct 21 11:35 .
drwxr-xr-x 5 <user> staff 170 Oct 20 15:51 ..
-rw-r--r--@ 1 <user> staff 6148 Oct 21 11:28 .DS_Store
-rw-r--r-- 1 <user> staff 68 Mar 5 2014 .gitignore
drwxr-xr-x 9 <user> staff 306 Oct 20 16:51 CordovaLib
drwxr-xr-x@ 3 <user> staff 102 May 13 18:09 HD
drwxr-xr-x@ 11 <user> staff 374 May 20 15:15 Lookback-Resources
drwxr-xr-x@ 4 <user> staff 136 May 20 15:15 Safe