Skip to content

Instantly share code, notes, and snippets.

@monticellifernando
monticellifernando / ROMBuild.md
Last active May 6, 2023 21:02
Guía para compilar una ROM de android

Algunos tips para compilar la ROM para tu teléfono

En realidad, las instrucciones que están en la twiki de LineageOS son bastante claras. De hecho yo pude compilar las ROMS para los siguientes teléfonos sin problema:

Así que, aggarren uno de esos links (o busquen el de su teléfono) y síganlo. Acá abajo un resumen de como hice el de evert (G6Plus)

Prerequisitos

@monticellifernando
monticellifernando / beamerthemeFGM.sty
Created November 18, 2020 02:46
my beamer stye with useles crap in it: beamerthemeFGM
% Copyright 2007 by Till Tantau
%
% This file may be distributed and/or modified
%
% 1. under the LaTeX Project Public License and/or
% 2. under the GNU Public License.
%
% See the file doc/licenses/LICENSE for more details.
@monticellifernando
monticellifernando / plot.awk
Last active November 11, 2020 15:19 — forked from katef/plot.awk
#!/usr/bin/awk -f
# This program is a copy of guff, a plot device. https://github.com/silentbicycle/guff
# My copy here is written in awk instead of C, has no compelling benefit.
# Public domain. @thingskatedid
# Run as awk -v x=xyz ... or env variables for stuff?
# Assumptions: the data is evenly spaced along the x-axis
# TODO: moving average