Skip to content

Instantly share code, notes, and snippets.

View luispadron's full-sized avatar
💻
Probably online somewhere

Luis Padron luispadron

💻
Probably online somewhere
View GitHub Profile
@luispadron
luispadron / ccba.py
Created April 6, 2026 07:04 — forked from zmxv/ccba.py
ccba
#!/usr/bin/env python3
"""Generate an animated GIF of all companion sprite animations."""
from PIL import Image, ImageDraw, ImageFont
# --- Sprite data ---
SPECIES = [
'duck', 'goose', 'blob', 'cat', 'dragon', 'octopus', 'owl', 'penguin',
'turtle', 'snail', 'ghost', 'axolotl', 'capybara', 'cactus', 'robot',
"""
Defines rules for installing binaries to the source tree.
"""
load("//Tools/Rules:compilation_mode.bzl", "compilation_mode_transition")
#
# - provider
#
vector<int> intersection(const vector<int> &vec1, const vector<int> &vec2) {
vector<int> result;
int i = 0, j = 0;
while (i < vec1.size() && j < vec2.size()) {
if (vec1[i] < vec2[j]) {
// Increase vec1
++i;
} else if (vec1[i] > vec2[j]) {
// Increase vec2
++j;
vector<int> intersection(const vector<int> &vec1, const vector<int> &vec2) {
vector<int> result;
int i = 0, j = 0;
while (i < vec1.size() && j < vec2.size()) {
}
return result;
}
vector<int> intersection(const vector<int> &vec1, const vector<int> &vec2) {
 
}
@luispadron
luispadron / index.jade
Created March 10, 2017 14:35 — forked from CodeMyUI/index.jade
Interactive Sign Up Form
.back
.registration-form
header
h1 Sign Up
p Fill in all informations
form
.input-section.email-section
input(type="email" placeholder="ENTER YOUR E-MAIL HERE" autocomplete="off").email
.animated-button
span.icon-paper-plane