(Technical) Whimsical Writings of the Web
Interesting Links [0x05]
Today’s topic is about ‘Advice’. Plenty of them out there on the Internets, and that’s one thing that you can get for free, solicited or otherwise.
How to SCP into a vagrant guest
{% gist 11289350 %} Credits: https://gist.github.com/geedew/11289350
Can C declare the size of array at runtime?
Historically, C does not allow the size of an array to be declared at runtime.
Interesting Links [0x04]
This week’s links are all to do with signals. What are signals, and why are they doing in my JVM?
Compiling and linking Google Tests from command line
Some homework for me on how best to incorporate Google Tests to unit test my own libraries without bringing in the whole JVM as a dependency.
How to include JNI Symbols in your DLL
Firstly, use the magic pragma __declspec(dllexport). But this will cause compiler header mismatches between the header and the source files, unless you mangle both of them.
Extra environment settings for Visual Studio
Oh yes, I’ve got plenty to do with Windows these days.
Manpage: link.exe
Microsoft (R) Incremental Linker Version 10.00.30319.01 Copyright (C) Microsoft Corporation. All rights reserved.