Skip to content

Instantly share code, notes, and snippets.

View HristoKolev's full-sized avatar
🎯
Focusing

Hristo Kolev HristoKolev

🎯
Focusing
  • Sofia, Bulgaria
  • 23:48 (UTC +03:00)
View GitHub Profile
@cleftheris
cleftheris / SchedulerHostedService.cs
Last active May 21, 2022 16:37
Scoped dependency resolving in SchedulerHostedService
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
using Scheduling.Cron;
namespace Scheduling
yum install -y libpng
yum install -y libjpeg
yum install -y openssl
yum install -y icu
yum install -y libX11
yum install -y libXext
yum install -y libXrender
yum install -y xorg-x11-fonts-Type1
yum install -y xorg-x11-fonts-75dpi
namespace HtmlScrubber
{
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Text.RegularExpressions;
using Fizzler.Systems.HtmlAgilityPack;
@jed
jed / LICENSE.txt
Created May 20, 2011 13:27 — forked from 140bytes/LICENSE.txt
generate random UUIDs
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 Jed Schmidt <http://jed.is>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE