Skip to content

Instantly share code, notes, and snippets.

@GitHub30
Last active December 20, 2022 15:06
Show Gist options
  • Save GitHub30/22b236d43570f68987264858f014d768 to your computer and use it in GitHub Desktop.
Save GitHub30/22b236d43570f68987264858f014d768 to your computer and use it in GitHub Desktop.
var code = `mbstring.language = Japanese
mbstring.encoding_translation = Off
[mbstring]
mbstring.language = Japanese
mbstring.encoding_translation = Off
mbstring.detect_order = UTF-8,SJIS,EUC-JP,JIS,ASCII
mbstring.substitute_character = none
mbstring.strict_detection = Off
zend_extension = xdebug`
var langs = ["c","cpp","csharp","css","diff","go","groovy","html","java","javascript","objc","perl","php","python","r","ruby","sass","scala","shell","sql","swift","xml","yaml"]
console.log(langs.map(l => l + '\n\n```' + l + '\n' + code + '\n```').join('\n\n'))
var code = `tar -xvf InstallFink.tgz
cd InstallFink
sh Install\ Fink.tool
sudo apt update
sudo apt install \
apt-transport-https \
ca-certificates \
curl \
gnupg-agent \
software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable"
sudo apt update
sudo apt install docker-ce docker-ce-cli containerd.io`
var langs = ["c","cpp","csharp","css","diff","go","groovy","html","java","javascript","objc","perl","php","python","r","ruby","sass","scala","shell","sql","swift","xml","yaml"]
console.log(langs.map(l => l + '\n\n```' + l + '\n' + code + '\n```').join('\n\n'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment