Skip to content

Instantly share code, notes, and snippets.

@stollcri
stollcri / ReplayKitExample.m
Last active May 9, 2018 18:11
Created a "Single View Application" project and added ReplayKit code to the ViewController files
//
// ViewController.h
// ReplayKitExample
//
// Created by Christopher Stoll on 6/11/15.
// Copyright © 2015 Christopher Stoll. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <ReplayKit/ReplayKit.h>
@dextorer
dextorer / strip.conf
Created July 6, 2014 13:01
google-play-services-strip-script
actions=true
ads=true
analytics=true
appindexing=true
appstate=true
auth=true
cast=true
common=true
drive=false
dynamic=true
@jstrahan
jstrahan / _typeExtend.lua
Last active April 30, 2017 01:42
typeExtend
-----------------------------------------------------------------
-- copyright © 2014 Jeff Strahan --
-- Permission is granted to use this code --
-- in any of you own projects free of charge --
-- For more modules, templates, tutorials, and snippets --
-- visit http://www.j-strahan.com --
-----------------------------------------------------------------
-- --
-- type() returns the type of an object, (nil, number, string, --
-- boolean, table, function, thread, userdata ) as defined by --
@plentz
plentz / nginx.conf
Last active June 27, 2024 21:05
Best nginx configuration for improved security(and performance)
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048