WAIT FOR CYDIA
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
| # This script is a modified version of this: https://github.com/jverkoey/nimbus/blob/master/scripts/generate_namespace_header | |
| header=$SRCROOT/ext/NamespacedDependencies.h | |
| prefix="YOUR_PREFIX_HERE" | |
| echo "Generating $header from $CODESIGNING_FOLDER_PATH..." | |
| echo "// Namespaced Header | |
| #ifndef __NS_SYMBOL |
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
| // | |
| // Created by ddrccw on 14-1-10. | |
| // Copyright (c) 2014年 ddrccw. All rights reserved. | |
| // refer to http://danqingdani.blog.163.com/blog/static/1860941952012102122847478/ | |
| #import <sys/stat.h> | |
| #import <mach-o/dyld.h> | |
| //#import <stdlib.h> | |
| //#import <string.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
| ******************* | |
| The following commands should be run on the device using SSH | |
| Please only do this if you are okay with risking your JB. | |
| ****************** | |
| First install uasharedtools if you don't have it: | |
| ``` | |
| /bootstrap/usr/local/bin/wget -O - http://repo.unlimapps.com/electra/com.unlimapps.uasharedtools/electra.sh | /bootstrap/bin/bash | |
| ``` |
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
| /* | |
| Full explanation is available here: http://attilathedud.me/mac-os-x-el-capitan-10-11-and-task_for_pid/ | |
| */ | |
| /* | |
| To compile, create a file called Info.plist with the following content: | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> |
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
| #!/usr/bin/env bash | |
| # https://developers.supportbee.com/blog/setting-up-cucumber-to-run-with-Chrome-on-Linux/ | |
| # https://gist.github.com/curtismcmullan/7be1a8c1c841a9d8db2c | |
| # http://stackoverflow.com/questions/10792403/how-do-i-get-chrome-working-with-selenium-using-php-webdriver | |
| # http://stackoverflow.com/questions/26133486/how-to-specify-binary-path-for-remote-chromedriver-in-codeception | |
| # http://stackoverflow.com/questions/40262682/how-to-run-selenium-3-x-with-chrome-driver-through-terminal | |
| # http://askubuntu.com/questions/760085/how-do-you-install-google-chrome-on-ubuntu-16-04 | |
| # Versions | |
| CHROME_DRIVER_VERSION=`curl -sS chromedriver.storage.googleapis.com/LATEST_RELEASE` |
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
| (function(Backbone) { | |
| if (Backbone && Backbone.ChildViewContainer) { | |
| _.extend(Backbone.ChildViewContainer.prototype, { | |
| indexOf: function(view) { | |
| return _.values(this._views).indexOf(view) | |
| } | |
| }) | |
| } | |
| Backbone.Model.prototype.put = function(prop, options) { | |
| if (this.isNew()) { |
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 | |
| # Use -gt 1 to consume two arguments per pass in the loop (e.g. each | |
| # argument has a corresponding value to go with it). | |
| # Use -gt 0 to consume one or more arguments per pass in the loop (e.g. | |
| # some arguments don't have a corresponding value to go with it such | |
| # as in the --default example). | |
| # note: if this is set to -gt 0 the /etc/hosts part is not recognized ( may be a bug ) | |
| while [[ $# -gt 1 ]] | |
| do | |
| key="$1" |
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 | |
| # Use -gt 1 to consume two arguments per pass in the loop (e.g. each | |
| # argument has a corresponding value to go with it). | |
| # Use -gt 0 to consume one or more arguments per pass in the loop (e.g. | |
| # some arguments don't have a corresponding value to go with it such | |
| # as in the --default example). | |
| # note: if this is set to -gt 0 the /etc/hosts part is not recognized ( may be a bug ) | |
| while [[ $# -gt 1 ]] | |
| do | |
| key="$1" |
I hereby claim:
- I am eni9889 on github.
- I am eni9889 (https://keybase.io/eni9889) on keybase.
- I have a public key whose fingerprint is AC3F A5DE EC71 621E 1DA2 A71E FC25 FB16 D903 0C1C
To claim this, I am signing this object: