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 | |
export GPU_FORCE_64BIT_PTR 0 | |
export GPU_MAX_HEAP_SIZE 100 | |
export GPU_USE_SYNC_OBJECTS 1 | |
export GPU_MAX_ALLOC_PERCENT 100 | |
export GPU_SINGLE_ALLOC_PERCENT 100 | |
./ethminer --farm-recheck 200 -G -S us2.ethermine.org:4444 -FS us2.ethermine.org:14444 -O 0x5728efb9c60831b52ed2fba050b678f8acc17923.bitpooper |
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
BEGIN; | |
DROP TABLE IF EXISTS `gather_list`; | |
CREATE TABLE `gather_list` ( | |
-- Primary key | |
`list_id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY, | |
-- Key to user.user_id | |
`list_user_id` INT UNSIGNED NOT NULL, | |
-- List title | |
`list_title` VARCHAR(255) BINARY NOT NULL DEFAULT '', |
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
{ | |
"id": 1, | |
"title": "Fake collection", | |
"description": "With a fake description", | |
"owner": "Rob", | |
"public": true, | |
"count": 2, | |
"titles": [{ | |
"title": "Page_create", | |
"mage": "File: Placeholder.png", |
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 | |
function gitclean() { | |
git co master | |
git branch -D `git branch | awk '{ if ($0 !~ /master/) printf "%s", $0 }'` | |
} |
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
including sdk/bash_completion/adb.bash | |
============================================ | |
PLATFORM_VERSION_CODENAME=AOSP | |
PLATFORM_VERSION=4.0.4.0.4.0.4 | |
TARGET_PRODUCT=full | |
TARGET_BUILD_VARIANT=eng | |
TARGET_BUILD_TYPE=release | |
TARGET_BUILD_APPS= | |
TARGET_ARCH=arm |
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
including sdk/bash_completion/adb.bash | |
============================================ | |
PLATFORM_VERSION_CODENAME=AOSP | |
PLATFORM_VERSION=4.0.4.0.4.0.4 | |
TARGET_PRODUCT=full | |
TARGET_BUILD_VARIANT=eng | |
TARGET_BUILD_TYPE=release | |
TARGET_BUILD_APPS= | |
TARGET_ARCH=arm |