I hereby claim:
- I am kugihaito on github.
- I am kugihaito (https://keybase.io/kugihaito) on keybase.
- I have a public key ASCJznoky2usjbV5QjCFEsMr2g8SXp9THK1_2upM0WyLjwo
To claim this, I am signing this object:
| ☺ | |
| ☻ | |
| ♥ | |
| ♦ | |
| ♣ | |
| ♠ | |
| • | |
| ◘ | |
| ○ | |
| ◙ |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| /** | |
| * Trocar valores hexadecimais por cor | |
| * @param string text | |
| * @return string | |
| * | |
| * @author Kugi Haito | |
| */ | |
| function hexColor(string $text) { |
| # Fazer Bolo | |
| # 06 - Oct, 2017 | |
| # by: Kugi Haito | |
| import time | |
| # Pedir o sabor de bolo desejado.. | |
| add_sabor = input("Informe o sabor do bolo: ") | |
| # Sabores disponiveis | |
| sabores = { |
| #include <iostream> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #include <unistd.h> | |
| using namespace std; | |
| #ifdef WIN32 | |
| char clear[10] = "cls"; |
| @echo off | |
| cls | |
| :: Script criado por Kugi Haito - 26/06/2017 12:23 (Ultima edição em 29/06/2017 21:52) | |
| title BatLogin | |
| mode 110, 30 | |
| set color=1f | |
| :: Inicio, verificar se a dados guardados.. |