protected function process_github($hub)
 {
     header("Content-type: text/plain");
     $G = new Github($hub);
     $r = $G->get_admin_repos();
     //$r = $G->get_contributors();
     print_r($G->curlinfo);
     print_r($G->header);
     print_r($G->json_response);
     print_r($G->json_error);
     die;
 }