Skip to content

Instantly share code, notes, and snippets.

View EvanDarwin's full-sized avatar
💭
Always busy with something

Evan Darwin EvanDarwin

💭
Always busy with something
  • USA
View GitHub Profile
@advaith1
advaith1 / discordjs-slash-commands.md
Last active July 28, 2024 00:12
Slash Commands in Discord.js
@rubbertoe98
rubbertoe98 / exportStrMem.lua
Last active May 20, 2020 17:47
ExportStrMemValues
--Traverse through all files with fileTypes defined in `allowedFileTypes` in resources/, and prints & exports all files
--that have an strmem physical of over `showFilesAbovePhys` to resources/strmeme.txt"
--(Windows only)
--Usage: /checkstrmeme
local allowedFileTypes = {
".ytd",
".ydr",
}
@denji
denji / http-benchmark.md
Last active October 13, 2024 00:43
HTTP(S) Benchmark Tools / Toolkit for testing/debugging HTTP(S) and restAPI (RESTful)
@ck-on
ck-on / ocp.php
Last active September 5, 2024 01:35
OCP - Opcache Control Panel (aka Zend Optimizer+ Control Panel for PHP)#ocp #php #opcache #opcode #cache #zend #optimizerplus #optimizer+
<?php
/*
OCP - Opcache Control Panel (aka Zend Optimizer+ Control Panel for PHP)
Author: _ck_ (with contributions by GK, stasilok)
Version: 0.1.7
Free for any kind of use or modification, I am not responsible for anything, please share your improvements
* revision history
0.1.7 2015-09-01 regex fix for PHP7 phpinfo
0.1.6 2013-04-12 moved meta to footer so graphs can be higher and reduce clutter