Skip to content

Instantly share code, notes, and snippets.

View waryas's full-sized avatar

TALON SCHMELER waryas

View GitHub Profile
@waryas
waryas / cpuusage.pl
Created December 2, 2017 19:29 — forked from creaktive/cpuusage.pl
Calculating CPU Usage from /proc/stat in Perl
#!/usr/bin/perl
# Ref: Calculating CPU Usage from /proc/stat
# (http://colby.id.au/node/39)
use utf8;
use List::Util qw(sum);
@waryas
waryas / MumGay.c
Last active September 24, 2023 12:10
Use mumble_ol.dll to render on any 3D application.
// OverwolfEmulator.cpp : définit le point d'entrée pour l'application console.
//
#include "stdafx.h"
#include <Windows.h>
#include <stdint.h>
#define OVERLAY_MAGIC_NUMBER 0x00000005
struct OverlayMsgHeader {