Random
Source Code

copy paste monkey

(Definition reinstated)
One who codes, HTML, PHP C, or any other language, by mindlessly copying random chunks of code from the work of others without fully understanding what the code does. This usualy causes bugs, bloat, and generaly nasty ass code. Also abbreviated "CPM"

<Fred> Why does the php on Bob's site keep shitting?
<Dom> Because he's a copy-paste-monkey.
*Fred is now known as Bob
<Bob> Eep! Eep! I am MONKEY! Give me BANANA!! ctrl-c, ctrl-v, ctrl-c, ctrl-v!

by BlueEagle January 7, 2005

51👍 7👎


manual deficiency

Lack of abillity to read the manual.

See also rtfm.

< aKa> MySQL question: I want to take two varchar fields and return it as one column. My guess was : SELECT (first_name + " " + last_name) as full_name FROM table
< BlueEagle> SELECT CONCAT (last_name,', ',first_name) AS full_name FROM mytable
< BlueEagle> http://dev.mysql.com/doc/ refman/5.1/en/select.html <= To help with your manual deficiency.

by BlueEagle May 30, 2006


manual deficiency

Lack of abillity to read the manual

< aKa> MySQL question: I want to take two varchar fields and return it as one column. My guess was : SELECT (first_name + " " + last_name) as full_name FROM table
< BlueEagle> SELECT CONCAT (last_name,', ',first_name) AS full_name FROM mytable
< BlueEagle> http://dev.mysql.com/doc/ refman/5.1/en/select.html <= To help your lack of manual deficiency

by BlueEagle May 28, 2006

1👍 2👎