Hafiz [Pariabi]
Mindful Coding/Living
Tuesday, September 09, 2014
Getting Started with Game Programming Using Unity
›
I have been starting out with Game Deveopment recently, specifically using Unity Game Engine. It’s been an interesting experience so far but...
Friday, June 06, 2014
HEVC support on Android
›
HEVC is the new video coding standard which even on the Desktop it is still basically under development. So, having a support for it on mobi...
Thursday, June 05, 2014
Conversion and Playing of HEVC on Desktop and Web
›
HEVC (H.265) is the new emerging video coding standard. It is made as a success for the widely used H.264. It's implementation and adop...
Monday, April 14, 2014
Better way of combining path in C#
›
You could do string operation to construct path as below : string path = path1 + "\\" + path2; However, more portable and clea...
Monday, March 24, 2014
Choosing Logging Library for .Net : NLog
›
When it comes to logging, printing it out yourself to console or file probably the most straightforward way. However, if you want to get mor...
Monday, March 10, 2014
Lesson about delegation from OpenCL
›
Using OpenCL and the complexities / benefits that comes with it reminds me of an issue of trade-off in delegation. You can always do things ...
Friday, February 28, 2014
Translating Traditional Program Logic to OpenCL
›
If you just started to look at OpenCL and see the example of the code, it can be quite confusing on how it got that way from its traditional...
›
Home
View web version