Skip to content

Instantly share code, notes, and snippets.

View eltercero's full-sized avatar
🍥

Víctor Martín eltercero

🍥
View GitHub Profile
@eltercero
eltercero / eltercero.itermcolors
Last active February 28, 2020 08:20
Es básicamente el railscasts theme pero en iterm. Así que todo bien.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Ansi 0 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.20000001788139343</real>
@eltercero
eltercero / TurnipPrices.cpp
Created April 8, 2020 20:35 — forked from Treeki/TurnipPrices.cpp
AC:NH turnip price calculator
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
// munged from https://github.com/simontime/Resead
namespace sead
{
class Random
{