Handling with floats can be irritating while it is one of the non-integral datatypes. This means that the displayed value (e.g. via printf(“%f”,somefloat); ) is different to the one actualy stored in memory. This is caused by IEEE 754 To get the real values we have to go inside the float. A cast wouldn’t do the […]
Code is life. Code is love.
Blog refurbish
Posted by Pour Raphael Date: 2017-12-14
This all started as Testblog for some WordPress Plugins I were developing on. Now it‘s somehow a technical diary for me. But the content lacks in quality so I decided to refurbish the whole thing. Every post will be at least translated into english or deleted. The more interesting posts will be increased in content. […]
- Comments are off for this post
Programming in Logic with Prolog
Posted by Pour Raphael Date: 2017-12-11
Motivation While Imperative Programming is very common, Logic Programming seems to be not popular at all. Why would anyone use it? It is an other kind of thinking about problems. There are problems where imperative programming languages, such as C,C++, Java, Python, …, will suck. It is more like making a set of rules/constraints rather […]
- Comments are off for this post
Last jam in my old studio (with FreshAir)
Posted by Pour Raphael Date: 2017-12-05
During the last weeks in my old shared flat aka my old Studio, I spent some time with John aka FreshAir to produce a one last track. It‘s time to say good by to the “neighbours didn‘t care”-flat… Hits: 168
- Comments are off for this post
C Generator
Posted by Pour Raphael Date: 2017-12-04
C is fun Repeating all the default stuff when starting over a new project is boring and waste of time. While doing some researches I needed to make a lot of little C programs. In order to fullfill the DRY (Don’t Repeat Yourself) Principle, I did a quick-n-dirty C Generator. It is easy to use […]
- Comments are off for this post
HTW Diploma Internship
Posted by Pour Raphael Date: 2017-12-01
Every diploma student at HTW DD has to make an internship at a company or other organisation in the 5th semester. Next to the stuff on this site I figured out the following: Don‘t know where to make it but interested in one of the modules did in the past? Ask a Prof. if she/he […]
- Comments are off for this post
Realtime-Systems and RMS in a nutshell…
Posted by Pour Raphael Date: 2017-11-14
Hits: 164
- Comments are off for this post
OpenBooks
Posted by Pour Raphael Date: 2017-11-14
I just found some recommenable sources for open books. Especially the O‘Reilly one was interesting for me cause I liked the content and structure compared to competitors… Except the german translation called „Neuronale Netzte selbst programmieren“ (programm neuronal networks on your own). Next to some slightly difficult math was a guide how to start over […]
- Comments are off for this post
Protected: LANLANLANLANLANLANLANLANLANLANLANLANLANLANLANLAN
Posted by Pour Raphael Date: 2017-11-08
There is no excerpt because this is a protected post.
- Comments are off for this post
OpenGL-Template
Posted by Pour Raphael Date: 2017-10-23
I did some graphic-library-research-stuff last summer which can be found on my bitbucket @ OpenGL-Template. There are several Low-Level Functions from my other Projects collected and new one implemented. Current Featureset: Model-Loader (Obj) Renderable Classes like Cube, Grid and Plane Camera Class for orthogonal and perspective projection Static coordinate axes Default shader which pass through […]
- Comments are off for this post