Skip to content

Instantly share code, notes, and snippets.

View Paulo-Lopes-Estevao's full-sized avatar
🎯
ding

Paulo Lopes Estevão Paulo-Lopes-Estevao

🎯
ding
View GitHub Profile
@leocomelli
leocomelli / git.md
Last active July 29, 2024 01:50
Lista de comandos úteis do GIT

GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda

@gentildpinto
gentildpinto / gist:cb46bd2c624fb9ed5421731e967c228d
Created February 24, 2021 09:43 — 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:
@Paulo-Lopes-Estevao
Paulo-Lopes-Estevao / git.md
Last active September 17, 2021 08:53 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda

@Paulo-Lopes-Estevao
Paulo-Lopes-Estevao / main.go
Last active June 7, 2023 12:35
API crud using REDIS and DATABASE
package main
import (
"context"
"encoding/json"
"fmt"
"github.com/go-redis/redis/v8"
"github.com/jinzhu/gorm"
_ "github.com/jinzhu/gorm/dialects/sqlite"
"github.com/labstack/echo/v4"
---
- hosts: localhost
connection: local
become: true
vars:
- google_file: /etc/apt/sources.list.d/google-chrome.list
tasks:
- name: base deps
apt: name={{ item }} update_cache=yes
with_items: