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 July 15, 2025 07:13
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))))
@oofnikj
oofnikj / answerfile
Last active July 18, 2025 10:15
Install Docker on Termux
KEYMAPOPTS="us us"
HOSTNAMEOPTS="-n alpine"
INTERFACESOPTS="auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
hostname alpine
"
TIMEZONEOPTS="-z UTC"
@FreddieOliveira
FreddieOliveira / docker.md
Last active July 18, 2025 22:35
This tutorial shows how to run docker natively on Android, without VMs and chroot.

Docker on Android 🐋📱

Edit 🎉

All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker. This will install the whole docker suite, left only Tini to be compiled manually.


Summary

@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.

@rougier
rougier / nano.el
Created February 4, 2025 18:48
NANO Emacs (minimal version: 256 lines)
;; nano-emacs.el --- NANO Emacs (minimal version) -*- lexical-binding: t -*-
;; Copyright (c) 2025 Nicolas P. Rougier
;; Released under the GNU General Public License 3.0
;; Author: Nicolas P. Rougier <[email protected]>
;; URL: https://github.com/rougier/nano-emacs
;; This is NANO Emacs in 256 lines, without any dependency
;; Usage (command line): emacs -Q -l nano.el -[light|dark]