Skip to content

Instantly share code, notes, and snippets.

View xgqfrms's full-sized avatar
💭
🎉 👻 💻 🕵️‍♂️

xgqfrms xgqfrms

💭
🎉 👻 💻 🕵️‍♂️
View GitHub Profile
@xgqfrms
xgqfrms / index.html
Last active July 8, 2020 07:16
Flutter in DartPad live app
<h1>Flutter in DartPad live app</h1>
<div>
<canvas id="canvas" width="300" height="300"></canvas>
</div>
function login(n) {
return account.login(n)
}
function logout() {
return account.logout()
}
function register() {
return account.register()
}
function deliverT2() {
@xgqfrms
xgqfrms / readme.md
Created July 17, 2020 04:21
xgqfrms github stats

xgqfrms github stats

@xgqfrms
xgqfrms / Redis-macOS.md
Last active August 19, 2020 09:57
how to install Redis on macOS

how to install Redis on macOS

brew

# update & install
$ brew update
$ brew install redis
@xgqfrms
xgqfrms / url-query-string-params-parser.md
Created August 21, 2020 07:09
URL Query String Params Parser in JavaScript

URL Query String Params Parser in JavaScript

ES6 vanilla version

"use strict";

/**
 *
 * @author xgqfrms
/**
* express static server for react build/dist test!
*/
// simple express server for HTML pages!
// ES6 style
const express = require('express');
const fs = require('fs');
const hostname = '127.0.0.1';
@xgqfrms
xgqfrms / jest-ignore.md
Created September 1, 2020 14:13
jest ignore

jest ignore

jest.config.js

// jest.config.js
@xgqfrms
xgqfrms / 问题 & 解决方案.md
Created July 17, 2018 10:39
问题 & 解决方案

问题

  1. 沟通,语言转文本

  2. 倾听,耐心

  3. 高要求,宏观考虑

  4. 充分利用资源,zrq