Skip to content

Instantly share code, notes, and snippets.

View pedroos's full-sized avatar

Pedro O Sobota pedroos

  • São Paulo, Brazil
View GitHub Profile
@pedroos
pedroos / TcpServerClient.cs
Last active February 6, 2025 09:30
TCP server and client in C# for LINQPad
// There are two LINQPad .linq files in this code listing.
// You can run them in parallel.
// .NET version: 7+
// TCP server - TcpListener.linq
using System;
using System.Net;
using System.Net.Sockets;
using System.IO;
@pedroos
pedroos / github.user.css
Last active February 4, 2021 22:23
My Typora GitHub Theme Extension
html {
font-size: 13px;
}
.sidebar-content-content {
font-size: 12px !important;
}
body {
font-family: "Iosevka";