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.
| #!/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.
| ######################################################################## | |
| # 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 | |
| ######################################################################## | |
| @-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"; |
Как подключить скрипт к Гугл-таблице:
suggest-google-sheets.jsguessParty и нажать на кнопку Выполнить.# Install x-code command line tools
xcode-select --install
# Install homebrew itself
| #!/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.
A collection of information about accessing raw MultiTouch events on MacOS.
Compiled while building mtif (a MultiTouch interface for common lisp).