Coding Snack
Downloads

Coding Snack Downloads
Each of these small programs was coded in response to a user request on the Coding Snacks Section of our forum. These are all freeware programs, but unlike our other programs, they typically do not come with an installer or help file. All rights for these programs are retained by their original authors.

Be sure to
visit Skrommel's 1-Hour Software Page
for lots more Coding Snack Programs.

NEW NON-SKROMMEL RELEASES


view older items | view newer items

Coding Snack: MIDI data and screensaver

Does anyone know of a way (or program) to make MIDI data stop the windows screensaver or power saving mode, switch the power "profile" or anything similar?
 
I.E., if the screensaver is running and I tap a few notes on my (piano) keyboard, the screensaver should shut off, and if I'm playing a song, the screensaver should not start.
 
The problem is that if I'm playing music on-screen with my MIDI keyboard, the screensaver may turn on, so I have to move a hand from the MIDI keyboard to the computer keyboard or mouse.

I'd like to do this without disabling the screensaver, so that after 10 minutes of MIDI (or mouse or keyboard) inactivity, the screensaver comes on as usual.

I am running MIDI-OX (http://www.midiox.com/) all the time, which routes my keyboard to an external sound module.

Thanks, and great forum. I'm a long-time lurker.
Eric

    Click to download the coding snack written by a dc member..

posted by ayryq donate to ayryq - March 26, 2009, 10:52:00 PM
social bookmark this story (permalink)
(read 5 comments)


Coding Snack: Find filenames/folders above certain length and offer to rename them?

As per title, i was thinking that a program could go through given folders recursively and report back the files/folders that are above the user-defined length and alow the user to rename them within the UI.

this will come in handy when burning cd backups. too many times, the burner complains about extra-long filenames way too late and sometimes this happens during the burning session, with a prompt holding up everything. i'm not someone who hangs around watching the whole burning session, so this program will be a good guide for me before i click the 'Burn' button.

    Click here to read more and download..

posted by lanux128 donate to lanux128 - March 18, 2009, 07:01:00 PM
social bookmark this story (permalink)
(read 162 comments)


AudioBookSleep

AudioBookSleep v090227
http://nod5.dcmembers.com/audiobooksleep.html

overview:
AudioBookSleep waits X minutes, saves a screenshot of VLC to desktop, then shuts down the computer.
The VLC screenshot shows the filename and time just before shutdown.
That makes it easier to next time continue from where you dozed off.

use case:
You listen to audiobooks at night but often fall asleep. You then awake hours later (at 3:23 AM) from the laptop light and audiobook sound. You dislike having to go up and turn it off manually. And now you're unsure at what point in the book you fell asleep. Even worse, when you woke up you heard some part from later chapters that gives away the plot! You wish for some automatic screenshot-then-shutdown timer. So you start to use AudioBookSleep.

posted by Nod5 donate to Nod5 - March 17, 2009, 04:35:00 PM
social bookmark this story (permalink)
(read 8 comments)


Portable Application Wrapper

Portable Application Wrapper

Portable Application Wrapper is a small application designed to do one thing; launch another application.  It was inspired by geek.Menu's insistence that an application be in the root of the installation path in order to add it to the menu.

This utility can be useful for people who want to configure a program to work with one of the portable menu tools like PortableApps, and lets you set up various commandline options, etc.

    Read more and download..

posted by wraith808 donate to wraith808 - March 15, 2009, 09:49:00 AM
social bookmark this story (permalink)
(read 9 comments)


Make folder set out of a txt file?

I'm a photographer an need to make a tree of folders with names of customers. I have a customer list in an .xls or .txt file, can this be done automatically so it saves me much time. can someone help me, i just downloaded autohotkey or is there an other way to do this?

    Click here to read more and download..

posted by reddie247 donate to reddie247 - March 12, 2009, 08:08:00 AM
social bookmark this story (permalink)
(read 6 comments)


Coding Snack: Pick Me - Random file(s) from folder and subfolders

Request for a utility from forum member:

You have to specify:
- Top folder (where it will search including subfolders)
- Extensions (Which extensions to include in the sears)
- Number of times (like how many random files do you want)

    Click to read more and download..

posted by scancode donate to scancode - March 06, 2009, 03:11:00 AM
social bookmark this story (permalink)
(read 38 comments)


IE CLOCK: Tiny taskbar clock for secondary screen

I hope this is what you meant:

IE Clock:

This is a deskbar/IE Toolbar that will display the current date & time on an extra toobar you have on your desktop, in IE (time only), and in Explorer windows (time only).

After installing, right click your toolbar, Explorer bar, or IE bar, and select "Clock". If you don't see it listed, wait a few seconds and check the menu again.

    Click here to read more and download..

posted by app103 donate to app103 - March 04, 2009, 11:44:00 AM
social bookmark this story (permalink)
(read 30 comments)


AudioBookSleep

Here is a small autohotkey program that I made because I needed it. I'll package it up more nicely some other time. Instead of a timer it would of course be cooler with some brain-sensor hardware device so that shutdown can occur right after you fall asleep  Cool. But this works pretty well too  smiley. Any suggestions on improving it? (Feel free to add code.)

    Click here to read more and download..

posted by Nod5 donate to Nod5 - February 26, 2009, 06:52:00 PM
social bookmark this story (permalink)
(read 8 comments)


Coding Snack: Double-click makes a new folder

Hey guys. I want a program that when you double click on an empty space on a opened folder or on the desktop it would create a new folder. I would like it to automatically selects the name of it so I could easily rename it. An option to make text files instead would be nice as well. Thanks in advance
-Ben

    Click to download the coding snack written by a dc member..

posted by BenPearman donate to BenPearman - February 13, 2009, 03:50:00 PM
social bookmark this story (permalink)
(read 32 comments)


Nag@Me - very simple reminder application

I just whipped up this tiny program for my dad, and figured it might help someone else out as well. Nag@Me is a very simple reminder program - you run it, tell it how often you want it to nag you, and what you want it to say. Hit OK and its off. To close the app, single-click the tray icon and hit the Cancel button.

    Click to read more and download..

posted by wreckedcarzz donate to wreckedcarzz - February 07, 2009, 12:42:00 AM
social bookmark this story (permalink)
(read 15 comments)


Teddy - A simple drum machine!

Here's a little silly app - plays drum sounds or other sounds as kids tap on keyboard

blogimage

Great toy for kids (remember to double click on the banner to make it full screen).

    Click here to download and read more..

posted by scancode donate to scancode - January 31, 2009, 08:18:00 PM
social bookmark this story (permalink)
(read 34 comments)


Coding Snack: Simple line by line truncator

This is what I usually do at the office, I copy text and I would like to truncate every line down to about # characters… Doing it manually is really a tedious and error prone process, a lot of time is wasted doing this, I should have saved a lot of time if I have a tool to  help me do the task that I may I do other things in the office… please make my life easier…

Example: (I copy pasted the text into the text box)
(Example I prefer the length of 7 characters and click the submit button and the textbox content will change into this)

Result:
-7 Characters which I chose
-without whitespaces

Can someone please make me a simple software that truncates everyline with a customizable length and automatically removes the whitespace… Please help me I know It will be easy for you guys to make one! Thanks ahead!

    Click here to read about and download the utility written by a DC member to do this..

posted by usemyname donate to usemyname - November 23, 2008, 02:09:00 PM
social bookmark this story (permalink)
(read 47 comments)


Coding Snack: Auto Resize Taskbar

there's a time when we open too many programs they will start to filling up our taskbar then we are force to resize the taskbar just so those taskbar buttons become manageable again. Can you write a program to automate this when there are too many taskbar buttons in the taskbar and resize it back to the normal size when there are just few taskbar buttons after we have close some of them.

posted by blackcat donate to blackcat - November 09, 2008, 11:12:00 AM
social bookmark this story (permalink)
(read 7 comments)


Coding Snack: Focus get (and keep, for a while)

I know this idea is floating around on the boards but I haven't been able to get it working properly.

Basically, I have 2 text windows open - one I want to type into all the time, and one I want to type in for short periods of time.
EG: Dreamweaver and an IM chat.

I want to be able to have the main window (dreamweaver) under focus by default, but I want to be able to click in the chatbox (or any other) and for as long as I am typing there it keeps focus. After an extended period of non-activity (eg, no more typing, say, 5~8 seconds) I want to switch back to the main window (returning to work)

    Reach more and download the coding snacks written by DC members to do this..

posted by bft_chromeguy donate to bft_chromeguy - November 09, 2008, 07:58:00 AM
social bookmark this story (permalink)
(read 7 comments)


Free Coding Snack: CHKDSK Assist - Schedule CHKDSK Operations

After learning and working with AutoHotkey since February, I'm finally releasing my first script.

CHKDSK Assist is a GUI based script that allows you to schedule CHKDSK operations on your PC.

I welcome any questions or comments about it. Thanks!

    Click here to read more and download..

posted by darklight_tr donate to darklight_tr - November 08, 2008, 11:42:00 AM
social bookmark this story (permalink)
(read 16 comments)


Coding Snack: DropFolder

Had a nice Idea, while cleaning my Desktop from old files/Downloads etc.

A floating Icon for droping Files/Folders, which opens a menu with configured Move/Copy(while holding Ctrl+drop) Paths.
- with Window Levels: Normal, OnTop, Desktop
- lock/unlock position of icon
- png skin support/Transparency Slider/Icon Size Slider

Would make move/copy actions much more easier.

    Click here to continue reading about and download the utilities written by DC members to solve this request..

posted by apfel donate to apfel - October 21, 2008, 02:24:00 AM
social bookmark this story (permalink)
(read 36 comments)


Coding Snack: Photo Downloader Kiosk

Hello,

My robotics team runs a tournament every year for younger kids.  An idea of mine for this year's tournament is to have a continually running slideshow of pictures on one of the projectors.  It would be great if I could have a computer set up with a media reader where people (coaches, spectators, etc) could insert a card and download their pictures to the computer to be immediately added to the slideshow.  So, here's my idea:

a kiosk-like program that allows a user to download all or some photos from a memory card (I've got one of those read-all-card-types readers that maps to four drives) to a folder that I specify in a config file (probably on a networked computer e.g. \\mycomp\slideshow\) in a datetime-stamped folder (to avoid name conflicts) with a minimum of user effort.  Kind of like one of those photo kiosks that can be found at Walgreens, etc, but much simpler.  Just a spash screen, a photo-select screen for once the user has inserted a memory card, a copying screen, and a done screen.  Or something.

I am a programmer, and if nobody is interested I will code this myself, so don't spend a lot of time on it.  But, the members of this forum are much more talented than I am and so I'm sure you could whip something up easier than I could.

Thanks, Nick

    Click here to read about and download the utility written by DC member to do this..

posted by NinJA999 donate to NinJA999 - October 19, 2008, 06:25:00 PM
social bookmark this story (permalink)
(read 42 comments)


Coding Snack: Toggle Fullscreen of Control (or Zoom control to fullscreen)

I would like to have a small program that will allow a user to stretch a given region of the screen (a window and/or control) to fill the entire screen and then "unstretch" it back to its original size and position.

    Click here to read about and download the utility written by DC members to do this..

posted by murple donate to murple - October 05, 2008, 10:06:00 PM
social bookmark this story (permalink)
(read 30 comments)


Easy Unicode Paster 2.0 is Released (Major Update)

DC member Eric Wong (VideoInPicture) has been on fire lately creating all sorts of cool new utilities.  This one is bound to be useful to some people, especially with its high degree of customizability..

http://easyunicodepaster.wikidot.com

September 4th, 2008
  • Version 2.0 of Easy Unicode Paster is released.
  • The structure of the program has been changed. The Config.ini file is now separate from the character sets used.
  • Includes over 100 different character sets.
  • Access all the character sets from within Easy Unicode Paster.
  • Utilizes a table of "buttons" for better performance and a cleaner look.
  • Program will automatically change the layout of the table according to how much space is available. It makes it so that you only have to scroll vertically when there is not enough room to display all the items.
  • Has support for pasting multiple characters with one button. See the "Example Character Set.ini" file in the "Character Sets" folder for details.
  • The items on the toolbar and the context menu have been tweaked. Gone is the option to make EUP not topmost because this was not a very useful option in practice.


With this release, I firmly believe that Easy Unicode Paster is one of the best and easiest to use unicode character maps out there and can compete with products that charge for something similar. All the other character maps I have tried have failed in their ease of use or how the program operates. Easy Unicode Paster pastes unicode characters in whatever document you are working with using just 1 click for one character.

posted by VideoInPicture donate to VideoInPicture - September 05, 2008, 12:37:00 PM
social bookmark this story (permalink)
(read 16 comments)


Re: Alarm When Power Cord Falls Out of Notebook

Here a simple command line utility.

BatteryRun - Run commands when the power plug is connected or disconnected.

Command line:
  BatteryRun.exe "<connect command>" "<disconnect command>"
Example:
  BatteryRun.exe "ding.wav" "calc.exe"

You'll find the downloads and more info at 1 Hour Software by Skrommel.

For multiple actions, I suggest making an AutoHotkey script.

Skrommel

posted by skrommel donate to skrommel - September 01, 2008, 08:56:00 PM
social bookmark this story (permalink)
(read 13 comments)


Small utility for quick prototyping GridMove layouts

I've wrote small utility for creating simple GridMove layouts.
It's main task to make easy calculating grid's coordinates (I was bored after making two grids smiley).
GridStack is a command line application accepting definition of a grid layout and outputing GridMove's template.

    Click here to read more and download..

posted by Xitsa donate to Xitsa - August 22, 2008, 04:55:00 PM
social bookmark this story (permalink)
(read 12 comments)


IDEA : script which popup browse dialog and generate shortcut

What I'm looking is pretty simple (I think)

A tool which pop up the user a browse dialog like this


the user choose a folder, and it generate a shortcut (on his desktop) and add the choosen folder's path to the shortcut

Example :

c:\app\app.exe path of the folder*.jpg path of the folder /someparameter /someparameter

Parameters in blue never change, they are the same for all shortcut created, only the red change

(I would also like to be able to specify an icon for the generated shortcut, but it's absolutely not a priority ^^)

    Click here to read more and download the utility written by DC Member Lanux128

posted by Coldiffusion donate to Coldiffusion - August 10, 2008, 08:40:00 AM
social bookmark this story (permalink)
(read 12 comments)


Re: IDEA: use key to constrain mouse movements to horizontal/vertical

Try DragLock

DragLock - Press the windows key to lock the mouse movement along one axis.

Features:
- Locks to the axis you start to move along.
- Rightclick the tray menu to change hotkey.

You'll find the downloads and more info at 1 Hour Software by Skrommel.

Skrommel

posted by skrommel donate to skrommel - August 02, 2008, 04:05:00 PM
social bookmark this story (permalink)
(read 15 comments)


IDEA: prompt Properties>Comments, when creating link for exe

When I (seldom) go to Start > All Programs, or (almost always) Quick Launch (True Launch Bar) to search for whatever program I am in need of, very often I cannot remember the name of the program in question, or I cannot remember if I am in need of program A, B, or C - because I cannot recall their features!

All shortcuts have this tooltip feature, point to the link and a tooltip can tell you what the linked program can do, but very few programmers use the feature. I also forget myself to type in such informations, when I create the shortcut.

So, my idea is for some app to prompt the Properties > Comments to pop up, whenever a shortcut is created for an exe file. This way, when I find a new program that I would like to test, I can copy the description of the features, from the site, and when the program has been installed and a shortcut must be created, this app 'you' are about to author, will force me to remember to paste that description into Properties > Comments. And from now on and for ever I can merely point at the shortcut and remember what the heck it was that this particular program was supposed to be able to do.

    Click here to download the utility written by DC Member Skrommel to solve this request..

posted by Curt donate to Curt - July 26, 2008, 06:32:00 PM
social bookmark this story (permalink)
(read 7 comments)


New App! File/Folder Date Organizer

This little app will search through a selected folder and
reorganize everything in that folder (keeping relative paths intact) into
dated folders.

need an example? ok:

let's say you have the following folders

c:\my stuff\something old (files in this folder are dated Feb. 2005)
c:\my stuff\something new (files in this folder are dated Mar. 2008)

Select 'c:\my stuff' as the search folder and you'll end up with this:

c:\my stuff\2005-02\something old
c:\my stuff\2008-03\something new

seems simple and useless... that is, of course, unless you have literally
hundreds of folders and random file sitting in that folder!

How does it work?

All files in the root folder are treated as separate entities and put into
their respective dated folders based on their own file date.

All folders in the search directory are kept in the exact path structure
as they sit in that folder. The date is determined by the newest file date
found within that folder and it's subfolders. Because of this, it ideally
works with folders that only have one level of subfolders within itself.
If you use this in folders that have multiple layers of nested folders,
the files/folders being moved to a dated folder will all be grouped by the
very latest file within that entire tree!



    Click here to read more and download..

posted by seedling donate to seedling - July 26, 2008, 03:55:00 PM
social bookmark this story (permalink)
(read 14 comments)


Hide menu in Start Menu

Hello. I have a long list of start menu and i want to hide some of them to make it shorter. i could just use 'tidy start menu' but it doesnt hide menu instead it just sort the menus into group. that's not what i want.

can someone write a program that will hide main entries by changing their folder attrib. a simple program with listbox (with checkboxes)

    Click here to read about and download the utility written by DC member skrommel to do this..

posted by blackcat donate to blackcat - June 18, 2008, 06:59:00 PM
social bookmark this story (permalink)
(read 26 comments)


ExtDesk: control the primary desktop from the extended desktop

ExtDesk
ExtDesk helps you control the primary desktop from the extended desktop.
ExtDesk has a button for opening the desktop folder and a screen that tracks the mouse for easy navigation on the primary desktop.

more info and download here: http://nod5.dcmembers.com/extdesk.html

This is another small program that I made because I needed it myself (the Use Case is loosely inspired by real events smiley) This first version has mostly been testdriven on a single system so all feedback on how this works on your systems is very much appreciated.  tellme

posted by Nod5 donate to Nod5 - April 27, 2008, 01:03:00 PM
social bookmark this story (permalink)
(read 2 comments)


tv_out: a shortcut for quickly turning extended desktop on/off

tv_out creates a shortcut for quickly turning extended desktop on/off.
the shortcut icon changes to reflects the on/off state of the extended desktop.
download from this page: http://nod5.dcmembers.com/tv_out.html

I have tested tv_out on several different systems without any problems. Post some feedback if you encounter a bug.

posted by Nod5 donate to Nod5 - April 17, 2008, 06:42:00 PM
social bookmark this story (permalink)
(read 38 comments)


Re: Window Tags

Here's KeySwitch - Use hotkeys to switch windows!

 1: Press Ctrl-T to start assigning a hotkey.
 2: Press Ctrl and 0 through 9 to assign that hotkey to the active window.
 3: To swith to a window, press the assigned hotkey.

To change modifiers and hotkeys, edit the modifier= and addkey= lines below.

-Skrommel

    Click here to download the utility written by DC Member Skrommel to solve this request..

posted by skrommel donate to skrommel - April 14, 2008, 11:27:00 AM
social bookmark this story (permalink)
(read 11 comments)


IDEA: Vista integrity levels shell extension

Hi!
A really useful little app would be a shell-extension that lets you view and change Vista's new integrity levels feature on files and folders.  Here's a command line version:
http://www.minasi.com/vista/chml.htm
A GUI shell-extension would be so useful!  I'm afraid I've no idea whether this would be a coding snack or a coding banquet to do though...
Even just the ability to view them through a shell-extension would be useful.
Best wishes,
Andrew

    Click here to download the utility written by DC Member Skrommel to solve this request..

posted by cantoris donate to cantoris - March 29, 2008, 05:48:00 AM
social bookmark this story (permalink)
(read 4 comments)


SOLVED: Taskbar Displayed Only On <Win> Keypress

I would like the Taskbar to autohide and not popup when the mouse cursor goes to the bottom of the screen. I would like the Taskbar to popup when I hold down the <Win> key. IOW, I don't want <Win> to activate the Start Menu like it does by default.

Summary:
  • Windows Taskbar is hidden by default.
  • Moving the mouse cursor to the edge of the screen doesn't activate the taskbar.
  • Balloons from the Taskbar Notification Area popup as normal.
  • Pressing, and holding, the <Win> key brings up the Taskbar.
  • Releasing the <Win> key autohides the Taskbar.

    Click here to download the program written by forum member Skrommel to solve this request..

posted by tinjaw donate to tinjaw - March 18, 2008, 09:09:00 AM
social bookmark this story (permalink)
(read 28 comments)


DetachVideo - Give embedded videos their own window!

Detach embedded videos from your tabbed browser and show them in a window of their own.

Usage: Hold your mouse over a video and press F12.

Skrommel

    Read more..

posted by skrommel donate to skrommel - March 04, 2008, 07:27:00 AM
social bookmark this story (permalink)
(read 11 comments)


Re: H E L P !!! I lost a spreadsheet!

Do you ever click NO by accident on the dialog asking if you want to save your changes?

I once made an AHK script for a friend as he kept running into situations like this. Assuming you use Microsoft Excel, maybe you'll find it useful too.. this script monitors and disables the "No" button in the dialog box that prompts up when trying to close an unsaved file. (see pic).

P.S. in case you really need to close a file without saving, there is a hotkey (Win+p) that will turn off the monitoring for 10 seconds.

    Read more and download..

posted by lanux128 donate to lanux128 - February 12, 2008, 02:38:00 AM
social bookmark this story (permalink)
(read 7 comments)


Coding Snack: IconAnyFolder - Autopick custom icons for folders based on resources in folder

IconAnyFolder v0.1 - First Release (written in C#)

Features
- a user prompt for specifying directory
- an option loop recursively into subdirectories
- a cleanup option that runs through and deletes all desktop.ini files, or removes the icon entries in them
- If the first icon resource (exe) the script encounters does not have an icon present, move to the next resource.

This program was written in response to a request on the forum: "Basically, I want a function similar to the way Windows will sometimes change folder icons based on what's inside them, except I want the .ico or .exe icons present inside the folder to be used instead of icons of stock images of music notes or flowers. This is one of those things that sounds simple to a non-programmer, lucky me if it actually ends up being simple to execute."

    Read more and download now..

posted by gogogadgetscott donate to gogogadgetscott - February 05, 2008, 08:11:00 AM
social bookmark this story (permalink)
(read 25 comments)


Coding Snack: MiniMe (aka MaxiMe)

I needed this quickly so whipped up this AHK script to quickly minimize or maximize windows using right shift and control. I got really frustrated with the fact there is no windows shortcut to minimize the active window. If you're like me and have many window open then consider using minimIZE to minimize windows to a small desktop thumbnail (and out of your taskbar). In combination with that, this script can make windows management a lot less painless.

    Read more and download now..

posted by justice donate to justice - February 01, 2008, 06:14:00 AM
social bookmark this story (permalink)
(read 34 comments)


File note

Back in 1999, Moonsoftware released a little app called FileNote. I used it so much it became second nature but when I moved up to a 64 bit OS it no longer worked. I emailed Moonsoftware about when it might be upgraded to 64 bit but received no response. It really is a neat little utility and when I ran across your site I thought it might be well to check since you guys seem to have talent bubbling out of your ears!
From the Moonsoftware page:

"FileNote is a little shell extension that allows you to add textual descriptions to your files. It adds one command to the shell context menu of a file object. This command lets you easily edit or create a text file that has the same name as the initial file, but with the extension TXT. For example, if you have a file, MyImage.jpg, you right-click on that file and choose the FileNote command from the context menu. A new text file called MyImage.txt is created and Notepad is opened to edit that text file. If a text file with that name already exists, it will be opened for viewing/editing.

Does anyone have any ideas what could be done to make it work on a 54 bit OS?

    Click here to read about and download the coding snack utilities implemented..

posted by Cuffy donate to Cuffy - January 27, 2008, 01:01:00 PM
social bookmark this story (permalink)
(read 59 comments)


Coding Snack: Drive to open on Dated folder

Hi Coders

I have a partioned drive which I download programs, web pages, etc.to .  almost on a daily basis. This is done mostly through a program downloader (called DOWNLOADER) it automatically archives the programs etc into a dated folder ie 20/01/ 2008.
I leave these in the folders there in which they are archived in until they are needed.

What I want to be able to is to open the today’s dated archived folder when I access the drive which there are on.

This hopefully would be be done from a shortcut from the desktop.
The coded program would have to locate the (today’s)dated folder if it exists and if a today's dated folder doesn’t exist open the drive as normal .
The date format is dd/mm/yyyy



    Continue reading and download the utility written to do this..

posted by nogojoe donate to nogojoe - January 20, 2008, 04:42:00 AM
social bookmark this story (permalink)
(read 22 comments)


Monitor Dimmer Script

I guess this program could be a little more flexible, and its not that amazing, but I wanted to share it as it fulfilled a need I had.
Also, I wanted to share the technique I used as it took me a while to get it to work the way I wanted.

Background:
I have two monitors. Often, I'll watch a movie or play a game on the left one, while I will also be browsing web pages and chatting with people on the right one.
If the movie or game is dark, and I'm looking a mostly white webpage, there is too much light.

Solution:
This program creates a window.  A variable-alpha-transparency, black, always-on-top window, with no titlebar, etc.
It covers my entire right monitor.  BUT, by setting WS_EX_TRANSPARENT, its made transparent to events, and thus mouse clicks, keystrokes, etc. are passed on through to the windows below it.

Win Numpad+ darkens the screen, Win Numpad- lightens the screen, Win Numpad* toggles the overlay on/off.

So, without further ado, I present -- MonitorDimmer. In both AHK and EXE. Enjoy!
--matt

    Read more and download..

posted by mmdoogie donate to mmdoogie - January 20, 2008, 01:41:00 AM
social bookmark this story (permalink)
(read 11 comments)


view older items | view newer items
Title: TBFader
Programmer: CPilot 
Requester: m_s
Download Version: 1.00.01 (2/28/06)
View Readme: here.

Render the TaskBar transparent and show it on mouseover.

Requirements: For Windows XP Only.
Title: Dkmy
Programmer: Ethan 
Requester: mouser
Download Version: 1.00.00 (2/06/06)

Hide or show the close box of a window to avoid accidental closure

New In This Version: C++ source code included(!).
Title: Maomi
Programmer: Ethan 
Requester: noth(a)nk.you
Download Version: 1.00.02 (1/31/06) (updated 2/6/06)

Start screensaver or different programs when mouse is moved to certain areas on the desktop.

New In This Version: C++ source code included(!).
Title: RRunner
Programmer: philKC 
Requester: jovejupiter
Download Version: 1.00.01 (11/28/05)
Requires: .net2 runtimes
runs a specified program once randomly within some time interval.
Title: Drive Name
Programmer: philKC 
Requester: babybox
Download Version: 1.00.01 (11/28/05)
Requires: .net2 runtimes
give names to your drive letters (useful for telling at a glance what a drive is for).
Title: jazper's Suntime
Programmer: jazper 
Requester: LuckMan212
Website: jazper's software for the masses page
calculates sunrise/sunset/civil twilight/etc times given a latitude and longitude.
Title: jazper's ShoutcastConcierge
Programmer: jazper 
Requester: brotherS
Website: jazper's software for the masses page
keep track of shoutcast streams and much more.
Title: jazper's QuickMacro
Programmer: jazper 
Requester: vbmark
Website: jazper's software for the masses page

hit a hotkey to start recording; hit another to replay it whenever you want (see also Skrommel's DoOver utility).

MORE NON-SKROMMEL RELEASES


Title: DFC: Dummy File Creator
Programmer: seedling 
Requester: Sentinel
Download Version: 1.00.01 (09/27/05)

Create dummy file of aribtrary size with specific byte value.

Title: DoubleClickQuote
Programmer: mouser 
Requester: pretendmouser
Forum Link: visit/visit
Download Version: 1.00.13b (07/28/05)

Double click this tray icon to show a random quote (comes with 16000 quotes from bash.org, but you can easily make your own quotes files).

This program has now been superceded by a full DonationCoder.com application called PopUp Wisdom
Title: DropCount
Programmer: jibz 
Requester: fhoyos
Download Version: 1.05 (05/23/05)

Tiny app that you can drag and drop folders onto to get a report of file count, folder count, total size, presence of hidden/readonly subdirs, and max path size (useful for cd burning).

New In This Version: commandline arg support, smoother performance/progress display, realtive+absolute path stats.
Title: DYDLO (Dad You Didnt Log Off)
Programmer: mouser 
Requester: mtp
Download Version: 1.01.03 (05/06/05)

DYDLO (Dad You Didnt Log Off) shows a small window on top of your screen when you are connected via dial-up, showing time online. Useful to remind people to disconnect from their modem to avoid high phone bills.

Title: Kansas
Programmer: Edvard 
Requester: dtrud0h
Download Version: 1.00.00 (06/30/05)

When experimenting with alternative shells one often needs to get back to Explorer quickly and easily without having to edit the registry and reboot. Kansas is an AutoIt3 script (and a compiled executable for those who don't have or want AutoIt) which changes the shell back to Explorer and logs off (which is much faster), without any user interface. It's called "Kansas" after Dorothy's home from "The Wizard of Oz". Like Explorer, Kansas was dull and grey, but it was Home, and that's where she wanted to go.

Title: Random Submitter
Programmer: mouser 
Requester: scott
Download Version: 1.00.06 (05/21/05)

Periodically (or on request) submits user-defined urls to the internet, with optional random components.

Title: ROFUS (Run On Fast User Switch)
Programmer: db90h 
Requester: JeffK
Download Version: 1.00.00 (05/01/05)

Windows provides the ability to start specific program on initial login, but not when switching between already logged-in users. This tool can be useful for example to change the sound volume or screen resolution to suit particular users, each time they switch.

Title: TemporalityScreens
Programmer: mouser  and jibz 
Requester: nudone
Download Version: 1.00.02 (06/08/05)

Wallpaper manager that allows you to schedule specific images for specific date and time ranges (i.e. specific hours of the day, or days of the year, etc.)

New In This Version: No longer uses Active Desktop; uses open source ImageMagick to convert formats (user can customize effects and other commandline image processing).
visit the Coding Snacks section of the forum..

 

SUPPORT CODING SNACKS! Help support future coding snacks by joining the site and making a donation now.

DonationCoder.com | About Us