BIOS Hacks for Faster Bootup
Some of the stuff your computer does at boot time is of no use. Disable those features to boot faster.read more
Simplify Math with Administrative Constants
1. Problem
You want to work with common administrative numbers (that is, kilobytes, megabytes, and gigabytes) read more
Work with Numbers As Binary
1. Problem
You want to work with the individual bits of a number, or work with a number built by combining a series of read more
Measure Statistical Properties of a List
1. Problem
You want to measure the numeric (minimum, maximum, sum, average) or textual (characters, words, lines) features of a list of objects.read more
Perform Complex Arithmetic
1. Problem
You want to use PowerShell to calculate more complex or advanced mathematical results.read more
Perform Simple Arithmetic
1. Problem
You want to use PowerShell to calculate simple mathematical results.
2. Solution
read more
Search a String for Text or a Pattern
1. Problem
You want to determine if a string contains another string, or want to find the position of read more

