Skip to main content

Malproductive 

The act of not being productive, like in any way.
Jake was on FB all COM class. That dudes is most malproductive
Malproductive by Im So Very Bored February 18, 2010
Related Words

manbrodude 

a way to greet someone you consider a friend, or a "dude", "man", or "bro"

"manbrodude whats up dudemanbro"


Manbrodude 

It can replace three different words while having the same meaning. Invented by Gregory Ingraham.
Manbrodude whats up?
Manbrodude by Kevin Sripukdee October 28, 2007

mapReduce 

The now freely available framework that gave Google infinite ability to acquire and manipulate data. It describes a way to distribute the power of a master node over an infinite number of worker nodes.
The canonical example application of MapReduce is a process to count the appearances of each different word in a set of documents:

void map(String name, String document):

// name: document name

// document: document contents

for each word w in document:

EmitIntermediate(w, "1");

void reduce(String word, Iterator partialCounts):

// word: a word

// partialCounts: a list of aggregated partial counts

int sum = 0;

for each pc in partialCounts:

sum += ParseInt(pc);

Emit(word, AsString(sum));

-From Wikipedia
mapReduce by Yosemite Sam May 21, 2012

mrproducer 

When you complete a task on a show.
Wait a minute, let me just Mrproducer this and show my fans
mrproducer by VIFP June 14, 2023

mrproducer 

for mr producer to do something as mr producer
mrproducer by memememememmeme June 14, 2023