| Author |
Message |
Topic: Concept: Multi Download in Background |
fures
Replies: 0
Views: 312
|
Forum: Scripts & Functions Posted: Mon Jul 14, 2008 3:29 pm Subject: Concept: Multi Download in Background |
I've made this proof of concept to make a more controllable URLDownloadToFile variant.
- This script creates a download queue
- Launches downloads as separate processes
- Monitors status of downl ... |
Topic: UrlDownloadToFile - Timeout and Run In Background |
fures
Replies: 8
Views: 1786
|
Forum: Wish List Posted: Mon Jul 14, 2008 2:22 pm Subject: UrlDownloadToFile - Timeout and Run In Background |
Hi,
I made a [url=http://www.autohotkey.com/forum/viewtopic.php?p=207621#207621] script where I used a technique of real multi-threaded download that runs in the background and with status indicato ... |
Topic: Mass Video (+YouTube) Ripper with Real Multithread Download |
fures
Replies: 6
Views: 947
|
Forum: Scripts & Functions Posted: Mon Jul 14, 2008 2:15 pm Subject: Mass Video (+YouTube) Ripper with Real Multithread Download |
By the way, the point here is the proof of concept for a multi-threaded download technology.
The problem was that in AHK, URLDownloadToFile is a little rigid: It freezes running until download is d ... |
Topic: Mass Video (+YouTube) Ripper with Real Multithread Download |
fures
Replies: 6
Views: 947
|
Forum: Scripts & Functions Posted: Mon Jul 14, 2008 2:03 pm Subject: Mass Video (+YouTube) Ripper with Real Multithread Download |
@Guest
Yepp. But I still enjoy it...
@Bobo
The tool is simply PowerPoint (sorry...)
fures |
Topic: Mass Video (+YouTube) Ripper with Real Multithread Download |
fures
Replies: 6
Views: 947
|
Forum: Scripts & Functions Posted: Sun Jul 13, 2008 3:26 pm Subject: Mass Video (+YouTube) Ripper with Real Multithread Download |
I fiddled a bit with speed optimization...
There's an updated version at my site:
[url=http://wfures.eqnet.hu/my_ahk_updates/myRipper.ahk]myRipper.ahk
[url=http://wfures.eqnet.hu/my_ahk_update ... |
Topic: Mass Video (+YouTube) Ripper with Real Multithread Download |
fures
Replies: 6
Views: 947
|
Forum: Scripts & Functions Posted: Wed Jul 09, 2008 9:52 pm Subject: Mass Video (+YouTube) Ripper with Real Multithread Download |
This script will:
- scan html files
- following thru any given click-depth
- for linked or embeded video/audio/pic stuff (you define file extension),
- put filtered file links into a downl ... |
Topic: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
fures
Replies: 281
Views: 55725
|
Forum: Scripts & Functions Posted: Tue Apr 29, 2008 4:57 pm Subject: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
 |
Topic: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
fures
Replies: 281
Views: 55725
|
Forum: Scripts & Functions Posted: Tue Apr 29, 2008 4:35 pm Subject: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
Yes, now it works with Enter only - that's what you asked for, and I'm happy that it works.
About scanning every 15 minutes:
How about putting ScanPeriod=0.25 in the options, which is exactly ... |
Topic: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
fures
Replies: 281
Views: 55725
|
Forum: Scripts & Functions Posted: Mon Apr 28, 2008 11:37 pm Subject: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
| OpenFolderWith originnally was intended for opening the folder of FILES by pressing SHIFT+ENTER. Now that we have "folders as file types" it will do the same: When you press Shift+Enter - it ... |
Topic: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
fures
Replies: 281
Views: 55725
|
Forum: Scripts & Functions Posted: Mon Apr 28, 2008 7:10 pm Subject: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
fures, this has been already requested, could you please modify the script above to scan/display folders only?
It's difficult to say no to such a polite request...
I've included handling of dire ... |
Topic: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
fures
Replies: 281
Views: 55725
|
Forum: Scripts & Functions Posted: Sat Apr 26, 2008 7:06 pm Subject: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
HI
I fiddled with some things, and here is the result:
- bloody fast due to some icon handling improvements
- can scan network drives into a separate index, and one can switch to this index on ... |
Topic: Auto-Setup GUI for changing any standard INI-file data |
fures
Replies: 3
Views: 710
|
Forum: Scripts & Functions Posted: Sun Apr 20, 2008 3:16 pm Subject: Auto-Setup GUI for changing any standard INI-file data |
Of course, you include at the end of user code.
Thanks for the note.
Function? Yes, I started to work on it as a function, but was surprised by some AHK messages claiming the some of the vars sh ... |
Topic: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
fures
Replies: 281
Views: 55725
|
Forum: Scripts & Functions Posted: Sun Apr 20, 2008 3:09 pm Subject: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
I worked on Rajat's code (320MPH) a little bit and made my version:
Small view - big icons
Big view - list style
Much faster by removing ControlGetText from each loop in GetText
Results no ... |
Topic: Auto-Setup GUI for changing any standard INI-file data |
fures
Replies: 3
Views: 710
|
Forum: Scripts & Functions Posted: Sun Apr 20, 2008 9:26 am Subject: Auto-Setup GUI for changing any standard INI-file data |
Automatically generated Gui for a standard INI file
Auto-save any changes on the fly
Auto reload all params after closing the Gui
Usage:
IniGui_IniFile = <your_ini_file.ini>
GoSub, In ... |
Topic: Webcam capture (WDM) with motion detection in AHK |
fures
Replies: 15
Views: 1346
|
Forum: Scripts & Functions Posted: Fri Apr 11, 2008 5:54 pm Subject: Webcam capture (WDM) with motion detection in AHK |
Here's a new version:
Now it can capture video:
Uncompressed AVI as default
but compression can be hand-selected (unable to save settings though
I suggest Microsoft Windows Media Video ... |
| |