Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of mm24

mm24

mm24 has asked 74 questions and find answers to 6 problems.

Stats

451
EtPoint
16
Vote count
74
questions
6
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";