JLinX - Blog

Weblog von Jan Linxweiler

Software metric

Abgelegt unter: Software Engineering — Jannis at 11:18 am on Samstag, März 31, 2007

Serial Communications in Win32

Abgelegt unter: Development, Hardware — Jannis at 6:14 pm on Dienstag, März 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"

Abgelegt unter: Zitate — Jannis at 2:42 pm on Montag, März 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

Abgelegt unter: Development, Linux — Jannis at 2:23 pm on Freitag, März 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

Abgelegt unter: Fun — Jannis at 12:25 pm on Montag, März 19, 2007

Der kleine aber feine Unterschied

Abgelegt unter: Zitate — Jannis at 6:24 pm on Samstag, März 17, 2007

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

Amerikanisches Sprichwort

Learn to Program the PS3’s Cell Processor

Abgelegt unter: Development, HPC — Jannis at 10:32 am on Freitag, März 16, 2007

How to use #ifdef

Abgelegt unter: Development — Jannis at 2:07 pm on Donnerstag, März 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…

Abgelegt unter: Zitate — Jannis at 10:12 pm on Mittwoch, März 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

Abgelegt unter: HPC — Jannis at 1:55 pm on Montag, März 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)

Nächste Seite »