This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Edit ~/.bash_profile | |
export GOPATH=/Users/username/go | |
export PATH=$GOPATH/bin:$PATH | |
# Reload profile : source ~/.bash_profile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> | |
<!-- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UPSTART | |
sudo vi /etc/init/<reponame>.conf | |
add inside: | |
description "<reponame>" | |
author "name" | |
env PROGRAM_NAME="<reponame>" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Raven.Database.Indexing; | |
using Xunit; | |
using System.Linq; | |
using System; | |
namespace Raven.Tests.Bugs.Indexing | |
{ | |
public class UseMaxForDateTimeTypeInReduce : LocalClientTest | |
{ | |
private const string map = @" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<h1>Coding Dojo Presentation</h1> | |
<h2>Agenda</h2> | |
<ul> | |
<li>Introduction</li> | |
<li>Policy</li> | |
<li>Goal</li> | |
<li>Demo...</li> | |
</ul> |
NewerOlder