Skip to content

Instantly share code, notes, and snippets.

@quentin452
quentin452 / ProFi.lua
Created February 16, 2024 10:15 — forked from perky/ProFi.lua
ProFi, a simple lua profiler that works with LuaJIT and prints a pretty report file in columns.
--[[
ProFi v1.3, by Luke Perkin 2012. MIT Licence http://www.opensource.org/licenses/mit-license.php.
Example:
ProFi = require 'ProFi'
ProFi:start()
some_function()
another_function()
coroutine.resume( some_coroutine )
ProFi:stop()
@quentin452
quentin452 / zip_search.py
Last active December 26, 2023 13:06 — forked from makamys/zip_search.py
Recursive zip search
import glob
from zipfile import ZipFile, BadZipFile
import sys
import os
script_directory = os.path.dirname(os.path.realpath(__file__))
rootdir = script_directory
query = input("Enter the text you want to find: ")
names = "--names" in sys.argv
@quentin452
quentin452 / 1.7.10-essentials.md
Created October 25, 2023 00:30 — forked from makamys/1.7.10-essentials.md
List of "Essential" 1.7.10 Mods

List of "Essential" 1.7.10 Mods

This is a list of Minecraft 1.7.10 mods that are not focused on adding new original content. Instead, they make the base game run better, or port over features from other versions of vanilla.

These lists try to comprehensively list all the available options. You will not want to use all of the listed mods at once.

Some of the listed mods require a Mixin bootstrap mod in order to work. See the Mixin mods section near the end of the document for information about that.

Optimization/Fix mods