Thomas Weller

Results 16 issues of Thomas Weller

The regex: `color: #[0-9A-F]{6};` Erroneous: ![grafik](https://user-images.githubusercontent.com/25632350/94450509-a9857d80-01ad-11eb-98e9-387709700b1a.png) Should be: ![grafik](https://user-images.githubusercontent.com/25632350/94450718-e3ef1a80-01ad-11eb-8dea-adda978eb7e5.png) The path goes through the letters at least once, so we can do that only 5 times more, not 6 times.

## Conway's game of life: remove duplicate code Animation.vb, surrounding() and grow() have duplicate code. How about loops? The code below could be further simplified by just storing 0 and...

## Conway's game of life: Animation does not consider the bounds of the field Clicking the "Go" button after an animation has already ended will calculate the animation based on...

## Conway's game of life: clicking the "Go" button multiple times Clicking the "Go" button starts a new background thread each time. Depending on how often the button is pressed,...

## Conway's game of life: algorithm for animation does not consider state The algorithm mutates the state of the field while calculating the neighbors. This is incorrect. The previous state...

## Conway's game of life: magic numbers The code should be updated to use [UBound](https://docs.microsoft.com/en-us/dotnet/api/microsoft.visualbasic.information.ubound?view=net-5.0) in Animation.vb. The code relies on the fixed size of 99 cells. This results in...

## Conway's game of life Animation.vb, setSeed() violates the OCP (open close principle). We can't add new starting patterns without modifying the code for the animation. The initial pattern should...

An awesome list of WinDbg extension cannot go without Nextext. We can query the .NET heap with SQL like statements (!wfrom, !wselect). Has a dozen of other commands as well....

Most appreciated extension for analyzing .NET issues. Has nicer callstacks (!mk) and deadlock detection (!dlk), managed trace (!mt) http://www.stevestechspot.com/

The readme file should describe very shortly what one can do with that .py file. Where should I put it to make it work? I use Blender 2.78