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
| find . -type f -iname "*.xlsx" -print0 | while IFS= read -r -d $'\0' line; do | |
| echo "$line" | |
| ssconvert -S "$line" "${line%.xlsx}.%s.csv" | |
| # rm "$line" | |
| 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
| vm.swappiness=90 | |
| vm.dirty_ratio=50 | |
| vm.dirty_background_ratio=30 | |
| vm.dirty_writeback_centisecs=60000 | |
| vm.vfs_cache_pressure=150 | |
| vm.laptop_mode=1 | |
| vm.page-cluster=1 | |
| vm.min_free_kbytes=2048 | |
| vm.memory_failure_recovery=1 | |
| vm.panic_on_oom=1 |
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
| { | |
| "auto_match_enabled": false, | |
| "draw_minimap_border": true, | |
| "draw_white_space": "all", | |
| "ensure_newline_at_eof_on_save": true, | |
| "font_size": 14, | |
| "gutter": true, | |
| "highlight_line": true, | |
| "hot_exit": true, | |
| "ignored_packages": |
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
| <meta http-equiv="refresh" content="5"/> | |
| <?php | |
| include('phpa2o.php'); | |
| include('phpsql/oneline.php'); | |
| phpsql\OneLineConfig("pgsql://postgres@localhost/plov"); | |
| $trans = db::Begin(); |
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
| application: you-app-name-here | |
| version: 1 | |
| runtime: python | |
| api_version: 1 | |
| default_expiration: "30d" | |
| handlers: | |
| - url: /(.*\.(appcache|manifest)) | |
| mime_type: text/cache-manifest |
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
| [user] | |
| name = Kirill Berezin | |
| email = enelar@exsul.net | |
| [url "ssh://git@github.com"] | |
| insteadOf = https://github.com | |
| [url "ssh://git@gitlab.com"] | |
| insteadOf = https://gitlab.com | |
| [core] | |
| editor = nano | |
| [push] |
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 | |
| # http://stackoverflow.com/questions/5947742/how-to-change-the-output-color-of-echo-in-linux | |
| RED='\033[0;31m' | |
| NC='\033[0m' # No Color | |
| printf "${RED}Check&install required utility${NC}\n" | |
| rpmqa=`rpm -qa` | |
| echo $rpmqa | grep -qw wget || sudo dnf install wget | |
| echo $rpmqa | grep -qw tar || sudo dnf install tar |
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
| # For more information on configuration, see: | |
| # * Official English Documentation: http://nginx.org/en/docs/ | |
| # * Official Russian Documentation: http://nginx.org/ru/docs/ | |
| user nginx; | |
| worker_processes 1; | |
| error_log /var/log/nginx/error.log; | |
| #error_log /var/log/nginx/error.log notice; | |
| #error_log /var/log/nginx/error.log info; |
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
| vk.com###apps_cat | |
| vk.com###apps_friends_wrap | |
| vk.com###apps_genre10_wrap | |
| vk.com###apps_genre11_wrap | |
| vk.com###apps_genre12_wrap | |
| vk.com###apps_genre13_wrap | |
| vk.com###apps_genre14_wrap | |
| vk.com###apps_genre15_wrap | |
| vk.com###apps_genre16_wrap | |
| vk.com###apps_genre17_wrap |
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
| ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAhQFRE5FW/pGe4wU/f6bCqtW+wZy9bEiB9aqGyymS7VVbAkm7xfBE8pwDXOr+wc53XXuVGGcwhZJPKJKeK0/m1bVkrhXFlffmdcsGtDA+HbM7VyW4qmSPG5fuw9RZJSKswLq7bd6JJhJbClBd8LGWfeuNOhJx5nxNNCrjeaRQJK8Vcf8x0bdX6olOrn70NYpd2I40md1C0Oo9XQbEOzrlCH0Pqii8b2QOQNwG16QkW7+2UtOEXcLnpck6/aUqZIa4G3C28Ga2kjV7L/B0v7uilqQV7ULXfEouFJ/MQxefRZCxX6fmgOE/Ps/3qTQNzQgQ7r2pS3rL5kAadOUvybJCWQ== kberezin.v.exsul.net |