-
Gave Reputation to JamesCherrill in Little project in Java menu not working please help.
OK. Your main method is in the inner class InputMenu. It needs to be in the public outer class PersonalProgram -
Created creating an adressbook with dictionary - some improvements
hello dear experts i am currently creating an 'adress book' python where i want to use dictionaries? the plan: I'm trying to create an little adress-book that has got an … -
Replied To a Post in java.lang.NumberFormatException: For input string
Is there a question that needs asking? -
Began Watching java.lang.NumberFormatException: For input string
public int evaluate() { if (root == null) { return -100000; } return evaluateHelper(root); (error) } private int evaluateHelper(MyBinaryTreeNode rt) { if (rt.left == null) { return Integer.parseInt(rt.data.toString()); (error) } … -
Gave Reputation to toneewa in [HELP-CODE]Scanning Screen for pixel color
I've used this code for over a decade. I added the SetPixel option to put a red pixel where it checks. Also SetCursor for added features to play with. Useful … -
Replied To a Post in How can I estimate Tjuring machine time complexity?
I see an all too [similar question posed last month ago](https://math.stackexchange.com/questions/3204728/how-can-i-estimate-turing-machine-running-time) but what is a "Tjuring machine"? Maybe folk in your first post didn't know what that was and if … -
Began Watching How can I estimate Tjuring machine time complexity?
I try to evaluate working time of Tjuring machine, but I really don't know how to do it. I try to evaluate working time of Turing machine. I understand, I … -
Replied To a Post in Connecting a database table to a login form
I'll add that in a current job I'm working on is in VB6 and the database connector is dead. I do have an ugly workaround but we opted to just … -
Gave Reputation to toneewa in [HELP-CODE]Scanning Screen for pixel color
You are on the right track evilguyme. Try this: HDC hDC = GetDC(0); // color you are looking for const int r1 = 255; const int g1 = 255; const … -
Replied To a Post in Connecting a database table to a login form
This has a huge security issue. It appears the password is in clear text maybe all the way down to the database. This is not how to teach login systems. … -
Began Watching Connecting a database table to a login form
I'm trying to connect a database with a login form to verify user as an existing one or a new one to sign up Private Sub Command1_Click() Adodc1.RecordSource = "select … -
Replied To a Post in Connect Netbeans to SQL Server 2008
Just a guess. The last time I did something like this I did not have to call out the SQL Server Instance name. SQL was just a port on a … -
Began Watching Connect Netbeans to SQL Server 2008
Hi to all! I have SQL Server Express, SQL Server Management Studio 2012. My PC Name is : "SaboorPC" and SQL Server instance name is also "SaboorPC". I am trying … -
Replied To a Post in Python help with problem
I really wish assignments were a little more unique. Over at Rosettacode there are over 34 solutions in over 20 languages. https://rosettacode.org/wiki/Word_count Why I shared this is to show it … -
Began Watching Python help with problem
Your goal is to write a Python function that takes a file handle as input and returns the most common words in the text file -
Gave Reputation to Reverend Jim in Is it realistic to pursue a career in programming?
Here's a completely off the wall idea. Have you considered learning an old programming language? While everyone is concentrating on learning the latest and greatest and trying to keep ahead … -
Gave Reputation to Rachel Stinson in What is your SEO strategy for your e-commerce store?
I would suggest following: 1. Write great contents: The best way to boost your ecommerce is to write quality contents. Iteresting, iformative rich and problem solving contents turn your readers … -
Gave Reputation to Rachel Stinson in Content Writing
I always say one thing, writing contents is an art, that can be learned. I would say there are techiques to be used while writing contents: 1. Put yourself on … -
Replied To a Post in New Chrome version
@ernie, I didn't even notice when it changed last time. I bounce from machine to machine and across phones at work during testing so subtle things like the search box … -
Gave Reputation to Reverend Jim in Add to Path in Windows 10
1. Open an Explorer window 1. Right click on `This PC` and select `Properties` from the pop-up menu 1. In the Control Panel window click on `Advanced system settings` 1. … -
Gave Reputation to Dani in Quebec's plan to ban religious symbols
Glad I could oblige, Jim!! I've had something else I've wanted to say, as well, and just never got around to it. Since you've updated this thread, I figured I … -
Replied To a Post in Dev C Programming for Internal Assessments
Since the Dev C I know of does not have a native database library I think you'll have to tell more to get to a solution. Now there is some … -
Began Watching Dev C Programming for Internal Assessments
How to delete a record from a file in Dev C -
Replied To a Post in Is it realistic to pursue a career in programming?
@Papa_Don My step son is 30 and has his degree in Film. He worked in that industry then moved to finance and sees a bubble on its way. Now he's … -
Began Watching Is it realistic to pursue a career in programming?
Group, I've dabbled in coding (both front end and back end) since the mid 1990s. However I've never done it full time (except for a short stint writing database query's … -
Replied To a Post in How to use multer npm using Express js?
That's a small question with what looks to be a very long answer. I think https://code.tutsplus.com/tutorials/file-upload-with-multer-in-node--cms-32088 gives a starter to this. I can't guess if that fits what you are … -
Began Watching How to use multer npm using Express js?
How to use multer npm using Express js? -
Replied To a Post in OOP - Rent Car in PHP
Please tell me if you think that using other folk's work for your assignment is a good idea. If you did use code from any web site it's a sure … -
Began Watching OOP - Rent Car in PHP
hello every one please can any body do this task for me please becouse our instructor in the university uploaded it and I dont have enough time becouse im studying … -
Replied To a Post in Need some help for my capstone. Thank you!
Odd use of capstone, but capstone course would make sense. > A capstone course, also known as capstone unit or a senior thesis or senior seminar serves as the culminating … -
Began Watching Need some help for my capstone. Thank you!
charge invoice and sales invoice im using two listview , my problem is if the sales invoice is greater than charge invoice they cannot be diplay or charge invoice is … -
Replied To a Post in Office 365 license migration advice...!!!!!!
I don't believe you. This was spammed before and here you are again. theblogpros.com/2019/01/16/office-365-license-migration-advice/ has the same text and you took no pains to alter it. It was also posted … -
Began Watching Office 365 license migration advice...!!!!!!
To start I want to make it clear I have no experiance with office 365 or the associated exhange stuff, and I would never personally recomend such a package to … -
Replied To a Post in Can't figure out following problem: ORA-00907: missing right parenthesis
Old programming trick. Take the code in some edited and delete all characters but the parens. If it is a parens issue, you'll see it quickly. Also, in the editor … -
Began Watching Can't figure out following problem: ORA-00907: missing right parenthesis
I'm writing stored procedure with dynamic sql having dynamic table name as, CREATE OR replace PROCEDURE Pr_get_result (p_table_name IN VARCHAR2, p_object_Id IN VARCHAR2) IS p_prop_code VARCHAR2(50) := 'pH'; BEGIN EXECUTE … -
Replied To a Post in Sale Purchase database for shop
I see you've been admonished so let me write about something I see done "after the fact." In the classroom and even in a business I see DATA SECURITY be … -
Began Watching Sale Purchase database for shop
Hi, I need help to create a relational database for shop.The database should contain a column for barcode in order to register items and also to read details of items … -
Replied To a Post in String Compare Answer
I found no cucumber and this is a fine example what happens when folk write code without comments. -
Began Watching String Compare Answer
I am trying to figure out why my answer still wrong even though I type the cucumber... .model small .stack 100h data segment str1 db "Enter Your answer: $" after … -
Replied To a Post in C# project for class
As Reverend Jim wrote, maybe you are trying to use your computer before you have all the steps and design. The online courses and tutors are where many start but … -
Replied To a Post in Input function with timer
This question omits what the target system is. I've programmed on many boards and since you are asking I have to think this is not a x86 system. Just like … -
Began Watching Input function with timer
How to put a time limit to the input function in assembly -
Replied To a Post in Countdown Timer set 60secs
@Z, please add more detail. You could be writing for x86 to some hundred other computers. If it's x86 what you want is found a bit too easy. -
Replied To a Post in Countdown Timer set 60secs
Going to need a lot more detail. I've written such on MicroChip PIC, Atmel and other computers. This is very specific to your platform. I'm assuming this is not for … -
Began Watching Countdown Timer set 60secs
Is there anybody who can help me for giving me source code for countdown timer in Assembly -
Replied To a Post in C# project for class
There are plenty of online courses from free to paid (Udemy is mentioned a lot and has some [free ones.](https://www.udemy.com/free-learn-c-tutorial-beginners/)) Most schools have tutors if you check in with your … -
Began Watching C# project for class
Hello, I am very new to programming as I am only a few weeks into my C# class. I have a project and after reading and reading my book, sadly … -
Replied To a Post in Should I devote more time to SEO for my blog?
["I don't believe you."](https://i.imgur.com/okp66FD.mp4) -
Began Watching Should I devote more time to SEO for my blog?
In short, SEO will allow for you to gain, free, targeted traffic to your website… Which in turn keep your marketing costs down and your traffic will consistently increase! -
Replied To a Post in How can I get more backlinks to my website?
Welcome to the forums. I fear you are missing out big time here as I searched this forum with https://www.daniweb.com/search/index?q=How+can+I+get+more+backlinks%3F and on google. Be sure to leverage what folk have …
The End.