| ||||||||
| view older items |
Coding Snack: Warning that I'm on Battery powerA DC member asks: I was doing a presentation on Sat, and I guess my power cord wasn't plugged in all the way, so I was on battery power. Died halfway thru the presentation in front of 1000 people, and went in hiberation. Bad!! I use the laptop for audio so they don't see the screen. I want a small flashing box on my screen every time I'm on battery power so this never happens again. Anyone seen such a tiny program? Click here to read more and download the coding snack written by a dc member..
|
||||
Coding Snack: My text file manipulation needsA DC member asks: Hallo! I am a writer and not a programmer, but am in search of easy to use tools to tackle simple tasks. They are almost always associated with text files & a tagged CSV English - German dictionary. For the tasks I have I would like to try and use AutoHotKey. I seem to have no luck with programming languages. The task I am trying to perform is: 1. Open a simple text file of sentences. 2. Open a CSV dictionary file 3. Read words in turn from the text file, find them each in the dictionary and 4. Copy the Parts-of-Speech for each from dictionary 5. Write the tags in brackets following each word in the text file. Is it possible to do this uising AutoHotKey? Has anyne tried it or done it? Can he or she help me? Or has one of the donation-coders a better way? I'd be very grateful. Thanks and regards, forkinpm. Click here to read more and download the utility written by dc member Skwire..
|
||||
CodingSnack: Left-mouse-click triggers a PrtScr press in the backgroundA DC member requests: Basically, I am currently using Screenshot Captor and I defined the PrtScr button to capture the active window each time I press it. What I hope to do is to eliminate the need to press the PrtScr button by leveraging the left-button click on mouse to trigger it. The left-mouse button click must still function as normal but now with an added function of simulating a press of the PrtScr button. Is there such a program available that can help me do this? Or can someone create a script to do this? Thank you in advance for any suggestions. Click here to read more and download the utility created..
|
||||
Coding Snack: Toggle mouse acceleration with a simple programMy annoyance is fairly straightforward, as well as (I would hope) its solution: I want to toggle this with a hotkey: THE STORY: I bought a touchpad for my desktop to combat RSI. It's... ok, I guess. See, the driver that it comes with doesn't actually recognize the touchpad, which means that Windows sees it as a mouse. This isn't a huge problem; it works fine. Though without the driver, it lacks some customizable options, I can live with it. My mouse remains plugged in, since I will be swapping between the two devices based on the tasks I am doing. The problem is that I now have two devices that run on the same control panel settings, and physically are two devices with different kinds of sensitivity. The touchpad actually causes more strain without the "Enhance pointer precision," option enabled, since moving the pointer requires repeated 'scrubbing' with the fingers. With the feature enabled, I can move the pointer much more easily while retaining control. However, this setting is far too sensitive for my mouse, which flies all over the screen like an out of control fighter plane. To switch devices, I have to launch the Mouse applet, toggle the "Enhance pointer precision" setting manually, then resume using my input device. Without a helpful shortcut, I have to do this many times a day. PROBLEM: Two pointing devices on one system, one that needs mouse acceleration, the other doesn't. Need an easy way to toggle the "Enhance pointer precision" setting to aid in switching between the two devices. SOLUTION: A small program that launches, toggles the "Enhance pointer precision" setting from the Mouse control panel applet, and then closes itself. (If the setting is active, it deactivates it. If it's inactive, it activates it.) Since this is an issue I've found with laptops I've used as well, this could be useful beyond my specific use case. I've often had to resort to touchpad on the go, and later dock, to find that my mouse is flying uncontrollably until I toggle this setting off. Since I already use a decent hotkey manager, I don't need this to be a running program. Ideally, it would just execute, toggle the setting, and close. I can call upon the program when I need it. BONUS: The ability to store actual mouse settings as profiles, and toggle in between them with user-configurable hotkeys. This is far beyond my own needs, of course, but this might be a more interesting challenge for some. Thanks for your time, o programmers of tiny things. Click here to read more and download the utility written by dc member Skwire..
|
||||
Coding Snack: Split .txts into smaller ones when there is a space line
|
||||
Coding Snack - "Waste Not" - Whats in my fridge and When does it expire?Not sure if this is too complicated or too off-topic for the style of applications we're going for? I live in a house with 2 other guys. We are a bit disorganised when it comes to food because we all work at different times, and never plan to eat together. When we do, its great, but its such a rare occurrence. Because we all buy little bits of food for dinner, we end up with too much per person and a fair amount of waste, which drives me crazy. There is a tiny netbook in the kitchen which serves as a music player, and it runs a few spreadsheets ad household duties/chores schedules for everyone. What I'm thinking of is a simple perishables food list. With 'add item and expiry date' and 'how long left until we have to throw it out' arranged by 'time left' and various colour coding for time left on items. RED meaning EAT NOW!! Click here to read more and download the "Waste Not" coding snack written by Skwire..
|
||||
Auto Perform, a mIRC enhancementHello fellow DC members. I've been working my butt off to make a complete overhaul of the perform function of mIRC. For those who do not know, mIRC is an IRC client. IRC is a way to chat on the internet with others. DonationCoder has an IRC chat room, check here for more details: http://www.donationcoder....ic=496.0%3Bprev_next=prev "Perform" in mIRC is essentially just a list of commands that are ran when you connect to an IRC server. Click here to read more and download..
|
||||
Coding Snack: Toggle Switch with a Global Hotkey to change Power schemes?PowerSchemeToggler 1) Unpack archive to a folder of your choice. 2) Run PowerSchemeToggler.exe and you'll be presented with a small interface that will allow you to choose two profiles to toggle between. Click the "Save and exit" button when done. 3) Run PowerSchemeToggler.exe with the -toggle parameter to toggle between your chosen schemes. Click here to read more and download..
|
||||
Coding Snack: Icon Menu LauncherClicking the desktop icon (.exe) to open menu from it's place. just a simple application for cluttered desktop. by making the .ahk available, users can change the desired icon to use and the application list. it doesn't have to be a tray application or a service whose always on. Its a stand-alone apps. This is my request. Click here to read more and download..
|
||||
Selector 1.2Selector 1.0 is ready for general use I think. The idea is a hotkey app in the Tray that holds a few of your favorite programs that can take the command line param from selected text or the clipboard. One example would be a browser. Instead of relying on a plugin to open the current page in another browser hit the address bar to select text and hit the Selector hotkey(Shift-NumPadDiv by default.) Choose your browser and hit the Go button. Currently adding programs to the list requires using a FileOpen dialog to browse to the .exe file. A short name is automatically generated but can be edited. At the moment there's no provision for sorting the list or rearranging the order of apps. A later version should have a few more bells and whistles. The program uses Glass if enabled on the system. It requires Scripting.Dictionary object on the PC. If you don't have Scripting.Dictionary I believe installing the .NET 2.0 or later run-time will put it on but check the MS web site for the correct download. If you have .NET 2.0 or later you should have it already. Edit: link: http://www.favessoft.com/hotkeys.html updated to v. 1.01 Double clicking an item in ListBox presses the Go Button to launch the item. Items added to the ListBox are sorted(case insensitive sorting.)
|
||||
IDEA: Tool to Enable/Diable Default Zip Behavior in WinVista/Win7A long time ago, someone saw a need for this tool (XP only) Windows-XP-ZIP-Support-Control I now see the need for a companion tool for Vista and Win7. What do you think? Here are the details on how this is done in Vista/Win7. http://www.annoyances.org/exec/show/article03-202 Click here to read more and download..
|
||||
Dimensions 2 Folders: Sort images into folders based on resolutionI'd like to see an option to sort out just one specific resolution, or a list of specified resolutions, so that I can run the program on my bulk image downloads folder and pull out all the images that are wallpaper sized, without worrying about having hundreds of extraneous folders created that then get in the way of other sorting (exactly 400 folders created this batch, amusingly). As an added bonus, but much lower priority, a sub-option that would create a second folder for images that almost match the required res but not quite, e.g. 1682x1050 or 1680x1040. Perhaps with a definable pixel or percent range. Dimensions 2 Folders has been updated to v1.0.3: Webpage | Download Click here to read more and discuss..
|
||||
Tags 2 Folders: Automatically create a sub folder in a folder on the basis of Album NamesTags 2 Folders is a small utility to sort audio files into folders based on their tags. The following audio file types are suppported: AAC, APE, FLAC, MP1, MP2, MP3, MP4, MPC, M4A, M4B, OGG, OFR, OFS, TTA, WMA, WV Simply choose a source folder, a destination folder, set your options and click the "Go" button. Options 1) Recurse source folder: Scan through the source folder's sub-directories. 2) Show destination folder after run: Launch an Explorer window of the destination folder when done. 3) Template: Use the tokens to come up with your own folder naming scheme. 4) Copy files to destination: Make copies of the original files in the destination folder. 5) Move files to destination: Move the original files into the destination folder. Other notes 1) You can drag & drop folders onto the source and destination fields. 2) Filename collisions will be automatically renamed like this: audio_file.mp3 audio_file[1].mp3 audio_file[2].mp3 audio_file[3].mp3 ... Webpage | Download
|
||||
CCCCtrlC - simple multiple clipboard utilityAs a part of not-working on my MSc I decided to finally learn AHK and programme myself a little multiple clipboard tool, using an idea which came to my head a long time ago. Now that it works like I want it to work, I thought why not share with you, maybe someone is waiting for this kind of software ![]() Here comes some description of the program: CCCCtrlC Simple multiple clipboard utility. Creates any number of additional clipboards (called cccclipboards) and allows accessing them using normal keyboard shortcuts. To put it simply
Some more description If you press Ctrl+C or any other clipboard shortcut (see below) and release it normally (without delay), then the regular clipboard is used for the operation. But if you hold the shortcut for a moment, in the bottom right corner of the screen you will see a clipboard selection info scrolling over cccclipboards. Release the keys and the action will be executed on the currently selected cccclipboard. Click here to read more and download..
|
||||
KeepInLine: AHK script for LBCmy default LBC dock is at the top of the screen but due to some apps not being able to differentiate between a monitor's screen area and workspace, the windows open at coordinate 0,0 and get hidden behind the dock. so i wrote this AHK script which keeps them in line by moving those windows down. so if you have this problem then this script will be useful to you as well. Click here to read more and download..
|
||||
JustEnter - One key to input everywhere (with plugin system)!I noticed that people spend too much time flicking between programs each with their own search boxes, address bars, prompts, textareas etc. They can't learn several shortcuts for each of these programs. Now you only need to remember one! HOW TO USE IT
Click here to read more and download..
|
||||||
Coding Snack: The Name GameI used a program that generated file names as: consonant : vowel : consonant : vowel : consonant ... Using random letters, it generated 15 letter names AND you could always pronounce them! I would like a program to generate and output: random words of my specified length; number of words generated of my choosing; in the form above, consonant : vowel : consonant; displayed in a table for easy looking; (letters can be used more than once in the same name)
|
||||
Announcement: Pasty - pastes highlighted text into an external search engineSimply sits in the Tray. Highlight some text and hit the hotkey to paste the selected text instantly into a search engine that opens with a hotkey. Out of the box the search hotkey is set to Control Esc for Windows search. But you can change the hotkeys to use other utilities such as FARR, ReOpen, Everything etc.. 2 key hotkey combinations are supported and may be set via dialogs with combo boxes. If your search engine has to have a 3 key combo hotkey then you may be able to find a hotkey "adapter" or make one yourself with AutoHotKey. I guess I hate holding down 3 keys so I'm not that psyched to have 3 combo boxes in the dialogs. Makes for simpler less buggy programming with 2 key hotkeys too.http://www.favessoft.com/hotkeys.html Note: Paste into Windows Search requires Vista or later due to changes in the start menu. If running on XP on first use it will prompt for search hotkey for external search engine, so use FARR or Everything or another that pops up with the caret in the input control. If you find any bugs you can contact me via the Contact button on my site or do a followup here if you prefer. Continue reading the rest of the entry and discuss..
|
||||
Zero Zipper: Recreate files but without content to target driveIs there a way to recreate file/folder structure from source to target but without any content? better yet, is it possible to zip it up? I think this will be better understood with an example. Say if i have a source drive D: with the following Quote D:\test.txt (size 100 MB) D:\a\b.ini (size 1 MB) D:\z\y\x\c.pdf (size 1 GB) After the zip/copy operation i want this on the target E: drive (can be another computer) Quote E:\test.txt (size 0 bytes) E:\a\b.ini (size 0 bytes) E:\z\y\x\c.pdf (size 0 bytes) ... This is useful in recreating directory and file structures on which you can run various tests for finding files ...etc. and it would be easy to transfer over the internet without the size implications. I have to do this for about 50000+ files Click here to read more and download the coding snack written by a dc member..
|
||||
Switch FilenamesLet's say, i've got 2 files: filea.jpg and fileb.jpg But I want filea.jpg to be fileb.jpg and fileb.jpg to be filea.jpg. Normally the filenames I want to switch are longer, so it takes longer to switch them, because I have to copy/paste twice and stuff. I want a simple tool where I can drop 2 items and they will switch filenames. Click here to read more and download the coding snack written by a dc member..
|
||||
BBCeditorContinue reading the rest of the entry and discuss..
|
||||
Coding Snack: Allow input commands to be sent to background windows.WriteThere! It redirects all keyboard input to one window. Click inside the target window and press F1 to redirect the input to it. Press F1 twice fast to disable WriteThere. Example: Open Internet Explorer and Notepad, and place them side by side. Click inside Notepad and press F1 to redirect the keyboard. Now you can navigate your browser using the mouse, but everyting your write will end up in Notepad! This is a beta if ever there was one! There's probably a lot of keys missing, it doesn't work with all programs, it disables global hotkeys, and so on. -Skrommel Click here to read more and download..
|
||||
IDEA: Replace Hourglass with Quote from text file?A DC forum member asks: "Occasionally when I load a large program or a huge data file from a file server the omnipresent hourglass appears and spins away and away ..... IDEA: A program that displays as a tooltip or message box a line from a text file instead. A text file containing a quote, joke, reminder, any little tidbit of information. It shouldn't slowdown the loading but just replace the hourglass only when it is on the screen, with the ability to click on it to freeze the display." Click here to read about and download the coding snack utility implemented..
|
||||
Want to print artist/album list of ogg/mp3 filesA DC forum member asks: "One of the ways in which I'm a dinosaur is that I listen almost exclusively to entire albums, not individual songs, and I play ogg/mp3 files almost exclusively on my beloved Rio Karma, not on the PC. Which, if any, of the mp3/ogg player/cataloging programs would enable me to print a list by artist/album without printing song titles?" Click here to read about and download the tool written by DC member Skwire to do this..
|
||||
Tray 2.2 - just opens or closes an optical drive trayJust a little doodad so you don't have to push the button on the DVD drive. http://www.favessoft.com/downloads.html
|
||||
Your basic desktop icon save/restore for 32 bit windowsThis shell extension works on every 32 bit version of Windows I've tried, including W7. (Does not work on Vista64) No frills, just save and restore from the Desktop Context Menu: http://www.favessoft.com/iconset.html
|
||||
ReOpen - Folder Cache, only betterer
|
||||
Coding Snack: Create folder structure or pathI would like to be able to create a 'copy' of a path. For example, let's say I have a file in this folder: C:\Documents and Settings\All Users\Documents\My Pictures\ I would like to copy this file to D:\temp so that the path becomes like this: D:\temp\Documents and Settings\All Users\Documents\My Pictures\ Now, I would have to go to D:\temp, create the first folder Documents and Settings, then enter that folder to create the next All Users folder, and so on, before I can copy my file to that location. If possible, I'd like a right click option in Windows Explorer to select 'Copy with path' and then 'Paste and create path'. Click here to read about and download the utility written by a DC member to do this..
|
||||
Coding Snack: Make your monitor corners look round?Maybe kind of useless, but I really wonder what my pc looks like when the corners are overlay with a black image of an outer corner. Click here to read more and download..
|
||||
Coding Snack: Sort images into folders based on resolution?Not sure if something like this exists, but was wondering if someone knew about a tool/could whip something up that was able to scan & sort images based on their resolutions (would have to support non-standard sizes as well, like 1794x1250). It wouldn't have to be anything massive (or even have a GUI or options or anything), just something that would go through and make folders for each size, then move the images in. Anyone? Click to read more and download the program written by dc forum member..
|
||||
ActiveHotkeys (freeware)On several occasions there have been requests for a program that displays what global keyboard shortcuts are registered by various applications. ActiveHotkeys does just that: it will show a list of all acgtive (registered) or inactive (available) global hotkeys. Remember that Windows does not allow for detecting which application has registered a particular shortcut, so that feaure is not included. Click here to read more and download..
|
||||
eStopWatch (freeware)So here's another one... a simple stopwatch/timer with a few handy features. Yes, there are plenty available, and no, I didn't quite like any of them, so I wrote my own ![]() Please note: Windows 2000, XP and up only. Will not work on Windows 95, 98 or ME (won't even open). At the moment, it only counts up. I didn't add the ability to count down to zero, since I didn't need it at the time, but please post if it would make your day. Click here to read more and download..
|
||||
How to duplicate a file in the same folder?Does anyone know a command (or a workaround) to duplicate a file in the same folder, adding the date or a numerical index that auto increments? CLick here to read more and download..
|
||||
Way Simple Folder Cache for WindowsI took the AutoIt3 engine I had for monitoring when Explorer opens a folder and just converted it to a complete application. FolderCache. This implementation is much simpler than others I've done. Leave it run in the system tray. Hit Shift-PgUp to open the launch window. The GUI is no great shakes but I made it wide to avoid the need for horizontal scrolling to see all of the folder name. It should be usable in screen res 800x600 or higher. Right now there are no user configurable options. It's hard-wired for a max of 24 folders. There's no install needed. To have it start with Windows just make a shortcut in the Startup folder. (One note, the launch window is created dynamically when opened and destroyed with each close. While it is open, the folder monitor function is paused. No folders will be added to the cache while the launch window is open. For this reason there is no minimize button on the window frame. If you change your mind about opening a folder in the window, just click the close 'x' on the window frame or click the Open Selected Button with nothing selected, to close it.)
|
||||
PutAside: declutter and cycle through windowsMake sure you update to the latest version of DcUpdater if you have it installed. It includes fixes nessecary for PutAside to update. Sometimes you'll want to put aside what you are working on to complete an important task. But the taskbar is such a mess! So I created PutAside. Run the program and press Shift-ScrollLock and all open windows are hidden, you can then work on your tempory task. Cycle through the hidden windows with ScrollLock. Press Shift-ScrollLock again and all hidden windows are restored. You can exclude windows. PutAside is a combination between alt-tab, Show Desktop, a boss-key, and virtual desktops. I've always found virtual desktops to be too complex: I can never remember what is on the other desktops. I never used bosskeys, and with show desktop/alt-tab the taskbar is so cluttered. PutAside is then a middle way to temporarily hide windows without making them inaccessible. Click to read more and download..
|
||||
FastShutdown;-- Fast Shutdown -- by Nod5 ;-- v090426 ;-- does a onestep windows shutdown unless there are scheduled tasks later the same day ;-- default hotkeys: (middle click on Start button) OR (Right Shift + Escape) A quick script for Win XP that I needed myself. ahk & exe in attached zip. I'll package it nicer later. Click to read more and download..
|
||||
Text-less progress bar calculatorHello, I was looking for a place to post an idea and came across this website. Now, I for one go crazy over having to watch progress bars that do not have a percentage amount displayed, the worst of which being Adobe Encore. Now then, here's my idea: A small program that you can activate VIA a hotkey, when pressed your cursor becomes the crosshair type. Then the user drags the crosshair from the beginning of the progress bar to the end of the progress bar, after that they click on where the progress bar is currently at and it will calculate the percentage and display it. It seems easy enough to calculate the percentage base on the width of the progress bar and the distance between the start and where it is currently at, so I hope this idea can become more then just that.
Click here to download the coding snack(s) written by forum members..
|
|||||
A simple prog to protect files/folder from deletioni just discovered that one of my music folder (3GB) has been deleted without my knowledge, i dont remember i delete that folder, it could have been deleted by me by accidental when i half awake or some other music player progs deleted it. there are many shareware out there that can protect or hide a folder or files with password, but the users have to enter the password each time, this is too troublesome, it would be great if there is a simple prog that deny delete to a folder or files, this will prevent accidental deletion. Click here to download the coding snack(s) written by forum members..
|
||||
| view older items |
|
||||||||||||||||||||||||||||||||||||||