Skip to main content
OverflowAI is here! AI power for your Stack Overflow for Teams knowledge community. Learn more

Unanswered Questions

7,352,710 questions with no upvoted or accepted answers
0 votes
0 answers
678 views

Active Directory: Password history check before lock out user

How to configure Active Directory to do a password history check before increment the bad password count and lock out a user? This thread exactly describes what I want. Unfortunately it references a ...
0 votes
0 answers
70 views

dismiss keyboard tapping background with action

My app has two UITextFields. Both I have dismissing by tapping the background because they are using the decimal keyboard. I want it so if say textField1 is up and you tap the background a specific ...
0 votes
0 answers
1k views

jquery - Implementing pagination on dynamic data got from ajax in "div" tags

I want to implement pagination for the result I get from an ajax request. The result is stored in multiple "div" tags arranged in the form of rows and columns. I read an answer that suggests using "...
0 votes
0 answers
73 views

Algorithm to find number of characters from where left and right have a match

What could be the optimum solution to find the number of characters in a string from where left and right substring have all the characters of a string. For example: In string fadooGfoo have 1 such ...
0 votes
3 answers
261 views

PL/SQL: ORA 01422 fetch returns more than requested number of rows

I am developing an order transaction where a user can order a product. Once they clicked the 'add to cart' button, it will be able to save on the database in how many times they want with the same ...
0 votes
1 answer
80 views

how to select in database all selected in multiple select in php?

Here is my process $sec_id = implode(', ', $_POST['sec_id']); $stmtSec = $crud->runQuery("SELECT * FROM tbl_section WHERE sec_id IN (':sec_id')"); $stmtSec->execute(array(":sec_id"...
0 votes
1 answer
75 views

Error in Arrange XML Node in specific order using VB.net

Sir, I have created an xml file from excel data using VB.net (Datagridview) and getting the XML output but it was not in an desired order. please help me to get the XML output in specific order. Demo ...
0 votes
0 answers
157 views

How do I periodically update a label in a java swing/jFrame window?

I am currently trying to write a simple program that will display musical notes at a given interval in BPM. I have most of the code written, but I can't figure out how to get the labels containing the ...
0 votes
0 answers
570 views

How to push other view controller when open jonkykong/SideMenu?

I make VOIP app and for side menu, i used jonkykong/SideMenu side menu in swift. I have the following issue : 1)open side menu 2) Any person calling gets that time I push my call view ...
0 votes
0 answers
322 views

Stuck with connectivity PHP and MySQL in rhel 7.3

I am working on PHP and MySQL environment in rhel7.3. And I got another problem with my connectivity. I am unable to create a connection between both of them. i got the error. Connection failed: ...
0 votes
0 answers
206 views

Can i use nest {{}} in {{}} with jinja2

Yesterday I met a wrong when i wanted to use nest {{..}} in {{}},the variable data is a list. "data.append({'month': month, 'loan_type': data_type, 'channel': data_channel})". The data_type and ...
0 votes
0 answers
32 views

Error in AngularJS: Error: [$rootScope:infdig] 10 $digest() iterations

I have the following code in my template: <my-tasks tasks="$ctrl.tasks | filter: {state: 'proposed'}"></my-tasks> <my-tasks tasks="$ctrl.tasks | filter: {state: 'draft'}"></my-...
0 votes
0 answers
55 views

iOS-Ui not response when tabbar click?

I used a custom tabbar and one of tabs loaded in a Separate Storyboard. When I click on this special tab for first time, the data is fetched from the server and until the data is completely loaded, ...
0 votes
1 answer
112 views

Named Event exists even though its creator doesn't

Any ideas why: HANDLE hEvent = OpenEvent(EVENT_MODIFY_STATE, FALSE, L"Global\\MyEventName"); Succeeded opening the event even though the process which created the event is no longer running ? The ...
0 votes
2 answers
3k views

Getting the amount of users who reacted to a message with a certain emoji

How do I get the amount of users who reacted with emoji to a specific message message.channel.fetchMessage(message.id).then(function(r){ return console.log(r.reactions.filter(a => a.emoji.name ...

15 30 50 per page
1
…
316696 316697
316698
316699 316700
…
490181