Skip to content

Instantly share code, notes, and snippets.

@craftisan
craftisan / jetbrains-installer.md
Created February 25, 2021 04:35
Jetbrains Installer (for macOS)

A simple script to install latest JetBrains IDEs. No activation code required. No license server required.

No need to uninstall or install the IDE manually, the script will do that too.

Supported JetBrains products:

PhpStorm, WebStorm, PyCharm

Legal Note:

@vazgen6
vazgen6 / vscode-extentions.sh
Last active February 29, 2024 15:22
My Favorite extentions for vscode and codium
# General Extentions
code --install-extension wayou.vscode-todo-highlight
code --install-extension EditorConfig.EditorConfig
code --install-extension michelemelluso.code-beautifier
code --install-extension kevinkyang.auto-comment-blocks
code --install-extension yzhang.markdown-all-in-one
code --install-extension ritwickdey.LiveServer
code --install-extension jeremyrajan.webpack
code --install-extension cssho.vscode-svgviewer
code --install-extension mikestead.dotenv
@imba-tjd
imba-tjd / .Cloud.md
Last active May 28, 2024 13:09
☁️ 一些免费的云资源

IaaS指提供系统(可以自己选)或者储存空间之类的硬件,软件要自己手动装;PaaS提供语言环境和框架(可以自己选);SaaS只能使用开发好的软件(卖软件本身);BaaS一般类似于非关系数据库,但各家不通用,有时还有一些其它东西。

其他人的集合

@KevinAst
KevinAst / article.md
Last active March 5, 2023 13:24
Integrating GitBook with JSDoc to Document Your Open Source Project

Integrating GitBook with JSDoc to Document Your Open Source Project

Introduction

Good documentation should include two distinct elements - a Guide and an API:

  1. The Guide builds concepts, providing examples, etc.

GitBook is well suited to

@desaiuditd
desaiuditd / squash.md
Last active February 2, 2022 11:07
Squash multiple commits related to single issue in a PR

The workflow says that the master branch of a project is the golden branch from which all development is based off of.

In order to keep this easy to navigate, it is asked that you squash your commits down to a few, or one, discreet changesets before submitting a pull request. Fixing a bug will usually only need one commit, while a larger feature might contain a couple of separate improvements that is easier to track through different commits.

Once you have rebased your work on top of the latest state of the upstream master, you may have several commits related to the issue you were working on. Once everything is done, squash them into a single commit with a descriptive message, like "Issue #100: Retweet bugfix."

@hakre
hakre / iconv-l.txt
Created December 2, 2012 12:35
Iconv List of Encodings
ANSI_X3.4-1968 ANSI_X3.4-1986 ASCII CP367 IBM367 ISO-IR-6 ISO646-US ISO_646.IRV:1991 US US-ASCII CSASCII
UTF-8
ISO-10646-UCS-2 UCS-2 CSUNICODE
UCS-2BE UNICODE-1-1 UNICODEBIG CSUNICODE11
UCS-2LE UNICODELITTLE
ISO-10646-UCS-4 UCS-4 CSUCS4
UCS-4BE
UCS-4LE
UTF-16
UTF-16BE