>FromYourCode();

All the sources codes "Teamwork"

C++
 July 1 2016 at 01:30
#296
/* ... */

/* BUG: Remember to always include the following three header files anytime you use inet_ntop otherwise
 * you get segmentation fault!!!
 */
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>

/* ... */
C#
 June 21 2016 at 01:30
#286
string ismentee = "true";
ViewData["ismentee"] = ismentee;
PHP
 June 18 2016 at 01:30
#283
/*
This is part of my stacktrace while working with Moodle:

line ? of unknownfile: call to core_renderer->header()

Thanks for being helpful.