Skip to content

Instantly share code, notes, and snippets.

View lihz6's full-sized avatar
😍
Focusing

李鸿章 lihz6

😍
Focusing
View GitHub Profile
@lihz6
lihz6 / profiles.json
Created January 4, 2020 13:17
Windows Terminal profiles.json
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"globals": {
"alwaysShowTabs": true,
"copyOnSelect": false,
"defaultProfile": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
"initialCols": 120,
"initialRows": 30,
"requestedTheme": "system",
"showTabsInTitlebar": true,
@lihz6
lihz6 / listener.c
Created May 20, 2019 02:08 — forked from hostilefork/listener.c
Simple listener and sender for UDP multicast
//
// Simple listener.c program for UDP multicast
//
// Adapted from:
// http://ntrg.cs.tcd.ie/undergrad/4ba2/multicast/antony/example.html
//
// Changes:
// * Compiles for Windows as well as Linux
// * Takes the port and group on the command line
//