Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
96 views

Is it possible to write a second non-static, selecting, priviledged function in a JQuery Plugin?

Almost all of the examples in the jQuery tutorials that I've read, usually use one major public function for their selecting plugin. When I say 'selecting' plugin, I mean one that is not simply a ...
0
votes
1answer
75 views

What is Silverlight/C# equivalent for Java's AccessController.doPrivileged

I'm trying to do some filing with Silverlight and have access the result from Javascript. It is easily done by Java applets through the AccessController.doPrivileged method, for example I can write ...
0
votes
1answer
84 views

Time-Stamp Counter Restriction

I want to check if the RDTSC instruction is available. There must be a Intel Pentium or newer processor and either the TSD flag in register CR4 is clear or it is set and the CPL equals 0. So, there's ...
0
votes
1answer
214 views

Grant capabilities to a running process

An already running process needs a privileged instruction, like using the SO_RCVBUFFORCE socket option. This process is running as a normal user process. How to give capability/permission to this ...