| Font | Replace with |
|---|---|
| Arial | Liberation Sans |
| Arial Narrow | Liberation Sans Narrow |
| Book Antiqua | TeX Gyre Pagella |
| Calibri | Carlito |
| Cambria | Caladea |
| Century Gothic | URW Gothic |
๐ค
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
| mytextclock = wibox.widget.textclock(" %m/%d (%a) %H%M ") | |
| mythunarclock = wibox.widget.textclock(" %m/%d/%Y (%a) %H%M ") |
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
| #NoEnv | |
| ; Warn | |
| SendMode Input | |
| SetWorkingDir %A_ScriptDir% | |
| Capslock::Esc | |
| #q::Send !{F4} | |
| #o:: | |
| Send, #+{Left} |
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
| 2008 Ford Crown Victoria | |
| Oil Filters Cross Reference | |
| Brands Chosen Are Based on Personal Preference | |
| Ranked According to Personal Experience with Each Oil Filter and External Research | |
| | Brand | Model | Ref. Number | Smaller Cross Ref. | | |
| | ---------- | -------------------- | ----------- | ------------------ | | |
| | Purolator | BOSS | PBL24651 | - | | |
| | Wix | XP | 51372XP | - | | |
| | FRAM | Synthetic Endurance | FE2 | - | |
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
| // Example Usage in HTML: | |
| // <include-html file="partials/fancy.html"></include-html> | |
| class HTMLIncludeElement extends HTMLElement { | |
| connectedCallback() { | |
| const filepath = this.getAttribute('file'); | |
| if (filepath) { | |
| fetch(filepath) | |
| .then(response => { | |
| if (!response.ok) { |
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
| attrcolor b ".I" | |
| termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' | |
| defbce on | |
| backtick 0 5 5 "/usr/bin/date" '+%m/%d (%a)' | |
| backtick 1 5 5 "/usr/bin/date" '+%H%M' | |
| hardstatus alwaysfirstline | |
| hardstatus string '%{= kW}[%{W} GNU screen %{W}]%{W} %< %{kW}%?%-Lw%?%{= kB}(== %{W}%n*%f %t%?(%u)%? %{kB}==)%{= kW}%?%+Lw%?%? %= %{kW}[%{W}%0` %{W}%1`%{kW}]' | |
| altscreen on | |
| bind 0 select 10 | |
| bind c screen 1 |
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
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
| background = #2c2c2c | |
| foreground = #dcdcdc | |
| # basic colors | |
| black = #3f3f3f | |
| red = #d67979 | |
| green = #60b48a | |
| yellow = #dfaf8f | |
| blue = #9ab8d7 | |
| magenta = #dc8cc3 |
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
| #!/bin/sh | |
| theme_name=$(xfconf-query -c xsettings -p /Net/ThemeName) | |
| if echo "$theme_name" | grep -- "-dark$" >/dev/null 2>&1; then | |
| gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' | |
| else | |
| gsettings set org.gnome.desktop.interface color-scheme 'prefer-light' | |
| fi |
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
| evdev:input:b*v046DpC548* | |
| KEYBOARD_KEY_70065=print |
NewerOlder