`(EE x in N)[x^3 = 27] `
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
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
The protocol included four levels described by exercise examples and goals for range of motion, muscle function, and functional performance for the first 24 weeks of rehabilitation. Goals for each level should be met prior to progression to the next level. Time intervals for each level were suggested but not superior to the goals. A slower progression was expected in those assigned to rehabilitation plus ACL reconstruction. Pain, swelling and discomfort slowed the progression, and if persistent a visit to the treating clinician was scheduled. Use of anti- inflammatory drugs (NSAID) was allowed if needed.
Examples of exercises appropriate for each ph
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
| <!DOCTYPE html> | |
| <html> | |
| <style> | |
| .centered { | |
| position: fixed; | |
| left: 50%; | |
| top: 50%; | |
| } | |
| #message { | |
| width: 10em; |
02 # Number of bytes that follow in first AD structure
01 # Flags AD type
1A # Flags value 0x1A = 000011010
bit 0 (OFF) LE Limited Discoverable Mode
bit 1 (ON) LE General Discoverable Mode
bit 2 (OFF) BR/EDR Not Supported
bit 3 (ON) Simultaneous LE and BR/EDR to Same Device Capable (controller)
bit 4 (ON) Simultaneous LE and BR/EDR to Same Device Capable (Host)
1A # Number of bytes that follow in second (and last) AD structure
FF # Manufacturer specific data AD type
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 os | |
| local_dir = os.path.dirname(__file__) | |
| abs_dir = os.path.join(os.getcwd(), local_dir) | |
| if __name__ == "__main__": | |
| print("Hello World!") |
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
| if __name__ == '__main__': | |
| main() |
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
| - (void)variadic:(NSString*)strings, ... { | |
| va_list lst; | |
| NSString* each; | |
| va_start(lst, strings); | |
| while (each = va_arg(lst, NSString*)) { | |
| [NSString stringWithString: each]; | |
| } | |
| va_end(lst); | |
| } |
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
| /* | |
| * | |
| * Author: ento | |
| * | |
| * Copyright (c) 2005-2008, Jaidev K Sridhar | |
| * Released under the GPL license | |
| * http://www.gnu.org/copyleft/gpl.html | |
| */ | |
| // ==UserScript== |
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
| SLAVE STOP; | |
| CHANGE master to master_log_file=Relay_Master_Log_File,master_log_pos=Exec_Master_Log_Pos; | |
| SLAVE START; |
OlderNewer