Skip to content

Instantly share code, notes, and snippets.

@Stmu
Stmu / runit.txt
Last active April 3, 2017 18:27
runit-box
START http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/Stmu/318b218050e2c7ccf8ee/raw/e124fdbe1c8b51027502f7464d3f0a112c93306b/normaler-user
@Stmu
Stmu / Program.cs
Created April 22, 2016 08:45 — forked from DanielSWolf/Program.cs
Console progress bar. Code is under the MIT License: http://opensource.org/licenses/MIT
using System;
using System.Threading;
static class Program {
static void Main() {
Console.Write("Performing some task... ");
using (var progress = new ProgressBar()) {
for (int i = 0; i <= 100; i++) {
progress.Report((double) i / 100);
@Stmu
Stmu / Run-it
Last active August 29, 2015 14:10
BS
START http://boxstarter.org/package/nr/url? ADD RAW URL HERE