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
| #pragma mark - Kiwi Blocks rally | |
| // 1/3: Invoke at start of test | |
| #define BlocksRallyStart(_a) \ | |
| NSInteger _blocks_total = _a; __block NSInteger _blocks_counter = 0; | |
| // 2/3: Invoke in each block you're waiting for | |
| #define BlocksRallyCheckpoint \ | |
| _blocks_counter += 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
| #!/usr/bin/python | |
| import time | |
| import BaseHTTPServer | |
| import json | |
| from pprint import pprint | |
| HOST_NAME = '192.168.1.89' | |
| PORT_NUMBER = 9494 | |
| media_results = { |
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
| alias week="curl --silent --url http://vecka.nu | egrep '<div style=\"color: #066EB0; font-family: Arial; font-size: 220pt; line-height: 220pt; font-weight: bold;\">[0-9]*</div>' | sed -e 's/.*>\([0-9]*\)<.*/\1/'"; |
NewerOlder