Skip to content

Instantly share code, notes, and snippets.

View yberdnikov's full-sized avatar
🏠
Working from home

Iurii Berdnikov yberdnikov

🏠
Working from home
View GitHub Profile
@yberdnikov
yberdnikov / Good IOS RTSP Player.md
Created June 19, 2020 19:47 — forked from oc2pcoj/Good IOS RTSP Player.md
iOS RTSP player for IP video cameras
//
// SlideAnimatedTransitioning.h
// SwipeLeft
//
// Created by Visnu on 4/14/14.
// Copyright (c) 2014 Visnu Pitiyanuvath. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
@interface IntrinsicTableView : UITableView
@end
@yberdnikov
yberdnikov / API.swift
Last active August 29, 2015 14:06 — forked from higepon/API.swift
//
// API.swift
//
// Created by Taro Minowa on 6/10/14.
// Copyright (c) 2014 Higepon Taro Minowa. All rights reserved.
//
import Foundation
typealias JSONDictionary = Dictionary<String, AnyObject>
@interface UIView (MPAdditions)
@end
@implementation UIView (MPAdditions)
- (id)debugQuickLookObject {
CGSize size = self.bounds.size;
if (size.width < 0.0f || size.height < 0.0f) {
return nil;
}
//
// CJCAnonymousFacesFilter.h
// CJC.FaceMaskingDemo
//
// Created by Chris Cavanagh on 11/9/13.
// Copyright (c) 2013 Chris Cavanagh. All rights reserved.
//
#import <CoreImage/CoreImage.h>
#!/bin/bash
###########################################################################
# Choose your ffmpeg version and your currently-installed iOS SDK version:
#
VERSION="2.0.2"
SDKVERSION="7.0"
#
#
###########################################################################