Posts
 
Reputation
Joined
Last Seen
Ranked #84
Strength to Increase Rep
+11
Strength to Decrease Rep
-2
87% Quality Score
Upvotes Received
88
Posts with Upvotes
78
Upvoting Members
50
Downvotes Received
11
Posts with Downvotes
11
Downvoting Members
10
45 Commented Posts
8 Endorsements
Ranked #233
Ranked #150
~339.31K People Reached
Interests
Programming, Algorithms, Web Design, SEO, Movies, Books etc
PC Specs
VAIO E-Series Intel i3 , Windows 7 , 4GB Ram ,ATI Radeon Graphics Card
Favorite Tags

581 Posted Topics

Member Avatar for The Dude
Member Avatar for mnoizinum

Can we see the total program that you are trying to compile :) Because i cant find any reason to understand what might have gone wrong.

Member Avatar for Dani
0
273
Member Avatar for student_x

SHOULD you decide the winner by looking at the number of possibilities of winning? As in if bob has 300 strategies of winning and Alice has 299? Should we decide Bob as the winner?

Member Avatar for G._1
0
3K
Member Avatar for tiger86

I've been to a seminar in which the guy made up a website in C# with Visual Studio. However on later observation. Only the backend was written in C#. All of the front end was generated in HTML and php codes itself. Maybe you should check it out then.It myt …

Member Avatar for zelrick
0
3K
Member Avatar for Anna123

> Thanks a lot in advance for help. We can surely help you out. Put in some effort and let us know where you're having trouble. Just posting the question and expecting an answer is not what this forum is all about.

Member Avatar for Anna123
-1
232
Member Avatar for spopivich

The compiler does a very good job in telling you what is confusing it. Its your job to figure out what can you do to fix it. Lets just examine few of the errors that you've got. symbol: variable product location: class inventoryTest F:\Java Programming\inventoryTest.java:16: error: cannot find symbol product[0] …

Member Avatar for stultuske
0
428
Member Avatar for abaddon2031

Interesting, So you wish to write a script that upload files via HTTP. The key to this would probably be in 2 steps. 1. Authenticating yourself with the server. You would probably need some way to authenticate yourself, Maybe a session id or other cookies will be returned to you. …

Member Avatar for abaddon2031
0
399
Member Avatar for new_2_java

System.out.println("Old Password: " + new String(oldUnicodePassword)); System.out.println("New Password: " + oldUnicodePassword); System.out.println("Old unicode Password: " + new String(newUnicodePassword)); System.out.println("Old unicode Password: " + newUnicodePassword); This snippet doesn't match to your output. Have you made any modifications?

Member Avatar for new_2_java
0
1K
Member Avatar for kamalashraf

Are you having any errors when you try to compile this? Giving out the errors or behavior would surely be beneficial :).

Member Avatar for Ancient Dragon
0
155
Member Avatar for umairisrar

Could you please implement the event-driven simulation for us too. Please provide snippets of your work or possible questions rather than pasting your assignment.

Member Avatar for Sky Diploma
0
927
Member Avatar for nmunemo
Member Avatar for John A.

To add to what snippsat said, Just consider, What would happen if your code comes through an anchor like the following `<a class='sd-link-color'></a>` Since it doesn't hold an 'href' attribute, I am assuming that `url = (line.get('href'))` would result to None. That's causing your error. Since the get method defaults …

Member Avatar for Sky Diploma
0
732
Member Avatar for ritu.bhandari.796

Hi Ritu, Could you post some code of yours and then discuss where you are having problems. That way, we would have a better understanding of what you wish to do.

Member Avatar for Sky Diploma
0
87
Member Avatar for biljith

What exactly does the OP mean by shorter? Shorter in code ? Or Shorter in execution time ? Or something else? I dont see why there is a need to change the current program into something shorter. However, I would sure recommend you to use a newer compiler.

Member Avatar for ReaseySo
0
271
Member Avatar for daviddoria

You can do something like try to give the computer coordinates and then take a whole screenshot of your computer After that cut of all other parts except the selected coordinates. OOPS LATE ANSWER

Member Avatar for dougy83
0
3K
Member Avatar for Doctor Inferno
Member Avatar for profyou

http://www.easeus.com/resource/install-ide-hard-drive.htm read the topic about the "Jumper Settings" carefully I believe you have ATA hard disks and Jumper settings alone can set up the configuration to MASTER or SLAVE etc. Once you do that, you will need to update your configuration on the BIOS.

Member Avatar for Rik_
0
223
Member Avatar for PolarClaw

I am not good at using TEX, because I have never used it before. However I would like you all to make an assumption Let Capital 'C' mean or [TEX]C[/TEX] mean the Combinations. Or [TEX](n!)/(n-r)! * r![/TEX] Where '!' represents the factorial values. So next we just take the normal …

Member Avatar for H A hashim
1
1K
Member Avatar for bramprakash1989

Well i have seen your code. It actually can create random numbers from the whole integer set. Therefore i have just edited the whole program and made it such that it will get random numbers from 0 to 50. Please dont copy the code but, Check out how the loop …

Member Avatar for dramatic
0
1K
Member Avatar for happygeek

I remember the time 3 years ago where in I was facing the option of choosing what is a secure skill set (Accounting) in India or doing a degree in Computer Science (Undergraduate). With the recession coming in and some IT companies going into Severe losses. It took a while …

Member Avatar for Seten
0
503
Member Avatar for RIJIN
Member Avatar for Viped

Hi, I'm assuming that the Java Content Security Policy is not allowing the applet to read the file. ( if you are running the application through appletviewer etc. ) Or do you have the images and applet bundled in a jar file?

Member Avatar for jalpesh_007
0
250
Member Avatar for singularity~

I dont think you need the '/i' at the end when you already have RegexOptions.IgnoreCase . The whole p Try this out. Match large = Regex.Match(file, @"^.*(_Large).(jpeg)$", RegexOptions.IgnoreCase);

Member Avatar for singularity~
0
329
Member Avatar for globetrotter_me

Hi, Welcome to Daniweb. `die("Invalid Key. Script Stopped!")` should be followed by a ';' semi-colon. :D

Member Avatar for diafol
0
125
Member Avatar for Frensi

`time.clock()` gives different outputs when we look at its implementation in linux vs the implementation in windows. thereby we need to first determine which OS are you making the game for. Stating that, line 25 and 26 of the above snippet seems to indicate that you re-assign `clock_start` everytime in …

Member Avatar for Sky Diploma
0
371
Member Avatar for MattyRobot

Yes, the source files contain the c++ source where as the BIN files contain the actual executable or some times the "Disk Images". So no-wonder you get those errors as they arent even declared anywhere.

Member Avatar for Mallot
0
293
Member Avatar for rekhamanoj

Well Xls files are written in BIFF format. therefore i think that we should read them in hexadecimal and then convert them into ASCII. If it is possible for you to edit the excel file i think you should store it into ".csv" extention. CSV stands for Comma Separated Values …

Member Avatar for Prakash.sit
0
10K
Member Avatar for sniper29

There are many Mistakes in your Program. Some of them i have found. But i will not post the total code for you i will only point the mistakes and you should solve them on your own. So here Goes: 1)In your Program You are using functions like "cout<<" and …

Member Avatar for YoDjinthehouse
0
591
Member Avatar for warpstar

Next isn't likely an operator or method. I believe its just a member variable with a reference to the next Element

Member Avatar for warpstar
0
146
Member Avatar for riahc3

Maybe you should try type-casting it into "bool" or an "int". As stdClass is rather a dynamic Object. I think it would do some good.

Member Avatar for pritaeas
0
399
Member Avatar for hwoarang69
Member Avatar for hwoarang69
-2
216
Member Avatar for efth
Member Avatar for sam230

you're just calling showf() for menu1,3,4,5 whereas hidef() with menu2. Try thinking of calling show and then hiding other menu instances.

Member Avatar for Sky Diploma
0
97
Member Avatar for Onlineshade

Firstly , `iostream` is spelt wrong. Secondly, Please use a better "new" compiler. the ".h" has been deprecated ages ago!

Member Avatar for mustaffa hasan
0
156
Member Avatar for Kremlin

I am unsure about this, However I assume that you maybe to some extent using Entities that basically override the Java Runtime Environment default policy. Try running the JFrame directly with security features. java -Djava.security.manager Executable If that works, then we can consider it to be other factors . However …

Member Avatar for NormR1
0
452
Member Avatar for ferit1223
Member Avatar for ferit1223
0
101
Member Avatar for arunpawar

ftemp is a string, you will need to convert it into an integer in order to calculate `(ftemp - 32)*5 / 9` why not try `ftemp = int(self.entry.get_text())` in your current code :).

Member Avatar for arunpawar
0
252
Member Avatar for lewashby

srand( static_cast<unsigned int>( time( NULL ) ) ); Just to add up on the above point. Maybe its time for the static_cast to kick in and try a safe conversion :)

Member Avatar for Sky Diploma
0
237
Member Avatar for GeekTool

> 1) While int max is declared, why is substring.length() is subtracted from searchMe.length() ? Let us take an example,(and think that we donot have the subtraction of lengths ) you wish to find sub-string "xy" within a string of "abcx"; Your program starts working from a, the string doesn't …

Member Avatar for deceptikon
0
492
Member Avatar for GeekTool

Post in your ideas or some initial code and try to get started. Then we can make it interactive to get to the final result :)

Member Avatar for stultuske
0
244
Member Avatar for GeekTool

Your for loop has a local variable `i` which is being used in the `System.out.println()` method. The scope of the variable `i` only extends within the `for loop` therefore according to the compiler it is uninitialised. A simple solution is to declare it in the scope of `main()` int i; …

Member Avatar for GeekTool
0
130
Member Avatar for koolzed
Member Avatar for WaltP
0
1K
Member Avatar for Onlineshade

The ArrayIndexOutOfBounds is happening due to the while loop. `while (p<11)` this executes 0-10. However our range is from 0-9. (Because we have an array of 10 integers) change `while (p<10)` and I guess your code should work fine :)

Member Avatar for stultuske
0
123
Member Avatar for hwoarang69

you are missing the ' " ' double quoute on line 5. Secondly I don't think base64_decode is necessary. Just check it out. I've worked with the same system before. And i directly echoed the data rather than a base64_decode.

Member Avatar for pritaeas
0
697
Member Avatar for jeffadrian
Member Avatar for ping0ping

In the above code, you are typically asking JQuery to get the whole page.. And it does bring in the whole page. What you can do is.. implement a page where-in it only brings out the content and not the layout part. And then you could query that with `$.get()` …

Member Avatar for ping0ping
0
166
Member Avatar for bcarancibia

Hi there, Welcome to daniweb. Please post down the code that you have written :). So that we could explore upon whats going on :).

Member Avatar for bcarancibia
0
180
Member Avatar for aznairjordan

Hi, and Welcome to Daniweb Your function getWord() is already posting the contents over into the file.. Maybe you should be looking towards 2 options. 1) getWord() returns a string, and you decide if the string overfills your limit. If yes move into the next line or else.. let it …

Member Avatar for Sky Diploma
0
212
Member Avatar for NetJunkie
Member Avatar for Sky Diploma

I have just noticed a small bug in the new design.. This is a small issue when it comes to Posting or replying onto a particular thread or article. Please check my attachment to notice how its appearing on my system on (IE 8, Firefox and Chrome ). I have …

Member Avatar for Dani
1
279

The End.