progblog.wordpress.com
Programming Blog
https://progblog.wordpress.com/2010/07/23/80
Thoughts, tips and rants from a professional programmer. July 23, 2010. Which(is.na(t.zoo[,2]). Which row has an NA value in the second column of variable t.zoo. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. You are commenting using your Twitter account. ( Log Out. You are commenting using your Facebook account. ( Log Out.
progblog.wordpress.com
Programming Blog | Thoughts, tips and rants from a professional programmer | Page 2
https://progblog.wordpress.com/page/2
Thoughts, tips and rants from a professional programmer. January 8, 2009. How to convert a string in ISO date format to a C# DateTime:. Convert an integer in ISO format to a C# date. November 19, 2008. Yet another DateTime conversion routine, this time using DateTime.ParseExact(). Int integerDate = "20081113";. DateTime date = DateTime.ParseExact(integerDate.ToString(), "yyyyMMdd", System.Globalization.CultureInfo.CurrentCulture);. A lovely piece of code for dealing with parameters in C#. October 7, 2008.
progblog.wordpress.com
Reading List | Programming Blog
https://progblog.wordpress.com/2014/07/21/reading-list
Thoughts, tips and rants from a professional programmer. July 21, 2014. Http:/ archive.wired.com/science/discoveries/magazine/16-03/ff seacowboys? Http:/ amigalounge.com/b268.html. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. You are commenting using your Twitter account. ( Log Out. You are commenting using your Facebook account. ( Log Out.
progblog.wordpress.com
Installing Windows Deployment Services on Server 2008 R2 for PXE Boot | Programming Blog
https://progblog.wordpress.com/2010/05/23/installing-windows-deployment-services-on-server-2008-r2-for-pxe-boot
Thoughts, tips and rants from a professional programmer. Installing Windows Deployment Services on Server 2008 R2 for PXE Boot. May 23, 2010. Personal notes for performing this to install Windows 7 on a Toshiba R100, which has no DVD drive nor the ability to boot from USB. These notes apply ONLY to Server 2008 R2, I believe some extra steps are required for 2008 R1 (which I haven’t tried, sorry). Install WDS on a machine that is NOT hosting DHCP server. I used the DHCP on my router, which worked fine.
progblog.wordpress.com
Installing Lookout on Office Outlook 2007, Windows 7 64-bit | Programming Blog
https://progblog.wordpress.com/2013/06/07/installing-lookout-on-office-outlook-2007-windows-7-64-bit
Thoughts, tips and rants from a professional programmer. Installing Lookout on Office Outlook 2007, Windows 7 64-bit. June 7, 2013. Advice drawn from http:/ www.belshe.com/2007/12/06/how-to-install-lookout-on-outlook-2007/. And put in condensed form. Open CMD.exe as admin. Cd %systemroot% assembly gac. Rename Microsoft.Office.Interop.Outlook Microsoft.Office.Interop.Outlook.OLD. Echo nul Microsoft.Office.Interop.Outlook. Install Lookout120.exe (NOT 130, which crashes when indexing).
progblog.wordpress.com
Conditional array indexing in R | Programming Blog
https://progblog.wordpress.com/2010/07/23/conditional-array-indexing-in-r
Thoughts, tips and rants from a professional programmer. Conditional array indexing in R. July 23, 2010. Ts1[ts1[,6] 0,]. Selects all rows of matrix “ts1” that in column 6 have a value greater than zero. Don’t forget the very last comma! Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. You are commenting using your Twitter account. ( Log Out.
progblog.wordpress.com
July | 2014 | Programming Blog
https://progblog.wordpress.com/2014/07
Thoughts, tips and rants from a professional programmer. July 21, 2014. Http:/ archive.wired.com/science/discoveries/magazine/16-03/ff seacowboys? Http:/ amigalounge.com/b268.html. High Frequency Trading Consultancy in London. Create a free website or blog at WordPress.com. Follow “Programming Blog”. Get every new post delivered to your Inbox. Build a website with WordPress.com.
progblog.wordpress.com
July | 2010 | Programming Blog
https://progblog.wordpress.com/2010/07
Thoughts, tips and rants from a professional programmer. July 23, 2010. Which(is.na(t.zoo[,2]). Which row has an NA value in the second column of variable t.zoo. Conditional array indexing in R. July 23, 2010. Ts1[ts1[,6] 0,]. Selects all rows of matrix “ts1” that in column 6 have a value greater than zero. Don’t forget the very last comma! High Frequency Trading Consultancy in London. Create a free website or blog at WordPress.com. Follow “Programming Blog”. Get every new post delivered to your Inbox.
progblog.wordpress.com
May | 2010 | Programming Blog
https://progblog.wordpress.com/2010/05
Thoughts, tips and rants from a professional programmer. Creating a generic container, and inner type, using Reflection. May 26, 2010. Type t = Type.GetType(outer type);. If (t = null). SrtLogClient.Log(Tools.LogLevel.Error, "Failed to instantiate type {0}", outer type);. If (tIsGenericType = true). Type[] innerTArr = t.GetGenericArguments();. If (innerTArr = null innerTArr.Length = 0). Log("inner Type was not found. Cannot instantiate a generic class");. Type innerT = innerTArr[0];. Mac = o as IMac;.
progblog.wordpress.com
June | 2014 | Programming Blog
https://progblog.wordpress.com/2014/06
Thoughts, tips and rants from a professional programmer. High Frequency Trading Consultancy in London. June 2, 2014. Development and consultancy for HFT and Automated Market Making (AMM). High Frequency Trading Consultancy in London. Blog at WordPress.com. Follow “Programming Blog”. Get every new post delivered to your Inbox. Build a website with WordPress.com.
SOCIAL ENGAGEMENT