Top "Anonymous" questions

DO NOT USE!

Pass a function as parameter in jQuery?

I would like to pass to a jQuery function a regular function, instead of the usual anonymous function, but I'm …

javascript jquery function parameters anonymous
Why would I use Perl anonymous subroutines instead of a named one?

I'm just curious why one would choose to use an anonymous subroutine, versus a named one, in Perl. Thanks.

perl anonymous subroutine
How to contribute on github anonymously via Tor?

I would like to contribute anonymously to projects on github. Not to cause mischief, more in the spirit of anonymous …

git github privacy anonymous tor
How to terminate anonymous threads in Delphi on application close?

I have a Delphi application which spawns 6 anonymous threads upon some TTimer.OnTimer event. If I close the application from …

multithreading delphi delphi-xe2 anonymous terminate
Where do I put constant strings in C++: static class members or anonymous namespaces?

I need to define some constant strings that will be used only by one class. It looks like I have …

c++ string static namespaces anonymous
javascript onclick, anonymous function

I am a beginning javascript programmer. I am trying to create something similar to Lightbox 2, but much simpler. The only …

javascript function onclick anonymous
In Java, can anonymous classes extend another class?

Code like: protected Interface1 varClass1 = new Interface1() { But I would also like that this anonymous nested class also extends the …

java class nested extend anonymous
Acegi Security: How do i add another GrantedAuthority to Authentication to anonymous user

i give users special URL with access key in it. users accessing the public page via this special url should …

spring-security roles anonymous
S3 - Anonymous Upload - Key prefix

I am trying to understand exactly how to setup a bucket that is generally private but allows anonymous uploads with …

amazon-s3 amazon-web-services http-post acl anonymous
Serializing anonymous types

I'd like to convert anonymous type variable to byte[], how can I do that? What I tried: byte[] result; var …

c# serialization anonymous