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
cat_with_titles() { | |
ext="$1" | |
if [[ -z "$ext" ]]; then | |
echo "Usage: cat_with_titles <file_extension>" | |
return 1 | |
fi | |
for f in *."$ext"; do | |
[[ -e "$f" ]] || continue # skip if no files match | |
echo "===== $f =====" |
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
"***************************************************************************** | |
"" Vim-PLug core | |
"***************************************************************************** | |
let vimplug_exists=expand('~/.vim/autoload/plug.vim') | |
let g:vim_bootstrap_langs = "html,javascript,python,typescript" | |
let g:vim_bootstrap_editor = "vim" " nvim or vim | |
if !filereadable(vimplug_exists) | |
if !executable("curl") |
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
/** | |
*Submitted for verification at Etherscan.io on 2021-05-21 | |
*/ | |
// SPDX-License-Identifier: MIT | |
pragma solidity ^0.8.0; | |
/** | |
* @dev Interface of the ERC20 standard as defined in the EIP. | |
*/ |
This guide will show you how to install World Of Tanks on Ubuntu Linux (or any flavour such as Xubuntu, Lubuntu, Kubuntu, etc) using Wine+PlayOnLinux.
By the end of the guide you should have a fully working, stable client with HD textures and even functional Alt+Tabbing.
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
[ | |
{ | |
"action": "back", | |
"blacklist": false, | |
"exported": true, | |
"key": "alt+b", | |
"open": false, | |
"sites": "*mail.google.com*", | |
"sitesArray": [ | |
"*mail.google.com*" |