Monthly Archives: July 2014
Share Mouse and Keyboard with multiple Computers

Share Mouse and Keyboard with multiple Computers.

ShareMouse lets you share your mouse and keyboard with multiple networked computers using software only, supperb!

If the mouse reaches the border of any monitor, it magically jumps to the other computer and you can control that remote Mac or Windows PC.

f.lux: software to make your life better

f.lux: software to make your life better.

Your laptop LCD is designed to have high visibility in daylight however during the night in dark rooms it turns the glow it emits isn’t good for your sleep patterns, so this program will change your LCD hue according to the time of day.

I’m enjoying it, i find if i now disable the effect it feels  like my lcd turns into starring at the headlights of a car.

Core Temp

Core Temp.

Core Temp is a compact, no fuss, small footprint, yet powerful program to monitor processor temperature and other vital information.

What makes Core Temp unique is the way it works. It is capable of displaying a temperature of each individual core of every processor in your system!

You can see temperature fluctuations in real time with varying workloads. Core Temp is also motherboard agnostic.

Free screen recorder – BB FlashBack Express

Free screen recorder – BB FlashBack Express.

If your looking for a free and good screen recorder with audio and webcam options, BB Flashback will do the job brilliantly, you need to register your copy for a free licence to your email.

AutoHotkey: macro and automation Windows scripting language

AutoHotkey: macro and automation Windows scripting language.

If you need to automate windows, AutoHotkey has a full scripting language that allows programming complex macros.

Here’s an example.

^!s:: // Ctrl+Alt+S becomes a hotkey to type a signature:
Send Sincerely,{Enter}John Smith
return

::btw::by the way // expands to "by the way" when "btw" is typed