Skip to content

Instantly share code, notes, and snippets.

View KugiHaito's full-sized avatar
🍪
eating cookies

Carlgi Henrique KugiHaito

🍪
eating cookies
View GitHub Profile
@KugiHaito
KugiHaito / alt-caracteres
Created February 19, 2022 17:22 — forked from alt-art/alt-caracteres
Maioria dos Caracteres usando alt em ordem
@KugiHaito
KugiHaito / keybase.md
Created September 4, 2018 17:42
Gist to KeyBase

Keybase proof

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:

@KugiHaito
KugiHaito / hexColor.php
Last active December 14, 2017 21:19
Indenticar e substituir valores hexadecimal para "cor"
<?php
/**
* Trocar valores hexadecimais por cor
* @param string text
* @return string
*
* @author Kugi Haito
*/
function hexColor(string $text) {
@KugiHaito
KugiHaito / makecake.py
Created October 6, 2017 15:23
Criação de um bolo apartir do terminal...
# 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 = {
@KugiHaito
KugiHaito / CLogin.cpp
Last active July 7, 2017 20:09
Login e Cadastro de usuário, com registro persistente(Local)
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
using namespace std;
#ifdef WIN32
char clear[10] = "cls";
@KugiHaito
KugiHaito / batlogin.bat
Created June 30, 2017 00:54
Script de Login e Cadastro de usuário, ao acessar a conta é possível: excluir cadastro, e sair(logout)
@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..