Skip to content

Instantly share code, notes, and snippets.

View jazzqi's full-sized avatar
🏠
Working from home

Fei Qi jazzqi

🏠
Working from home
View GitHub Profile
@jazzqi
jazzqi / Profiles.json
Last active September 17, 2018 16:36
iTerm 2 Settings
{
"Profiles": [
{
"Ansi 7 Color" : {
"Green Component" : 0.73333334922790527,
"Red Component" : 0.73333334922790527,
"Blue Component" : 0.73333334922790527
},
"Tags" : [
@jazzqi
jazzqi / Linux .zshrc
Last active September 10, 2018 04:22
zsh syncing
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="/home/pi/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
@jazzqi
jazzqi / extensions.json
Last active March 23, 2021 06:23
VSCode's Settings - Syncing
[
{
"id": "aaron-bond.better-comments",
"name": "better-comments",
"publisher": "aaron-bond",
"version": "2.1.0"
},
{
"id": "alefragnani.Bookmarks",
"name": "Bookmarks",
@jazzqi
jazzqi / .hyper.js
Last active September 12, 2018 02:32
Hyper Sync Setting
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',
### Keybase proof
I hereby claim:
* I am jazzqi on github.
* I am jazzqi (https://keybase.io/jazzqi) on keybase.
* I have a public key ASA4nOaf9KHS_HOP29puhgd_45ZK_U3Jw4zI6H-dSPFxDQo
To claim this, I am signing this object:
@jazzqi
jazzqi / Solid Design Principles in Rails.md
Last active November 22, 2016 03:25
Solid Design Principles in Rails

Solid Design Principles in Rails

SOLID 是面向对象设计和编程中几个重要编码原则的首字母缩写。

  • SRP: The Single Responsibility Principle 单一责任原则
  • OCP: The Open Closed Principle 开放封闭原则
  • LSP: The Liskov Substitution Principle 里氏替换原则
  • ISP: The Interface Segregation Principle 接口分离原则
  • DIP: The Dependency Inversion Principle 依赖倒置原则
@jazzqi
jazzqi / landing_page.md
Created September 9, 2016 06:58
Landing Page Structure

Landing Page架构

hexo static blog generator

Hexo 是一个快速、简洁且高效的博客框架。Hexo 使用 Markdown(或其他渲染引擎)解析文章,在几秒内,即可利用靓丽的主题生成静态网页。

  • 自定义 layout
  • 可配置化 site data,page data
  • EJS模板引擎支持