This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Guía de Prompts para Generación de Código (Cliente‑Only / sin Supabase) | |
| > **Objetivo**: Que Cursor AI / V0 generen apps 100% en cliente, sin backend ni Supabase, siguiendo el estilo de Néstor. | |
| --- | |
| ## 1. Tech‑stack obligatorio | |
| * **Next.js @ latest** (App Router). *Todo en cliente* (componentes con `"use client"`). | |
| * **Tailwind CSS v4**. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Install script for Kristoffer | |
| # Created 06.08.2015 | |
| ECHO Installing apps | |
| ECHO Configure chocolatey | |
| choco feature enable -n allowGlobalConfirmation | |
| choco install peazip | |
| choco install vlc | |
| choco install nomacs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # === Optimized my.cnf configuration for MySQL/MariaSQL (on Ubuntu, CentOS etc. servers) === | |
| # | |
| # https://github.com/RootService/tuning-primer (supports MySQL up to v5.7) | |
| # | |
| # | |
| # --- THINGS TO DO AFTER YOU UPDATE MY.CNF - TROUBLESHOOTING --- | |
| # | |
| # If any terminal commands are mentioned, make sure you execute them as "root" user. | |
| # | |
| # If MySQL or MariaDB cannot start (or restart), then perform the following actions. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name GuaranScript | |
| // @namespace https://guaranpis.es | |
| // @include https://guaranpis.es/* | |
| // @version 0.1 | |
| // @author @ncasolajimenez | |
| // @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html | |
| // @require https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js | |
| // @require https://greasyfork.org/scripts/2199-waitforkeyelements/code/waitForKeyElements.js?version=6349 | |
| // @grant GM_addStyle |