Be careful before you use these tools.
Some tools may possibly help you to watch WWDC 2013 videos.
| // Open Settings directly for the app | |
| [[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]]; |
| // I don't have to mention that you shouldn't do that in production, right? | |
| @interface UIImagePickerController (Private) | |
| - (void)_setValue:(id)value forProperty:(NSString *)property; | |
| @end | |
| UIImagePickerController *imagePicker = [[UIImagePickerController alloc] init]; | |
| [imagePicker _setValue:@YES forProperty:@"_UIImagePickerControllerAllowAnySuperview"]; |
| uint64_t nanos() { | |
| static mach_timebase_info_data_t info; | |
| mach_timebase_info(&info); | |
| uint64_t now = mach_absolute_time(); | |
| now *= info.numer; | |
| now /= info.denom; | |
| return now; | |
| } |
| // | |
| // UISegmentedControl+Multiline.h | |
| // | |
| // Created by Guilherme Araújo on 6/9/14. | |
| // Copyright (c) 2014 Guilherme Araújo. All rights reserved. | |
| // | |
| #import <UIKit/UIKit.h> | |
| @interface UISegmentedControl (Multiline) |
| // Xcode 6.3 defines new language features to declare nullability | |
| #if __has_feature(nullability) | |
| #define PSPDF_ASSUME_NONNULL_BEGIN _Pragma("clang assume_nonnull begin") | |
| #define PSPDF_ASSUME_NONNULL_END _Pragma("clang assume_nonnull end") | |
| #define ps_nullable nullable | |
| #define ps_nonnull nonnull | |
| #define ps_null_unspecified null_unspecified | |
| #define ps_null_resettable null_resettable | |
| #define __ps_nullable __nullable | |
| #define __ps_nonnull __nonnull |
| #include <netinet/in.h> | |
| #include <sys/socket.h> | |
| #include <unistd.h> | |
| #include <arpa/inet.h> | |
| - (void)sendBroadcastPacket { | |
| // Open a socket | |
| int sd = socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP); | |
| if (sd<=0) { | |
| NSLog(@"Error: Could not open socket"); |
| // | |
| // UIImageView+Webcache_Animation.m | |
| // Tubesmix | |
| // | |
| // Created by Cherif YAYA on 17/03/13. | |
| // Copyright (c) 2013 Cherif YAYA. All rights reserved. | |
| // | |
| #import "UIImageView+Webcache_Animation.h" |
| #!/bin/bash | |
| # This script downloads and builds the iOS, tvOS and Mac openSSL libraries with Bitcode enabled | |
| # Credits: | |
| # https://github.com/st3fan/ios-openssl | |
| # https://github.com/x2on/OpenSSL-for-iPhone/blob/master/build-libssl.sh | |
| # https://gist.github.com/foozmeat/5154962 | |
| # Peter Steinberger, PSPDFKit GmbH, @steipete. | |
| # Felix Schwarz, IOSPIRIT GmbH, @felix_schwarz. |
| "Alfred 2"; idea;Thunder*; iTerm; Terminal;php; Dropbox; Sparrow; "Sequel Pro"; python; ruby; wget; curl; GitHub; git-remote-https; npm; node; perl;prl*;itunes; sftp; whois;traceroute;stroke;ssh;ALiWangwang;MacUpdate*;git*;Git;fzs*;mail;flickr*;xulr*;imess*;com.apple.im*;Airmail;Adium;Prot*;Tokens;Ali*;Lite*;file*;ssh;ftp;Adobe*;PDApp*;Creative*;Vbox*;xulrunner;Virtual*;PDApp;Bit*;Domainers;fire*;plugin*;Atom*;Tokens;.com.realmacsoftware*;Xcode;java;httpd; |