Skip to content

Instantly share code, notes, and snippets.

View vinikira's full-sized avatar

Vinícius da Costa Simões vinikira

View GitHub Profile
@nirev
nirev / Dockerfile
Last active June 30, 2020 14:03
Elixir docker deployment
ARG OTP_VERSION=22.0
##################################################
# Base - setup project and docker cache for build
FROM erlang:${OTP_VERSION}-alpine as base
# elixir expects utf8.
ENV ELIXIR_VERSION="v1.9.1" \
LANG=C.UTF-8
@yogthos
yogthos / clojure-beginner.md
Last active May 28, 2024 22:23
Clojure beginner resources

Introductory resources

@rougier
rougier / clean.el
Created May 10, 2020 02:43
A very minimal but elegant emacs configuration file
(require 'org)
(setq-default indent-tabs-mode nil)
(setq org-display-inline-images t)
(setq org-redisplay-inline-images t)
(setq org-startup-with-inline-images "inlineimages")
(setq default-frame-alist
(append (list '(width . 72) '(height . 40))))
@edenc
edenc / nutricao.org
Last active February 12, 2021 23:48
Acompanhamento Nutricional utilizando org-mode

introdução

Essas tabelas tem como objetivo calcular a ingestão diária de nutrientes para dietas controladas. Elas permitem o acompanhamento minucioso. Importante para atletas e regimes alimentares.

A estratégia consiste em calcular o quociente alimentar por grama, de cada propriedade nutriente do alimento e depois multiplicar esse quociente por cada produto numa tabela de acompanhamento diário.