Skip to content

Instantly share code, notes, and snippets.

View godseraph's full-sized avatar

王家超 godseraph

  • 先行公司
  • Tianjin China
View GitHub Profile

C#编码规范

概述

规范制定原则

  • 方便代码的交流和维护。
  • 不影响编码的效率,不与大众习惯冲突。
  • 使代码更美观、阅读更方便。
  • 使代码的逻辑更清晰、更易于理解。
@godseraph
godseraph / json.vbs
Created May 28, 2017 03:38 — forked from atifaziz/json.vbs
JSON Encoder for VBScript
'==========================================================================
' JSON Encoder for VBScript
' Copyright (c) 2013 Atif Aziz. All rights reserved.
'
' Licensed under the Apache License, Version 2.0 (the "License");
' you may not use this file except in compliance with the License.
' You may obtain a copy of the License at
'
' http://www.apache.org/licenses/LICENSE-2.0
'
@godseraph
godseraph / douban_workflow.py
Last active September 12, 2015 07:36 — forked from wellsnake/douban_workflow.py
douban_workflow
#!/usr/bin/python
# encoding: utf-8
__author__ = 'wellsnake'
import sys
from workflow import Workflow, ICON_WEB, web
def main(wf):
# 设置豆瓣图书查询API地址
doubanURL = 'https://api.douban.com/v2/book/search'
@godseraph
godseraph / 0_reuse_code.js
Created June 14, 2014 02:16
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console