Skip to content

Instantly share code, notes, and snippets.

View gbaudoin's full-sized avatar
💭
Drupalin'

Guillaume Baudoin gbaudoin

💭
Drupalin'
View GitHub Profile
@orneryd
orneryd / claudette-agent.installation.md
Last active December 27, 2025 21:46
Claudette coding agent (System Prompt, Preamble, Chatmode, etc…) built especially for free-tier models like chatGPT-3/4/5+ to behave more similar to Claude. Claudette-auto.md is the most structured and focuses on autonomy. *Condensed* nearly the same but smaller token cost for smaller contexts, *Compact* is for mini contexts. Memories file suppo…
@jonpugh
jonpugh / README.md
Last active January 25, 2021 10:11
Modern Symfony/Drupal Development on Windows 10 with WSL / Ubuntu

I bought a $129 Lenovo Windows Laptop

Let's see how much we can get out of this thing.

Rules

  1. Native tools only. No Docker. No Virtualization. No "local dev" products.
  2. Minimize the number of apps. No Chrome.
  3. Use Windows apps whenever possible. VSCode vs IntelliJ
  4. Document all of our steps.
@paragonie-scott
paragonie-scott / crypto-wrong-answers.md
Last active November 21, 2025 14:34
An Open Letter to Developers Everywhere (About Cryptography)
@nebiros
nebiros / mb_str_pad.php
Created November 4, 2009 20:30
mb_str_pad
<?php
/**
* mb_str_pad
*
* @param string $input
* @param int $pad_length
* @param string $pad_string
* @param int $pad_type
* @return string