14/09/2004 - 29/01/2012 OpenGL Samples PackRSS Feed ~ Comment: by email - on Twitter ~ Share: Twitter - Facebook - Linked In - Google+ - Permanent link The OpenGL Samples Pack is a collection of OpenGL samples based on the OpenGL "core profil... 続きを読む
OpenGL ES 3.0 Will Be Here This SummerPosted by Michael Larabel on May 27, 2012 While OpenGL ES 3.0 has been speculated about for months, the specification will be formally released by the Khronos Group this summer. OpenGL ES 3.0 "Haiti" basi... 続きを読む
Warning: this comic occasionally contains strong language (which may be unsuitable for children), unusual humor (which may be unsuitable for adults), and advanced mathematics (which may be unsuitable for liberal-arts majors). We did not inven... 続きを読む
発表資料:Effective STL 11 - Google ドキュメント 10分間のLTのくせに48ページも使いました。が、ちゃんと10分ぐらいで終わった気がします。ビデオまだ見てないのでわかりませんけど。 で、この資料は10分で説明することを目的にしてて、あまりに簡潔すぎて足... 続きを読む
Statistics Favorites 1 Downloads 7 Comments 0 Embed Views 0 Views on SlideShare 378 Total Views 378 Boost.multiprecision — Presentation Transcript Boost.Multiprecision をさわってみた 2012/05/26 (Sut) Boost.勉強会 #9 つくば 発表スライド krust... 続きを読む
x86とx64のマシン語サイズを求めるライブラリ x86とx64の マシン語バイトを食べさせると、長さを求めるライブラリです。 sexyhookのサブプロダクトとして作りました。 一応、そこそこ動いているみたいです。 たまに、うまくいかないで失敗して死にます。 遊び方... 続きを読む
Note: The terminology used by the software can be a bit counterintuitive in that "the daemon" is the master and "the server(s)" are the slave PC(s) in a distcc cluster. distcc daemon The PC or server that's running distcc to distribute the so... 続きを読む
Below is a step-by-step tutorial covering common build system issues that CMake helps to address. Many of these topics have been introduced in Mastering CMake as separate issues but seeing how they all work together in an example project can ... 続きを読む
CMake is a cross-platform, open-source build system. CMake is part of a family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent con... 続きを読む
Replace Output Iterator and Extend Range JP — Presentation Transcript Output Iteratorの置き換えと Boost.Rangeの拡張 高橋 晶(Akira Takahashi) 株式会社ロングゲート @cpp_akira 2012/05/26(土) Boost.勉強会 #9 つくば この発表についてC++Now! 2012の... 続きを読む
gnupack is package that quickly start cygwin and emacs. gnupack Users Guide (2010-05-30) ■ コンテンツ概要 ■ はじめに ▼ gnupackとは ▼ gnupack pretestとは ▼ 特徴 ▼ 制約事項 ▼ 開発方針 ▼ ライセンス ▼ Webサイトと連絡先 ▼ スクリーンショ... 続きを読む
quickrun.vim は言うまでもなく、とても便利なプラグインなのですが、C言語もしくはC++を書く人にとって少し使いにく所があります。 quickrun はファイルタイプに従ったコマンド定義に従って編集中のファイルを実行してくれます。C/C++ であれば実行可能なコン... 続きを読む
Kinect for Windows Award 2012の概要 このたび、Kinect for Windows を活用したサービスやアプリケーションの普及を目指したアイデアの募集を図るため、Kinect for Windows Award 2012を開催することとなりました。 開催日 7/13(金)11:00-16:00 主催 Kinect ... 続きを読む
DEVELOP WHAT'S NEWThe Kinect for Windows SDK version 1.5 and sensor can help you develop innovative applications that harness speech and human tracking. The latest version of the SDK, released in May 2012, offers improved skeletal tracking, f... 続きを読む
Kinect Studio is a tool for helping you record and playback depth and color streams from a Kinect. Use the tool to read and write data streams to help debug functionality, create repeatable scenarios for testing, and analyze performance. In T... 続きを読む
NEWS(12/05/22 16:14) Microsoft、「Kinect for Windows SDK」v1.5を公開 着席状態での骨格認識、日本語対応の音声認識、表情認識などの機能が新たに追加 「Kinect for Windows SDK」v1.5 米Microsoft Corporationは21日(現地時間)、“Kinect for Windows ... 続きを読む
フォークできるのは、コードだけじゃない あなたは、誰をフォークしますか? フォークの数だけ、誰かの活躍する未来がある フォークできなきゃ、意味がない Fork the future, fork the world. 初めてのフォークは、憧れのあの会社 きっかけは、あなたのフォーク... 続きを読む
【人物の写真素材が全て無料!】モデルピースでは、人物の写真素材が無料でダウンロードできます。なんと被写体は現役のモデルさんばかり!リクエストも受付中です。Copyright c 2011 Free Model's Photo modelpiece All Rights Reserved. 当サイトに掲載されて... 続きを読む
C++にはクラス内で自分の型を取得する直接的な方法がないという問題があり、そのためにtypedef X this_type;のようなことが行われていました。C++11にはdecltypeがあるので、decltype(*this);で自分の型を取得できます。 ただし、decltype(*this)で導出される型... 続きを読む