You are here |
foudil.fr | ||
| | | |
rickardlindberg.me
|
|
| | | | This article is about how I've become more efficient at using Bash, the interactive UNIX shell. When I work in Bash, I often want to execute a command again. In the beginning I re-typed the command and pressed enter. This worked fine for short commands, but became tedious for longer commands. In some shells this is the only way to enter a new command. But Bash remembers the recently executed commands and provides ways to recall them. | |
| | | |
michaelscodingspot.com
|
|
| | | | Michael Shpilt's Blog on .NET software development, C#, performance, debugging, and programming productivity | |
| | | |
blog.scottlogic.com
|
|
| | | | Over the past few months I've had an ergonomic keyboard obsession. It started out simple, just wanting to improve my typing experience. It ended with me writing a driver. This is my story - now available as an audiobook! | |
| | | |
sookocheff.com
|
|
| | A common method of reducing the complexity of n-gram modeling is using the Markov Property. The Markov Property states that the probability of future states depends only on the present state, not on the sequence of events that preceded it. This concept can be elegantly implemented using a Markov Chain storing the probabilities of transitioning to a next state. |