tgiphil

Stories kicked by tgiphil

MOSA Booting on Real Hardware(thinkedge.com)

submitted by tgiphiltgiphil(40) 2 years, 11 months ago

Blog and short 1-minute video of MOSA Booting on Real Hardware from writing to the USB Key to booting with it on the same PC. read more...

add a comment |category: |Views: 5

tags: another

Installing Dotnet Windows Services, the easiest way(cavemansblog.wordpress.com)

submitted by cavemansblogcavemansblog(40) 3 years ago

Using the InstallUtil.exe has been my primary mechanism of installing a windows service. I will demonstrate the easiest way of installing/uninstalling a windows service by just double clicking on the service executable. read more...

add a comment |category: |Views: 21

tags: another

TheadPool Helper Class(thinkedge.com)

submitted by tgiphiltgiphil(40) 3 years ago

A generic helper class for use with the .NET ThreadPool. read more...

add a comment |category: |Views: 33

tags: another

Boot Image Creation Tool(thinkedge.com)

submitted by tgiphiltgiphil(40) 3 years ago

Open Source Boot Image Creation Tool in C#. Part of MOSA Project. read more...

add a comment |category: |Views: 43

tags: another

Implementing a simple genetic algorithm(improve.dk)

submitted by orcaorca(820) 3 years ago

In this blog post I'll give a quick introduction to what genetic algorithms are and what they can be used for. We'll implement a genetic algorithm that attempts to guess an RGB color by evolving upon a random set of initial guesses, until it at some point evolves into the correct RGB value. read more...

add a comment |category: |Views: 499

tags: another

http://www.thinkedge.com/blogengine/post/2009/04/25/Managed-Operating-(thinkedge.com)

submitted by tgiphiltgiphil(40) 3 years, 1 month ago

Project to create a Managed Operating System based on the CIL. read more...

add a comment |category: |Views: 15

tags: another

.Net Mocking Frameworks - Capability Comparison(phpvs.net)

submitted by wompeterwompeter(290) 3 years, 1 month ago

A summary of the capabilities of four of the most popular mocking frameworks for .Net. read more...

add a comment |category: |Views: 526

tags: another

Solving deadlocks through locking hints(improve.dk)

submitted by orcaorca(820) 3 years, 1 month ago

Deadlocks in any database can be a hard beast to weed out, especially since they may hide latently in your code, awaiting that specific moment when they explode. An API website, exposing a series of webservices, had been working fine for months, until I decided to run my client app with a lot more threads than usual. read more...

add a comment |category: |Views: 19

tags: another

Don't be clever 2 - The cost of cleverness(codethinked.com)

submitted by dengar007dengar007(3084) 3 years, 11 months ago

In the modern world of programming we need to be more cognizant of making our code readable and grokkable than to make it clever or sneaky. For 99% of the developers out there, no one is ever going to pat you on the back for being sneaky. You're probably more likely to get punched in the face for it when the team has to spend the weekend debugging a piece of your clever code. read more...

add a comment |category: |Views: 403

tags: another

SharpOS - An operating system written only in C# (no assembly or C)(sharpos.org)

submitted by w3stfa11w3stfa11(645) 4 years, 2 months ago

SharpOS is an open source effort to write a operating system using C#. A very informative interview here http://lab.obsethryl.eu/content/sharpos-stream-c-sharp-c-kernels read more...

7 comments |category: |Views: 290

tags: another

Akismet extension for BlogEngine.net 1.2(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 4 years, 5 months ago

A plug-in for BlogEngine.net that will allow you to hook up with Akismet to block spam. read more...

add a comment |category: |Views: 59

tags: another