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
| def render_split(time, color, offset = -4*pd.datetools.Minute(15)): | |
| if(color is not None): | |
| pl.gca().axvspan( | |
| time + offset, | |
| time + pd.datetools.Minute(15) + offset, | |
| facecolor = pl.cm.Paired( float(color % 12)/12 ), | |
| linewidth = 0, | |
| alpha = 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
| <?xml version="1.0"?> | |
| <root> | |
| <deviceproductdef> | |
| <productname>APPLE_INTERNAL_KEYBOARD_TRACKPAD_0x024c</productname> | |
| <productid>0x024c</productid> | |
| </deviceproductdef> | |
| <deviceproductdef> | |
| <productname>APPLE_WIRELESS_KEYBOARD_0x22c</productname> | |
| <productid>0x22c</productid> | |
| </deviceproductdef> |
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
| *.acn | |
| *.acr | |
| *.alg | |
| *.aux | |
| *.bak | |
| *.bbl | |
| *.bcf | |
| *.blg | |
| *.brf | |
| *.bst |
NewerOlder