JLinX – Blog

Weblog von Jan Linxweiler

Software metric

Filed under: Software Engineering — Jannis at 11:18 am on Saturday, March 31, 2007

Serial Communications in Win32

Filed under: Development,Hardware — Jannis at 6:14 pm on Tuesday, March 27, 2007

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"

Filed under: Zitate — Jannis at 2:42 pm on Monday, March 26, 2007

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

Filed under: Development,Linux — Jannis at 2:23 pm on Friday, March 23, 2007

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

Ruthe – Shit Happens – Ausgetrickst

Filed under: Fun — Jannis at 12:25 pm on Monday, March 19, 2007

Der kleine aber feine Unterschied

Filed under: Zitate — Jannis at 6:24 pm on Saturday, March 17, 2007

Der Unterschied zwischen existieren und leben liegt im Gebrauch der Freizeit.

Amerikanisches Sprichwort

Learn to Program the PS3’s Cell Processor

Filed under: Development,HPC — Jannis at 10:32 am on Friday, March 16, 2007

How to use #ifdef

Filed under: Development — Jannis at 2:07 pm on Thursday, March 15, 2007

#ifdef ABC
   foo();
#elif DEF
   foo2();
#else
   foo3();
#endif

#ifndef GHI || defined(JKL)
   foo4();
#endif

#if !defined(GHI) || !defined(JKL)
   foo5();
#endif

Computers are…

Filed under: Zitate — Jannis at 10:12 pm on Wednesday, March 14, 2007

Computers are incredibly fast, accurate, and stupid; humans are incredibly slow, inaccurate and brilliant; together they are powerful beyond imagination —

-Albert Einstein (1879-1955)

Yellow Dog Linux für die PlayStation 3 zum Download

Filed under: HPC — Jannis at 1:55 pm on Monday, March 12, 2007

Das bisher nur gegen Bezahlung erhältliche Yellow Dog Linux 5 für die PlayStation 3 steht ab sofort auch zum kostenlosen Download bereit. Die Linux-Distribution basiert auf Fedora Core, kommt insgesamt aber mit recht alten Komponenten daher. Als Oberfläche kommt Enlightenment 17 zum Einsatz…

(Quelle: golem.de)

Next Page »