Author: Andrew Baker

18 Oct 2016 Cyber 👁 4 views

The DAO Ethereum Recursion Bug: How the Hack Worked

If you found my article, I would consider it a reasonable assumption that you already understand the importance of this

Read more →
31 Jan 2015 Open Source 👁 7 views

High Performance Timer Class: C++ Implementation Guide

Below is a sample class containing a high performance timer. Example usuage: }

Read more →
14 Feb 2008 Open Source 👁 23 views

Import Excel Workbook Data Into a VB Array: How-To

The following code can be used to import the contents of an excel workbook into an array from within a Visual Basic application.

Read more →
29 Jan 2008 Technology 👁 11 views

Add or Subtract Weekdays from a Date: Simple Function

Below is a simple function to add or subtract a number of weekdays to a specified date.

Read more →
29 Mar 2007 Open Source 👁 60 views

Get Process Name Without Admin Rights in C# (3 Steps)

Unfortunately, the following (seemingly harmless code) requires administrator rights (and on Windows 2003 you will need to be member of “Performance Monitor Users” group): In most cases this is not appropriate and certainly not in a Citrix environment. If you call it without the correct permissions you the following stack dump: Below is a light […]

Read more →
01 Nov 2006 Networking 👁 29 views

qwinsta & rwinsta: Manage Remote Terminal Sessions

I regularly administer Windows 2000 Server and Windows Server 2003 machine using Terminal Services. In W2K I use Terminal Services in Administration mode and in W2K3 I use Remote Desktop. Basically this is the same thing but it’s packaged a bit differently on the two OSes. In both situations there are only 2 users allowed […]

Read more →
12122