Skip to content

Instantly share code, notes, and snippets.

View FedeDP's full-sized avatar

Federico Di Pierro FedeDP

  • Sysdig
  • Limbiate, Italy
  • LinkedIn in/fededp
View GitHub Profile
@ryanpedersen42
ryanpedersen42 / config.yml
Last active May 8, 2024 13:00
Path filtering example
version: 2.1
setup: true
orbs:
path-filtering: circleci/path-filtering@0.0.2
workflows:
setup-workflow:
jobs:
#include <clight/public.h>
#include <stdlib.h>
#include <pwd.h>
#include <sys/stat.h>
CLIGHT_MODULE("TRENDLOG");
/*
* Rename to: trendlog.c
*
@mpatraw
mpatraw / p2p.c
Created October 22, 2014 18:10
Simple P2P example using ENet.
/*
* p2p.c
*/
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <enet/enet.h>