Skip to content

Instantly share code, notes, and snippets.

View caffo's full-sized avatar

Rodrigo Franco caffo

View GitHub Profile
@caffo
caffo / GORILLA.BAS
Created October 31, 2011 03:24
QBasic Gorillas
' Q B a s i c G o r i l l a s
'
' Copyright (C) IBM Corporation 1991
'
' Your mission is to hit your opponent with the exploding banana
@caffo
caffo / calming.c
Created November 16, 2023 19:47
a calming blinking light — https://caffo.link/led
const int ledPin = 13;
unsigned long startTime;
float currentDelay;
float initialBPM;
float finalBPM;
unsigned long interval; // Duration of BPM change
unsigned long holdInterval; // Duration to hold at final BPM
unsigned long fadeInterval; // Duration of fade to off
unsigned long totalTime; // Total time until LED turns off
@caffo
caffo / fuckline.css
Last active May 18, 2021 20:13
fuckline for roam research
.fuckline > .roam-block-container:nth-child(-n+3){
opacity: 1.0;
}
.fuckline > .roam-block-container:nth-child(4)::before{
content: "fuckline";
border-bottom: 1px solid red;
font-size: 12px;
}
- ramen bowl
- chemex coffee maker http://i.c-b.co/is/image/Crate/Pg60AV1HG12/$web_zoom$&/1308302307/chemex-8-cup-coffee-maker.jpg
- small oldschool computer monitor (like a vt220)
- weird keyboard (I use a atreus keyboard http://imgur.com/sxWvBL5)
- black candle / skull
- japanese beer cans
- lots of notebooks and pens
- chibi anime figures
- Create the object that will hold the data for the CC ROI page (already accounting that we will have multiple mailers)
- Add email opens to the data object
- Add email clicks to the data object
- Add survey stats into to the data object
- Add unsubscribes to the data object
- Add social media clicks to the data object
- Come up with a design for CC ROI page
- Implement the UI for CC ROI page
- Find out the requirements to port the redemption reminder email into merchant messaging
- Research how our blacklist/whitelist system would work with a new email being added on it
# ~./mailcap
#
# this uses the view_attachment script found in ~/.bin/view_attachment.sh
#
# this is meant for an OS X system
# MS Excel
# this will use the default xls spreadsheet handler from open
application/x-msexcel; ~/.bin/view_attachment.sh %s
application/ms-exc; ~/.bin/view_attachment.sh %s
@caffo
caffo / tarefa.md
Last active December 29, 2015 08:39

O Projeto

O projeto base é um aplicativo simples que cataloga os jogos que o usuário já jogou ou está jogando. O sistema de autenticação é httpauth e no todo ele é um aplicativo muito simples, que eu desenvolvi para catalogar os meus jogos.

Repositório: https://github.com/caffo/plays

Tarefas

  • Atualizar ruby pro ultimo patchlevel
  • Adicionar 3 jogos no seed (um current e outros dois finished)
# todo: grap topic changes
use strict;
use vars qw($VERSION %IRSSI);
use Irssi;
$VERSION = '0.0.3';
%IRSSI = (
authors => 'Thorsten Leemhuis',
contact => 'fedora@leemhuis.info',
#!/bin/sh
## Information
## http://carlo-hamalainen.net/blog/2007/12/11/installing-minion-pro-fonts/
## http://www.ctan.org/tex-archive/fonts/mnsymbol/
## 0.1: Install LCDF Typetools
## http://www.lcdf.org/type/
## If you use Homebrew (http://mxcl.github.com/homebrew/), then uncomment:
# brew install lcdf-typetools
user = User.from_omniauth(env['omniauth.auth'])
session[:auth_token] = user.auth_token
----
user = User.from_omniauth(env['omniauth.auth'])
session[:auth_token] = user.auth_token