Skip to content

Instantly share code, notes, and snippets.

@umutluoglu
umutluoglu / LinkDownloader.cs
Created December 21, 2019 10:19
A simple C# codes that allows to find links within a text file and download link contents from the requested extensions.
using System;
using System.IO;
using System.Net;
using System.Text.RegularExpressions;
namespace LinkDownload
{
class LinkDownloader
{
static void Main(string[] args)
@umutluoglu
umutluoglu / gist:cd07ff17d7d9d048bc453e4fef76f675
Last active October 14, 2025 09:20
devnot-summit-schedule
{
"sessions": {
"salon1_1": {
"id": "salon1_1",
"trackTitle": "Salon 1",
"title": "Açılış Konuşması",
"speakers": ["ugur-umutluoglu"],
"startTime": "09:00",
"tags": ["Opening"]
},