บทความ

กำลังแสดงโพสต์จาก 2013

How to import Outlook’s calendar to Google’s calendar

รูปภาพ
1. You have to share your outlook’s calendar then select ‘Links to event details’ on the left sidebar and select ‘Import into other calendar applications (ICS)’   2. Go to your Google’s calendar then select other calendars ---> Add by URL   3. Paste ‘ICS link from outlook’s calendar’ to URL box   4. Change ‘webcals://’ to ‘http://’ then click Add Calendar . It takes a few second to show your outlook’s calendar in google's calendar.

Mac OS X on Windows

For everyone would like to play Mac OS X on Windows. You have to prepare these Download VMware Player version 5.0 or later Download Mac OS X VMware Image AMD&Intel [English] or you can find one from thepiratebay.se Open Mac OS X VMware Image.iso be careful about "VMware Unlocker - Hardware Virtualization Bypasser" folder. It is a Trojan virus. Don't use it. After you set up Mac OS X VMware Image to the VMware Player, you need to read "\VMware Unlocker - Mac OS X Guest\VMware 8.x-9.x Series\README.txt". It will show you how to install an unlocker program. Well done. Just fun.

Mono vs .NET Framework Performance

Core i7 gen 3 @4x2.8, Ram 1600 MHz, Windows 8, Xamarin Studio 4 Mono 3.0.10 ArrayList strings test.............296 ms StringBuilder test.................453 ms Integer & Floating ADD.............3511 ms Exception test.....................197 ms Reflection and recursion...........1728 ms .NET Framework 4.5 ArrayList strings test.............250 ms StringBuilder test.................281 ms Integer & Floating ADD.............1034 ms Exception test.....................1466 ms Reflection and recursion...........1659 ms Core i7 gen 3 @2x2.8, Ram 1600 MHz, OS X 10.8.4, Xamarin Studio 4 Mono 3.0.12 ArrayList strings test.............233 ms StringBuilder test.................412 ms Integer & Floating ADD.............3330 ms Exception test.....................243 ms Reflection and recursion...........1522 ms Mono 3.0.10 ArrayList strings test.............333 ms StringBuilder test.................854 ms Integer & Floating ADD.......