| Author |
Message |
Topic: Currency type |
David Andersen
Replies: 6
Views: 173
|
Forum: Ask for Help Posted: Fri Oct 30, 2009 2:02 pm Subject: Currency type |
| I had a look at the arbitrary precision library, though I cannot see that it helps in any way, if I still have to convert from the string with decimals to a float. |
Topic: Currency type |
David Andersen
Replies: 6
Views: 173
|
Forum: Ask for Help Posted: Fri Oct 30, 2009 12:38 pm Subject: Currency type |
| Excellent, shabj. It seems to solve my problem. Hope these posts make it easier for others to find. |
Topic: Currency type |
David Andersen
Replies: 6
Views: 173
|
Forum: Ask for Help Posted: Fri Oct 30, 2009 11:05 am Subject: Currency type |
The problem is that floating point operations are inaccurate. I believe the following page explains why:
http://effbot.org/pyfaq/why-are-floating-point-calculations-so-inaccurate.htm |
Topic: Currency type |
David Andersen
Replies: 6
Views: 173
|
Forum: Ask for Help Posted: Fri Oct 30, 2009 10:52 am Subject: Currency type |
| I want to store currency in a variable and do various math functions on it. As you probably know, using float variables are inprecise and therefore, other languages have introduced decimal types. What ... |
Topic: ReadMemory function |
David Andersen
Replies: 37
Views: 6695
|
Forum: Scripts & Functions Posted: Tue Oct 13, 2009 9:48 pm Subject: ReadMemory function |
| Please post your program. |
Topic: ReadMemory function |
David Andersen
Replies: 37
Views: 6695
|
Forum: Scripts & Functions Posted: Tue Oct 13, 2009 11:02 am Subject: ReadMemory function |
| I think you need to describe the problem with more details, to get a good answer, though you can try using WinHex(.com) to see what you should have gotten. |
Topic: Parent ProcessID, ProcessName, ProcessThreadCount |
David Andersen
Replies: 9
Views: 3875
|
Forum: Scripts & Functions Posted: Mon Jul 27, 2009 3:21 pm Subject: Parent ProcessID, ProcessName, ProcessThreadCount |
| Thanks SKAN! |
Topic: Parent ProcessID, ProcessName, ProcessThreadCount |
David Andersen
Replies: 9
Views: 3875
|
Forum: Scripts & Functions Posted: Mon Jul 27, 2009 2:23 pm Subject: Parent ProcessID, ProcessName, ProcessThreadCount |
Would it also be possible to get the description of the process, like:
"Microsoft Office Word"
This information is available in the Task Manager on Vista, though I do not think it is ava ... |
Topic: Virus warnings on Autohotkey |
David Andersen
Replies: 3
Views: 298
|
Forum: General Chat Posted: Sun Jul 26, 2009 7:54 pm Subject: Virus warnings on Autohotkey |
| Thanks for the tip n-l-i-d. I will remember that if I need to distribute an Autohotkey program widely. |
Topic: Virus warnings on Autohotkey |
David Andersen
Replies: 3
Views: 298
|
Forum: General Chat Posted: Sun Jul 26, 2009 9:26 am Subject: Virus warnings on Autohotkey |
Hi,
Have a look at the following page analysing a tiny Autohotkey program:
http://www.virustotal.com/analisis/9dd9429fa93b7f3feb3c9f084a5d7c2352fe6f2cb4a46f3ed33451731807d688-1248596972
As you ... |
Topic: Autohotkey as DLL |
David Andersen
Replies: 5
Views: 1323
|
Forum: Wish List Posted: Sat Mar 14, 2009 5:22 pm Subject: Re: Autohotkey as DLL |
| Thank you for the links Slanter! I am not sure you are right Lexios. I have created the following working example using Python 2.6. You also need to have AutoItX and Pywin32 installed for it to work. ... |
Topic: Autohotkey as DLL |
David Andersen
Replies: 5
Views: 1323
|
Forum: Wish List Posted: Thu Mar 12, 2009 3:44 pm Subject: Autohotkey as DLL |
| I need multithreading. I have tried a lot and found a lot of workarounds, though according to Chris, threading is not on the roadmap for Autohotkey. Just because Autohotkey does not support threading, ... |
Topic: Reorder taskbar |
David Andersen
Replies: 1
Views: 734
|
Forum: Utilities & Resources Posted: Sun Mar 01, 2009 12:21 pm Subject: Reorder taskbar |
Hi,
Doing a quick search, I cannot see that this has been posted before, but I just discovered a tool to reorder the items in the taskbar. This program just works and is free.
http://taskix.robu ... |
Topic: v1.0.48 released: Runs up to 3x as fast. Adds while-loop. |
David Andersen
Replies: 39
Views: 10716
|
Forum: Announcements Posted: Fri Feb 27, 2009 10:57 am Subject: v1.0.48 released: Runs up to 3x as fast. Adds while-loop. |
| Great work Chris and Lexikos! Big thanks also to Sean, Nick, Icarus, DerRaphael, Animeaime, Markreflex, Krzysztof Sliwinski, Eggi, Micahs and Neovars for contributing! |
Topic: [Solved] Gotcha with DllCall |
David Andersen
Replies: 6
Views: 307
|
Forum: Ask for Help Posted: Tue Feb 10, 2009 4:19 pm Subject: [Solved] Gotcha with DllCall |
| That sound like a reasonable explanation. It sounds like you have undertaken so extensive testing that you are sure about the correctness of DllCall. |
| |