Cubei - cubei.info - a coder dream

Latest News:

[Tizen] Problem starting emulator 2 Aug 2013 | 02:49 am

Does your hardware support hardware virtualization? if not i share your pain :( if you download and install the Tizen SDK ver 2.1 there is a solution posted to make your emulator runs.. yes it runs.. ...

[Wordpress]problem of wordpress post thumbnail images not resized correctly 1 Jul 2013 | 09:57 am

Let's open the article with the following code snippet, taken from WP's(WordPress'es) function image_get_intermediate_size from the file media.php from if ( ( $data['width'] == $size[0] && $data['hei...

[Delphi] DevExpress Ribbon - how to 26 May 2013 | 06:36 pm

Since it's is a rather sparse documentation, i think i will try to post how to add a Ribbon Control to the Delphi XE application Open Delphi! Create a new VCL Form Application Open your main pas file...

[YII] Quick Start, YII Tutorial in 2 minutes! 17 Jan 2013 | 08:57 am

Yii as simple as 1..2..3 For this tutorial, i assume that you are working in windows environtment and already setup your local webserver (xampp, wamp, etc..) Download Yii anywhere you wanted, extract...

[Delphi] MDI On a TPanel, RTTI power example 16 Jan 2013 | 01:42 am

Ummh, since it's 3 AM, and just as a quick note on delphi power, MDI child on a TPanel and an introduction to a RTTI usage.. You will need Delphi XE and TMS Component procedure TForm1.AdvOfficeMDITab...

[Debian VPS]Installing lamp, till bind9 29 Nov 2012 | 10:17 pm

I was tempted with the low price on vps these days, and it's my goal someday to create a multiplayer game.. err not multiplayer.. but online where people could play and compete with each other online....

[c++]Void Ptr storing your pointer to classes 25 Nov 2012 | 08:48 pm

A quick note, if you do store your inherited class, and then store them to a void pointer. Later on you call a method which is "public" from the parent class, please remember to static cast your void ...

[c++] Function Pointers Snippet 2 Nov 2012 | 01:07 pm

Hi there, let the code speaks for it self.. ;) // funtors.cpp : Defines the entry point for the console application. // #include "stdafx.h" typedef float (*MyFuncPtrType)(int, char *); MyFuncPtrTyp...

[Irrlicht]Working with files:Intro 25 Oct 2012 | 09:22 pm

Hi there! if any of you need a quick code snippet to work with file in Irrlicht: //Reading file sample io::IReadFile *f = App::Instance()->GetDevice()->getFileSystem()->createAndOpenFile("didum/dadam...

[Irrlicht]Blender 2.6X as your game scenes editor? 21 Oct 2012 | 02:41 pm

Just a quick note for me to implement scene / level editor in the future, You could generate your UVs, Images, Vertices, Faces (even triangulates them) through the python scripting library.. And by u...

Recently parsed news:

Recent searches: