|
You are here |
randomascii.wordpress.com | ||
| | | | |
www.catch22.net
|
|
| | | | | Introduction This is the second part of the "Design and Implementation of a Win32 Text Editor" article series. If you haven't already read part 1 then please do so now! OK, so assuming you've downloaded, assimilated and compiled the source code that was made available, you should have a basic skeleton text editor which doesn't do anything yet. | |
| | | | |
keithbabinec.com
|
|
| | | | | It is important for software engineers to understand how to analyze process dumps so that they can determine why their application is crashing or behaving unexpectedly. However, it can be hard to know where to start with the process. This post aims to be a starting point for a very common situation: debugging a crash... | |
| | | | |
michaelscodingspot.com
|
|
| | | | | Michael Shpilt's Blog on .NET software development, C#, performance, debugging, and programming productivity | |
| | | | |
www.sjoerdlangkemper.nl
|
|
| | | To securely store passwords they should be hashed with a slow hashing function, such as PBKDF2. PBKDF2 is slow because it calls a fast hash function many times. This blog post explores some properties that the iterations must have to be secure. | ||