Skip to content

Instantly share code, notes, and snippets.

View shackra's full-sized avatar

Jorge Araya Navarro shackra

View GitHub Profile
@shackra
shackra / ignite
Last active June 15, 2023 04:12
ignite cli docker wrapper for cool and fashion people that uses unsupported OS like NixOS
#!/usr/bin/env bash
set -e
cli_home=$HOME/.cache/ignite
cli_version=v0.27.1
run_serve=false
for arg in "$@"; do
if [ "$arg" = "serve" ]; then
@shackra
shackra / Variaciones de Maitines según día de la semana.md
Last active October 18, 2023 02:01
Oficio Parvo de Nuestra Señora por Don Anselmo Ulloa, notas

Se reza el Salmo 94 todos los días del año. El invitatorio se dice como aparece entre los parrafos del Salmo. Se reza el Himno.

Luego, según el día se reza:

Salmo/Lección Domingo Lunes Martes Miércoles Jueves Viernes Sábado
1er Salmo 8 (pag. 16) ϵ 44 (pag. 20) 59 (pag. 25) ϵ ϐ φ
2do Salmo 18 (pag. 17) ϵ 45 (pag. 23) 96 (pag. 26) ϵ ϐ φ
3er Salmo 23 (pag. 19) ϵ 86 (pag. 24) 97 (pag. 28) ϵ ϐ φ
1er Lección Eclo 24, 11-13 (pag. 30) ϵ ϵ ϵ ϵ ϵ ϵ
2da Lección Eclo 24, 15-16 (pag. 31) ϵ ϵ ϵ ϵ ϵ ϵ
@shackra
shackra / 365 days of Bible Reading, one day per line.csv
Last active October 1, 2022 20:22
New Saint Thomas Institute’s Read the Bible in a Year For Catholics
Day First reading Second reading Third reading
Jan 1 Gn 1-2 Ps 1 Mt 1
Jan 2 Gn 3-4 Ps 2 Mt 2
Jan 3 Gn 5-6 Ps 3 Mt 3
Jan 4 Gn 7-8 Ps 4 Mt 4
Jan 5 Gn 9-10 Ps 5 Mt 5:1-26
Jan 6 Gn 11-12 Ps 6 Mt 5:27-48
Jan 7 Gn 13-14 Ps 7 Mt 6:1-18
Jan 8 Gn 15-16 Ps 8 Mt 6:19-34
Jan 9 Gn 17-18 Ps 9 Mt 7

Keybase proof

I hereby claim:

  • I am shackra on github.
  • I am shackra (https://keybase.io/shackra) on keybase.
  • I have a public key ASDMQ4SMYzcAd9M1OxvZiDIuf_dJQLFPSiIB73lhtgD7Xwo

To claim this, I am signing this object:

@shackra
shackra / profiler-report.el
Created January 1, 2019 00:28
profile of rjsx-mode while editing a file with 397 lines, 1235 words, and 18496 characters.
[profiler-profile "24.3" cpu #s(hash-table size 730 test equal rehash-size 1.5 rehash-threshold 0.8125 data ([maphash profiler-calltree-build-unified profiler-calltree-build profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute "#<compiled 0x389fa95>" ivy-call ivy-read] 3 ["#<compiled 0x3d78691>" maphash profiler-calltree-build-unified profiler-calltree-build profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute "#<compiled 0x389fa95>" ivy-call] 4 [profiler-calltree-find "#<compiled 0x3d7ecc9>" maphash profiler-calltree-build-unified profiler-calltree-build profiler-report-render-calltree-1 profiler-report
@shackra
shackra / estudios.md
Last active December 10, 2018 16:49
Estudios sobre las diferencias de prioridades e intereses en hombres y mujeres asi como diferencias en salarios
@shackra
shackra / genres.json
Created April 21, 2018 01:58
Video game genres
{
"__comment": "Took from http://tvtropes.org/pmwiki/pmwiki.php/Main/VideogameGenres you need to do the grouping in your script to combine the incompatible genres!",
"genres":
{
"Action-Adventure": "A game that combines parts from Adventure Games and Action Games together.",
"Metroidvania": "A game that combines parts from Adventure Action Games and Platform Games together. Features emphasis on exploring an interconnected environment and obtaining skills necessary to reach new areas of said environment.",
"Stealth-Based Game": "A game in which the player character must hide and sneak through the level while avoiding notice from much more powerful enemies that the player character cannot take head-on.",
"Survival Sandbox": "A game where the primary objective is to survive for as long as possible in a hostile environment. Also known as Survival Game.",
"Survival Horror": "A game that features overwhelmed protagonist(s), oppressive atmosphere based on Horror conventions and a need for c
@shackra
shackra / .git-commit-template.txt
Last active February 16, 2018 18:35 — forked from adeekshith/.git-commit-template.txt
This commit message template that helps you write great commit messages and enforce it across your team.
# ⬆ <Type>: Si se aplica, este commit...
# ⬇ Explique por que este cambio esta siendo realizado:
# ⬇ Provea enlaces o tiquetes relevantes, artículos u otros recursos
# --- COMMIT END ---
@shackra
shackra / character.gd
Created February 14, 2018 05:25
FSM and Orientation
extends KinematicBody2D
enum ORIENTATION {
UP,
DOWN,
LEFT,
RIGHT
}
enum STATES {
@shackra
shackra / GpsUtils.cs
Created February 4, 2018 02:17 — forked from govert/GpsUtils.cs
Convert WGS-84 geodetic locations (GPS readings) to Cartesian coordinates in a local tangent plane (Geodetic to ECEF to ENU)
using System;
using System.Diagnostics;
// Some helpers for converting GPS readings from the WGS84 geodetic system to a local North-East-Up cartesian axis.
// The implementation here is according to the paper:
// "Conversion of Geodetic coordinates to the Local Tangent Plane" Version 2.01.
// "The basic reference for this paper is J.Farrell & M.Barth 'The Global Positioning System & Inertial Navigation'"
// Also helpful is Wikipedia: http://en.wikipedia.org/wiki/Geodetic_datum
public class GpsUtils