Technical Manager | Backend Developer
-
UppLabs LLC
- Ukraine
- https://stackoverflow.com/users/1277044/alexhalkin
Pinned Loading
-
node-uglify
node-uglify 1uglifyjs --compress --mangle toplevel=true -- bin/index.js
-
Fix UTF-8 encoding for couple specia...
Fix UTF-8 encoding for couple special russian letters 1## Fixing encoding issues in russian filenames
2- https://habrahabr.ru/post/262679/
3- http://ru.stackoverflow.com/questions/481050/%D0%9F%D1%80%D0%BE%D0%B1%D0%BB%D0%B5%D0%BC%D0%B0-%D1%81-%D0%B1%D1%83%D0%BA%D0%B2%D0%BE%D0%B9-%D0%99-%D0%B2-utf-8
45- find . -name '*й*' | while read f; do echo mv "$f" "${f//й/й}"; done
-
Sublime Tips
Sublime Tips 1RegExpt for getting String before the first comma
2^([^,])+
34... alternative approach (option with selecting all possible characters)
5^[a-zA-Z0-9\s\-\(\)\_\<\>]+
-
docker-mail-notes.md
docker-mail-notes.md 1### Docker for mail
2mkdir -p config
3touch config/postfix-accounts.cf
4docker run --rm \
5-e MAIL_USER=alex@domain.com \
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.