Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
55% Quality Score
Upvotes Received
10
Posts with Upvotes
8
Upvoting Members
8
Downvotes Received
8
Posts with Downvotes
7
Downvoting Members
7
4 Commented Posts
0 Endorsements
Ranked #1K
~40.3K People Reached
Favorite Tags
Member Avatar for mridul.ahuja

I'm using selenium with firefox to load a webpage. The page uses ajax to load new content on clicking the Display More Results button. However when I try to find this button and simulate a click, it gives the following Stacktrace error. Can anyone tell me what I'm doing wrong …

0
392
Member Avatar for Mr.M

Hi Dw I've tried to update the progressbar under the For Each loop and it doesn't change its value, there was a piece of code I tried but can't remember now and that piece only updated let's say only once to (I think that value was 15 or 20). What …

Member Avatar for Victor_12
0
2K
Member Avatar for mridul.ahuja

Don't know which forum to ask this question on but...here it goes... I have a website [mridulahuja.com](http://www.mridulahuja.com) which opens on all other networks but it won't open over WiFi at my place, whether I try opening it on PC or mobile. I can't even access it from Filezilla for making …

Member Avatar for Taywin
0
121
Member Avatar for mridul.ahuja

Don't know which forum to ask this question on but...here it goes... I have a website [mridulahuja.com](http://www.mridulahuja.com) which opens on all other networks but it won't open over WiFi at my place, whether I try opening it on PC or mobile. I can't even access it from Filezilla for making …

Member Avatar for mouaadable
0
307
Member Avatar for mridul.ahuja

I have a website with the url to be entered in TextBox2 . I want to extract names, email ID and mobile numbers of people from the website. The url in TextBox2 contains the names and the email IDs, however the mobile numbers are present on another webpage (profile page) …

Member Avatar for mridul.ahuja
0
416
Member Avatar for leonardo123

Write a C program to input an integer, and output how many times each digit occurs in the integer.

Member Avatar for mridul.ahuja
-3
152
Member Avatar for Saboor880

Hello To All! I have started learning Vb.net. I am using Visual Studio Express 2012. While making a console application, when I write "System.Windows.Forms" to use message box, then compiler gives an error: Class " System.Windows.Forms" is not defined. My compiler only supports two methods of this class 1-)Systems.Windows.Markup 2-) …

Member Avatar for DaveAmour
0
2K
Member Avatar for basit_3

guys i making a programme in this i have to merge two arrays into one new array but this code does not run at run time ,compiler does not chow any error int k[100][100]; for (int i=0;i<n;n++) { k[i][i]=k[array_1[i]][array_2[i]]; } for (int i=0;i<n;i++) { cout<<k[i][i]; } here array_1 is my …

Member Avatar for ddanbe
0
183
Member Avatar for altjen

Hi DW Im trying to make a webpage to microsoft word converter. Is a little project Im trying to finish. Started time ago, found it now but dont know how to do it. can you help me?

Member Avatar for mridul.ahuja
0
119
Member Avatar for basit_3
Member Avatar for Asira18

Please can someone help me write a simple password program for my program which prints out in stars(*).Thank you.

Member Avatar for David W
0
363
Member Avatar for pc20912

I created project, If It Run from Vb.Net program its works fine, Then Create "Setup" Files and Installed it, When Run "Exe" file, there is error like this, From my Project I want to read this file, (Text File) If I Install this Out of "Program Files" folder, then its …

Member Avatar for mridul.ahuja
0
320
Member Avatar for tentrabyte

write a file: #include<iostream> using namespace std; int main() { FILE *fp; fp=fopen("e:\\myfiles\\sample.txt","w"); //Check permission if you can write a file if(!fp) { cout << "cannot open file.\n"; system("pause"); exit(1); } //prints the character ASCII from 65 to 90 (A-Z) to a file for(int i=65; i<91; i++) fputc(i,fp); fclose(fp); return …

Member Avatar for mridul.ahuja
0
208
Member Avatar for newbi11

Hi everyone Please I would really appreciate if someone could help with a code on how to add an image to a footer using css: Here's is my footer code: CSS: #footer { width:920px; margin:0 auto; background:url(../../images/footer.png) } .footer-cities { padding:15px 10px 10px 20px; border-bottom:1px dotted #fff } .footer-cities-holder { …

Member Avatar for alisajjad160
0
5K
Member Avatar for mridul.ahuja

I came across this code of [firefly algorithm](http://en.wikipedia.org/wiki/Firefly_algorithm) and need to use it in my major. If any of you could explain the working of the functions, it would be of great help to me. Thanks in advance. #include<iostream> #include<stdio.h> #include<stdlib.h> #include<math.h> #include<time.h> #include<string.h> #include<memory.h> #defineDUMP 1 #defineMAX_FFA 1000 #defineMAX_D …

Member Avatar for Schol-R-LEA
0
271
Member Avatar for tentrabyte

#include<iostream> #include<cstdlib> using namespace std; int main() { srand(21); cout << "Unique numbers:"; for (int x = 1; x < 10; x++){ cout << 1 + ( rand () % 20) <<endl; } system("pause>0"); return 0; } Guys this is my program. Can i ask if how can i vertical …

Member Avatar for mridul.ahuja
0
194
Member Avatar for eddy Omatco
Member Avatar for tanidani

Hallo, I need to make in practice a application running in WIN7. This application must read continuously the sound(noise) received from the microphone and, if the level of the sound(noise) is higher that a adjustable value, to activate to display some random files (messages) on the screen and at the …

Member Avatar for mridul.ahuja
0
346
Member Avatar for Pervin_1
Member Avatar for Liwons

Can you help me to fix this pls. Ty :) ![Untitled.png](/attachments/large/4/56bcf602f2b942d369db5fac83e05b45.png "align-center")

Member Avatar for mridul.ahuja
0
123
Member Avatar for fantyfiz

Hi, I build a login form and want when user click on submit button then other form show. I also add new form by file->add->new project I use the name of 2nd form which is (welcom.vb) in the coding of submit. the coding of submit button is Public Class Form1 …

Member Avatar for mridul.ahuja
0
197
Member Avatar for Mr.M

Hi Dw I'm creating a program in Visual Basic 5.0 and what I want is to listen to keyboard keys the main form that I will be using to listen to the keys will be hidden so that is my problem to detect the keys while the form is hidden. …

Member Avatar for Mr.M
0
339
Member Avatar for hadi12426

i need your help i want to write a program which copy one folder or a file from one location to another location in c++???

Member Avatar for mridul.ahuja
0
144
Member Avatar for Arun_12

Hello, I require the following redirection applying 301 redirection: Redirected from: http://www.hostingwebsitedomain.com Redirected to: http://hostingwebsitedomain.com Kindly assist me how it can be accompalished for all pages. Thanks in advance!

Member Avatar for tdrosiadis
0
171
Member Avatar for tentrabyte

Create a program that will ask for a two numbers and use the selected operators. How can i create this program without using switch statement? need some help..

Member Avatar for mridul.ahuja
0
312
Member Avatar for nitin1

I am working on a project and I need one CmakeList.txt file, Config file, spec file. I searched a lot. tutorials are telling how to make these files and all. Please tell me from scratch what they are and what is the use of these files? Please provide links also …

Member Avatar for mridul.ahuja
0
255
Member Avatar for tgreiner

When reading any beginning manual on C++ an array is introduced as follows: float A[10]; That format is valid, in that it compiles and seems to work just fine -- for a while. Later on in the manual we learn to allocate/release memory using the new and delete keywords. So, …

Member Avatar for tgreiner
0
222
Member Avatar for sheenalsingh

Write a C++ program that asks the user to enter the password. The password to this program is "password". If the password is correct, display the following message: "CORRECT!!" "ACCESS GRANTED" Else display: "Incorrect Password" "Please enter correct Password" Use a do.......while loop to complete the above task.

Member Avatar for mridul.ahuja
-1
160
Member Avatar for Bashar_1

hi all this code give me input box i want to make the Characters like this ******* Dim x As String x = InputBox("inter password") If x = Label1.Text Then Me.Hide() frm_chose.Show() Exit Sub End If MsgBox("try again")

Member Avatar for mridul.ahuja
0
854
Member Avatar for mridul.ahuja

I have come acrross many websites (like compilr, codesheff, hackerrank) which provide us the facility of compiling source codes of various languages online ? I would really like to know how these websites work. Also if it is possible to implement this on my own website. Thanx in advance :)

0
102