This article, written in the form of an essay and case study, explores a set of practical recommendations (architecture, lifecycle,
Continue reading
Coding, Computer Graphics & Music
This article, written in the form of an essay and case study, explores a set of practical recommendations (architecture, lifecycle,
Continue reading
1. Introduction This experiment explores how AI post-processing can transform 3D engine outputs into cinematic, high-fidelity visuals that surpass the
Continue reading
Render-Conditioned Diffusion and Hybrid Neural Rendering: From Simple Prototype to Advanced 3D Pipeline Introduction Traditional 3D rendering pipelines ensure geometric
Continue reading
In the world of high-frequency trading (HFT), every microsecond counts. The ability to process massive data streams, make a decision,
Continue reading
“There are numerous algorithms grouped under the general term ‘Artificial Intelligence’ (AI), as AI encompasses a variety of fields and
Continue reading
ESB (Enterprise Service Bus) Expliqué : L’ESB (Enterprise Service Bus) est une plateforme d’intégration normalisée qui combine la messagerie, les
Continue reading
What Is DevOps? The goal of DevOps is to build better, faster and more responsive software by bringing Development and Operations teams
Continue reading
Automatisation de correction de texte et affichage a l’écran du résultat via un script Python. Voici un exemple de script
Continue reading
The use of OpenMP can be very useful for optimizing your code’s performance. OpenMP is a parallel programming API that
Continue reading
Normally, “intrinsics” refers to functions that are built-in — i.e. most standard library functions that the compiler can/will generate inline
Continue reading
New video released by Unix Of Hoodlum. Using shader, 3D Character generated in realtime. Music : In the Night by
Continue reading
In 1996, I started my professional career in a Belgian company called Digipass. Just one month after I joined, the
Continue reading
Many of the optimizations in this article are done automatically by some implementations, but often they are not. Therefore it
Continue reading
HP Fortify Static Code Analyzer (SCA) is a set of software security analyzers that search for violations of security-specific coding
Continue reading
Testing ErrorLevel works for console applications, but this won’t work if you’re trying to run a windowed application (e.g. Win32-based)
Continue reading
An increasingly important developer task is supporting Remote Desktop Connection properly. When the user is connected via a Remote Desktop
Continue readingBeaucoup de personne sont persuadée que le fait d’avoir un prototype qui commence à donner des résultats équivaut à avoir
Continue reading
Variable Qualifiers Qualifiers give a special meaning to the variable. The following qualifiers are available: const – The declaration is
Continue reading
One major new feature in the C++0x standard is multi-threading support. Prior to C++0x, any multi-threading support in your C++
Continue reading
Let’s look at some of the prominent C++11 core-language features. Lambda Expressions A lambda expression lets you define functions locally, at the
Continue reading
Return type deduction The capabilities auto are expanded in this release. C++ itself continues to be typesafe, but the mechanics of type
Continue reading
Introduction Design patterns are well-known in software development. They offer ready-made solutions to common problems and give developers a shared
Continue reading
Qt is used mainly for developing application software with graphical user interfaces (GUIs); however, programs without a GUI can be developed, such as command-line tools and
Continue reading
I have read an article about the “4 Pillars” Of Object Oriented Programming but let’s be honest here, I tend to forget
Continue reading
K-MEANS / Distance Squared optimisation using SSE instruction A long time ago, a friend ask me to try some KMEANS
Continue reading
“You can not plan if you can not measure AND IF YOU FAIL TO PLAN YOU HAVE PLANNED TO FAIL.”
Continue reading
Introduction Les problèmes d’optimisation combinatoire sur des nombres entiers sont définis comme suit : un groupe de variable. un groupe
Continue reading
Mark Down ! Markdown is a way to style text on the web. You control the display of the document;
Continue reading
Github Configuration Identity Name $ git config –global user.name “unix” Identity Email $ git config –global user.email “unix@imalogic.com” Editor Tool
Continue reading
This is a resume from a old post found on internet about benchmarking Direct3D 11. If you are working with a
Continue reading
You must be logged in to post a comment.