| Author |
Message |
Topic: Generating unique random integers |
ell
Replies: 71
Views: 8801
|
Forum: Scripts & Functions Posted: Tue Jul 22, 2008 5:39 pm Subject: Generating unique random integers |
Hi Laszlo,
can you send syntax code how I build the loop on word (64)
on bitmap var (128mb) ?
how I iterate on next 64 bits on whole 128mb ?
my knowledge in such kind of syntax is poor. |
Topic: Generating unique random integers |
ell
Replies: 71
Views: 8801
|
Forum: Scripts & Functions Posted: Fri Jul 18, 2008 3:09 pm Subject: Generating unique random integers |
how is the syntax loop on each 64 bits
to make the bit logic AND or OR between 2 bitmap vars (128mb)
and put result in third bitmap var (128mb) ? |
Topic: Generating unique random integers |
ell
Replies: 71
Views: 8801
|
Forum: Scripts & Functions Posted: Fri Jul 18, 2008 8:44 am Subject: Generating unique random integers |
you mean to run on each bit in bitmap var (128mb) and make
the numget function in AHK you pointed ? |
Topic: Generating unique random integers |
ell
Replies: 71
Views: 8801
|
Forum: Scripts & Functions Posted: Wed Jul 16, 2008 11:32 pm Subject: Generating unique random integers |
continueing your approach:
I want to make bitlogic AND between 2 bitmap var's in AHK
(both initilized let say 128mb)
what is the syntax command to do the AND between var1 and var2,
and put t ... |
Topic: Generating unique random integers |
ell
Replies: 71
Views: 8801
|
Forum: Scripts & Functions Posted: Wed Jul 16, 2008 7:40 am Subject: Generating unique random integers |
1.
my project I run from AHK for other usage,
and also I am not familier with C or C++ compilers
will it run with AHK on the bitmap var you defined with the Initbitmap ?
2.
what you mentio ... |
Topic: Generating unique random integers |
ell
Replies: 71
Views: 8801
|
Forum: Scripts & Functions Posted: Wed Jul 16, 2008 3:46 am Subject: Generating unique random integers |
Hi Laszlo,
1.
I see from msdn that they use only 2-3 params (what needed)
to run the rtl functions,
why in AHK dllCall, AHK uses some more params, like UInt or &B ?
what thtes param's are ... |
Topic: Generating unique random integers |
ell
Replies: 71
Views: 8801
|
Forum: Scripts & Functions Posted: Tue Jul 15, 2008 10:11 pm Subject: Generating unique random integers |
Hi Laszlo,
RtlFindSetBits
in what param I set the RunLen, HintIdx ?
can you send also the syntax of :
RtlFindSetBits
and
RtlFindClearBits
where exactly I put HintIdx (find next from hi ... |
Topic: Generating unique random integers |
ell
Replies: 71
Views: 8801
|
Forum: Scripts & Functions Posted: Tue Jul 15, 2008 5:09 pm Subject: Generating unique random integers |
Hi Laszlo
thank again for info,
1.
if I understand your calculations:
I can set a bit and then get a bit in locations ,let say
in position 128MB (or little less) means:
posBit :=128,000,000 ... |
Topic: Generating unique random integers |
ell
Replies: 71
Views: 8801
|
Forum: Scripts & Functions Posted: Tue Jul 15, 2008 5:28 am Subject: Generating unique random integers |
Hi Laszlo
1.
thanks for info
these are the functions I need
pls note I completely, don't know the syntax how to run, by AHK
these functions, even I look on the code demo's in your forum page. ... |
Topic: Generating unique random integers |
ell
Replies: 71
Views: 8801
|
Forum: Scripts & Functions Posted: Mon Jul 14, 2008 7:29 pm Subject: bitmap set/get in offset |
ntdll bitmap usage
hi Lazslo,
1.
what is the syntax to set/get bit 1 or 0 in specific location ?
2.
what is the max number (offset or location) we can set to some Var ,
that represent the bi ... |
Topic: LowLevel & dynamic code |
ell
Replies: 67
Views: 5541
|
Forum: Scripts & Functions Posted: Mon Jul 14, 2008 5:28 am Subject: LowLevel & dynamic code |
numput, numget
by using the bit mechanizm in AHK:
is it possible to set and then also get
a bit value=0 or bit=1
in specific location in a var ?
means
I set bit=1 as binary (no val=1 as as ... |
Topic: Autohotkey Huffman Compression - a proof of concept |
ell
Replies: 4
Views: 415
|
Forum: Scripts & Functions Posted: Mon Jul 14, 2008 5:23 am Subject: Autohotkey Huffman Compression - a proof of concept |
numput, numget
no connection to the compress you show,
by using the bit mechanizm in AHK:
is it possible to set and then also get
a bit value=0 or bit=1
in specific location in a var ?
m ... |
Topic: Automation IE7 Navigation and Scripting with Tabs |
ell
Replies: 46
Views: 3720
|
Forum: Scripts & Functions Posted: Sat Jul 12, 2008 3:21 pm Subject: Automation IE7 Navigation and Scripting with Tabs |
Hi Tank,
ok, now I understand the functionality of JS and AHK
what remain:
how I find an instance of specific,web page documnet
let say in IE6 ?
rgrds
Ell |
Topic: update!! [function] httpQuery to handle GET aswell as POST |
ell
Replies: 20
Views: 767
|
Forum: Scripts & Functions Posted: Sat Jul 12, 2008 10:19 am Subject: httpRequest |
I tried the dll, via the AHK:
http := COM_CreateObject("Msxml2.XMLHTTP.4.0")
it's the native dll I think for ajax (xmlhttprequest)
it gave the whole http request/rsponse as from stand ... |
Topic: Automation IE7 Navigation and Scripting with Tabs |
ell
Replies: 46
Views: 3720
|
Forum: Scripts & Functions Posted: Sat Jul 12, 2008 7:17 am Subject: Automation IE7 Navigation and Scripting with Tabs |
firstly there is the obvious answer execute it as is as javascript
as far i guess your looking for a com approach
COM_Invoke(COM_Invoke(COM_Invoke(COM_Invoke(oIE,"Document"),"all&qu ... |
| |