Skip to content

Instantly share code, notes, and snippets.

View gmunumel's full-sized avatar

Gabriel Muñumel gmunumel

  • Eindhoven, The Netherlands
View GitHub Profile
@gmunumel
gmunumel / Program.cs
Created May 7, 2020 09:55
Async method in C#
using System;
using System.Threading.Tasks;
namespace Test
{
class Program
{
static void Main(string[] args)
{
TestAsyncAwaitMethods();
@gmunumel
gmunumel / LFCS_study
Last active August 29, 2015 14:24 — forked from cerebrux/LFCS_study
* LFCS Domains 2015.02
Note - the domains will change somewhat in March 2015. SW RAID
with mdadm will be removed
** The Command Line
*** Editing text files on the CLI
Covers the use of the basic text editors nano and gedit as well
as the advanced editors _vi_ and _emacs_
- nano
simple CLI-based text editor