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 | |
| # check color support | |
| colors=$(tput colors) | |
| if (($colors >= 8)); then | |
| red='\033[0;31m' | |
| nocolor='\033[00m' | |
| else | |
| red= | |
| nocolor= |
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
| %!TEX program = xelatex | |
| % Font Size: | |
| % 10pt, 11pt, 12pt | |
| % Paper Size: | |
| % a4paper, letterpaper, a5paper, leagalpaper, executivepaper, landscape | |
| % Font Family: | |
| % roman, sans | |
| \documentclass[12pt, a4paper, roman]{moderncv} | |
| % Style: |
via: Computer-Science-Glossary
| 英文 | 译法 1 | 译法 2 | 译法 3 |
|---|---|---|---|
| a block of pointers | 一块指针 | 一组指针 | |
| abbreviation | 缩略语 |
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/python | |
| # | |
| # From https://github.com/robperc/SafariBookmarkEditor | |
| # | |
| # Revision | |
| # 23/10/2017 - ported to Python 3, PEP8 fixes | |
| # | |
| """ | |
| Python module for easily adding, removing, and moving positions of Safari |
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
| {"lastUpload":"2021-03-10T22:27:49.206Z","extensionVersion":"v3.4.3"} |
OlderNewer