Skip to content

Instantly share code, notes, and snippets.

View flpinheiro's full-sized avatar
💭
Working with .net 6, react, and studying.net Maui

Felipe Luís Pinheiro flpinheiro

💭
Working with .net 6, react, and studying.net Maui
View GitHub Profile
@flpinheiro
flpinheiro / ExcelExtensions.cs
Last active May 23, 2022 15:24
Extension class to generate excel files.
using ClosedXML.Excel;
using Microsoft.AspNetCore.Mvc;
using System.Data;
using System.IO;
namespace Solution.Domain.Extensions
{
public static class ExcelExtensions
{
public const string ContentType = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet";
@flpinheiro
flpinheiro / gist:1bbc95265644af1ee0d2f52bc0c4bdb3
Last active October 21, 2018 15:25
VulcaNasa Hackaton Brasília 2018
# cerberus
https://github.com/flpinheiro/cerberus.git
Cerberus is an openSourse license of an automatos robot made to scan, analyze and fix the external hull of space ships and stations.
This project was made for the Brasíla Nasa Hackaton 2018.
Project developed by: