Open Requests
From Tiny Appz
Please use the Add Request page to add to this list.
| User | Description | Added | # |
|---|---|---|---|
| PaulMaudDib | A rewrite of SinglePageThread, it barfs now. | 08-12-28 08:49 | # |
| BrianBoitano | This article: http://infovore.org/talks/if-gamers-ran-the-world/ got me thinking about feedback loops. The author brings up the point that points and high scores help people better understand and alter their behavior in all things, not only games. This is part of the reason I've learned more Guitar Hero than any real instrument (I know, it's sad)
I'd like a feedback loop for productivity. Just something lightweight that tracks which window is in focus, and gives a pie chart of how much time has been spent on each window. I've taken a couple of intro programming classes, but I have no idea how to program for Windows (.Net?). If somebody could point me to a kind of "get started" guide, I might try it myself, but if not, here's some pseudocode to make it more clear: { dt=10 %refresh period, in seconds While(1) { if(afk==0)
{
focus=getfocus();
times(focus)+=dt;
total_time+=dt;
graph(times)
}
afk=check_afk(); %check "AFK?" checkbox
wait(dt); %wait before re-checking
} }
Thanks! Request on the SA thread: http://forums.somethingawful.com/showthread.php?threadid=2415898&userid=0&perpage=40&pagenumber=36#post353632220 | 08-12-23 21:24 | # |
| tofufish | Im looking for a batch script that will copy all the files in a certain folder, including those in a sub folder to the parent directory. For example, I have a folder structure which is something like this:
TV -ShowName1 --Season#1 ---Epfolder1 Ep1.avi Ep1.nfo ---Epfolder2 Ep2.avi Ep2.nfo I would like to copy all the files in Epfolder1, 2, 3, 4 etc into Season#1 (The parent directory) It would be awesome if I could add this to the right click menu, so i can click on a folder an click 'Sort files' and itd be done. Thanks! | 08-12-23 05:22 | # |
| RivensBitch | Take the synthesizer component from an open source NES emulator and package it inside of the Steingberg VSTi plugin. (This seems simple but probably isn't a tiny app per se).
VSTi plugins are used inside of free music software like VST host (http://www.hermannseib.com/english/vsthost.htm) or commercial software like Cubase or Ableton Live. The host application routes MIDI data to the plugin, and routes audio from the plugin into an audio channel in the host application for playback. Open source NES emulators: http://www.zophar.net/nes/fakenesfakenes-wip.html http://www.zophar.net/nes/nintendulator.html http://www.zophar.net/nes/nes9x.html VST SDK: http://ygrabit.steinberg.de/~ygrabit/public_html/index.html | 08-11-13 19:40 | # |
| evil_bunnY | A software aggregator that will grab a bunch of feeds with pictures in their posts and download them all to a single folder so I can export that to a digital picture frame with wireless. Anyone know a nice aggregator that could fit the bill? | 08-11-12 09:34 | # |
| jhh | I have an easy request: A port-knocking applet, built in either flash or java or some client side non-Silverlight cross platform thing (preferably NOT java) that works like so.
Goal: To allow non-technical road warrior type users to use port-knocking (http://en.wikipedia.org/wiki/Port_knocking) via a browser applet, so they can access the creamy tasty tootsie roll center of my network without having to deal with the hard candy shell (multiple firewalls and VPNs). 1) User requests page off my server. 2) Page has the applet in it, which loads in the users browser. 3) Applet requests xml (or text, or whatever is easiest for you) file from server. 4) Applet reads file to determine what port(s) to send a packet to. 5) Applet sends packets (defined in XML file). 5.a) Applet does not need to establish a connection, only initiate one (a single SYN is enough). 5.b) Applet shouldn't care if the server responds, and shouldn't wait around for it to respond. 6) Applet tests connection by attempting to connect to port N (defined in XML/whatever file), and: 6.a) Either says it succeeded if it could connect to port N, or 6.b) Says it failed and "click here to try again". 7) Redirects browser to PAGE (defined in XML file). Honestly I don't even know if flash could do this; I'm guessing it can but I could be wrong. If it's not a small job let me know. | 08-10-20 06:24 | # |
| Ashex | I'm looking for something that can spit out a text file listing videos along with adding a tag at the end to specify the Codec (Xvid, h264, x264) along with resolution (480p, 720p, 1080p).
I'm attempting to maintain a list of videos on a wiki, and while my method for listing works, updating the list or creating a new one is incredibly tedious. Basic function would be: -Give it a directory to Scan -Specify what to append on the end of the line for each file -Use the Folder name in the output (if possible) -Generates a text file with everything. For example, an xvid video that is 720p would be: Come and get it [[Image:xvid.gif]] [[Image:720p.gif]] Bonus points for being able to run it in linux. | 08-10-20 02:49 | # |
| GuavaMoment | A greasemonkey script to left justify the flash player on gamevee.com.
http://forums.somethingawful.com/showthread.php?threadid=2415898&pagenumber=35#post350555158 | 08-10-12 18:13 | # |
| reise | Can you please add the possibility of tvrenamer to also rename the subtitles files? | 08-10-10 22:40 | # |
| lurgulary | I would like an edit of the OS X MSpaint clone Paintbrush (http://paintbrush.sourceforge.net) that has the following features:
Thank you! Original post: http://forums.somethingawful.com/showthread.php?threadid=2415898&pagenumber=35&perpage=40#post350480999 | 08-10-10 21:12 | # |
| Schatten | Application to change network settings on the fly from: DHCP to a specified network setting in a config file. Specifically, 192.168.80.2, 255.255.255.0 subnet. Gateway/DNS not necessary. | 08-10-07 15:24 | # |
| UserNotFound | I'd like a tiny app that would monitor a network port's usage and prevent the system from entering standby/sleep. This would hopefully keep Vista from entering sleep when I'm utilizing ICS, and could be as simple as checking to see if there's a computer (ping an IP) running on the other side of the connection.
If such a method exists already, it would be unknown to me, and would certainly trying using such a program before anyone puts any effort into this. http://forums.somethingawful.com/showthread.php?threadid=2415898&pagenumber=34#post350245053 | 08-10-06 06:57 | # |
| Shit Copter | I'd like an app that will hit tvrage etc and pull listings for TV episodes, then list a countdown to their next airing in Season x Episode format - for example, season 1 ep 3 would be 1x03 <x days x hours etc>. Configuration would ideally be done via flat file or XML. | 08-10-05 17:55 | # |
| Cheezy WEAPON | I'd like a small application with a simple, no frills gui that looks in a directory for mp3's and removes ALL ART AND TAGS, both v1 and v2. It can write over the current mp3's, but a "copy to so-and-so folder" option would be a nice plus. Maybe even a "Recurse subdirectories" option too, although it might lag and crash with too many mp3s. Is there any way to have a bit checker so it wouldn't corrupt mp3's by accident?
This would save me tons of time, and I haven't really found an application that JUST does this.. Thanks! Link to post:http://forums.somethingawful.com/showthread.php?threadid=2415898&userid=140699 | 08-09-22 23:09 | # |
| Baron Von Skarin | A program that will take a list of addresses(Ie from spreadsheet) and return the driving distance and the link to the driving directions. | 08-09-11 01:25 | # |
| Aygtets | I don't know if this is possible, small enough, or even appropriate. But I would like a program that does 20 random searches a day with the Swagbucks search. (http://swagbucks.prodege.com/?cmd=home)
-If possible I would like it to just run in the background. -I run Vista (blech) -I would rather safe searches, and not child porn If you could do this, I would love you forever! (http://forums.somethingawful.com/showthread.php?threadid=2415898&userid=0&perpage=40&pagenumber=33) | 08-09-02 16:00 | # |
| zingbats | I'd like an app that can plot memory usage against time at varying intervals. The difference is, I'd like it to also label points when the app receives a windows message.
This way, I can get apps to send out messages at certain stages of their running, and have the usage recorded at these times. If someone could write this using Delphi, I'd be grateful, but that's a slight preference. | 08-08-10 18:16 | # |
| g - fresh | I could really use an app that lets you set the path of an executable via a cfg file, then checks to see if that program is running. If it is not it launches the program, if it is running it waits a predetermined amount of time (set in the cfg file) and then closes and relaunches it. This is on a windows machine. | 08-08-08 02:06 | # |
| Swink | Hopefully this should be a piece of cake.
At my work I need to write a phrase and the date after processing each piece of work, but I cant copy/paste, so I have to type it each time. One common one is - "Received 4/8/08" What I need is a program that will enter a bit of text whenever I push a hotkey. Like Ctrl B for example. I'd like to be able to alter the text to whatever I want (so I can change the date each day). If it could run standalone from a USB drive that would be great, as I cant install anything on my work machine. Now that I think about it, Ctrl B is not a good choice. Maybe if the Hotkey could be customizable as well, I cant for the life of me think what a comfortable combo would be right now. | 08-08-04 09:56 | # |
| Anonymous | Watch a webpage to see if contains a specified string, or if it has changed since last check, and email you the result.
Program should be command-line and compilable in *nix. (preferably written in platform-independent language, python, java, perl, etc) | 08-08-03 06:12 | # |
| clarkwgriswold | A tray icon for windows that allows bluetooth enable or disable with a click, please. Similar to the one in Mac OS. | 08-08-01 21:07 | # |
| lilnemo459 | I would like to request an app that can open up a table in Access and verify data in a column in this column exists paths to photo's and video's I need the app to go through and verify all the data exists to the paths destination. I can provide a sample DB if needed.For Example: select table: S_T ; Select field: S_MPEG_Name then it would go through each line in this column and verify the links. Example link: C:\My Videos\01_08_2008.mpg, I am hoping the application could generate a txt file that would show for each line valid or invalid. | 08-08-01 15:10 | # |
| LunchMoney | I am looking for a software solution to manage a list of employee/client associations.
Basically if I look at the profile for employee01 I want to see that he is associated with client01, client02, & client03. If I look at the profile for client01 I want to see that they are associated with employee01, employee02, employee03, etc. I, of course, would need a way to edit/remove/add those connections. I would like the profiles to show basic contact information like first name, middle name, last name, job title, company, street address, zip code, state, country, phone number, email, and a section for notes. I do not need anything much more complicated than that. | 08-07-26 03:27 | # |
| abominable fricke | I was hoping that someone would be willing to code something similar to DFT for ppc macs. | 08-07-21 21:42 | # |
| tablebreaker | I have one for Linux, if that's okay. I'd like the ability to unrar several files in the same folder with the same password without having to manually repeat the process of pasting the password into each file.... That would be great!
http://forums.somethingawful.com/showthread.php?threadid=2415898&pagenumber=31#lastpost | 08-07-18 06:59 | # |
| Roflex | I can connect to AIM but not IRC at work. What I would like is a "relay" program I can run on my home machine, which will connect to an AIM account and an IRC network and channel, and send me AIM messages of the channel activity and allow me to respond back. I don't even really need an interface, just a command line program that takes a configuration file would be good enough. | 08-07-17 12:58 | # |
| AahPandasRun | I need a program that speaks every keyboard key pressed in crappy text to speech voice. For example, "A" for the a key, or "Z" for the z key. The voices have to be able to overlap, so multiple sound channels should be used. | 08-07-16 16:00 | # |
| unleash the unicorn | You may know the Firefox extension called ReminderFox.
It lets you set alarms very easily and reminds you in time. It's pretty much the best calendar app I've ever used, simply because it's so easy and quick to punch in a new item. Now if there were something that didn't need Firefox to run but instead sat in the tray, that would be great. A tea timer would be a nice addition. And the whole thing would be absolutely perfect if it was connected to Google calendar (so the calendar is always backed up and accessible from different computers). Basically I would like a TINY TINY version of Sunbird with the Google plugin that just sits in the tray and reminds me of stuff. (And is as easy to use as ReminderFox!) This may sound stupid but honestly, who has Sunbird or Thunderbird+Lightning running all the time? | 08-07-12 23:13 | # |
| MattWPBS | All I need is a script that'll sit in the taskbar, look for a window titled "System Messages" every once in a while (every 30 seconds or so) and send "Enter" to that window. That's it. I'm sure this is very simple, and I could probably figure it out with the help of:
a) more coffee than I have. b) a good site/book introduction to Windows Scripting. But I have: a) drunk too much coffee already and have headache. b) apparently made Google hate me, and constantly finding me keyloggers instead.
http://forums.somethingawful.com/showthread.php?threadid=2415898&pagenumber=31 | 08-07-02 16:08 | # |
| Stealthisalias | I would like a program that can get album art for all of my songs and save them somewhere on my computer. It would be similar to the "get album art" feature in itunes except there would be somewhere I could see all of the pictures. | 08-06-28 18:09 | # |
| PBCrunch | I would like an application that can create a new folder in Windows XP/Vista inside the folder that is in the active Explorer window.
Basically, I would like to be able to map the application to a hotkey so I can create a folder from the keyboard easily. Thanks. | 08-06-27 23:45 | # |
| Doctor w-rw-rw- | I'd like something like wTorrent - the PHP web interface to rTorrent, except using Python instead, and with a spiffier interface. See http://forums.somethingawful.com/showthread.php?action=showpost&postid=345418975&forumid=22 for more details. | 08-06-27 04:09 | # |
| joebob | I would love an app that would monitor my email account and when a email arrives with a certain subject. The program opens a telnet window and pastes and sends the content of the email one line at a time, with a 10 second delay per line into the telnet window.
Basically I am looking to be able to send telnet commands from my cellphone via my home computer. | 08-06-19 06:20 | # |
| Praxton | I'd really love a small notepad like application that writes from right-to-left with a font that has mirrored letters.
Always on top and minimizes to system tray would be a plus also. Thanks! Post: http://forums.somethingawful.com/showthread.php?threadid=2415898&pagenumber=30#post344983561 | 08-06-18 19:14 | # |
| adwkiwi | An app to use vTablet to pull (x,y) data from a tablet and dump it into a text file, and/or advice on getting Matlab to be able to talk to vTablet.
Post link: http://forums.somethingawful.com/showthread.php?threadid=2415898&pagenumber=30#post344973271 | 08-06-18 14:20 | # |
| BikeThief | I'm looking for a way to reposition the start bar, based on screen resolution. Basically, when my tablet pc is in landscape, I prefer the bar to be on the bottom, but when in portrait, it's easier to get to the bar at the top.
An app to assist with this would stay in the tray, waiting for a resolution change. When the specific resolution is activated, the program moves the start bar to one of the four positions. | 08-06-10 02:09 | # |
| Faustus | Want:
Small Program for OSX 10.5 that I can point to a directory and click a button. When you click the button: 1. Any file without a 5 number code on the front of the file name will have a 5 digit number code randomly generated for it and added to the file name. Duplicates number codes are fine. 2. Files with existing 5 digit number codes will have their code scrabbled so that it has a new 5 digit code on the front of it. 3. File names are left otherwise intact. | 08-06-07 21:25 | # |
| Gtab | I would like a foot-pound energy calculator for a Symbian S60 cellphone. Specifically a Nokia 5310 or 6682, if it matters. Either would be fine.
You can find an example here: http://www.airguns.net/calculators.php (the pinkish one). I believe the formula to be Energy = Weight * Velocity Squared / 450395 (fixed constant). http://forums.somethingawful.com/showthread.php?threadid=2415898&pagenumber=30#post344469999 | 08-06-06 23:44 | # |
| bonj | A program for Mac OS X that will allow you to disable/enable a second display. Right now, OS X will always extend your desktop while connected unless mirrored, but mirroring is impossible unless screen resolutions match. | 08-05-27 02:50 | # |
| derin | A program for mac + windows that locks the keyboard and mouse for ~ 20 seconds so you can wipe them with some cleaning product. or you can press a combination of keys and click (since you can't clean both at the same time) to instantly unlock. | 08-05-22 03:33 | # |
| Anony | I would really like a program for my ARM processor axim x50v that would help turn all my books into audiobooks on the fly.
I would like it to do this: 1.open large plaintext files without crashing (~2mb) 2.copy the first 1% of words into the clipboard 3.Invoke an executable (which is just the festival text to speech engine, to read the text in clipboard.) 4. Display the current percentage position in the book Repat 2,3 and 4 until the book is over. 5. Ability to jump to a certain percantage
If nobody picks this up, I would enjoy any advice on how to do it myself. (I can do some basic c and c++ command line stuff.) | 08-05-16 23:40 | # |
| CarlKillerMiller | I'm working on a project in my research lab that involves cell staining, with the resulting cells being run through a fluorescent microscope connected to a hi-res camera.The cells in these are the bright white dots, with the extracellular media being the background. Counting one of these wouldn't be a big deal, but I have eighty of these images to count. After starting the count by hand, I realized that there might be a faster way to do this. | 08-05-14 19:36 | # |
| dlb | A little tray app that detects all connected usb devices with the option to disable/enable individually.
For example: Most USB headsets disable your speakers when plugged in. Sure you can unplug the headset, but damn it, I'm lazy and so are you. | 08-04-12 04:40 | # |
| orngwip | I don't know if this would be considered simple or not, but I have always wanted a quick app for changing IP addresses between several statics and DHCP in windows. Shortcut keys, some kind of interface profile manager, or even something as simple as a command line script. This is an app that is pretty specifically useful for someone in the networking world, so I can understand if there is little interest in making it. | 08-04-10 20:44 | # |
| jizzpowered | Try to make this as simple as possible.
Need a program that can go through a vast amount of pictures and pull out the file names of the photos that have a certain color in them. For example: I put in a RGB value or a range of values and a directory/url where i have all my photos stored and itll will go through all the photos and give me the url of the phots that have that certain color in them. | 08-04-10 19:34 | # |
| darthphunk | I would like a photobooth application. I would prefer it to work with a firewire video connection... like a DV cam, but Webcam would be OK as well. I would like the main screen to have two buttons. One says TAKE PICTURE the other says RECORD MOVIE. Clicking Take Picture would say "We're going to take 4 pictures.... Ready? There would be a Preview of how they look on cam...And then a countdown from 5 or something. When clicking RECORD MOVIE a message would say, Recording your message... and then a countdown from 5 or something... and the movies would be 20 seconds max.
The app should be full screen and require only mouse interaction. I'd like it do be as customizable as possible. Like, i'd like to use pictures for the buttons, and be able to customize the messages it gives. I would also like to choose where files go. This could be PC or Linux, actual app or even SWF if it can be done. I want to build a customized photobooth for my wedding. This does not need printing support, but would be awesome if that was an option. Similar to this... http://photoboof.com/ without all of the bells and whistles. | 08-04-02 22:34 | # |
| jmu | This thread appears to be dying but I thought I'd throw my hat in here. I need a small program to take snapshots of folks via a webcam. I'm not sure how hard it is to integrate webcam support into a program but if it isn't hard I'd just like something that takes a picture and then pulls up a box asking for a file name, at this point I would swipe an MSR card (simple magnetic card containing 8 characters) then hit ok and it would save the snapshot with the digits from the card + the date/time as the file name. What this would be used for is keeping track of folks in a nursing home to verify that they're eating their meals and to have a record to show them that they did, in fact, come and eat on day x for lunch, dinner, whatever.
I'd really appreciate any help you guys can give me with this, we tried just having them sign in but getting these folks to do anything themselves is like pulling teeth. | 08-03-25 18:22 | # |
| vlack | Can I request a change to the Single Page Thread v2 app?
- Can you add a config file option, so that I can put my forums username/password in there? This is simply because I don't normally use firefox. For the same reason, allowing it to be configurable whether or not it opens the <threadid>.html file (at all, or in which browser) would be nice. - Can you make it download all the images, CSS stylesheets, etc instead of linking to them over the web? This would make it a lot easier to [i]archive[/i] a thread, something I've been trying to figure out how to do for a while now. Right now what I do is use Firefox to open the .html file singltPT created, and then Save As... "Webpage, complete". Actually, if someone were feeling the urge to go above and beyond the call of duty, it might make sense to: - download emots to a common folder - no sense in having as many copies of them as threads downloaded. - download photobucket images to a common folder - for the same reason, and since photobucket stores images using hash as filename, images would never have a naming collision. - download every other kind of image, stylesheet, etc to a folder specific to the threadid - to avoid naming collisions. | 08-03-14 21:56 | # |
| SenorSock | Had a small request from an acquaintance that wants a small windows application to take an image (jpg, etc...) of part of the first page of a pdf, and slap it into multiple word documents. He is willing to pay for it. Don’t really know many more details than that at the moment. | 08-03-14 13:14 | # |
| Orsenfelt | I have no idea how possible this is, If it's not, Let me know, Bit of a longshot anyway.
Looking for an app that will go through a forum thread and combine the content of the posts into 1 .txt document or such. Basically to be used on a massive "Three-word story" type thread. (Where each user posts 3 words only to continue and on-going, ever-changing story...) | 08-03-12 02:32 | # |
| placebo | I'd like an app that will just press a key combo over and over again until I tell it to stop (specifically ctrl-u, but it would be cool to generalize it). Shouldn't be too hard to code, but I wouldn't know where to start. Thanks a lot to anyone who takes a couple minutes to do this :). | 08-03-09 22:11 | # |
| MrPhred | A group of friends and I watch 24 and do power hour every Monday. If you don't know what that is, it's where you take a shot of beer every minute for the 60 minutes the show is on. We usually have to scramble for an clock to tell us when to take the shot. It would be cool to have a clock in the 24 style with hours, minutes and seconds that could be set to any hour of the day and play a sound every minute. A small split timer along the side to keep track of when we took the actual shot (as you get towards the end, you take them longer and longer after the minute expires) would be cool too, but that might be too complicated. Or maybe just display the last few underneath. | 08-02-05 19:09 | # |
| Rage-A-Holic | When I want to reset my IP, I login to my router and hit the "disconnect" button then hit the reconnect button.
I have found it possible to telnet into the router but I do not know commands to do that in telnet. What I am looking for is 1. Connect to router 2. Authenticate 3. disconnect 4. wait 2 seconds 5. connect a config file to be able to change variables (Router IP, Username, Password, wait time, etc) would be nice. I understand that if someone does take this on they will probably need to talk to me about my router and telnet commands if required etc. so can someone PM me about this if it is required. Thanks http://forums.somethingawful.com/showthread.php?postid=339245645#post339245645 | 08-02-04 06:15 | # |
| filthy_mcgreasy | How about recreating mtr in a perl or shell script (or any portable language that can be run on POSIX compliant OS's)? If you are not familiar with MTR, it stands for Matt's Traceroute. It can be found here: http://www.bitwizard.nl/mtr/
There is also a windows version easily found with google. The program sends out a traceroute to the destination, then uses DNS to resolve each IP along the way. Third it will ping each IP one at a time until you stop it. The results are neat and clean and it has always been such a great program for network troubleshooting. | 08-01-25 16:25 | # |
| Dicky B | http://forums.somethingawful.com/showthread.php?postid=338411809#post338411809:
Copy+pasted from the thread Here's an interesting one. I don't know much about programming but I imagine this would be a bit of a challenge. An application which, when run, brings up a dialog box with a list of all my currently running applications. I select an application and it creates a big rectangle that fills the entire screen like a maximized window would. It should appear in the taskbar like an ordinary window, except it doesn't have a title bar at the top with the - □ x buttons. It's just a big block of color. For an example of what I mean see this sticky note program: http://www.stickiesforwindows.com/ Now for the tricky part. The rectangle should stay directly beneath the application that I selected from the dialog box, and any windows beneath the application I selected will be hidden by the block. So if I have solitaire open and minesweeper above that, when I select minesweeper from the list of running applications the block of color will fill the entire screen, blocking solitaire from view so I can just see minesweeper. MS Paint representation: http://img.waffleimages.com/31c98520771c430c6fa768300832f960c4fcaa38/asgagergear.PNG So basically the big yellow rectangle stays glued to the back of the minesweeper window. When I minimize and maximize minesweeper the block should do the same. Have fun! | 08-01-16 17:23 | # |
| Solaron | I'd like to request an app to compare 2 Excel files. Here's an example:
Excel spreadsheet 1 is a list of names from a member list in 2006. Excel spreadsheet 2 is a list of names from all of the years before 2006. I put Spreadsheet 1 in the first field, Spreadsheet 2 in the second field, and the app finds any row in #2 that doesn't exist in #1. Is this huge and/or impossible? | 08-01-08 20:01 | # |
| Mineekiko | I'd like something to list projects I've input, and I'd like the input options per project/item to be Award Date, Amount, Contract #, and Agency. If I could mark each project as "Awarded" or "Not Awarded" and have them listed separately that'd be awesome. Basically I'd like to be able to "Add" a project and once it's added it should appear in a list that looks like a table, and it would be nice if it could export the data to a text file, but that's not necessary. I know that I could do this manually in Word or something, but I need something for some people who really can't even work with a template on Word.
Thanks so so so much! This has been driving me absolutely nuts. | 08-01-08 18:38 | # |
| Casao | I need a app that will
1) On run, look through a folder and select a random subset of files/folders up to X size, all preconfigured somewhere else. 2) Check another predefined folder and empty it if it's got anything in it. 3) Copy the files/folders from the first example into that folder. Basically my goal is to use my laptop akin to a small iPod in that whenever I connect it to my network it will download this folder filled with mp3s so I have a constantly rotating set of music that doesn't take up more than X amount of my precious laptop space. Right now my music is split between being organized into folders of artists I have a lot of (further divided into folders for albums) and loose single songs. It would be ideal to be able to go in and grab individual album folders (nothing would be more than 2 deep from the root so it should be easy to hard code this) and individual songs from the root folder. I'm gonna use a local app for network sync so I just need something to do this. The ideal way is to have it with settings in a seperate ini file or something and just be command line. It would also work to have a plain run bring up config screen and a command line switch to do a silent run or vice versa. Either way I would prefer for headless operation so I could just schedule it and have it run for me. | 08-01-01 15:01 | # |
| 8ender | A small app that will change the EXIF "date taken" field on a folder full of JPEG files to match the last modified date of the file itself. This is for people who forget to set the date on their digital camera and have a monster folder full of pictures "taken" on Jan 1, 2004.
Preferably this works in Mac OS X somehow. Thanks! | 07-12-30 17:01 | # |
| rjev | I'd like to request a little app that could grab an email address from the sender line of an email and output it to a text file. I'm working for a nearly completely blind person, and he needs a quick and easy way to get email addresses together in one big lump for his newsletter mailing list. Manually copy-pasting each one results in too many mistakes. | 07-12-21 08:18 | # |
| Punch McRockGroin | I would like to request an application that can copy all the files of a user-specified extension (.nfo, .txt, etc) from a designated folder and its subfolders and paste them in a destination folder. Would be great if it could be integrated for right click use. | 07-12-20 19:00 | # |
| Zo | A program that sends keyboard input to all other windows, including inactive ones. | 07-12-07 05:32 | # |
| Charun | A system delay tester.
Basically something thats like the lag test in Guitar Hero 2. The idea comes from people testing the processing time of LCDs by taking a picture of a ms accurate clock cloned on a CRT and comparing the values. I'd like to be able to roughly test the delay of a whole system, and not need a camera, or a CRT. Fairly simple, but needs accurate timing, and some sort of visual. Even flashing lights each half second or something should be adequate to reduce the human reaction part in the loop, and with an average of the values with large deviations taken out should be quite adequate. In essence - show cue, time input, repeat, show average. Some additional features could be sound cues to compare to visuals, and the ability to take input from either keyboard or mouse. http://forums.somethingawful.com/showthread.php?postid=336636196#post336636196 | 07-12-04 01:27 | # |
| Albin | Quotation extractor !
Extract all the quotations from a news article posted on the web. Eg. if a news article says: "To be or not to be." said Hamlet. extract Hamlet : To be or not to be. "Whether 'tis nobler in the mind", said Hamlet, "to suffer the slings and arrows of outrageous time." extract - Hamlet : Whether 'tis nobler in the mind to suffer the slings and arrows of outrageous time. and other common formats for quotations. Some websites use curly quotes, so be cautious about the characters used for searching... | 07-12-02 22:44 | # |
| TabletPC | Need a Windows app that makes a noise (nice click or ding - customizable) on tap of the screen with a pen/hand when used with a tablet pc. so far no program exists that does this, only built into drivers.
A small icon on taskbar by the clock that when tapped allows me to drag things without double clicking, or drag a page when on a scrollable page. when the taskbar icon is untapped this functionally disables. | 07-12-02 07:38 | # |
| midge | I need a program that will do the following :
Startup with windows Send an "enable" command to a com port Then loops indefinatly sending "ping" command every X secs Has a button on the application or command console to send a "disable" command. Has a button / console command to send an "rstXX" command (where XX = numbers) Has a button / console command to send an "rstpng" command (where XX = numbers) Has a button / console command to send an "configg" command Has the ablity to read the output from the device as every command sent will prompt a 1 line response from the unit approx 40 characters. I'm willing to pay for this app. I imagine it would be done in VB | 07-11-20 11:56 | # |
| SwissCM | I've been trying to extract levels from a games datafile. They are basically the same format as the user levels, but all jammed into a single file.
Can a program be created where: - You specify the beginning of where the block of data begins, and where it ends in hex. - It saves the block of data to a new file (001.lev for example) - It searches for the next block of data and saves it to 002.lev or whatever Might as well make it as general as possible since it could be useful for other things, such as bitmap extraction and sound extraction. At the moment I'm doing it this way - Open the file in a hex editor - Search for a hex that signifies the beginning of the block of data to extract (04 0A 71 F1 for example) - Saving its location in the file - Search for a hex that signifies the end of the block of data to extract - Copy the block of data - Open a new hex editor window and paste the data - Save the data as a new file (001.lev) It would be nice to have it done automatically. | 07-11-19 14:10 | # |
| dookie | I have a pretty simple request. I need a program that will intentionally lag my computer. Preferably with adjustable lag so I can control just how much to lag my computer. This is for slowing down flash games. | 07-11-09 09:09 | # |
| cojo | I've been traveling through Europe the past couple months and instead of posting pictures on myspace or facebook where only users can comment I'd like to be able to throw them up on my own while allowing friends to comment!
It has been so long since I have messed around with php/mysql so yeah. There's my request. Thank you in advanced. | 07-10-25 15:52 | # |
| marketingman | I need either a macro for Word 2003/2007 or a global daemon for Mercury mail server.
I need to extract some specific text from every single outgoing email and export it to a text file on a network share. Here is an example: [Letterhead] Ref: Initial Code Matter Code Dear Blah blah, This is a test email. Cheers, xyz The Initial Code and Matter Code are user input fields (so when the document is opened Word asks the user what the put there, as in they are actual "fields" in Word). I need the code to scan the email for that exact text and export it to a text file. I'm told this is a simple coding job but obviously I'm no coder. If you need a copy of the word document let me know. I'm even willing to pay a fee for this to be done! | 07-10-23 04:49 | # |
| vanjalolz | I'm looking for a small app which will open up a torrent file and extract the file list + md5/sha1/hash/whatever info. Upon doing so, i need it to look at a certain folder (which i specify), get the md5/sha1/hash/whatever of all the files in that folder, and then rename said files to the correct name specified in the .torrent file if the md5/sha1/hash/whatever matches.
For bonus credit, if all the files in the torrent are in a specific folder, rename the parent folder to what it should be. =D I will be running this on a windows host, but this should be fully portable except for the file rename anyway. http://forums.somethingawful.com/showthread.php?postid=334913008#post334913008 According to http://wiki.theory.org/BitTorrentSpecification the MD5Sum info for each file is only optional. So this tool would only work on a few torrents. | 07-10-22 11:52 | # |
| RKD | I'd like a simple app made for me to run in a windows env.
The prog would read a list of URLs from a file from which to fetch rss feeds from. Then based on predefined filters it would save links/links-to-files in a text file from all the feeds. If someone makes this in form of a small utility and have a feature to upload said text file(the result of parsing) via FTP it would be rad. If someone makes a bash script however for the main part, this would be equally awesome. http://forums.somethingawful.com/showthread.php?postid=334871676#post334871676 | 07-10-21 13:38 | # |
| revmoo | Here's an app i really could use
I do transcription of tv shows at work, the use a proprietary transcription interface based on internet explorer/media player, and some javascript for hotkeys and such. What i do, is use winamp with global hotkeys instead. This approach has many clear advantages, but i typically have to hit 'view source', pull out the .wmv or .mpg file, and then paste it into an .htm file with a href in it so i can pull it up and download it with ie, to then play under winamp. This would be a LOT easier if i could just run a program in the system tray that when i hit, say f12, would pull up the html source of a specific ie window (match on <title'> contents), and download the .mpg or .wmv file listed within. It seems to me like it would be a pretty simple app, so i think it applies to this thread pretty well. If anybody can help me out with this I'd really appreciate it. Also.. the url is often mms://, so matching on http probably wouldn't work, but if you could set up a wildcard in the prefs, so that it would download *servername*.mpg* or something, that would do it I think. Preferences would have options for matching on <title'>, and downloading the filename for a string that matches whatever wildcards. Thanks! | 07-10-21 06:41 | # |
| joebuddah | a program that can call a random word and deffination from a file | 07-10-11 15:53 | # |
| naughtysiggie | Outlook 2007 will not shut down when using Plaxo. After exiting, it continues to run in the background. I would like some kind of a program to run in the background that will sense when Outlook has been exited and then shut it down after so many seconds, or some type of program to allow Outlook some many seconds delay when exiting and then if it does not shut down, then a forced shutdown of the Outlook process is implemented.
Thank you! Link to thread post: | 07-10-06 09:33 | # |
| Anonymous | I need a funky alarm clock.
I need it programmable as all alarm clocks are, but with the feature to set multiple alarms. I want to be able to set the alarm with any mp3/wav file. Also, and this is what is gonna make this a great alarm clock, is a window that will pop up on alarm that will feature an animated .gif and/or .jpeg that will stay until alarm is cancelled or snooze is hit. I want snooze to be the space bar, and I would also like the snooze timer to be customizable. I also want it to open firefox is possible, but in the background, so I can see my .gif. This is for Windows XP. | 07-09-18 18:10 | # |
| wbacon | A desktop image display 'utility': personal images can be 'framed' as if in free-standing desktop frames (a la http://blogs.families.com/media/digital%20photo%20frame.jpg) to decorate one's digital desktop.
Cool to have frames to choose from! Cool to add dimensionality (size, angle, tilt)! Cool to be drag and drop! | 07-09-17 21:51 | # |
| Dakha | Could a small app be written to disable/enable laptop LEDs (like the HDD, power, wlan indicators etc). If it matters I have a HP dv9300 laptop. | 07-09-03 10:12 | # |
| Jedi425 | I'd like a program that could parse a whole shitload of timestamped logfiles (IRC logs, system logs, message files, what have you) and combine them into one text file with everything in the correct order. DupeRemover is a great start, but I need something that can combine several logs into one properly ordered logfile. | 07-08-30 14:59 | # |
| blogo | A bookmarklet for firefox that opens the current page in the sidebar. | 07-08-30 11:35 | # |
| Sirdouche | Not sure how "tiny" this app would be, but the idea seems fairly simple. What I would like is an app that if I am sent an instant message over msn it sends my phone a txt message telling me so and possibly the instant message text. | 07-08-27 17:52 | # |
| epswing | A Firefox extension which opens all links on the current page matching a user-defined regex in new tabs. I run a university forum and often would like to read all new replies for a given subforum. Currently I have to middle-click a bunch (sometimes 30+) of "go to newest post" little picture links on the 'new posts' page. | 07-08-23 05:51 | # |
| EC | I'm looking for a small program to do nothing but copy items from my public calendar(that I have full permissions to) in Exchange to my local calendar in Outlook 2003. I have looked everywhere for something like this, and it just doesn't exist. | 07-08-03 15:04 | # |
| Battle Bott | What I would love is a webcomic trawler. You define an entry point (http://cad-comic.com/archives.php) and it will go a specified depth (such as 3 links deep) and then order the images according to something (date, position, order gotten) and save them.
Preferably in python, if not then C++, if not then in anything. This would allow you to build a directory of all the comics. | 07-08-03 06:47 | # |
| jegHegy | A Windows app that can somehow identify which of the several external monitors I have connected to my notebook and will apply a stored position to it that you set from Windows' Display settings. Something lightweight and discreet (tray menu) would be great.
http://forums.somethingawful.com/showthread.php?action=showpost&postid=331551479 | 07-08-03 06:45 | # |
| Dicky B | A program that removes all the parts of a WAV file that are below a given volume and stitches it back together again. | 07-08-01 13:31 | # |
| Maggot Man | [b]Microphone input Guitar Tuner[/b]
Forum upgrade to anyone who fills these requirements: This is an application that takes input from a soundcard's input or microphone jack and compares it to a set of known frequencies, telling you if a tone is flat or sharp compared to its nearest neighbor in the set list. Tones it would be able to discriminate (in order of importance) 1)A-440hz 2)D,B,G,E on multiple octaves- standard guitar tuning 3)C,F,G,Eb,Bb on multiple octaves- used for alternate tunings 4)Other half steps This program would be used to quickly tune a guitar while recording music, and as such would have to visually indicate which note was being tuned to, and if the note played is flat or sharp compared to the nearest neighbor note. Hopefully someone here likes their Fourier transformations. These programs do exist elsewhere, but in a pay only format with a *lot* of extra bulk and nonsense that isn't needed for such a simple program. | 07-08-01 00:42 | # |
| hypnogogue | I'm in need of a tool, similar to what Adobe uses for their software downloads. I need to create a download manager that users can use to get my content. It needs to be a small file that downloads the file for them and resumes it if they get disconnected. I know this software exists but I can't find anything like it except www.GetRightToGo.com . Sadly, this is a bit more than I can afford and am hoping there exists a free alternative.
Our target audience is old people with dialup and having them download our content with this simple download manager will increase purchases and decrease customer support. Having them go to an FTP directory or load an FTP client is impossible, these users are computer illiterate. The application would just point to our local file and download it. If they get disconnected they could resume it when they reconnect. If you need more information from me, I can get it. Thanks | 07-07-30 03:52 | # |
| Felony | Im looking for a windows application that will record the sound from open applications that I specify and output each app as a seperate .wav file. Also the ability to specify one track as the track that I have specified as my recording input. So for example I have open the following:
-Winamp playing a song -A soundboard program -Skype I would want to output those as winamp.wav, soundboard.wav and Skype.wav respectively. As well as my system input line as mic.wav If this is not easy I understand, I have yet to find a program that does this. It would really be usefull to me. | 07-07-28 10:09 | # |
| andeh | I need a utility I can run on XP or server 2003 that can i can select and take ownership of a load folders and then allow me to copy them and return the ownership and NTFS permissions to the files via a csv file or some other means of recording it please! | 07-07-24 19:31 | # |
| asdf | An app that will store username and password in encrypted form (simple X0R) and download file from zoneedit using https (SSL) (see http://www.zoneedit.com/doc/dynamic.html).
All other clients out there either store info unencrypted or are bulky registry-based programs. | 07-07-16 13:16 | # |
| jimmsta | I've nixed my previous request. I'm really in need of a small tool that is automated, to some degree, which would be able to take a zip file, decompress it to a temporary folder, then create a 7zip sfx config file I.E.:
";!@Install@!UTF-8! Title="Software 5.00" BeginPrompt="Do you want to install the Software 5.00?" RunProgram="7zr.exe"
with the name of the unzipped EXE file in place of the RunProgram variable. (Title and Description aren't important, but if those properties can be pulled from the decompressed executable, then that'd be great). Then re-packs the temporary uncompressed files into a 7zip SFX file (available here: [url]http://easynews.dl.sourceforge.net/sourceforge/sevenzip/7z451_extra.tar.bz2[/url]), and does a Block-copy operation of the 7za.sfx + config.cfg + archivename.7z files into a new exe file (see the documentation in the file linked above, in the "Installer" sub-directory). I realize that the majority of this can probably be scripted, but I haven't the faintest idea of where to start. I suppose that it's probably more complex than I initially figured... I do need some sort of solution like this, which does not need human interaction, as I'm busy bashing my head into my keyboard. http://forums.somethingawful.com/showthread.php?postid=331424405#post331424405 | 07-07-12 04:39 | # |
| Amir | How about a simple stress tester? Set CPU usage (% of total), memory usage (either % of total or amount in MB), and time limit and just hit "Go". | 07-07-09 18:24 | # |
| brownx | I'd like to request a small app that emulates a right mouse click on the screen at your specify location using some sort of X / Y coordinate system. Ideally it should be able to loop and repeat with some sort of timer control. | 07-07-06 15:52 | # |
| mocker | Requesting a program that will make a computer with a wifi card be able to read Zune song information transmitted be tracked via scrobble/last.fm. I'm pretty sure the Zune will automatically broadcast what track you are listening to other zunesters. Wireless scrobbling! | 07-07-03 02:59 | # |
| thelightguy | I am looking for a windows app that will record audio from whatever source is selected in the mixer and then just discard it while using as few CPU cycles as possible. Bonus points if the program name is an insult directed at Creative Labs for producing shitty drivers. | 07-06-26 08:58 | # |
| Paul MaudDib | One of my big pet peeves is that all the programs in the startup folder try to start at the same time. They usually end up slowing each other down to the point where a system is unusable for the first few minutes. I'd like a program that would keep track of the shortcuts, and launch them at a particular time, so that their launch is staggered over an adjustable period of time.
A windows application that does the following: 1. Starts at system startup (startup folder is just fine here) 2. Finds any shortcuts to applications that will start at startup 3. Moves them into a folder and creates an entry in the INI file, possibly throwing up a window to ask you for the length of that time for the shortcut 4. Maintains an INI of shortcuts, which you can use a miniature interface to set a time in seconds. This might best be done in an external program so it doesn't quit with the rest of the program. 5. It runs a countup timer, when it reaches a shortcut's particular time, it will launch that shortcut 6. After it finishes the last task, it exits itself. | 07-06-15 23:28 | # |
| Run | Forum Post
I don't know how 'tiny' this program would be because I have no idea how difficult it would be to make. But the task it needs to do is pretty simple. In a nutshell: A program that automatically visits particular webpages and downloads particular files from them to a particular directory. Why: I want to be able to download a large number of .torrent files simultaneously while exerting as little effort as possible (currently, I have to click each one in turn, on a huge list, which is horribly tedious) I would like the program to do the following. 1. The program opens a text file (which is in the same directory) called "urls.txt", which contains a list of URLs. 2. It visits the first URL, and searches the webpage code for URLs of this format: http://www.bt-chat.com/download.php?info_hash=XXXX Where XXXX is any alphanumeric 40-character string. 3. It then visits each and every one of those URLs, each one initating a download of a torrent file. However, the program should never visit the same URL twice, so it needs to remember the XXXX's it has already visited (by saving them to a file, so it remembers them every time the program is run) 4. It puts all these torrent files in a particular directory (perhaps this directory is the first list item in urls.txt? that would make it easy to customise) 7. The program then moves onto the next list item and repeats, and then closes after the last list item. Ideally it would also automatically open all the files it downloads, in the default program, but that's not an essential aspect. In fact, it doesn't really have to save the torrent files. If it can just initiate the downloads, then I can just click repeatedly in Firefox to accept them all. | 07-06-08 18:16 | # |
| Cool Matty | I have a funky request. I don't know if this qualifies for "tiny" but hell it's worth a shot:
Premise: a system tray shoutcast audio player. Possible features (besides playing a stream): 1. Popups with current song/artist info 2. "Global Hotkeys"-like feature (Just for Play/Stop) 3. Ability to play/stop by clicking the task icon. 4. Any settings (stream URL, buffer, popups on/off) on a right click menu Probably a bit more work than you all are interested in, but I'm really just looking for a simple no-frills replacement for Winamp on shoutcast stream playing. | 07-06-05 15:13 | # |
| BrianBoitano | Requesting a music timer-
An application (or add-on for WinAmp or iTunes) that, given a selection of mp3s and a time, will give a random playlist of songs with approximately that play time. For instance, I'm goofing off on the internet before a class that begins in 1 hour and 15 minutes. I set the application to my music folder and 1 hour, so I know that once the music stops I should get going. | 07-06-01 21:52 | # |
| Racist Underwear | OS - Xubuntu Feisty
Shell - bash I want to sort out my media folders. What I'd like is a command-line app that first asks you for the directories that you want to sort the files into, and then asks for an alias for each directory, e.g. "Enter a directory to move files to. Enter 'done' when finished adding directories or "quit" to cancel.(/home/whatever/stupidvideos/) What will you put in this directory? (stupid videos)" Once the user is done defining directories and aliases, the app starts with the first file in the directory the app is run in, detects the type, and opens it in the appropriate program (mplayer and ImageMagick should cover it.) Once the program closes, the app should ask the user if he wants to move the file to an aliased directory, enter a new directory/alias, list directories/aliases, delete the file, or leave it where it is. Non-media files should be handled with "Non-media file $filename." followed by the same options. On completion of the directory or on quitting, there should be an option to save the directories/aliases. I know little about coding (have honestly screwed up "Hello World" in more than one language) so I don't know how tiny this will be. | 07-06-01 17:32 | # |
| Lusy | I'd like something that would monitor Soulseek and when Slsk finishes downloading a file, would automatically add it to my current Winamp playlist. | 07-05-27 03:45 | # |
| Mantrid | Looking for a program that could grab an email from a server (using POP or SMTP), and then based on who the from address is and what the content of the message is, run a command, launch a program, or run a batch file.
It should be a Windows application. The concept here is that I could send a text message from my phone to an email, and then my computer would execute a command. | 07-05-26 20:24 | # |
| Lexical Unit | I've got a request:
I have lots of music and video from iTunes in DRM format and I'm backing them up on DVD so they don't take up 25GB of space on my small laptop hard drive. But before backing them up I'm using QTFairUse to de-DRM them as best I can. The problem is QTFU can't de-DRM all the files (not the movies of course) and not all the music files either. I tried to use the log feature of QTFU to get a log of what files it missed so I could go back and try them again, but the log file it created was freaking 45MB (!!) and isn't worth a damn. I need some little tool (preferably a command line tool but whatever) that will go through a directory recursively and look for *.m4p files. When it finds a *.m4p file, it should look for a same named *.m4a de-DRMed file and give the option of deleting the DRMed *.m4p file. It should ask me interactively (with an option for always-yes or always-no of course) every time it wants to delete a file. It should probably move the files to trash rather than blasting them completely into dust. When it finds a *.m4p file WITHOUT a corresponding *.m4a file, it should log a simple warning like "blah.m4p was not properly de-DRMed." so that I know what files I need to try QTFU on again. Also, it should look for *.m4v files and log a similar message such as, "blah.m4v was not properly de-DRMed." It should be a little future proof so that if a de-DRM scheme ever comes to fruition for *.m4v files, I can tell it what the corresponding de-DRMed file's extension will be. Seems like a simple text config file would be the easiest thing to do this. So like: de-DRM-checker.ini: # a comment # DRMed de-DRMed m4p m4a m4v # Note that no de-DRMed extension given, but that m4v _is_ marked as DRM. # Theoretecally unlimited pairs could be added to this list... Since QTFU is only available on windows I guess a windows only app is fine. But it'd be even more awesome if it was portable because in the future there might be de-DRM software for Mac or Linux and I'd love to be able to bring this app over to those systems very easily if that ever happens (one can hope). important: Some files I've downloaded are Japanese, French, Spanish, or Chinese and their filenames will reflect that fact. You can't rely on the filename being simple ASCII or the tool will not be able to process a significant portion of my music library. Since all I know is C++, I'd recommend boost::filesystem for great portability, but I'm sure there are other languages that are equally capable of doing this task.
| 07-05-23 14:44 | # |
| thamaht | I want an app (well, screensaver) that blanks the screen and displays the time (with seconds), preferably in a user selected font/size. Nothing fancy. I've been looking for months and the closest I can find is a glowy digital clock with a terrible font without seconds. | 07-05-17 07:01 | # |
| The Aphasian | Greasemonkey Script/Firefox Extension/stand-alone program to automatically convert video links to embedded video code (or grab it off the sight, although I imagine that would be troublesome).
I imagine right-clicking on a video-link and seeing "Copy Link Location" and below that, if it is a video link, "Generate and Copy Embed Code". The only issue would be that each site has it's own embed format (Google Video, Youtube, Daily Motion, FileFront and any major ones I might be forgetting). It would be used for this site: http://aphasian.info/letsfail . | 07-05-16 20:59 | # |
| Kantaris | http://forums.somethingawful.com/showthread.php?postid=327816271&highlight=#post327816271
I was wondering if it was possible to get an application that would save all a users settings for their MS office suite applications (location of toolbars, macros, ect.) into a folder. I'm pretty sure that their settings are all saved to a file, but then again, i'm not too sure. This could possibly be a few lines of a batch file. | 07-05-16 18:12 | # |
| Maniaman | A tool that goes through every user in active directory, deletes the contents of their home folder, and replaces it with a 'default' home folder. | 07-05-14 21:03 | # |
| Tool to measure median FPS in games | Most game review sites measure min/max/average FPS. It seems to me that a better way to benchmark performance would be to measure the median -- I can think of several circumstances in which the average (mean) FPS would be greater then the median FPS in a game, but be overall less playable. Benchmarking tools like FRAPS only measure the mean FPS, though.
In any event, if something like this could be coded up in Visual Basic or C, so I'd have an outside chance of being able to make minor changes in it, I'd gladly donate a reasonable fee ... say, $20-40, depending on robustness or whatnot. http://forums.somethingawful.com/showthread.php?s=&postid=327681453#post327681453 | 07-05-14 03:56 | # |
| Xyon | An application that would bookmark certain parts of a webpage.
ie for when reading an FAQ or Long document (on webpages specificly) you could mark specific points you would need to skip back and forth to. Ideally for firefox, or a stand alone application thanks :) | 07-05-12 13:24 | # |
| Not really | "A Firefox add-on that will allow spell checking in a XUL field would be nice. I'm not program savvy at all so i have no idea how you would go about this."
http://forums.somethingawful.com/showthread.php?action=showpost&postid=327530855 Its for the Firefox mod SALR http://forums.somethingawful.com/showthread.php?s=&threadid=2166689 | 07-05-11 02:18 | # |
| Rap Guy | I'm up in the boonies, many hours away from home, with my laptop and my cell phone. I realized as I was a block down the street from my house that I didn't have my phone charger, but, big deal, I thought, I can hook it up to my computer and charge over USB. Now, I've set this up on my desktop at home, using a driver from the internet, but the problem is, my damn phone ran out of batteries on the way up, so even though I have the driver installed, I can't get my computer to recognize my phone, so it won't start charging it up.
I want someone to write something that forces power out through a USB hole to charge my Razr V3. I'm on Vista. The battery seems to be 3.6V. http://forums.somethingawful.com/showthread.php?s=&postid=327526878#post327526878 | 07-05-11 01:00 | # |
| Dead End | An app for Windows that will connect to a pop3 email account (configurable), save all attachments to a local folder (configurable), then delete all messages on the server and not store them locally, and then do this at an interval (configurable). Nothing more. Preferably sitting in the task bar with a little gui for the configurable variables.
Thanks! http://forums.somethingawful.com/showthread.php?s=&postid=327511068#post327511068 | 07-05-10 20:11 | # |
| Frank Zappa | I don't know if this qualifies as an app, but...
I'd like a way of being able to right-click in an explorer window, and in the context menu, have an option to "select random item" or "select random file." (Not open it, just select it.) Thanks! http://forums.somethingawful.com/showthread.php?s=&postid=327494906#post327494906 | 07-05-10 14:06 | # |
| FeedbackBsr | An addition to the Firefox context menu that allows me to save an image or file (exe/zip etc) to my own webspace (it logs in and uploads it to a specified folder, server info is added via the options menu) then spits out the URL of where it was put so I can copy+paste or do what I want with it...
Ideally something along the lines of the name "Save to Remote Server"...and have a progress bar at the bottom of Firefox... | 07-05-04 06:05 | # |
| hyperborean | This reminds me of a useless app I would like to see, and that is color-to-sound. There are some of those, but they generate little more than noise. I want red to correspond to low tones and purple to high tones, so when I draw a pattern of colors in a line, it can actually make a melody. And if I import a picture, it could be segmented along both axes. The audio would be dictated by definable parameters (3 pixels=an 1/8 note for instance)
It could also go the other way, translating an audio pattern into a picture. It would of course have to be simplistic sound to make a discernible picture. Say the audio is a sequence of 100 notes, the resulting picture could be a 10x10 image, or 5x20, or whatever. Parameters would again dictate the note duration:pixel ratio. http://forums.somethingawful.com/showthread.php?s=&threadid=2460322#post327146674 | 07-05-03 22:51 | # |
| naughtysiggie | I would like a right click context menu that will give the option to:
1. if I right click anywhere on the current page, send the current page url you are viewing to a specific Google Talk contact (It would only be one specific contact that this would need to be set up for, not the entire buddy list.) 2. if I right click on a link, send it to a specific Google Talk contact (It would only be one specific contact that this would need to be set up for, not the entire buddy list.) We have 2 computers set up on a network here and currently are having to copy and paste to send links back and forth, so the above program would be great. It would need to work for both IE and Firefox. We just want an easy way to send links back and forth. Thus, using Google Talk is not necessary. If something else would work well and has a small memory footprint, then we are not opposed to using another method to send links back and forth. However, whatever program would need to have drag and drop images that show up in the message window, rather than using as a file transfer, as well as drag and drop links to the message window. Thank you! | 07-05-03 18:59 | # |
| Steve Youngblood | It would be rad if there was a way to get this automated.
1. Get email with url in it. 2. Save page in url as web archive. (IE its .mht) 3. Reply to first email and attach .mht 4. (Optional) Delete sent email and .mht. I have some friends in some remote areas of the world and only have email access. I thought this would be pretty cool for them. | 07-04-30 21:39 | # |
| Eaten By A Grue | It would be awesome if you could write an app that would allow me to schedule a time to control my Olevia 232V from my pc w/ a serial cable. The documentation for it is below.
http://www.olevia.com/jsp/rs232/files/ATI_240_RS232_27_&_32_Inch.pdf
| 07-04-30 21:02 | # |
| Phase | I'd like a small app that connects via bluetooth to my laptop that could when a call is coming display a notification from the tray with the number (or name if it's in my phonebook, if possible) | 07-04-27 18:43 | # |
| wajack! | I would very much like an app that shuts down the Vista sidebar when I load a game, and turns it back on when I exit. The sidebar really messes up game performance and it's a pain to have to turn it on and off all the time. | 07-04-27 10:51 | # |
| Cockadoodle-dont! | I am looking for a program that will either compare an archive to a txt file, or from crawling a website. To see what I mean, go here http://www.mameworld.net/maws/ and hit search. It lists a bunch of files. What I would like is for it to compare a folder full of zip files, with the file names on that website, and if it doesn't find it on that website, it moves said file to a subdirectory.
Pretty much I made a mame cabinet, but only have two buttons. I have all the games, but it would take a really long time to sort through them one by one to check and see if it's on the list or not. thank you | 07-04-25 15:32 | # |
| dax965 | An app when you press CTRL+PRT SCRN, it screenshots your screen, then automatically uploads the screenshot to imageshack. Also, if you press CTRL+ALT+PRT SCRN, it'd take a screenshot of the window you have active and upload it. | 07-04-22 04:14 | # |
| Wrok | A Firefox extension that allows you to drag a tab out of the current window to spawn a new Firefox window with that tab.
http://forums.somethingawful.com/showthread.php?s=&postid=326336929#post326336929 | 07-04-21 02:21 | # |
| NashAsh | A focus-on-mouseover for Windows without messing with the registry.
http://forums.somethingawful.com/showthread.php?s=&postid=326213243#post326213243 | 07-04-21 02:21 | # |
| FlyingCheese | A simple analog VU meter program for windows that is resizable and sits directly on the desktop (ie: without a border or toolbar).
http://forums.somethingawful.com/showthread.php?s=&postid=326039613#post326039613 | 07-04-21 02:20 | # |
| Stares At Floor | An app that when launched will disable then enable the IEEE1394 controller.
| 07-04-21 02:20 | # |
| Memknock | A calling card java app for a cell phone. It stores a calling card phone number and the calling card pin number, lets you choose from your phone book a number to call with calling card.
| 07-04-21 02:19 | # |
