Skip to content

Instantly share code, notes, and snippets.

View mtmk's full-sized avatar

Ziya Suzen mtmk

View GitHub Profile
@mmozeiko
mmozeiko / tls_client.c
Last active September 1, 2026 02:14
simple example of TLS socket client using win32 schannel api
#define WIN32_LEAN_AND_MEAN
#include <winsock2.h>
#include <windows.h>
#define SECURITY_WIN32
#include <security.h>
#include <schannel.h>
#include <shlwapi.h>
#include <assert.h>
#include <stdio.h>
@michaellihs
michaellihs / tmux-cheat-sheet.md
Last active August 22, 2026 09:18
tmux Cheat Sheet