Skip to content

Instantly share code, notes, and snippets.

View Alfirian's full-sized avatar
🏠
Working from home

Jesús Alfirian

🏠
Working from home
View GitHub Profile
@Klerith
Klerith / plugins.md
Last active March 28, 2025 19:16
Flutter: Curso de Flutter - Instalaciones recomendadas

Programas

git config --global user.name "Tu nombre"
git config --global user.email "Tu correo"
@priore
priore / gist:7163408
Created October 25, 2013 23:32
ASP.NET [C#] Redirect with post data
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Collections.Specialized;
using System.Text;
// ASP.NET [C#] REDIRECT WITH POST DATA
public static class WebExtensions
{