Skip to content

Instantly share code, notes, and snippets.

View juninhopo's full-sized avatar

Darlan Jr. juninhopo

View GitHub Profile
@juninhopo
juninhopo / mediaanual.c
Last active December 15, 2017 13:36
Este programa recebe duas variáveis para ser calculado uma media (Notas bimestrais) devolvendo uma media anual do aluno.
//Autor: Darlan Oliveira
//data: 15/12/2017
//Program: Este programa recebe duas variaveis
//para ser calculado uma media. (Notas bimestrais)
//devolvendo uma media anual do aluno.
#include <stdio.h>
#include <stdlib.h>
main ()
@juninhopo
juninhopo / raciocinio-logico.md
Last active January 30, 2024 03:47
Entenda um pouco sobre Raciocínio Lógico
@juninhopo
juninhopo / config.lua
Last active July 4, 2024 07:47
Lunarvim configs
-- Read the docs: https://www.lunarvim.org/docs/configuration
-- Video Tutorials: https://www.youtube.com/watch?v=sFA9kX-Ud_c&list=PLhoH5vyxr6QqGu0i7tt_XoVK9v-KvZ3m6
-- Forum: https://www.reddit.com/r/lunarvim/
-- Discord: https://discord.com/invite/Xb9B4Ny
local linters = require "lvim.lsp.null-ls.linters"
linters.setup {
{ command = "eslint", filetypes = { "typescript", "typescriptreact" } }
}