π
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
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
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
#!/bin/bash | |
for file in *; do | |
name="${file%.*}" | |
convert $file ${name}.webp | |
done |
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
<!-- | |
* @Author: Innei | |
* @Date: 2020-09-06 19:04:12 | |
* @LastEditTime: 2020-09-06 19:54:21 | |
* @LastEditors: Innei | |
* @FilePath: /mask/index.html | |
* @Coding with Love | |
--> | |
<!DOCTYPE html> | |
<html lang="en"> |
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
/* | |
* @Author: Innei | |
* @Date: 2020-08-13 19:55:12 | |
* @LastEditTime: 2020-08-13 20:57:59 | |
* @LastEditors: Innei | |
* @FilePath: /url-animation/index.js | |
* @Coding with Love | |
*/ | |
// @ts-check | |
const allHref = [...document.querySelectorAll('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
log = console.log | |
list = document.querySelectorAll('.test-t > li') | |
questions = []; | |
[...list].map(ch => { | |
log(ch) | |
const title = ch.querySelector('.title').textContent.trim(); | |
const answerBox = ch.querySelector('.answer-box') | |
let answers = [] | |
if (answerBox) { |
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
β° Stats for April 11th 2023 | |
Productivity Pulse 10h 5m ββββββββββ 62% | |
All Productive 5h 24m ββββββββββ 54% | |
All Distracting 2h 10m ββββββββββ 22% | |
Neutral 2h 30m ββββββββββ 25% |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>XtraFinder_ShowStatusBarIcon</key> | |
<false/> | |
<key>XtraFinder_XFArchiveActionPlugin</key> | |
<true/> | |
<key>XtraFinder_XFArchiveActionPlugin_RecentFolders</key> | |
<array> |
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
xcode-select install | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" | |
brew tap thoughtbot/formulae \ | |
github/gh \ | |
mongodb/brew \ | |
beeftornado/rmtree | |
brew install annie \ | |
archey \ | |
ccat \ |