The LHC is currently preparing for the first physics collisions at 13 TeV center of mass energy. As soon as the LHC declares stable beam, the experiments can start taking data. New physics may beContinue reading
Kategorie: Physik // Code
Successful Beam at 6.5TeV at the LHC: http://home.web.cern.ch/about/updates/2015/04/first-successful-beam-record-energy-65-tev
Unity on Ubuntu 14.04
Unity – Nice but only for newer hardware? On my PC I am using Ubuntu 14.04 to work and develop software. Generally, I like Ubuntu, the update features and the long-term support of the LTS versions.Continue reading
Spartan-IIE IBUF_LVPECL or IBUF_LVDS
Today, I discovered, that implementing differential signals on the Spartan-IIe is not as easy as one would think. OK, who would work with a Spartan-IIe FPGA nowadays? Yet, I am working with an Uxibo (uxibo.de),Continue reading
Curriculum Vitae
Ein schöner und sauber gestalteter Lebenslauf in LaTex. https://launchpad.net/moderncv
Apache and PHP with Oracle Database
Apparently, Apache and PHP need an extra plugin to handle connections with an external Oracle Database. This Plugin is called „oci8“ and is installed as an option with PHP. There are several ways to installContinue reading
XML Parser for C++
If you want to parse XML files with C++, Xerces-C++ is nice tool to do it. http://xerces.apache.org/xerces-c/ Some things you have to care about: File encoding: If not set to the correct file encoding, the parserContinue reading