π
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
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist | |
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.locate.plist |
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
aom kubernetes-cli openjpeg \ | |
archey lean-cli [email protected] \ | |
aria2 libde265 osx-cpu-temp \ | |
bash libev pandoc \ | |
bat libevent pcre \ | |
brotli libffi pcre2 \ | |
c-ares libheif pkg-config \ | |
ca-certificates libidn protobuf \ | |
caddy liblqr proxychains-ng \ | |
cloc libomp [email protected] \ |
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
function foo(){ | |
return 'bar' | |
} |
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
// @ts-check | |
import { FontSize, FontWeight, Color, LineHeight } from './styles'; | |
const camelToSnakeCase = (str) => | |
str.replace(/[A-Z]/g, (letter) => `-${letter.toLowerCase()}`); | |
const StyleSheet = { | |
create(a) { | |
return a; | |
}, | |
}; |
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
<View> | |
<View | |
style={{ | |
flexWrap: 'wrap', | |
width: 500, | |
flexDirection: 'row', | |
backgroundColor: 'pink', | |
}} | |
> | |
<View style={{ width: 50, height: 20, backgroundColor: 'red' }}> |
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
javascript: void (document.querySelector("#options_bucket%20%3E%20div.Box.color-border-danger%20%3E%20ul%20%3E%20li:nth-child(3)%20%3E%20details%20%3E%20details-dialog%20%3E%20div.Box-footer%20%3E%20form%20%3E%20p%20%3E%20input%22).value%20=%20document.querySelector('#options_bucket%20%3E%20div.Box.color-border-danger%20%3E%20ul%20%3E%20li:nth-child(3)%20%3E%20details%20%3E%20details-dialog%20%3E%20div.Box-footer%20%3E%20p%20%3E%20strong').textContent);void%20(document.querySelector(%22#options_bucket%20%3E%20div.Box.color-border-danger%20%3E%20ul%20%3E%20li:nth-child(3)%20%3E%20details%20%3E%20details-dialog%20%3E%20div.Box-footer%20%3E%20form%20%3E%20button%22).disabled%20=%20false);void%20(document.querySelector(%22#options_bucket%20%3E%20div.Box.color-border-danger%20%3E%20ul%20%3E%20li:nth-child(4)%20%3E%20details%20%3E%20details-dialog%20%3E%20div.Box-body.overflow-auto%20%3E%20form%20%3E%20button%22).disabled%20=%20false);%20void%20(document.querySelector(%22#options_bucket%20%3E%20div.Box.color-border |
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
{ | |
"editor.fontSize": 14, | |
"editor.fontFamily": "\"OperatorMonoSSmLig Nerd Font\",\"Cascadia Code PL\",\"FantasqueSansMono Nerd Font\",\"operator mono\",\"Fira code Retina\",\"Fira code\",\"Consolas\", Monaco, \"Hannotate SC\",-apple-system", | |
"editor.formatOnType": true, | |
"editor.fontWeight": "bold", | |
"workbench.iconTheme": "material-icon-theme", | |
"files.autoGuessEncoding": false, | |
"editor.parameterHints.enabled": true, | |
"typescript.tsserver.maxTsServerMemory": 1024, | |
"window.nativeTabs": true, |
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
Ghost of Tsushima 25 hrs 2 mins βββββββββββββ 40% | |
Ratchet & Clan... 22 hrs 29 mins βββββββββββββ 100% | |
DEATH STRANDINGβ’ 18 hrs 41 mins βββββββββββββ 71% | |
SCARLET NEXUS 17 hrs 27 mins βββββββββββββ 37% | |
UNCHARTED: Leg... 16 hrs 42 mins βββββββββββββ 14% |
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
@import url("https://cdnjs.cloudflare.com/ajax/libs/lxgw-wenkai-screen-webfont/1.7.0/lxgwwenkaiscreenr.css"); | |
.xlog-page-index, .xlog-page-post { | |
font-family: "LXGW WenKai Screen R", sans-serif; | |
} | |
@font-face { | |
font-family: SFCompactRounded; | |
font-weight: 300; | |
src: url(https://ipfs.4everland.xyz/ipfs/bafybeidme3gx5cgofwznbtccc7vnfi2acecdzaiy7yfcjyq4e3qgzqwzem); |
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
const UIKitColors = { | |
red: { | |
light: '#FF3B30', | |
dark: '#FF453A', | |
}, | |
orange: { | |
light: '#FF9500', | |
dark: '#FF9F0A', | |
}, |