0
votes
2answers
60 views
How to ‘assign’ a value to an output reg in Verilog?
( insert really basic question disclaimer here )
More specifically, I have the following declaration:
output reg icache_ram_rw
And in some point of the code I need to put the zero value in this …
0
votes
1answer
44 views
Register the dynamic control using jquery for autocomplete
i am creating the textboxes dynamically using jquery on a button click.
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
…
1
vote
6answers
126 views
Best practice to prevent software copy
Hi everyone,
I'm developping an application and I'm looking for some cool informations about protecting it against copy ! Do you guys know some book/articles/any informations about it ?
Thanks in …
2
votes
2answers
125 views
[C/C++] somehow register my classes in a list
Hi,
I would like to be able to register my classes within a std::map or a vector, don't think about duplicates and such for now.
but I don't want to register it within the class constructor call or …
0
votes
5answers
42 views
globals php help
I am trying to use a global in a file that is just used to post data to. The global is not being registered on that page. How can I get the globals accessible in that page.
EDIT maybe I wasnt too …
0
votes
3answers
99 views
Linux assembly woes
Is there really no way to print an ascii string in assembly to standard output without using up all four general purpose registers?
3
votes
3answers
95 views
Fast in-register sort of bytes?
Given a register of 4 bytes (or 16 for SIMD), there has to be an efficient way to sort the bytes in-register with a few instructions.
Thanks in advance.
0
votes
3answers
71 views
How to show Confirm Dialog under Vista with C#?
I need to set a register key in vista but if I use the commands without running as Administrator it throws an exception. How do I show the confirmation dialog, then?
7
votes
6answers
445 views
Address of register variable
In C, we cannot use & to find out the address of a register variable but in C++ we can do the same. Why is it legal in C++ but not in C? Can someone please explain this concept in-depth.
Thanks, …
0
votes
1answer
136 views
Unable to register VB ocx components (err 0x80040201)
Hi,
I have a problem trying to register some ocx files.
When I execute regsvr32, it returns 0x80040201 error code. I'm using win xp SP3 and my user has administrator permissions.
When I try to …
-1
votes
2answers
71 views
Is there an example of django register? [closed]
please show me a django register code include the template
thanks!
0
votes
2answers
43 views
Register identical views with different services using Composite Application Library
I'm using the Composite Application Library with Silverlight, and I need to add three "zones" to my region. These "zones" all have essentially the same view and presentation model. (I'm getting …
0
votes
0answers
45 views
Disable L1 instruction cache [closed]
Possible Duplicate:
Disable L2/L1 caches
Hi everybody,
I am looking for a way to disable the L1 instruction cache of my Core 2 Duo processor,
does anybody knows how/if it is possible?
…
10
votes
5answers
547 views
Why are x86 registers named the way they are?
For example, the accumulator is named EAX and, while the instruction pointer is called IP. I also know that there are bytes called CL and DH. I know there must be a convention to all of the names, …
4
votes
4answers
604 views
Hook a javascript event to page load
I have an aspx that has the following javascript function being ran during the onload event of the body.
<body onload="startClock();">
However, I'm setting the aspx up to use a master page, …
