New: dev-logAll contenthive-129948hive-196917krsteemzzanhive-166405hive-183959hive-180932hive-185836photographyuncommonlabhive-183397hive-144064hive-150122hive-101145krsuccessbitcoinhive-145157hive-188619hive-184714hive-193637hive-103599hive-139150hive-180301hive-165987TrendingNewHotLikersvickyspartan (57)in hive-175254 • 2 years agoI made a playable ping pong game on unity.(Playable on browser)Hello Everyone !!! Hope you have a great day and have fun playing!!. (click this link to play the game) Controls: move up -> press "w" or "up arrow" move down -> press "s" or "down…brianpark (44)in php • 7 years ago[PHP/Codeigniter] CI에서 $this->output->set_header()가 작동하지 않을 때※ 이미 알고있었지만 까먹고 어제 헤맷던 사례가 있어 적어두기 Codeigniter에서는 자체적으로 제공하는 output 클래스가 있습니다. 가끔 저같은 사람들이 output으로 header를 지정해놓고 출력물을 출력한 뒤 exit()으로 종료시켜버리는 경우가 있는데요. 이런 경우에는 정상적으로 php 소스 코드가 끝나는 것이 아니라 중간에…