This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** IOService Tree *** | |
+-o Root <class IORegistryEntry, retain count 11> | |
| { | |
| "IOKitBuildVersion" = "Darwin Kernel Version 14.0.0: Mon Sep 9 20:56:02 PDT 2013; root:xnu-2423.1.74~2/RELEASE_ARM64_S5L8960X" | |
| "OS Build Version" = "11A470a" | |
| "OSKernelCPUSubtype" = 0 | |
| "OSKernelCPUType" = 16777228 | |
| "OSPrelinkKextCount" = 152 | |
| "IOConsoleLocked" = Yes | |
| "IORegistryPlanes" = {"IO80211Plane"="IO80211Plane","IOPower"="IOPower","IODeviceTree"="IODeviceTree","IOService"="IOService","IOAccessory"="IOAccessory","CoreCapture"="CoreCapture"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# !/bin/bash | |
# Copyright (c) 2011 Float Mobile Learning | |
# http://www.floatlearning.com/ | |
# Extension Copyright (c) 2013 Weptun Gmbh | |
# http://www.weptun.de | |
# | |
# Extended by Ronan O Ciosoig January 2012 | |
# | |
# Extended by Patrick Blitz, April 2013 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Code from Clutch, Thanks. https://github.com/KJCracks/Clutch | |
#define mobileinstallationcache @"/private/var/mobile/Library/Caches/com.apple.mobile.installation.plist" | |
typedef NSDictionary* (*MobileInstallationLookup)(NSDictionary *options); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#import <Foundation/Foundation.h> | |
#import <termios.h> | |
#import <time.h> | |
#import <sys/ioctl.h> | |
//UCS2编码支持 | |
@implementation NSString(UCS2Encoding) | |
- (NSString*)ucs2EncodingString{ | |
NSMutableString *result = [NSMutableString string]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Uncrustify Configuration File | |
# File Created With UncrustifyX 0.4.3 (252) | |
# | |
# Alignment | |
# --------- | |
## Alignment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// KBCollectionExtensions.h | |
// | |
// Created by Guy English on 25/02/08. | |
// Copyright 2008 Kickingbear. All rights reserved. | |
// | |
#import <Cocoa/Cocoa.h> | |
/* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Pavan Kumar Sunkara | |
email = [email protected] | |
[core] | |
editor = vim | |
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol | |
excludesfile = ~/.gitignore | |
[sendemail] | |
smtpencryption = tls | |
smtpserver = smtp.gmail.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Need Install NOMAD: gem install nomad-cli | |
# More About NOMAD http://nomad-cli.com | |
####### Configuration | |
# Directory Config | |
SOURCE_NAME="xxx" # Project Bundle name, commonly Project Name | |
TARGET_DIRECTORY="./xxx" # Target ipa and dSYM file Directoy | |
TARGET_NAME_PREFIX="xxx" # Target ipa and dSYM file name |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
APP = LL | |
WORKSPACE = LL | |
CONFIG = AdHoc | |
SCHEME = LLAdHoc | |
ICON_NAME = "[email protected]" | |
BASE_URL = http://ota.nsnotfound.com/ | |
EMAIL_LIST = "[email protected]" | |
EMAIL_DOMAIN = "lexrus.mailgun.org" | |
SFTP_SERVER = [email protected] |