Skip to content

Instantly share code, notes, and snippets.

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

Nicolas Takashi nicolastakashi

🏠
Working from home
View GitHub Profile
@nicolastakashi
nicolastakashi / calculadora_irpf.ex
Last active March 7, 2018 00:55
Função para calcular imposto de renda pessoa fisica em elixir.
defmodule CalculadoraImpostoRenda do
@moduledoc """
Fornece uma função `calcular/1` para calcular o valor de imposto a ser pago com base no salário informado
"""
@doc """
Calcula o valor de imposto de renda que deve ser pago com base em um salário
## Parameters
- Salario: Valor do salário que deseja saber o valor do IRPF.
@jchandra74
jchandra74 / PowerShell Customization.md
Last active August 20, 2024 20:27
PowerShell, Cmder / ConEmu, Posh-Git, Oh-My-Posh, Powerline Customization

Pimping Up Your PowerShell & Cmder with Posh-Git, Oh-My-Posh, & Powerline Fonts

Backstory (TLDR)

I work as a full-stack developer at work. We are a Windows & Azure shop, so we are using Windows as our development platform, hence this customization.

For my console needs, I am using Cmder which is based on ConEmu with PowerShell as my shell of choice.

Yes, yes, I know nowadays you can use the Linux subsystem on Windows 10 which allow you to run Ubuntu on Windows. If you are looking for customization of the Ubuntu bash shell, check out this article by Scott Hanselman.