Skip to content

Instantly share code, notes, and snippets.

View jdomzhang's full-sized avatar

Steven Zhang jdomzhang

View GitHub Profile
@jdomzhang
jdomzhang / set gopath on mac
Created April 11, 2018 13:01 — forked from molivier/gist:271bba5d67de1583a8e3
Set $GOPATH on Mac OSX : bash_profile
# Edit ~/.bash_profile
export GOPATH=/Users/username/go
export PATH=$GOPATH/bin:$PATH
# Reload profile : source ~/.bash_profile
@jdomzhang
jdomzhang / index.html
Created January 25, 2018 07:23
Vue 2.0 test
<div id="app">
<app-nav></app-nav>
<app-view>
<app-sidebar></app-sidebar>
<app-content></app-content>
</app-view>
</div>
<div id="app-7">
<ol>
<!--
UPSTART
sudo vi /etc/init/<reponame>.conf
add inside:
description "<reponame>"
author "name"
env PROGRAM_NAME="<reponame>"
using Raven.Database.Indexing;
using Xunit;
using System.Linq;
using System;
namespace Raven.Tests.Bugs.Indexing
{
public class UseMaxForDateTimeTypeInReduce : LocalClientTest
{
private const string map = @"
@one
Feature: SpecFlow Group
In order to reply specflow group
As a group member
I want to answer the discussion
Scenario: Answer discussion
Then I can anwer discussion
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using TechTalk.SpecFlow;
using Rhino.Mocks;
using Domain;
using NUnit.Framework;
namespace SpecFlowGroup1 {
<html>
<body>
<h1>Coding Dojo Presentation</h1>
<h2>Agenda</h2>
<ul>
<li>Introduction</li>
<li>Policy</li>
<li>Goal</li>
<li>Demo...</li>
</ul>