Skip to content

Instantly share code, notes, and snippets.

View gabizinha12's full-sized avatar
🖥️
creating bugs

Gabrielle Lima gabizinha12

🖥️
creating bugs
  • São Paulo
  • 17:54 (UTC -03:00)
View GitHub Profile
@gabizinha12
gabizinha12 / getcep.html
Created April 21, 2023 21:54 — forked from filipemansano/getcep.html
Exemplo básico de consulta de CEP consumindo uma API em jQuery
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Pesquisa CEP</title>
</head>
<body>
@gabizinha12
gabizinha12 / _README.md
Created November 22, 2022 15:57 — forked from alexandreaquiles/_README.md
Como usar JSP com Spring Boot?

Como usar JSP com Spring Boot?

Passo a passo

No pom.xml, adicione as seguintes dependências:

<!-- JSP-->
<dependency>
 org.apache.tomcat.embed
@gabizinha12
gabizinha12 / dicas-kafka-wsl.MD
Created September 5, 2021 18:40 — forked from ermogenes/dicas-kafka-wsl.MD
Dicas de Kafka no Windows com WSL2

Dicas de Kafka no Windows com WSL2

Pré-requisitos:

  • Windows com WSL versão 2.
  • Uma instância de Linux no WSL (eu usei Ubuntu-20.04 da Microsoft Store).

Instalando o Kafka

Em sua instância Linux, instale o OpenJDK 8:

@gabizinha12
gabizinha12 / app.js
Created May 19, 2021 18:12 — forked from stongo/app.js
Joi validation in a Mongoose model
var mongoose = require('mongoose');
mongoose.connect('mongodb://localhost/test');
var db = mongoose.connection;
db.on('error', function() {
return console.error.bind(console, 'connection error: ');
});
@gabizinha12
gabizinha12 / livros.md
Created April 26, 2021 18:45
livros.md

Meus livro 2018

Este ano nao estou lendo nada portanto criei esse markdown pra organizar e voltar meu habito de leitura e parar de me tornar uma acumuladora igual eu fui em 2017

Done

  • O ciclo da procrastinacao
  • Apologia de socrátes - Platão
  • Biblia satanica
  • A cidade da luz - Asano Inio
  • Kafka a beira mar - Haruki Murakami
  • Adventure Time Encyclopaedia
@gabizinha12
gabizinha12 / gist:4d7abe6fad5fcc69f29753db977551fb
Created October 15, 2020 17:15 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@gabizinha12
gabizinha12 / bulma-form.html
Created July 31, 2020 14:22 — forked from hrmsk66/bulma-form.html
Bulma Simple Form
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Hello Bulma!</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.1/css/bulma.min.css">
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
</head>
<body>