Skip to content

Instantly share code, notes, and snippets.

View callowaysutton's full-sized avatar
💻
Developing

Calloway Sutton callowaysutton

💻
Developing
View GitHub Profile
#include <stdio.h>
#include <string.h>
#include <time.h>
#include <stdlib.h>
#define NUM_ITERATIONS 10000
// Function to remove lines starting with '!'
void remove_internal_headers(char *header, size_t len) {
char *read_ptr = header;
#!/bin/bash
# Install Node.js repository
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
# Install Node.js and NPM
sudo apt install -y nodejs
# Verify the installation
node -v