Quick multiplication in your head..
Hi, I just found out something i thought was really cool.. though im a bit weird :p
Hi, I just found out something i thought was really cool.. though im a bit weird :p
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
Setting up Linux. Easily For years, I’ve tried to move over to linux as my main operating system. After trying distro after distro and duel booting I think I finally have a solution. Originally I found Ubuntu to be the distribution that has the most palatable flavour for an Amigican and then a Windows guy. … Moving from Windows to Linux Part 1 – The First Migration
I often look at the amazing photos that Scott Kelly (@StationCDRKelly) posts on his twitter feed. They are truly amazing photos, they capture vista’s of our planet from so many angles. The ISS travels at around 7.66 km/s, orbiting the earth every hour and a half. The UFO phenomena interest has increased in parallel; with … scott kelly ufo image possible Pareidolia
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# 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();
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
I used to think pixel graphics looked great, using the right setup they can look great still in 2022. When I was a kid; before the days of the internet there wasn’t much for a computer nerd/geek apart from play video games, learn coding and maybe a few creative things. I do however remember seeing … Pixel graphics looked great when I was a kid
This is purely a quick note for me more than anything as I always forget which way around to do this. Essentially binary data (such as bitmaps) are stored in a 1D array and this is a common method in which to access the data, I won’t be detailing anything about locking memory or memory … Treating a 1D array as 2d (Bitmaps etc)
I’ve used many different ways to centre an element in CSS, this is the best way I’ve found so far (with bootstrap also). The above applied to the containing element centres itself and is responsive.