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/env python | |
# touchbar_demo.py | |
# [email protected] | |
# PyObjC proof of concept NSTouchBar implementation. | |
# Note that exceptions in the delegates will crash with "Illegal instruction: 4" | |
# rather than printing helpful stack traces; look in CrashReporter for the | |
# exception string. | |
import objc | |
from AppKit import \ |
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/env python | |
# touchbar_demo.py | |
# [email protected] | |
# PyObjC proof of concept NSTouchBar implementation. | |
# Note that exceptions in the delegates will crash with "Illegal instruction: 4" | |
# rather than printing helpful stack traces; look in CrashReporter for the | |
# exception string. | |
import objc | |
from AppKit import \ |
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 class=" webkit safari mobile iphone js"> | |
<head> | |
<meta name="viewport" content="width=device-width;"> | |
<style id="ss"></style> | |
<style> | |
body { | |
text-align: center; | |
font-size: 1em; | |
-webkit-transform: translate3d(0,0,0); |