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
| M92 X86.0 ; calibrate x | |
| M92 Y86.0 ; calibrate y | |
| M92 Z2015.75 ; calibrate z | |
| M92 E102 ; calibrate E |
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
| traceroute to charter.com (68.170.21.50), 64 hops max, 52 byte packets | |
| 1 10.0.1.1 (10.0.1.1) 1.063 ms 0.728 ms 0.628 ms | |
| 2 10.108.128.1 (10.108.128.1) 6.629 ms 7.189 ms 5.993 ms | |
| 3 crr01ftwotx-tge-0-3-0-5.ftwo.tx.charter.com (96.34.113.112) 8.021 ms 11.710 ms 11.635 ms | |
| 4 bbr01ftwotx-tge-0-0-5-0.ftwo.tx.charter.com (96.34.2.32) 12.672 ms 9.899 ms 11.711 ms | |
| 5 dls-bb1-link.telia.net (80.239.160.197) 10.864 ms 10.276 ms 10.117 ms | |
| 6 192.205.37.49 (192.205.37.49) 10.552 ms 12.966 ms 13.010 ms | |
| 7 cr1.dlstx.ip.att.net (12.122.214.246) 50.566 ms 50.114 ms 51.784 ms | |
| 8 cr2.nsvtn.ip.att.net (12.122.1.242) 50.429 ms 51.446 ms 52.174 ms | |
| 9 cr1.cl2oh.ip.att.net (12.122.28.74) 51.667 ms 51.268 ms 54.044 ms |
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
| // RATER MODULE for Appcelerator Titanium | |
| /* | |
| WHAT IS IT: | |
| Create a cycling reminder to go rate your app at the App Store. Tracks | |
| the app launch count, and reminds the user every 20 launches (configurable) to | |
| rate the app, with a click to launch the app page in the App Store. | |
| Reminders stop if the user clicks the "Rate Now" or "Don't Remind Me" options. | |
| USAGE: |
NewerOlder