Oskar Gewalli's blog articles

0
comment
on 9/19/2011 1:21 PM
Sounds interesting to hear about the new WinRT api:s for windows. Reading up on it WinRT are COM objects in contrast to the Win32 architecture. One of the exciting things about this is the promise of being able to use xaml in c++. An overview of WinRT by Marius Bancila:Windows Runtime It’s quite interesting to read the list on Msdn:Windows Runtime and the Windows API Right now it’s probably to early to get a good idea of how everything will look and exactly what features will be accessible for Metro style [...]
>> Read the full article
.
0
comment
on 9/1/2011 6:14 AM
I had some problems with running rake under cygwin. I get the following error while trying to execute rake:C:\Ruby192\bin\ruby.exe: No such file or directory – /cygdrive/c/Ruby192/bin/rake (LoadError) Could it be that the problem is that the first line in rake:#!/usr/bin/env ruby  Will return C:\Ruby192\bin\ruby.exe By being more explicit about what to run you can avoid the problem:rake.bat
>> Read the full article
.
0
comment
on 9/1/2011 6:14 AM
I had some problems with running rake under cygwin. I get the following error while trying to execute rake:C:\Ruby192\bin\ruby.exe: No such file or directory – /cygdrive/c/Ruby192/bin/rake (LoadError) Could it be that the problem is that the first line in rake:#!/usr/bin/env ruby  Will return C:\Ruby192\bin\ruby.exe By being more explicit about what to run you can avoid the problem:rake.bat
>> Read the full article
.
0
comment
on 8/17/2011 11:47 AM
In order to upgrade only a subset of the outdated packages for macports: port outdated | grep py2 | awk ‘{print $1}’ | tr “\n” “ “ | sed ‘s/^/sudo port upgrade /g’ | sh To only update the packages with anything to do with “py2”.
>> Read the full article
.
0
comment
on 5/11/2011 7:58 AM
Suppose that you write code without tests that compile. Suppose that those parts do not have any user interface or tests. Then what you’re doing is actually pushing development cost over to other parts of the project that make use of the code. This will probably mean that any cost/time estimates concerning dependent code needs to be adjusted in order to be able to pay for the additional cost.
>> Read the full article
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper