start new:
tmux
start new with session name:
tmux new -s myname
Windows Registry Editor Version 5.00 | |
; Default color scheme | |
; for Windows command prompt. | |
; Values stored as 00-BB-GG-RR | |
[HKEY_CURRENT_USER\Console] | |
; BLACK DGRAY | |
"ColorTable00"=dword:00000000 | |
"ColorTable08"=dword:00808080 | |
; BLUE LBLUE |
using System.Collections.Generic; | |
using System.Linq; | |
namespace ViveCodigo.Katas.LCD | |
{ | |
/// <summary> | |
/// Basado en la idea original de @rodrigo_salado | |
/// </summary> | |
public class LCD | |
{ |
This is now an actual repo: