I hereby claim:
- I am nup002 on github.
- I am maggel (https://keybase.io/maggel) on keybase.
- I have a public key ASD11eyRca9f5kSF37f1h4VEHQ27Tv0Fn_NUSCdeVXzNYgo
To claim this, I am signing this object:
| { | |
| "title": "Unicode Keypad Processor", | |
| "rules": [ | |
| { | |
| "description": "Switch to Unicode Hex Input on Option hold", | |
| "manipulators": [ | |
| { | |
| "type": "basic", | |
| "from": { | |
| "key_code": "left_option" |
| { | |
| "title": "Unicode Keypad Processor", | |
| "rules": [ | |
| { | |
| "description": "Unicode hex input with Option key", | |
| "manipulators": [ | |
| // Handle Left Option key - convert and type on release | |
| { | |
| "type": "basic", | |
| "from": { |
| """ | |
| This Gist illustrates how you can import cupy when it may or not be installed. Also works with frozen applications. | |
| If cupy is not installed, or the CUDA_PATH system variable is not set, or the incorrect CUDA version is installed | |
| (relevant for frozen applications), is_cupy_available = False. | |
| """ | |
| import warnings | |
| is_cupy_available = False |
I hereby claim:
To claim this, I am signing this object: