To improve collaboration this guide is now available on GitHub.
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
| #!/usr/bin/ruby | |
| # | |
| # This tool is only used to "decrypt" the github enterprise source code. | |
| # | |
| # Run in the /data directory of the instance. | |
| require "zlib" | |
| require "byebug" | |
| KEY = "This obfuscation is intended to discourage GitHub Enterprise customers "+ |
I no personal preference/order
vim-elixir: Vim configuration files for Elixir
Janus: This is a distribution of plug-ins and mappings for Vim, Gvim and MacVim.
- Выставить минимальное разрешение монитора
- Проверить чтобы в сайдбаре файндера не было лишнего
- Папки создавать только на английском, сайты в браузере - только на английском
- Записывать с помощью QuickTime
- Первым делом кликнуть на Desktop, чтобы из менюбара ушел Quicktime
- Монтировать в iCloud
- Разкропнуть
- Убрать звук
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
| ######################################################################## | |
| # OPTIMAL .htaccess FILE FOR SPEED AND SECURITY @Version 2.0.9 - 03/2024 | |
| # ---------------------------------------------------------------------- | |
| # @Author: Andreas Hecht | |
| # @Author URI: https://seoagentur-hamburg.com | |
| # License: GNU General Public License v2 or later | |
| # License URI: http://www.gnu.org/licenses/gpl-2.0.html | |
| ######################################################################## | |
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
| @-moz-document domain("github.com"), domain("gist.github.com") { | |
| tt, code, pre, .file-data pre, textarea, .blob-line-code, .blob-code, .blob-code-inner, .diff-line-code { | |
| font-family: "Iosevka Fixed SS08", "Iosevka Fixed", "Iosevka Term", "Iosevka", "Input Mono Condensed", "PragmataPro", "Ubuntu Mono", "Menlo"; | |
| font-weight: 400; | |
| } | |
| } | |
| @-moz-document domain("gitlab.com") { | |
| tt, code, pre, textarea, .code, .file-content.code pre code { | |
| font-family: "Iosevka Fixed SS08", "Iosevka Fixed", "Iosevka Term", "Iosevka", "Input Mono Condensed", "PragmataPro", "Ubuntu Mono", "Menlo"; |
Как подключить скрипт к Гугл-таблице:
- Открыть таблицу.
- В меню выбрать Расширения > Apps Script
- Вставить код из файла
suggest-google-sheets.js - Вместо ВАШ_API_КЛЮЧ указать API-ключ из личного кабинета (https://dadata.ru/profile/#info)
- Сохранить.
- В тулбаре выбрать функцию
guessPartyи нажать на кнопку Выполнить. - Гугл запросит «разрешения на доступ к вашим данным». Нажать «проверить разрешения», выбрать ваш гугл-аккаунт.
- Если появится окно «Эксперты Google не проверяли это приложение» — нажать на «Дополнительные настройки», затем «Перейти на страницу... (небезопасно)».
# Install x-code command line tools
xcode-select --install
# Install homebrew itself
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
| #!/usr/bin/env bash | |
| ## Usage: | |
| ## ./migrate.sh $clone_url $project_name $owner_uid | |
| ## Migrate a repository to gogs into the user namespace of the token-user | |
| ## ./migrate.sh [email protected]:group/repo.git repo 1 | |
| ## uid can be a group uid | |
| ## NB: for local migration, if your gogs instance is inside docker or vm, you must provide path local relative to container's fs | |
| echo $1; |
This is a list of MacOS apps I like. I'm trying to just include apps that are not mainstream but still high quality. The list was complied in August 2017.