Skip to content

Instantly share code, notes, and snippets.

View ivanrosolen's full-sized avatar
:octocat:
....

Ivan Rosolen ivanrosolen

:octocat:
....
  • Stone
  • São Paulo, Brasil
View GitHub Profile
@ivanrosolen
ivanrosolen / progress.php
Created June 10, 2019 17:55
Cli Progress Bar Loop
#!/usr/bin/php
<?php
$iloop = "0";
while (true){
$warn = "Program running hold on!!\r";
if (strlen($warn) === $iloop+1){
$iloop = "0";
}
$warn = str_split($warn);
@ivanrosolen
ivanrosolen / conventional_commits.md
Last active March 25, 2025 21:46 — forked from CesarDenis/CONTRIBUTING.md
Guia para mensagens de commits

Guia para mensagens de commits

Formato da mensagem

Cada mensagem de commit consiste em um cabeçalho, um corpo e um rodapé.

Cabeçalho

Tem um formato pré-definido, que inclui um tipo e um título:

@ivanrosolen
ivanrosolen / links_novos_devs.md
Last active January 10, 2021 02:27
Links úteis para quem está aprendendo "dev"
@ivanrosolen
ivanrosolen / mac_install.md
Last active January 13, 2022 14:37
Mac install script

Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

basic (catalina)

brew install -f git jq jo telnet wget nmap

dev big-sur

brew install -f adr-tools php composer imagemagick ffmpeg exiftool