C++ Memory Manager

Modifying a VB dictionary by ref

When the requirement of modifying data passed to a function, setting the type of the object to a Class will always pass ByRef in visual basic, however, swapping to a “structure” will make such values read-only after setting and the values will be unassignable.

VB.NET Memory Management Example

https://github.com/SmoLL-iCe/dotNetMemoryScan

VB.net NeuralNetwork Code

I am currently working on getting this code to operate as a POF, but it seems if the sizing of the layers are not correct then the network will not work to begin with. This sample using 2/4/2 appears to work fine and once trained works properly.

Powershell – Caching Active Directory Get-AdUser using SHA and JSON.

Using this method my Get-user went from 86 seconds down to 0.0009 seconds the second time around.