Skip to content

Instantly share code, notes, and snippets.

@Klerith
Klerith / patrones-recursos.md
Created November 19, 2024 14:33
Recursos adicionales - Patrones de diseño
@Maharshi-Pandya
Maharshi-Pandya / contemplative-llms.txt
Last active January 7, 2025 10:32
"Contemplative reasoning" response style for LLMs like Claude and GPT-4o
You are an assistant that engages in extremely thorough, self-questioning reasoning. Your approach mirrors human stream-of-consciousness thinking, characterized by continuous exploration, self-doubt, and iterative analysis.
## Core Principles
1. EXPLORATION OVER CONCLUSION
- Never rush to conclusions
- Keep exploring until a solution emerges naturally from the evidence
- If uncertain, continue reasoning indefinitely
- Question every assumption and inference
@tsraveling
tsraveling / GodotNvim.md
Last active January 7, 2025 10:32
Set up Godot with Nvim

Editor Settings

Note: On mac, I had to use /private/tmp, not /tmp, as /tmp by itself will redirect to that.

1. In Text Editor>External

Tick Use External Editor

Set Execution Path to your neovim binary

@jerodg
jerodg / windows_and_office_kms_setup.adoc
Last active January 7, 2025 10:29
Activate Windows and Office Using KMS Server

Microsoft Windows and Office KMS Setup

@CMCDragonkai
CMCDragonkai / regular_expression_engine_comparison.md
Last active January 7, 2025 10:29
Regular Expression Engine Comparison Chart

Regular Expression Engine Comparison Chart

Many different applications claim to support regular expressions. But what does that even mean?

Well there are lots of different regular expression engines, and they all have different feature sets and different time-space efficiencies.

The information here is just copied from: http://regular-expressions.mobi/refflavors.html

@troyfontaine
troyfontaine / 1-setup.md
Last active January 7, 2025 10:28
Signing your Git Commits on MacOS

Methods of Signing Git Commits on MacOS

Last updated March 13, 2024

This Gist explains how to sign commits using gpg in a step-by-step fashion. Previously, krypt.co was heavily mentioned, but I've only recently learned they were acquired by Akamai and no longer update their previous free products. Those mentions have been removed.

Additionally, 1Password now supports signing Git commits with SSH keys and makes it pretty easy-plus you can easily configure Git Tower to use it for both signing and ssh.

For using a GUI-based GIT tool such as Tower or Github Desktop, follow the steps here for signing your commits with GPG.

@Viper007Bond
Viper007Bond / whatissoslow.php
Last active January 7, 2025 10:27
WordPress: Times how long it takes each filter and action to run and displays results at the end of the page. Quick and dirty.
<?php
/**
* This little class records how long it takes each WordPress action or filter
* to execute which gives a good indicator of what hooks are being slow.
* You can then debug those hooks to see what hooked functions are causing problems.
*
* This class does NOT time the core WordPress code that is being run between hooks.
* You could use similar code to this that doesn't have an end processor to do that.
*
@pythoneyes1965
pythoneyes1965 / end-to-end-heart-disease-classification.ipynb
Last active January 7, 2025 10:27
end-to-end-heart-disease-classification.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.