Quick guide on how to setup git signing. Information is aggregated from following sources:
This file contains 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
const purpose = "Purpose: deobfuscate odttf file (extracted from M$ XPS file)" | |
const usage = "Usage: node deobfuscate-odttf-in-xps.js <guid-obfuscated-font-file.odttf> [<output-file.ttf>]" | |
const obfuscatedStartOffset = 0 //start of obfuscated bytes in font file | |
const obfuscatedEndOffset = 32 //start of obfuscated bytes in font file | |
const guidSize = 32 // length of GUID string (only hex characters included) | |
const fs = require('fs') | |
const path = require('path') |
This file contains 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/share/X11/xkb/symbols/altwin | |
partial modifier_keys | |
xkb_symbols "meta_alt" { | |
key <LALT> { [ Alt_L, Meta_L ] }; | |
key <RALT> { | |
type[Group1] = "TWO_LEVEL", | |
symbols[Group1] = [ Alt_R, Meta_R ] }; -> symbols[Group1] = [ Hangul ] }; | |
modifier_map Mod1 { Alt_L, Alt_R, Meta_L, Meta_R }; | |
}; |
This file contains 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
⭐ Total Stars: 0 | |
➕ Total Commits: 1,226 | |
🔀 Total PRs: 80 | |
🚩 Total Issues: 25 | |
📦 Contributed to: 3 |
This file contains 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
1. Install oh-my-zsh | |
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" | |
2. Clone necessary plugins. | |
git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions | |
git clone https://github.com/zsh-users/zsh-history-substring-search ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-history-substring-search | |
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting | |
3. Add plugins to ~/.zshrc as | |
plugins = ( [plugins...] zsh-autosuggestions history-substring-search zsh-syntax-highlighting) |
This file contains 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
🌞 Morning 48 commits █░░░░░░░░░░░░░░░░░░░░ 5.1% | |
🌆 Daytime 277 commits ██████░░░░░░░░░░░░░░░ 29.2% | |
🌃 Evening 411 commits █████████░░░░░░░░░░░░ 43.3% | |
🌙 Night 214 commits ████▋░░░░░░░░░░░░░░░░ 22.5% |
This file contains 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
${CONTENT} |