Skip to content

Instantly share code, notes, and snippets.

View valentinzberea's full-sized avatar

Valentin Zberea valentinzberea

View GitHub Profile

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

[TestClass]
public static class Initializer
{
[AssemblyInitialize]
public static void InitFactories(TestContext context)
{
var factoryTypes = Assembly.GetExecutingAssembly()
.GetTypes().Where(x => x.Name.EndsWith("Factory"))
.ToList();
@valentinzberea
valentinzberea / about.md
Created August 9, 2011 13:42 — forked from jasonrudolph/about.md
Programming Achievements: How to Level Up as a Developer