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 bash | |
| ROOT=$PWD | |
| # Backup global resources | |
| while read -r resource | |
| do | |
| echo " scanning resource '${resource}'" |
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
| | project | language | status | link | | |
| | ----------------- | -------- | -------------------- | -------------------------------------------- | | |
| | graphicsmagick-rs | rust | actively-developed | <https://github.com/jmjoy/graphicsmagick-rs> | | |
| | olha | rust | actively-developed | <https://github.com/olha-framework/olha> | | |
| | recorder | rust | as-is | <https://github.com/jmjoy/recorder> | | |
| | idgend | rust | passively-maintained | <https://github.com/jmjoy/idgend> | | |
| | apollo-client | rust | passively-maintained | <https://github.com/jmjoy/apollo-client> | | |
| | keyboard-layout | markdown | as-is | <https://github.com/jmjoy/keyboard-layout> | | |
| | async-wg | rust | deprecated | <https://github.com/jmjoy/async-wg> | | |
| | phper | rust | deprecated | <https://github.com/jmjoy/phper> |
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
| 🎉 Merged PR #24 in jmjoy/phper | |
| 💪 Opened PR #24 in jmjoy/phper | |
| 🗣 Commented on #6 in jmjoy/fastcgi-client-rs | |
| 🎉 Merged PR #8 in jmjoy/fastcgi-client-rs | |
| 💪 Opened PR #37 in rousan/multer-rs |
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 bash | |
| # Rust: Generate the test coverage html files and open it in explorer. | |
| set -xe | |
| OUTPUT_DIR=/tmp/<YOUR_CRATE_NAME> | |
| FIND_PREFIX=<YOUR_CRATE_NAME> | |
| CARGO_INCREMENTAL=0 RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zno-landing-pads" cargo +nightly test |
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
| gsettings set com.deepin.dde.keybinding.mediakey capslock "['']" && gsettings set com.deepin.dde.keyboard layout-options "['caps:swapescape']" |
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
| blacklist evbug | |
| blacklist ideapad_laptop |
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
| ! -*- coding: utf-8 -*- | |
| ! Linux: Swap CapsLock Escape Keys. | |
| ! Run `xmodmap .Xmodmap` to get effect. | |
| clear Lock | |
| keycode 9 = Caps_Lock NoSymbol Caps_Lock | |
| keycode 66 = Escape NoSymbol Escape |
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
| ;;; A page of intro of `smartparens` -> https://ebzzry.io/en/emacs-pairs/ | |
| ;; Default keybings for emacs keybings of `smartparens` | |
| ;; (bind-keys | |
| ;; :map smartparens-mode-map | |
| ;; ("C-M-a" . sp-beginning-of-sexp) | |
| ;; ("C-M-e" . sp-end-of-sexp) | |
| ;; | |
| ;; ("C-<down>" . sp-down-sexp) | |
| ;; ("C-<up>" . sp-up-sexp) |
NewerOlder