Skip to content

Instantly share code, notes, and snippets.

View gabrielsimas's full-sized avatar
💭
Always happy and ready to coding the World!

Gabriel Simas gabrielsimas

💭
Always happy and ready to coding the World!
View GitHub Profile
@gabrielsimas
gabrielsimas / challenge-0004-imdb-movies-data-analyzer-with-python.ipynb
Created January 20, 2025 16:08
Challenge 0004 - IMDB Movies Data Analyzer with Python.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@gabrielsimas
gabrielsimas / desafio-3-an-lise-de-tend-ncias-de-emiss-o-de-co2.ipynb
Last active January 20, 2025 16:14
desafio-3-trend-analysis-rate-co2-mauna-loa.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@gabrielsimas
gabrielsimas / Editora.cs
Created October 13, 2015 21:27
Minhas entidades
//Editora.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ArtigoUnity.Dominio.Entidade
{
[Serializable]