JLinX – Blog

Weblog von Jan Linxweiler

An introduction to Linux on the PLAYSTATION 3

Filed under: HPC — Jannis at 10:57 am on Monday, March 12, 2007

Programming high-performance applications on the Cell BE processor, Part 1…

(Quelle: ibm.com)

Erster Supercomputer mit Playstation-3-Knoten

Filed under: HPC — Jannis at 8:55 pm on Sunday, March 11, 2007

Dr. Frank Mueller von der North Carolina State University (NCSU) hat einen Cluster aus acht Exemplaren von Sonys Playstation-3-Spielkonsole zusammengebaut…

(Quelle: heise.de)

 

Sony PS3 Cluster (IBM Cell BE)

Institutsgründung….

Filed under: Ohne Kategorie — Jannis at 8:35 pm on Saturday, March 10, 2007

Ich habe mir gedacht ich werde demnächst das “Institut für total interessante Tatsachen” gründen…

Install Boost on Windows Using VS2005

Filed under: Development,Windows — Jannis at 3:51 pm on Friday, March 9, 2007

Image:Boost.png

(Quelle: boost.org)

To install follow these instructions from the BOOST WIKI

How to Install Boost for Visual C++ Users

An unambiguous guide for Visual C++ users who have never installed 3rd party libraries before. In this example VC++ has been installed to d:\Microsoft Visual Studio 8\ Subtitute your install directory accordingly.

  • Download and extract: boost_[version].exe and boost-jam-[version]-ntx86.zip . You can obtain the most recent versions from SourceForge.
  • Move bjam.exe into the directory you extracted boost to.
  • In a command prompt, navigate to this same directory.
    • If you’ve installed VC++ in the default location – c:\Program Files , run the command: bjam install
    • Users who have installed VC++ in another directory use the command: bjam.exe “-sVC80_ROOT=d:\Microsoft Visual Studio 8\VC” -sTOOLS=vc-8_0 install
    • Add –prefix=d:\Boost\ if you want to install it to another dir besides c:\boost **Boost will begin compiling. When finished, all the necessary files (.hpp .lib and .dll) for using boost will reside in c:\boost

You probably need to set PATH to “c:\windows;c:\windows\system32;c:\windows\wbem” to make it work.

Adding Boost Files to Your Projects
  • Since boost is extremely useful, it’s likely you’ll want to set the default search path for .lib’s and .hpp’s in all your projects. After these next steps you will be able to declare boost headers with this syntax: #include <boost/filesystem/operations.hpp>
    • In MSVC navigate to Tools -> Options -> Projects and Solutions -> VC++ Directories.
    • You should see on the top right corner text that says ‘Show Directories For’
    • Choose ‘Include Files’ and add the directory c:\boost\include\boost-[version]
    • For libs, choose ‘Library Files’ and add the directory c:\boost\lib

That should be it. Try one of the examples detailed in the Boost documents.

Ich war heute mal wieder in der Mensa

Filed under: Fun — Jannis at 1:49 pm on Thursday, March 8, 2007

THX to SirAnn…

MultiMonitor Support and Windows Vista

Filed under: Hardware,Windows — Jannis at 10:49 am on Tuesday, March 6, 2007

http://www.microsoft.com/whdc/device/display/multimonVista.mspx#EUD

Ich bekommen meinen dritten Monitor unter Vista einfach nicht zum laufen…. 🙁

Personalisierte Motive bei DirectType

Filed under: Fotos — Jannis at 12:04 pm on Thursday, March 1, 2007

 

Super Sache! Bei DirectType kann man sich verschiedenste Motive personalisieren lasssen.

Neulich in Hollywood…

…auf dem Walk of Fame…

« Previous Page