| Author |
Message |
Topic: AutoHotkey.net - a free place to upload your scripts online |
Titan
Replies: 74
Views: 17209
|
Forum: Scripts & Functions Posted: Sun May 11, 2008 10:59 am Subject: AutoHotkey.net - a free place to upload your scripts online |
| Due to the recent success in growth of the [url=http://www.autohotkey.com/forum/viewtopic.php?t=28311]#ahk IRC community the pastebin originally located on my private server at http://ccgi.inspiration ... |
Topic: AutoHotkey.net - a free place to upload your scripts online |
Titan
Replies: 74
Views: 17209
|
Forum: Scripts & Functions Posted: Sat May 03, 2008 5:05 pm Subject: AutoHotkey.net - a free place to upload your scripts online |
| Is there a reason to reset the views?I believe a limited time range reflects better on the view count as you can estimate hit frequency (visitors per day) and see whether a file is still in demand aft ... |
Topic: AutoHotkey.net - a free place to upload your scripts online |
Titan
Replies: 74
Views: 17209
|
Forum: Scripts & Functions Posted: Mon Apr 14, 2008 1:03 pm Subject: AutoHotkey.net - a free place to upload your scripts online |
| 2.) A setting to choose whether to automatically overwrite existing files (e.g. "Prompt for Overwrite?"). Thanks for the suggestions, they have been applied. Non-IE users may have recently n ... |
Topic: AutoHotkey.net - a free place to upload your scripts online |
Titan
Replies: 74
Views: 17209
|
Forum: Scripts & Functions Posted: Tue Apr 08, 2008 9:21 pm Subject: AutoHotkey.net - a free place to upload your scripts online |
| Sure you can use my icons. I would appreciate if you linked back to autohotkey.net in your sources. |
Topic: AutoHotkey.net - a free place to upload your scripts online |
Titan
Replies: 74
Views: 17209
|
Forum: Scripts & Functions Posted: Fri Apr 04, 2008 10:09 am Subject: AutoHotkey.net - a free place to upload your scripts online |
| I tried capitalizing, but right now I can't even log onto the site for some reasonPlease check your Are you typing your user name with the correct case?Thanks for mentioning that. I will see if the FT ... |
Topic: YOU HAS FAILED! - Failed projects thread! |
Titan
Replies: 6
Views: 323
|
Forum: General Chat Posted: Wed Apr 02, 2008 1:11 pm Subject: YOU HAS FAILED! - Failed projects thread! |
k3ph, tic, Conquer you guys are mean but...
http://img338.imageshack.us/img338/6269/improovedpa6.jpghttp://icanhascheezburger.files.wordpress.com/2007/11/amazing-pictures-lolbirds.jpg |
Topic: AutoHotkey.net - a free place to upload your scripts online |
Titan
Replies: 74
Views: 17209
|
Forum: Scripts & Functions Posted: Mon Mar 31, 2008 8:46 pm Subject: AutoHotkey.net - a free place to upload your scripts online |
I heard on IRC that there was a bit of misconfigurationThat's correct, there were a few hours of downtime due to essential maintenance work. Sorry for the inconvenience.
In other (unrelated) news.. ... |
Topic: LIVE AutoHotkey Chat - get help and speak with other members |
Titan
Replies: 13
Views: 1094
|
Forum: Ask for Help Posted: Wed Feb 27, 2008 7:07 pm Subject: LIVE AutoHotkey Chat - get help and speak with other members |
I'll be on most of the times
If I don't respond it's because I'm afc so just PM me. |
Topic: 5000th post celebration plus whole load of zeitgeist graphs! |
Titan
Replies: 12
Views: 473
|
Forum: General Chat Posted: Mon Feb 18, 2008 3:38 pm Subject: 5000th post celebration plus whole load of zeitgeist graphs! |
THIS IS... SPARTA no wait, MY 5000TH POST!!!
I feel a mix of emotions as I write this. In the beginning I had never imagined that I would be committed to this open source project for so long. I cam ... |
Topic: Finding files based on Lastname Firstname. |
Titan
Replies: 1
Views: 139
|
Forum: Ask for Help Posted: Mon Feb 18, 2008 2:30 pm Subject: Finding files based on Lastname Firstname. |
| It can all be done using the commands: FileAppend, StringMid, StringReplace, Send, WinWait, ControlSend/send, EnvAdd. If you can't seem to get a working script post the code you've written so far so s ... |
Topic: Request: Streamline a function. |
Titan
Replies: 1
Views: 143
|
Forum: Ask for Help Posted: Mon Feb 18, 2008 2:26 pm Subject: Request: Streamline a function. |
| kiu done something similar with [url=http://www.autohotkey.com/forum/viewtopic.php?t=7242]Radial Menu and rocket gestures: radialM 1.1. |
Topic: Get in sync with E.bay |
Titan
Replies: 1
Views: 136
|
Forum: Ask for Help Posted: Mon Feb 18, 2008 2:17 pm Subject: Get in sync with E.bay |
OMG this is crazy, DateParse() accepts German!
SetBatchLines, -1
tf = %A_Temp%\e
URLDownloadToFile, http://viv.ebay.de/ws/eBayISAPI.dll?EbayTime, %tf%
FileRead, html, %tf%
StringGetPos, p, ... |
Topic: Getting (raw) FTP file listing |
Titan
Replies: 3
Views: 170
|
Forum: Ask for Help Posted: Mon Feb 18, 2008 2:07 pm Subject: Getting (raw) FTP file listing |
| The [url=http://www.autohotkey.com/docs/commands/FileAppend.htm#FTP]second example for FileAppend demonstrates how you can use ftp.exe to execute server commands. |
Topic: Progress font color bug |
Titan
Replies: 2
Views: 311
|
Forum: Ask for Help Posted: Mon Feb 18, 2008 2:05 pm Subject: Progress font color bug |
| Could you post an example? |
Topic: Not fast? |
Titan
Replies: 1
Views: 173
|
Forum: Ask for Help Posted: Mon Feb 18, 2008 2:05 pm Subject: Not fast? |
| See FAQ: [url=http://www.autohotkey.com/docs/FAQ.htm#perf]How can performance be improved for games or at other times when the CPU is under heavy load? |
| |