Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of mm24

mm24

mm24 has asked 73 questions and find answers to 5 problems.

Stats

435
EtPoint
15
Vote count
73
questions
5
answers

About

switch(job):

case MORNING:   print."write code, research new technology, collaborate";
case NOON:      print."write code, research new technology, collaborate";
case AFTERNOON: print."write code, research new technology, collaborate";
case EVENING:   print.evaluate(time);
case OTHER:     print.evaluate(time);

switch(contact-me):

case STACKOVERFLOW: print."comment @mm24";