Skip to content

Instantly share code, notes, and snippets.

View poostmaan's full-sized avatar
💭
Nothing to say but a lot to see

Luis Angel poostmaan

💭
Nothing to say but a lot to see
  • Venezuela
View GitHub Profile
@Klerith
Klerith / instalaciones-react-query.md
Last active November 30, 2025 18:29
Instalaciones recomendadas para el curso de React Query
@vlrmprjct
vlrmprjct / avgLoad.js
Created October 5, 2021 14:47 — forked from GaetanoPiazzolla/avgLoad.js
% CPU in Node.JS
const os = require("os");
//Create function to get CPU information
function cpuAverage() {
//Initialise sum of idle and time of cores and fetch CPU info
var totalIdle = 0, totalTick = 0;
var cpus = os.cpus();
//Loop through CPU cores