Markus

Results 5 issues of Markus

Hi, sorry to lazy for fork&pull ;) Log macro for CGVector. New in iOS7 for UIKit dynamics. ``` c // CGVector #define LOG_VECTOR(vector) (NSLog(@"" #vector @" dx:%f dy:%f", vector.dx, vector.dy...

I'm using the TraceEvent library to process events emitted from Delphi code. Sadly the Delphi compiler does not generate pdb files, but some other file formats, e.g. ASCII based *.map...

> Hi, I'm in a similar position where we use a custom build toolchain that regenerates solution and project files (not UE). Solution location is also temporary in my case...

enhancement

Hi, pretty good articles! Very short and useful overview, just to the point. However the linked images in the QR Code article aren't working. The file extensions in the markdown...

Hi, given the following Tables: ``` CREATE TABLE TestA ( ID INTEGER PRIMARY KEY, Txt TEXT ); CREATE TABLE TestB ( ID INTEGER PRIMARY KEY, Aref INTEGER, Txt TEXT, FOREIGN...