0
votes
0answers
16 views
Facebook linking facebook user and website user.
Hello
I am wanting to have a website user connect with their own facebook user account like the way digg does. I have tried the registerUser function in facebook connect when the user create an …
0
votes
1answer
6 views
What is the sig parameter passed into registerUsers method on facebook
Hello I have a problem of understanding what the sig parameter is and how to generate it. I have read the documentation in registerUsers but not sure what and how to get it.
0
votes
1answer
51 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>
…
0
votes
2answers
73 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
5answers
43 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 …
1
vote
6answers
132 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
127 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
3answers
101 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
97 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
75 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?
-1
votes
2answers
73 views
Is there an example of django register? [closed]
please show me a django register code include the template
thanks!
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?
…
0
votes
1answer
148 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 …
0
votes
2answers
46 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
11 views
linking files as a HTML-file and it’s folder
In a windows-environment if you have a .html-file, you can make a copy of it and move it in the file-system. But the folder containing the additional files (images, scripts, .css-files) is moved with …
