| Author |
Message |
Topic: Selling |
jonny
Replies: 1
Views: 249
|
Forum: General Chat Posted: Thu Oct 18, 2007 8:01 pm Subject: Selling |
You may sell applications developed using AutoHotkey.
See this post for Chris' own words on the matter:
[url=http://www.autohotkey.com/forum/viewtopic.php?t=4720][Link] |
Topic: What happened to Jonny? |
jonny
Replies: 4
Views: 386
|
Forum: General Chat Posted: Tue Oct 02, 2007 9:28 pm Subject: What happened to Jonny? |
| Actually, I literally just returned. I might start answering questions again, depending on how much time I can find to spend here, or I might just lurk around as a developer. I will, at least, be an a ... |
Topic: Total Commander Ultraprime (TC UP) |
jonny
Replies: 4
Views: 1775
|
Forum: Utilities & Resources Posted: Tue Oct 02, 2007 9:19 pm Subject: Total Commander Ultraprime (TC UP) |
That GUI burns my eyes.
*goes back to prompt-driven shell* |
Topic: Missing case sensitive inequality operator (!==) |
jonny
Replies: 2
Views: 301
|
Forum: Wish List Posted: Tue Oct 02, 2007 9:03 pm Subject: Missing case sensitive inequality operator (!==) |
Same effect, no more characters, not that much less readability:
!("The" == "THE")
Why a bug and not a wish list? |
Topic: Would make an AutoInclude library (stdlib.ini) any sense? |
jonny
Replies: 6
Views: 517
|
Forum: General Chat Posted: Tue Apr 03, 2007 1:32 am Subject: Would make an AutoInclude library (stdlib.ini) any sense? |
| I still don't see what makes this a good thing. If they're going to be automatically included anyway, how is that different from them being built into the language? I think include files are better fo ... |
Topic: Windows Vista restricts GNU GCC apps to 32 MB |
jonny
Replies: 8
Views: 629
|
Forum: General Chat Posted: Tue Apr 03, 2007 1:30 am Subject: Windows Vista restricts GNU GCC apps to 32 MB |
| I easily derived all my points from what you've told me thus far and what I already knew. I never claimed any substantial knowledge of its nature. |
Topic: Mathematical Function Grapher |
jonny
Replies: 15
Views: 4460
|
Forum: Scripts & Functions Posted: Tue Apr 03, 2007 1:28 am Subject: Mathematical Function Grapher |
I think that's a cosine graph, and the amplitude is too high.
Good eye. It's actually negative sine, and it's multiplied by constants on both the x and y axes. That, and especially the arctan, I ju ... |
Topic: list of files |
jonny
Replies: 4
Views: 341
|
Forum: Ask for Help Posted: Tue Apr 03, 2007 1:21 am Subject: list of files |
| You want to make an mp3 player? From what I'm seeing, it's more like you want someone to make an mp3 player for you. Why not just get Winamp or something? |
Topic: RegExMatch Need Tutorial beyond Help file |
jonny
Replies: 3
Views: 326
|
Forum: Ask for Help Posted: Mon Apr 02, 2007 1:45 pm Subject: RegExMatch Need Tutorial beyond Help file |
Hopefully a moderator will not delete due to such a quick reply and workaround.
You don't need to worry about that.
As for a RegEx tutorial, we currently believe that the brief one we h ... |
Topic: ifwinactive question |
jonny
Replies: 5
Views: 329
|
Forum: Ask for Help Posted: Mon Apr 02, 2007 1:39 pm Subject: ifwinactive question |
| Also be aware that if two scripts define the same hotkey, the one that started last will be the only one that can get it. The best thing to try at this point would be to merge the scripts or choose a ... |
Topic: Hotkey for suspend (on/off) script |
jonny
Replies: 2
Views: 282
|
Forum: Ask for Help Posted: Mon Apr 02, 2007 1:36 pm Subject: Hotkey for suspend (on/off) script |
| See also the Pause command for halting a thread that's already in progress. |
Topic: Windows Vista restricts GNU GCC apps to 32 MB |
jonny
Replies: 8
Views: 629
|
Forum: General Chat Posted: Sun Apr 01, 2007 11:10 pm Subject: Windows Vista restricts GNU GCC apps to 32 MB |
Do you have console that have in its scripting environment access to enitire framework exposed by Operating System, naturaly ?
I'm not quite sure what you mean by this. Are you trying to say that W ... |
Topic: Wait till it's loaded |
jonny
Replies: 4
Views: 316
|
Forum: Ask for Help Posted: Sun Apr 01, 2007 8:29 pm Subject: Wait till it's loaded |
| StatusBarWait, maybe. If there's no way to use that, then you really can't tell for sure without something more complicated like an ImageSearch. |
Topic: Windows Vista restricts GNU GCC apps to 32 MB |
jonny
Replies: 8
Views: 629
|
Forum: General Chat Posted: Sun Apr 01, 2007 8:27 pm Subject: Windows Vista restricts GNU GCC apps to 32 MB |
| Monad? State of the art? I don't want to get into a rant, but we've been doing it for years in Linux, and Windows could only get a shell worth doing anything in by installing Linux ports of Bash (and ... |
Topic: Would make an AutoInclude library (stdlib.ini) any sense? |
jonny
Replies: 6
Views: 517
|
Forum: General Chat Posted: Sun Apr 01, 2007 8:20 pm Subject: Would make an AutoInclude library (stdlib.ini) any sense? |
A standard library is already planned, but how do you figure a '/lib file' option would be more convenient than #Include directives?
And frankly, I don't think an "auto-include" would mak ... |
| |