Unanswered Questions
7,249,608 questions with no upvoted or accepted answers
1
vote
2
answers
2k
views
Traverse a graph, one vertex, all possible round trips
I have an interesting question at hand. I want to solve a problem of starting from a source vertex of a weighted graph, and find out all possible paths that lead back to it.
For eg: Consider a ...
1
vote
1
answer
509
views
Display hidden DIVS inline during Transit.js transformations?
New here; hope I get this right!
I'm using transit.js to swap DIVs within a fullpage.js slide. Initially, all DIVs but the "intro" text are hidden via a .hide CSS class. There are three buttons below ...
1
vote
2
answers
2k
views
Look up layouts and include files on multiple paths in express/ejs
I am building a node application based on express using ejs as template engine.
To support different looks for the site I would like to put files in folders named base holding vanilla stuff and an ...
1
vote
1
answer
10k
views
Best way to pass List in query string HttpClient.GetAsync()
I use HttpClient.GetAsync() method. I have a list of categories and want to pass it in query string.
var categories = new List<int>() {1,2};
How can I pass List<int>/List<string> ...
1
vote
0
answers
49
views
The android application back to the initial state after minimized
I'm started learning Android development two days ago and already developed one app. This app is a flashlight application which the phone camera's flashlight will turn on when the user shake his/her ...
1
vote
0
answers
773
views
How to get the list of windows administrators from a remote machine using WMI client for Python?
I am writing a Python script to retrieve the list of administrators users from a remote Windows box using the WMI client (https://pypi.python.org/pypi/WMI/1.4.9). This is the code I am using:
import ...
1
vote
0
answers
568
views
Jitter in Sticky Header in Safari
I am trying to get the section headers on this page that read "Celebrity," "Editorial," and "Online" to stick to the top of the left sidebar on scroll:
http://jamiewolf.com/pages/press
They are now ...
1
vote
0
answers
526
views
Datetime plugins for PhoneGap + Android
Since the HTML5 input type datetime/datetime-local/date/time is not supported for Android (also verified by testing them in a PhoneGap app) I am thinking about using one of the PhoneGap Datetime ...
1
vote
0
answers
2k
views
Include kendo-window in angular js directive:Error: Multiple directives [contgoPopup, kendoWindow] asking for transclusion
I'm trying to build a directive which will display a kendo window with a kendo tab strip in its body content.
It's a component I need to be reusable since I use it a lot in my web app.
Here is the ...
1
vote
0
answers
229
views
ZK 7 Selectors.iterable is not working for attribute with empty value
I create my components in ZK with the WidgetAttribute "attribute" and any value with comp.setWidgetAttribute("attribute", anyValue).
When I define the selector "[attribute]", without a value (like ...
1
vote
0
answers
672
views
Multiple IOC Containers
We've created some domain services. On top of our services, we've added a Web Api layer on top to allow RESTFUL interactions with our services. We are using StructureMap for IOC. To get this to ...
1
vote
1
answer
538
views
Changing test run results directory in CodedUI or moving results files
I am working with Coded UI Test Projects in Visual Studio 2012 Premium, and running my tests from Test Explorer. I would like to know if there is a form of changing the default directory for the test ...
1
vote
0
answers
475
views
Work with handles in autoitx4java
I work with autoitx4java in my java project.
That works fine until the window title I work with exists multiple times.
Imagine I have three windows with the title "MyAppTitle" open:
AutoItX x = new ...
1
vote
0
answers
196
views
How to use cursor in Java to run a MySQL statement and put the results into an array?
I have a table called 'USER', which has a 'USERNAME' field and a 'PASSWORD' field. It is part of a database, stored in a .db file.
I want to run a MySQL query on the table and get all the values in ...
1
vote
0
answers
3k
views
passport-ldapauth is not working properly
I have setup LDAP server in my local system by this link How To Install and Configure a Basic LDAP Server . I mange to get LDAP server run and able to add group, user, etc through phpldapadmin. I have ...