Skip to content

Instantly share code, notes, and snippets.

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

Mokhlas Hussein iMokhles

🏠
Working from home
View GitHub Profile
@iMokhles
iMokhles / gist:8767454b988e6bc573751d9b11f2425a
Created August 17, 2016 19:35 — forked from afrael/gist:2777859
Merging to WAV files in iOS
NSURL *originalFileName = [NSURL alloc];
NSURL *RecordingPath =[NSURL fileURLWithPath:[appDelegate.RecordingPath stringByAppendingPathComponent:
[NSString stringWithFormat:@"RecordingFile.wav"]]];
NSLog(@"LocalRecoding Path :%@",RecordingPath);
originalFileName=RecordingPath;
NSURL *temporaryFileName = [NSURL alloc];
@iMokhles
iMokhles / BioLockdown.h
Created May 24, 2016 00:11 — forked from rpetrich/BioLockdown.h
BioLockdown API
#import <Foundation/Foundation.h>
#import <AddressBook/AddressBook.h>
@class SBApplication, CKConversation;
__attribute__((visibility("hidden")))
@interface BioLockdownController : NSObject
+ (BioLockdownController *)sharedController;
@iMokhles
iMokhles / README.md
Created September 17, 2012 09:04 — forked from kirb/README.md
Theos on Windows

Theos on Windows

Instructions to follow soon...