object-oriented programming terms
Raus aus dem Hamsterrad
oder “Geld ist nicht alles”…. Genau meine Rede…
Software metric
Serial Communications in Win32
Serial Communications in Win32 (MSDN)
Windows Serial Port Programming (robbayer.com)
Sending Commands in Visual C++ ( With MFC ) to ADR Interfaces (ontrak.net)
"Arm" und "Reich"
Non qui parum habet, sed qui plus cupit, pauper est.
Nicht wer sehr wenig hat, sondern wer mehr begehrt, ist arm.
(Lucio Anneo Seneca)
Building VTK on Kubuntu
I got an errro running CMake to bulding VTK on Kubuntu:
CMake Error: …
Please set the following variables:
OPENGL_INCLUDE_DIR
OPENGL_gl_LIBRARY
Installing the package freeglut3-dev solved the problem:
apt-get install freeglut3-dev
Running make I got the next error:
error: X11/StringDefs.h: No such file or directory
Installing the package libxt-dev solved the problem:
apt-get install libxt-dev
Der kleine aber feine Unterschied
Der Unterschied zwischen existieren und leben liegt im Gebrauch der Freizeit.
Amerikanisches Sprichwort
Learn to Program the PS3’s Cell Processor
- Cell Developer’s Corner at Power.org
- Programming high-performance applications on the Cell BE processor at IBM.com