The distinguishing feature of an anonymous class or function is that it has no name.
0
votes
0answers
4 views
open source web application for reliable anonymous polls
Now with the power of crowd collaboration being used in so many social activities like periodism, human rights watch, elections watch, etc. I wonder wheter there is a web application capable of ...
1
vote
0answers
45 views
Java. Checking the type of an Anonymous Implementation of an Interface
I'm working with wicket, building a set a decoupled components. While using the event driven mechanism to let components communicate, I'm keeping a Set in the class "GenericComponent".
The basic idea ...
-1
votes
2answers
60 views
JavaScript anonymous functions in script
<?php
?>
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
jTimesheetid = "";
jTimesheetweekending = "";
jPersonnelNo = "";
jLastInsertID = "";
jWorkCodes = ...
3
votes
2answers
67 views
How do I get this Linq query with custom join into a DataSet?
I cannot seem to get past the anonymous type used by Linq's select clause when using join. I want to put my query result into a datatable. Here's what I have in memory at runtime...
DataTable1 ...
1
vote
1answer
22 views
EF anonymous object query returns null collections instead of empty ones
I'm using this trick to perform conditional Include's with EF. http://blogs.msdn.com/b/alexj/archive/2009/10/13/tip-37-how-to-do-a-conditional-include.aspx
The problem I'm having is that any ...
0
votes
0answers
10 views
Scanning from Oce 2075 to Server 2008 R2 IIS7
Scanner: Oce 2075
Server: 2008 R2 IIS7
Prior to overhauling the server (same OS) the scanner scanned to the ftproot of the server.
Since the overhaul, I cannot seem to make that happen. Nothing ...
0
votes
0answers
11 views
Authentication of user through the Application client container in GlassFish is too ambitious?
Problem
When I inject an @EJB proxy in the Main class of an application client, and that EJB has a method that require a user to be in a certain role, then the application client container (ACC) will ...
0
votes
0answers
8 views
Some thing strange happen while editing answer herein stackoverflow [closed]
When i tried to edit a answer in stackoverflow, a new window open and some part of code changes like
#include<stdio.h>
#include<conio.h>
changes to
#include<conio.h>
...
0
votes
0answers
55 views
Requiring SSL with WCF causes “The HTTP request was forbidden with client authentication scheme 'Anonymous'” error?
We have a WCF service hosted in IIS that a client dll is trying to access. The service is bound in IIS to use HTTPS and is set to ignore client certificates, which works just fine, but requiring SSL ...
-1
votes
1answer
50 views
Return anonymous types from stored procedure
This question is just a duplicate of this question here: Returning anonymous types from stored procedure with LINQ2SQL
But its been 4 years and no one has answered it, so I was hoping I could ...
-1
votes
0answers
22 views
Email address masking and more features [closed]
I have to communicate with different clients and my colleagues for a business. To catch time, I want to make the communication between the clients and colleagues faster. I would like to have them ...
0
votes
1answer
61 views
Disable anonymous user cookie with Django
I use django auth for my website.
This need to have the session middleware installed.
The sessions middleware always add session cookie, anonymous user if you're not authenified then if you ...
1
vote
1answer
17 views
Assigning Name property of the Page User property
I'm a newbie to asp.net and this is a theoretical question but could someone please elaborate the following:-
[msdn]
The AnonymousTemplate property specifies the content template to display to Web ...
0
votes
2answers
62 views
better way to implement inner class with listeners
I have a main class with inner classes. This is a swing/GUI application.
I have inner classes that are swing related such as extending JPanel, JDialog etc...
Inside the inner classes I have ...
0
votes
1answer
39 views
Security risk of having DOC files on a public facing SharePoint site
I was wondering if having PDFs as opposed to DOCs would make our public facing SharePoint 2010 environment more secure. Specifically, I am talking about anonymous users accessing documents stored in ...
1
vote
0answers
20 views
How to Authenticate my web application from anonymous users
I want that only authenticate users can open or enter in my website by providing username and password. So can i implement this functionality? Can i have to make any configuration in IIS? if yes then ...
1
vote
1answer
32 views
Return value from an anonymous class
I have a code like this :
public Dictionary<Object, Object> call(String method, Iterable args)
{
AsyncHttpClient client = new AsyncHttpClient();
client.get(getUrl(method, args), new ...
3
votes
3answers
58 views
Anonymous functions in Javascript, arguments and placement
When I make an anonymous function in Javacript like this:
(function(){
/* some code here */
})()
In which object will be this function added, and where will this function live?
Also you can see ...
0
votes
1answer
38 views
Missing Parameter for Anonymous Function
The compiler is complaining about the code below, saying: missing parameter type for expanded function
I'm not sure how to make it happy. Any ideas?
def unwrapMap(m: Map[_, _]) =
{ (vcType: ...
1
vote
3answers
179 views
asp.net c#, assign a value to a casted object anonymously (one liner challenge!)
Ight, so i love one liners, and I've gotten pretty good as condensing all kinds of stuff. For some reason they make me happy, and they help me learn. The highlights of the life of a computer ...
0
votes
3answers
160 views
Anonymous types LinQ - Check for null value - Exception
I've been googled for a while and tried various types of combinations for my problem.
I want to fill my Gridview with results from my Anonymous type. The first run in the "loop" goes well, because ...
0
votes
1answer
74 views
removeEventListener with Unique Anonymous Function
I have an object that generates HTML elements that are also connected with an array of the object, and let us say we have one instance of it. So as it creates the elements it also assigns the ...
0
votes
0answers
511 views
Custom List anonymous access in sharepoint 2013
I have created a SharePoint 2013 app(SP hosted app). I created custom list and stored items into it but i am having problem when i try to access custom list from different web browser
which clearly ...
0
votes
1answer
64 views
Anonymous authentication show a popup?
If you go to this website using Firefox, you will see a popup window like this:
If you go the website using google chrome you won't see any popup.
0
votes
0answers
203 views
Displaying LINQ query results in a DataGridView with a DataTable
I have a function which contains a LINQ query and returns the results as a DataTable. I'm having trouble using the returned DataTable to populate a DataGridView. The query should be returning some ...
3
votes
3answers
55 views
What is the local varibale for (in MSDN code example on CountdownEvent Class)?
In the MSDN article CountdownEvent Class code example (below),
what is local variable for?
using System;
using System.Collections.Concurrent;
using System.Linq;
using System.Threading;
using ...
1
vote
4answers
117 views
Perl Anonymous Subroutine/Function error
I have the following piece of code: (extremely simplified for the purposes of this question, but perfectly illustrates the problem I am having)
#!/usr/bin/perl
use strict;
use warnings;
&outer;
...
1
vote
6answers
52 views
Javascript: for-loop not working
I have this code right here.. where the variable num is the dimension of a n by n square table. The objective is to enter a number and create a table with the number as the dimension.
I got this code ...
1
vote
0answers
140 views
Hosting fileless .svc service on both fully windows authenticated site and fully anonymous site
We have a common dll(API) which is responsible from hosting fileless .svc service on the seperate web applications. So our API is referenced by different web applications. As a service endpoint we use ...
-1
votes
1answer
357 views
How can I route all my internet traffic via tor network? [closed]
I suppose it is possible to to route all inbound and outbound internet traffic via tor network. I can I do it in my linux machine ?
0
votes
2answers
68 views
How to get an anonymous instance that extends a class from a field with java reflection?
I have a class "S" in which I create fields of an anonymous classed derived from class "T":
class T {
public void foo() {}
}
class S {
T t1 = new T() {};
T t2 = new T() {};
}
I need to ...
3
votes
3answers
72 views
PHP - Weird behaviour after calling functions in a map
I'm experiencing quite a strange reaction from the browser when invoking this PHP script.
<?php
$map = array(
'a' => function(){
print_r('a');
},
...
0
votes
1answer
81 views
Anonymous konami code 'Asteroids'
After seeing the amazing hack on the US Government Justice department website, I was wondering how they did this. Not the hacking itself, but the technique of shooting DOM elements like it is an ...
1
vote
1answer
60 views
Anonymous contact form
I'm making an iPhone 6.0 app that allows a user to send a message to a preset email address but the sender is anonymised. The purpose is for users to be able to ask questions (including stupid ones) ...
4
votes
2answers
83 views
Cannot wrap my head around Immediatley Invoking Anonymous Functions in Javascript
I have been studying framework development for a few weeks, and I ran across what is highly suggested and pressured in the world of lib development, Immediately-invoking Anonymous Functions.
I never ...
1
vote
1answer
220 views
How to determine if the LDAP server allows anonymous binding or not?
Using java when i try to connect to an LDAP server which does not allow anonymous binding i don't get any errors. But when i use a client to connect to that server anonymously, i am not able to. Is ...
-2
votes
1answer
55 views
Nested Clases, methods and anonymous members in Java to C# [closed]
I have to translate a Java method and get it working in C# but I have a Little trouble with the nesting and anonymous members in Java. The code I need to get working is
/**
* Creates a cached ...
1
vote
1answer
96 views
Properly way to modify an object property inside an anonymous function callback on Javascript
I'm using Node.js + Express + nodejs-sqlite3 to make a form that when submited will insert a new row on an slite3 database.
On query sucess I want to write certain response.
So the small big problem ...
4
votes
1answer
66 views
Use test/unit with anonymous TestCase
I have a test with many anonymous TestCases. It worked with test-unit 2.5.0, but the actual version 2.5.3 produces an error.
When I run this test:
gem 'test-unit', ">=2.5.2"
require 'test/unit'
...
3
votes
1answer
108 views
Uniquely identifying anonymous method with parameters of Func body
I'm trying to write some magic code for handling caching that may or may not be possible. Basically, the idea is to have a CacheManager class with a static method which accepts an Func to execute as a ...
0
votes
2answers
114 views
How to write this anonymous method in one line?
I always bump into these when I do method overloading. How can I write the 2nd method in one line? View.setText(text) returns void, but I want to return the TextView after it executes setText(). ...
-2
votes
1answer
136 views
LDAP search with anonymous bind [closed]
Is it possible to configure LDAP to allow a search with an anonymous bind?
We are running a PHP script within Apache and want to obtain some of the user details from LDAP (email etc). The user has ...
0
votes
2answers
120 views
How to send an anonymous email through Wordpress?
I have a client who has a crimestoppers' website. They want to provide visitors a means to submit anonymous crime tips, which would then be forwarded to a pre-established email address at the local ...
3
votes
1answer
214 views
Orchard CMS: Using different Layout for Anonymous users
I would like to use a different layout view for anonymous users. I have tried using url alternates and I am not sure how I can create a layout for anonymous users since there is no particular url for ...
5
votes
1answer
102 views
Method on a struct field of type defined by a type literal
When decoding JSON I've always explicitly written a struct for each object so that I could implement the Stringer interface for individual objects in a parent struct like so:
type Data struct {
...
0
votes
1answer
292 views
Why Anonymous access option disabled in SharePoint site?
I have set up the SharePoint 2010 with windows7 by following the steps given here.
I am trying to give the antonymous access to the default site (80 port). followed here.
as i went to step 8, i ...
5
votes
5answers
327 views
Return datatype of a linq query
I have a function that returns an object that represents a record in my database plus additional columns. Instead of creating a separate class for this object I was wondering if there is another way, ...
1
vote
1answer
86 views
Generic method instead of multiple overloads
I am mapping data between two classes where one class is a purchase order that creates or revises data in another (sales order). I am also keeping a transaction log of what changed if the sales order ...
0
votes
5answers
56 views
Variable type needed or not
I have been reading about the LINQ feature of c# and come across the following bit of code:
List<string> myFruitList = new List<string>() {
"apple", "plum", "cherry", "grape", ...
0
votes
1answer
140 views
Anonymous type and LINQ and casting
I'm pretty stuck on this anonymous type from LINQ business. It's a consequence of working through an answer to a previous question, but sadly I just havent the brain power to get this to work at all.
...




