Skip to content

Instantly share code, notes, and snippets.

View christyanbrayan's full-sized avatar
💻
code the web

christyan brayan christyanbrayan

💻
code the web
View GitHub Profile
@parmentf
parmentf / GitCommitEmoji.md
Last active September 26, 2025 12:14
Git Commit message Emoji
@silvadias22
silvadias22 / Criando tabelas relacionadas
Last active October 5, 2023 13:06
Relacionamento de tabelas MySQL
drop database CrudProfissional;
create database CrudProfissional;
use CrudProfissional;
-- Tabela para armazenamento dos dados do Profissional.
CREATE TABLE Profissional (
idProfissional int NOT NULL PRIMARY KEY AUTO_INCREMENT,
nome VARCHAR(30) NOT NULL,
idade VARCHAR(3) NOT NULL,
@crissilvaeng
crissilvaeng / README.md
Created May 9, 2016 19:40
Padrão e mensagens de commit.

Styleguides

Mensagens de commit styleguide

  • Usar modo imperativo ("Adiciona feature" não "Adicionando feature" ou "Adicionada feature")
  • Primeira linha deve ter no máximo 72 caracteres
  • Considere descrever com detalhes no corpo do commit
  • Considere usar um emoji no início da mensagem de commit

Emoji | Code | Commit Type

@MOOOWOOO
MOOOWOOO / py-gitignore
Last active September 19, 2025 12:38
python pycharm gitignore
# Created by .ignore support plugin (hsz.mobi)
### Python template
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
@kossoy
kossoy / bashrc.sh
Last active October 22, 2023 12:14
Elementary OS default .bashrc
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# We use preexec and precmd hook functions for Bash
# If you have anything that's using the Debug Trap or PROMPT_COMMAND
# change it to use preexec or precmd
# See also https://github.com/rcaloras/bash-preexec
# If not running interactively, don't do anything
case $- in
@DavidWells
DavidWells / aligning-images.md
Last active September 13, 2025 12:29
Guide to aligning images in github readme.md files. https://davidwells.io/snippets/how-to-align-images-in-markdown

Aligning images

This is a guide for aligning images.

See the full Advanced Markdown doc for more tips and tricks

left alignment

@mattmc3
mattmc3 / commit-emojis.md
Last active January 11, 2020 15:35
Commit message emojis
@bmaupin
bmaupin / free-database-hosting.md
Last active September 24, 2025 16:42
Free database hosting
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
export ANDROID_HOME=~/Android/Sdk
export PATH="$PATH:$ANDROID_HOME/tools"
export PATH="$PATH:$ANDROID_HOME/platform-tools"
# Path to your oh-my-zsh installation.
export ZSH="/Users/diegofernandes/.oh-my-zsh"
export PATH="$PATH:/usr/local/bin"
@ashygee
ashygee / Cat-Noone-Accessibility.md
Last active May 9, 2022 15:03
Creative South 2019 Notes

Creative South 2019

Cat Noone - Accessibility

Accessibility and Inclusivity is a big topic. Biggest problem is that people are scared to reach out and ask questions.

Conversation around heavy topics needs to be had but it’s hard to do on the internet, needs to be done face to face.

We have a responsibility as a community to hold each other accountable, and push our benchmark for world class design higher.