Skip to content

Instantly share code, notes, and snippets.

View fbencosme's full-sized avatar
🏠
Working from home

Fausto Bencosme fbencosme

🏠
Working from home
View GitHub Profile
@fbencosme
fbencosme / gist:b4fb545f234bfcb771ce
Last active August 29, 2015 14:19
something I saw in devDom
/**
var image = images.memeloperCompilingImage;
for(var day = 0; day < days.length; day++) {
if(day === 5 && !isMemeloperTodayPublushed(image)) {
// Public this memeloper every friday.
memeloperTopics.push(image);
}
}
**/