Skip to content

Instantly share code, notes, and snippets.

@skatromb
skatromb / Brewfile
Created August 30, 2021 07:07
Brewfile
# 1. read the doc on Brewfile: https://github.com/Homebrew/homebrew-bundle
# 2. install and run brew:
# /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" && brew bundle
## Common
brew mas
brew telegram
brew deepl
brew spotify
brew sublime-text
@skatromb
skatromb / Line_commenter.py
Last active January 21, 2021 09:05
Удалятор/комментер строк в коде с искомыми словами
import os
import re
from typing import Tuple, TextIO, List, Dict
# Где искать
FILE_PATHS = (
r'/Users/python_skatromb/PycharmProjects/Python/src/allMyCats.py',
)
# Что искать