Skip to content

Instantly share code, notes, and snippets.

View ncasola's full-sized avatar
🐒
Working

Néstor Casola Jiménez ncasola

🐒
Working
View GitHub Profile
@ncasola
ncasola / Cliente
Created October 27, 2025 09:03
Guia de Estilos IA
# 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**.
@ncasola
ncasola / choco-install-apps.ps1
Last active May 20, 2022 11:53 — forked from KristofferRisa/choco-install-apps.ps1
Choco install scripts
# 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
@ncasola
ncasola / my.cnf
Last active July 23, 2021 14:10 — forked from fevangelou/my.cnf
Optimized my.cnf configuration for MySQL/MariaSQL (on Ubuntu, CentOS etc. servers)
# === 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.
@ncasola
ncasola / guaranscript_agricola.js
Created August 10, 2020 08:43
GuaranScript es un UserScript para TamperMonkey, GreaseMonkey etc, diseñada para filtrar los feudos por terreno y subir los niveles agricolas de una sola vez.
// ==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