there are some tasks for which there are no softwares available (or you didnt find it). to that i develop some small programs, that fulfill my need without bloating my system res and do exactly what and how i want them to do.

some of them i created are :

>duplicate file remover
>chat bot for gmail and facebook
>mp3 player - play music at specific time of day and stop after specific no of repetitions
>batch renaming
>link generation/extractor and site crawler
>net speed sensor - will turn off computer if download/upload speed falls below threshold


did anybody had any such utils ?? please share !!
 
Last edited:

umeshtangnu

NULL_PTR
there are some tasks for which there are no softwares available (or you didnt find it). to that i develop some small programs, that fulfill my need without bloating my system res and do exactly what and how i want them to do.

some of them i created are :

>duplicate file remover
>chat bot for gmail and facebook
>mp3 player - play music at specific time of day and stop after specific no of repetitions
>batch renaming
>link generation/extractor and site crawler
>net speed sensor - will turn off computer if download/upload speed falls below threshold
>PDF note extraction

did anybody had any such utils ?? please share !!

number 1 ,3,4, and maybe 5 are available rest dont know
 

sygeek

Technomancer
@arpanmukherjee1: Interested in sharing it with us if it is designed to be publicly used?
 
which app do you want ?? will upload it for sure.

but not quiet to be public. the app fulfills my requirements. i believe i have posted download links for a few of them.

but still the aim of the thread is to share ideas that you have faced programmers and the algo/app you designed to get over it.
 

sygeek

Technomancer
Thanks for sharing. I must say, the programs are really very good. You should post your programs here : *www.thinkdigit.com/forum/programming/126238-post-program-here-get-featured-digit.html
 

mitraark

Decrepit
Very Very NICE !!! And the Utilities are exactly what we require most nowadays, well atleast for me :D

I have had searched for applications for all of these , especially Renamer and Duplicate File Remover and have been using some freeware for doing these,
I will try your applications and reply shortly.
 
^^ thanks

i recommend you (and others) to post +ve & -ve sides of the prog and extra features you can think of.
that wold be really helpful

EDIT:
included download links in my first post.
 
Last edited:

sygeek

Technomancer
I use tonnes of autohotkey scripts for personal purposes, don't really think others will benefit from it.
 
:?: what r you talking about ??
i use autohotkey myself. i didnt make any program thats already out there

which app is similar to autohotkey??
 

sygeek

Technomancer
Here's a rephrase:
I create scripts with AutoHotKey for my personal purposes however they won't be beneficial for you guys.
 

Rajesh345

Youngling
error with DFRemover

*img24.imageshack.us/img24/6991/test2ade.jpg
*img801.imageshack.us/img801/585/test2bp.jpg

error is going like infinte loop , i had to close it with task manager

edit

similar with C:\

*img34.imageshack.us/img34/8931/82428076.jpg
 
Last edited:
Here's a rephrase:
I create scripts with AutoHotKey for my personal purposes however they won't be beneficial for you guys.

got that now!

UAC is disabled long ago but tried , not working

download this file
put it in same directory as the exe.
if asked for admin password. type it in

as for other exception. i have to modify the code.
otherwise you can give search directory to be C:\subdir1\subdir2...
 

Rajesh345

Youngling
got that now!



download this file
put it in same directory as the exe.
if asked for admin password. type it in

as for other exception. i have to modify the code.
otherwise you can give search directory to be C:\subdir1\subdir2...

added to same dir as FileSpider.exe located [C:\Users\username(removed)\Desktop\FileSpider]
it didnt ask for admin p/w
*img51.imageshack.us/img51/8818/23621400.jpg
*img33.imageshack.us/img33/3139/55550871.jpg
*img35.imageshack.us/img35/2654/81312584.jpg
 
both errors are thrown by .net framework.

click the new link
does the exe have shield sign ??
if yes then one problem is solved
if no then try disabling UAC again
 

Rajesh345

Youngling
both errors are thrown by .net framework.

click the new link
does the exe have shield sign ??
if yes then one problem is solved
if no then try disabling UAC again

*img691.imageshack.us/img691/9537/shie2ld.jpg
*img573.imageshack.us/img573/2561/shieldc.jpg

1) no shield
2) tried still error , shown on pic 2)
3) note none of the other programes from AV to advanced VB , Photoshop never faced any UAC issues
 
Last edited:
Top Bottom