According to https://keycapsss.com/keyboard-parts/pcb/71/lily58-pro-split-keyboard-pcb?number=KC10040_PARTS
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
| ➜ v0.12 git:(v0.12.0-release) ✗ diff -urN out/doc/api /tmp/api | |
| diff -urN out/doc/api/_toc.html /tmp/api/_toc.html | |
| --- out/doc/api/_toc.html 2015-02-24 14:18:33.000000000 -0800 | |
| +++ /tmp/api/_toc.html 2015-02-24 14:13:09.000000000 -0800 | |
| @@ -85,6 +85,7 @@ | |
| <li><a href="string_decoder.html">String Decoder</a></li> | |
| <li><a href="timers.html">Timers</a></li> | |
| <li><a href="tls.html">TLS/SSL</a></li> | |
| +<li><a href="tracing.html">Tracing</a></li> | |
| <li><a href="tty.html">TTY</a></li> |
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
| # source: http://unix.stackexchange.com/a/20413 | |
| # prevent loading the alias if it's not an interactive shell | |
| [ -z "$PS1" ] && return | |
| function cd { | |
| builtin cd "$@" && ls -F | |
| } |
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
| { | |
| "extends": "airbnb/base", | |
| "plugins": [ | |
| "react" | |
| ], | |
| "env": { | |
| "node": true, | |
| "jasmine": true, | |
| }, | |
| "rules": { |
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/swift | |
| // DISCLAIMER | |
| // This script modifies an unencrypted file associated with the trial version of Final Cut Pro. | |
| // Under the DMCA (17 U.S.C. § 1201), this modification does not qualify as circumvention of a technological | |
| // protection measure (TPM), as it does not involve bypassing encryption, authentication, or similar protections. | |
| // Distributing this code is therefore legal under the DMCA. | |
| // This script is intended for educational and research purposes, such as exploring trial-related file structures, |
OlderNewer