Skip to content

Instantly share code, notes, and snippets.

@renestein
renestein / rodina.dlg
Last active December 15, 2015 10:19 — forked from josefslerka/rodina.dlg
rodic(josef, tana).
rodic(josef, sona).
rodic(josef, petr).
rodic(michaela, tana).
rodic(michaela, sona).
rodic(eva, michaela).
rodic(pavel,michaela).
rodic(miluska,josef).
rodic(josefstarsi,josef).
rodic(pavel, jitka).
@renestein
renestein / Program.cs
Last active October 19, 2022 06:21 — forked from rarous/gist:4352819
Aleš Roubíček Task with retry logic.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace TaskWithRetry
{
internal class Program
{
using System;
public enum ErrorCodes
{
NotNumeric,
BadFormat,
ChecksumError
}