Skip to content

Instantly share code, notes, and snippets.

🌞 Morning 81 commits █████▍░░░░░░░░░░░░░░░ 26.0%
🌆 Daytime 92 commits ██████▏░░░░░░░░░░░░░░ 29.5%
🌃 Evening 109 commits ███████▎░░░░░░░░░░░░░ 34.9%
🌙 Night 30 commits ██░░░░░░░░░░░░░░░░░░░ 9.6%
@Shy07
Shy07 / 📊 Weekly development breakdown
Last active January 20, 2024 00:19
Weekly development breakdown
Vue.js 4 hrs 42 mins ██████████████▏░░░░░░ 67.3%
JavaScript 2 hrs 5 mins ██████▎░░░░░░░░░░░░░░ 29.9%
MDX 8 mins ▍░░░░░░░░░░░░░░░░░░░░ 2.0%
CSS 2 mins ░░░░░░░░░░░░░░░░░░░░░ 0.5%
Less 0 secs ░░░░░░░░░░░░░░░░░░░░░ 0.2%
@Shy07
Shy07 / book-flip-page-turn.markdown
Created April 16, 2020 06:17
book flip page turn
@Shy07
Shy07 / xiaohe_shuangpin.rb
Created October 12, 2019 05:20
帮助健忘的我快速查询小鹤双拼键位
#!/usr/bin/env ruby
#encoding: utf-8
require 'rubygems' unless defined? Gem # rubygems is only needed in 1.8
require "./bundle/bundler/setup"
require "alfred"
mapping = {
'iu' => 'Q',
'ei' => 'W',
@Shy07
Shy07 / token.js
Created September 20, 2019 08:05
api testing sample
const should = require('should')
const request = require('supertest')
const app = require('/path/to/app').default.app
const { describe, it } = global
const username = 'username'
const password = 'password'
describe('token api test', () => {
@Shy07
Shy07 / umbrella-deploy.md
Last active July 16, 2018 08:24
借把伞项目部署简单流程

借把伞项目部署简单流程

安装 RVM

gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
curl -sSL https://get.rvm.io | bash -s stable

安装 Ruby