Exchange and visual studio, EWS

In this article i am using Exchange 2007, Server 2008×64 and visual studio 2008. However I expect most versions of forementioned programs will function in a similar way. Setting up the EWS Urls: As with most aspects of development, the setup can sometimes take a good chunk of time and research to get right, after Exchange and visual studio, EWS

Keyboard Shortcut Template – PSD

Just a quick post, I’ve created a PSD template for keyboard short cuts, (unfortunately for us Brit’s it’s in an American keyboard format).    

Get classes of interface c#

Get classes of interface c# var inte = typeof(iController); var x = Assembly.GetExecutingAssembly() .GetTypes() .Where(type => inte.IsAssignableFrom(type)) .Where(type => !type.IsAbstract && !type.IsGenericType ) .Where(type => type.Name.ToLower() == name.ToLower()) .Select(o => Activator.CreateInstance(o)).FirstOrDefault();

Chatgpt one foot in the grave

Victor: angrily I can’t believe you did this, Margaret. I can’t believe you stole all that money from the charity. Margaret: defensively I didn’t steal anything, Victor. I was just…misplacing it for a little while. Victor: sarcastically Oh, I see. So you were just “misplacing” tens of thousands of pounds. That makes perfect sense. Margaret: Chatgpt one foot in the grave

Raylib Scorched Tanks, pixel based.

A quick scorched tanks demo with terrain tracking based on lemmings, using pixel operations as opposed to GL stuff to apply masks etc as an example, I’ll post one using GL and render targets next Source Here Controls Left & Right cursor keys to move. Aim and fire with the mouse