Skip to content

Instantly share code, notes, and snippets.

@Wurzelmann
Wurzelmann / overleaf_no_docker.md
Last active January 12, 2025 07:30
overleaf without docker (Debian 12.6)

Installing Overleaf (Sharelatex) without Docker (2024-07-30)

Tested on Debian 12.6 I started with another guide (https://gist.github.com/gelim/a840a99d15cb765cb7b65105b72f00c4), but quickly realized, I wanted to go another route (no runit for example)

Following this guide, it is possible to deploy Overleaf without Docker, but there are no guarantuees it will work nor is there any support for this method by the great folds of Overleaf. This procedure was tested by me on various machines and I did not find any problems with it, all services are running,

@dabd
dabd / gist:5902296
Created July 1, 2013 16:22
isomorph flops (1755)
4c3c2c
5c3c2c
6c3c2c
7c3c2c
8c3c2c
9c3c2c
Tc3c2c
Jc3c2c
Qc3c2c
Kc3c2c
@Xyrem
Xyrem / NvidiaGPUSpoofer.c
Last active January 12, 2025 07:26
Nvidia GPU UUID randomizer
DriverInformation_t NVBase;
uint32_t UuidValidOffset = 0;
// Get nvlddmkm.sys information.
if (!Utils::GetDriverInformation(H("nvlddmkm.sys"), NVBase))
{
DBG("Could not find nvlddmkm.sys\n");
return 0;
}
@adammyhre
adammyhre / InspectorLock.cs
Last active January 12, 2025 07:25
Lock Inspector Icon and Transform Constrain Proportion Icon in Unity
using System.Reflection;
using UnityEditor;
using UnityEngine;
/// <summary>
/// Toggles the Inspector lock state and the Constrain Proportions lock state.
/// </summary>
public static class LockInspector {
static readonly MethodInfo flipLocked;
static readonly PropertyInfo constrainProportions;
@siliconvallaeys
siliconvallaeys / PMax Search Terms and Categories in a Spreadsheet
Last active January 12, 2025 07:22
Add search terms and category labels from Performance Max campaigns on Google Ads to a Google spreadsheet automatically
function main() {
/******************************************
* PMax Search Terms Report
* @version: 1.0
* @authors: Frederick Vallaeys (Optmyzr)
* -------------------------------
* Install this script in your Google Ads account (not an MCC account)
* to generate a spreadsheet containing the search terms in your Performance Max campaigns.
* The spreadsheet also includes data about category labels (groupings of search terms).
* Metrics include conversion value, conversions, clicks, and impressions
@JoakimThorsen
JoakimThorsen / TMC links.md
Last active January 12, 2025 07:19
An attempt at collecting TMC-related resources, websites, mods, servers, and other links.
@shun-shobon
shun-shobon / README.md
Last active January 12, 2025 07:18
Hide private address on Amazon
@ross-u
ross-u / README.md
Last active January 12, 2025 07:15
HTTP Methods & Status Codes - Cheatsheet

HTTP Methods & Status Codes - Cheatsheet



------
@rodw
rodw / backup-github.sh
Last active January 12, 2025 07:11
A simple script to backup an organization's GitHub repositories, wikis and issues.
#!/bin/bash
# A simple script to backup an organization's GitHub repositories.
#-------------------------------------------------------------------------------
# NOTES:
#-------------------------------------------------------------------------------
# * Under the heading "CONFIG" below you'll find a number of configuration
# parameters that must be personalized for your GitHub account and org.
# Replace the `<CHANGE-ME>` strings with the value described in the comments
# (or overwrite those values at run-time by providing environment variables).