Top "Anonymous" questions

DO NOT USE!

WCFTestClient The HTTP request is unauthorized with client authentication scheme 'Anonymous'

I've created one WCF service and deployed it on Server. When I browse this service it gives me positive response …

wcf ntlm anonymous wcftestclient negotiate
ORA-06508: PL/SQL: could not find program unit being called

I am using oracle 10g and toad 11.5. I am trying to call an api from an anonymous block. If I …

oracle plsql anonymous
How to compile C code with anonymous structs / unions?

I can do this in c++/g++: struct vec3 { union { struct { float x, y, z; }; float xyz[3]; }; }; Then, vec3 v; …

c++ c struct anonymous unions
java sort using anonymous class

I have class in which I am sorting a list. import java.util.*; public class First { private static HashMap<…

java class sorting anonymous
Office documents prompt for login in anonymous SharePoint site

I have a MOSS 07 site that is configured for anonymous access. There is a document library within this site that …

security sharepoint anonymous
c# API "Unexpected character encountered while parsing value: S. Path '', line 0, position 0"

I use multiple API coded in c# that works well. I want to use one receiving an anonymous object (I …

c# api parsing anonymous webinvoke
What is the difference between anonymous and inline functions in JavaScript?

The title sums up my question. An example that demonstrates the point would be nice.

javascript function inline anonymous
How to use c union nested in struct with no name

I'm working on the so called Hotspot open source project, and looking at the implementation I found a nasty nested …

c++ c unions anonymous
How to create an instance of anonymous interface in Kotlin?

I have a third party Java library which an object with interface like this: public interface Handler<C> { …

java lambda kotlin anonymous
PHP variables in anonymous functions

I was playing around with anonymous functions in PHP and realized that they don't seem to reach variables outside of …

php function variables global-variables anonymous