rproffitt 2,701 https://5calls.org Moderator

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 ancient(?) DOS API calls but looking at this question here on Daniweb, I see how to delete is not without telling more.

Example: https://www.google.com/search?q=DEV+C+DELETE+A+RECORD+site:www.daniweb.com&gl=US&sa=X&ved=2ahUKEwjEpaGWxPvhAhVqjFQKHcYLAc0QrQIoAzAAegQIBBAO&biw=1600&bih=787

PS. In your title you wrote "Internal Assessments" which needs clarifying. Is this for some job assessment as in the company is asking you to do this?

rproffitt 2,701 https://5calls.org Moderator

@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 going for a degree in compsci or software. My advice was to go to the college and meet with his counselor to plan out the coursework.

That's where it may get a little interesting to you. The counselor set up a 2 year plan to get him a Masters degree. I don't remember what the name was exactly but it is CompSci or software in its title.

I don't know if that was of any interest to you but he did ask about coding bootcamps and while they may fit others, I worry that the primary benefits of those camps go to the ones that run the camps. That is, the camps seem to be expensive and the benefits hard to measure.

The camps were discussed and my advice was to meet with the counselor and see how long for a new degree in the area of interest. He understands that coding bootcamps carry little weight when job hunting but a degree does.

rproffitt 2,701 https://5calls.org Moderator

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 trying to do but it's a start.

rproffitt 2,701 https://5calls.org Moderator

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 bet the prof can google it to see if it's your work or someone else's.

Wouldn't your use of code from here give you an automatic fail?

rproffitt 2,701 https://5calls.org Moderator

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 and usually integrative experience of an educational program. ... The term derives from the final decorative coping or "cap-stone" used to complete a building or monument.

Back to your issue. Usually I have to put in debug statements to see where the issue is. But as you are not using VB.net, C# or such you'll have to leverage what your system has to find why the values diverge.

rproffitt 2,701 https://5calls.org Moderator

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 with same text on Daniweb.

You appear to be a shill or spammer. Change my mind.

rproffitt 2,701 https://5calls.org Moderator

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 count how many left then right parens there are. Should be equal.

Mohit_18 commented: Tried with that way, parens are equal but same problem +0
rproffitt 2,701 https://5calls.org Moderator

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 ignored until there's a breach or complaint. The most glaring failures I see are the old name and password databases. Then for a store the new to this programmer might store the buyer information in clear text in these databases as well.

It's not like this is new territory but you see this omission again and again which explains partially why data breaches and leaks are so common.

rproffitt 2,701 https://5calls.org Moderator

I found no cucumber and this is a fine example what happens when folk write code without comments.

Zerua commented: The answer is in the line 7 +0
rproffitt 2,701 https://5calls.org Moderator

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 it sounds like you need to step back and do the thinking before the coding.

rproffitt 2,701 https://5calls.org Moderator

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 your other post, think about your question and ask if you are supplying enough detail as well as showing your work so far.

Zerua commented: is there anyway that you can provide timer on xor ah,ah +0
rproffitt 2,701 https://5calls.org Moderator

@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.

Zerua commented: Countdown timer for input function? +0
rproffitt 2,701 https://5calls.org Moderator

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 DOS, Linux or any x86 computer as that's been done and you would have done your research.

Zerua commented: Because I just need it for my project on quiz buzzer system for countdown timer +0
rproffitt 2,701 https://5calls.org Moderator

There are plenty of online courses from free to paid (Udemy is mentioned a lot and has some free ones.)

Most schools have tutors if you check in with your school counselor.

Tim_18 commented: Thank you for getting back to me. I agree there is so much information online, but my issue is the more I read and watch the more I become confused. +0
rproffitt 2,701 https://5calls.org Moderator
rproffitt 2,701 https://5calls.org Moderator

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 written so far and don't fall for the scams out there.

rproffitt 2,701 https://5calls.org Moderator

This sounds like a nonsense question. Can you expand on what you are looking for as the first is an effort to rank on Google and the second is revenue via clicks.

Reverend Jim commented: It IS a nonsense post. And he's posted 3 of them so far. +0
chiragm984 commented: Yup, I was thinking the same. why do you want to know who is bigger? +0
rproffitt 2,701 https://5calls.org Moderator

Are you reporting this is not in the free training at https://open.sap.com/courses?topic=SAP%20HANA

rproffitt 2,701 https://5calls.org Moderator

All I see is a syntax error on your line 320. I'm reading https://www.php.net/manual/en/mysqli-result.fetch-array.php and I don't see an option for the parameter to be $runproducts when coded in the style you are using. Look at the example on this page.

rproffitt 2,701 https://5calls.org Moderator

Which Apple? https://support.apple.com/kb/SP749?locale=en_US

Let's compare the 450 to the 550X.
I can't find a head to head comparison but I'll try these two.
https://www.notebookcheck.net/AMD-Radeon-Pro-450.181778.0.html
https://www.notebookcheck.net/AMD-Radeon-RX-550-Laptop-GPU.215182.0.html

It's really tough to pull out a comparison but the few games seem to eek out under 10% more frames per second.

"According to the specified peak performance, the chip should be similar fast as a Radeon Pro 455 in the MacBook Pro 2016. In our tests it reaches the Radeon Pro 455 and bests the Nvidia GeForce MX150, but stays behind the GeForce GTX 1050." Notebookcheck.

My answer is I expect no noticeable performance increase.

rproffitt 2,701 https://5calls.org Moderator

I did some upgrades to my very dated C2Q HP4999T. It got the change to SSD (no HDDs), 8GB RAM, a 1060 TI GPU and it's game capable now.

The 4G is light for today but if you change the motherboard you may lose your Windows license. Can you change the CPU to an i5 and get 8 to 16GB RAM on the board you have?

rproffitt 2,701 https://5calls.org Moderator

I looked at your code and it looks like a copy from https://www.geeksforgeeks.org/check-if-a-word-exists-in-a-grid-or-not/

That's a problem as lifting code from the web that you don't understand misses the point of you developing your programming skills. That is, as noted in your other discussions you turn off the computer, get out the pencil and paper and write down every step you use to solve your puzzle.

If you don't do that, you won't be ready to convert your methods to code.

That said, let's say you are not taking classes in programming but management. Management could be you building a team to solve problems. You never solve the problems, you only get the band back together.

rproffitt 2,701 https://5calls.org Moderator

Since this is not Boogle, there are thirteen solutions to read about at https://forum.dd-wrt.com/phpBB2/viewtopic.php?p=270795&sid=228a5c1ab07f4bcfc686c06857bc4e2e

I see you posted 2 other threads where it looked more like Boggle which is something of a coding challenge or assignment.

Part of the assignment is always for you to find your own solution.

rproffitt 2,701 https://5calls.org Moderator

WordPress is written using PHP as the scripting language.

Since you want it in PHP and it is already in PHP, why change this?

rproffitt 2,701 https://5calls.org Moderator

I ran into this issue with the Insyde BIOS on a lot of PCs. Turns out it's a bug in their BIOS and so far uncorrectable. This has lead me to never buy another PC with that make BIOS.

What make is this BIOS?

rproffitt 2,701 https://5calls.org Moderator

A few issues here:

  1. Looks like a duplicate of https://www.daniweb.com/programming/threads/519642/similar-to-boggle-game
  2. I see poor code formatting. Why all those blank lines? Messy!
  3. I see no functions to do a search or such for the words.

Same comment as before: "Let's be clear here. Forums usually just help you past a hurdle such as some line or function that doesn't work. But creating a new app or function or even the full design is your work.

I'll also note that Boggle has already been done many times if you search about that. I can't tell if you just need some boogle code from the web or if this is homework which is a test to see if you understand the course work so far."

rproffitt 2,701 https://5calls.org Moderator

The code in the PDF (you should insert code into your posts from now on) only seems to print out a random boogle.

I see no attempt made to create search functions.

Let's be clear here. Forums usually just help you past a hurdle such as some line or function that doesn't work. But creating a new app or function or even the full design is your work.

I'll also note that Boggle has already been done many times if you search about that. I can't tell if you just need some boogle code from the web or if this is homework which is a test to see if you understand the course work so far.

rproffitt 2,701 https://5calls.org Moderator

Is that in code? Or was that the input to the code you didn't supply?

Urfa2 commented: # include <stdio.h> # include <math.h> # include <stdlib.h> int lx; int ly; char grid [10] [10]; int z; int j; int main() { // declare a +0
rproffitt 2,701 https://5calls.org Moderator

In your case you would learn the Marie language then take your assignment and break it down to steps that you could code in that language.

All this is for you to learn the process of "problem" to "solution." If someone writes the code for you then you are on a management track.

aisopos commented: I dont want someone to write my program..I can really use some tips tho..tips that someone else forgot to teach me +0
rproffitt 2,701 https://5calls.org Moderator

There are some folk that can't learn the skills in these topics but can recall questions and answers so for them this is the only way for them to pass these exams.

What happens next is they land a job but can't perform since they are now in the real world. I used to think such sites to be terrible but now think that anyone foolish enough to use such gets what they deserve later.

rproffitt 2,701 https://5calls.org Moderator

I worry you don't know what you are getting into here. Look at http://imgur.com/ and how they host. They appear to be one of the top ranked meme or picture sites and work with Reddit as well. They also employ quit a few people. How many are on your team? Better be a lot more than just you if you are going to do this.

rproffitt 2,701 https://5calls.org Moderator

@Haile_3, burying your posts under such an old discussion usually gets nothing. Try again but in a new post with all the details about the problem.

rproffitt 2,701 https://5calls.org Moderator

@annya. Then it's old school debugging. I take it you didn't get any line number or full line of text on the error. This means you get to go old school on the problem. That is, insert some output to a log file or screen (I supplied a link how) so you can track down what line is failing.

Using any of the output methods at https://www.w3schools.com/js/js_output.asp you place (psuedo-code here) lines where you suspect it failing like this: console.log("At line 100"). Eventually you find the line that fails and either you see the issue or have to log the variables on the line to see why it complains.

It's work but something a programmer does when the script doesn't show a line number or content when it fails.

rproffitt 2,701 https://5calls.org Moderator

@Chandra_6. I never had any issue getting bar codes out printed. But I may have cheated. That is I installed a bar code font and then printed in that font. Maybe too easy today.

rproffitt 2,701 https://5calls.org Moderator

I don't see it but there are hundreds of lines of code here. You as the author, developer or maintainer need to narrow it down to the line that is throwing this error.

https://www.google.com/search?q=Uncaught+SyntaxError%3A+Unexpected+token+%3B%22&gl=US finds it's a very common error but to work out what it is, we find the line and if it's a call to a method or function we dump the variables in the call to see if we can see why the call complains.

I'd use any of the outputs noted at https://www.w3schools.com/js/js_output.asp to show these variables.

rproffitt 2,701 https://5calls.org Moderator

Last month, Facebook admitted to storing million of Facebook passwords in plaintext.
The Verge Apr 18, 2019

We see students being taught login systems here and a recurring mistake is passwords being stored in databases. It appears that CompSci courses teach bad practices early and as we know it's hard to unlearn what you learn earlier.

Further reading seems to indicate these passwords may have collected via logging.
"But as Krebs on Security first reported, various errors seem to have caused Facebook’s systems to log some passwords in plain text since as early as 2012."

I'm been chided for pointing this out from time to time but the mistake happens over and over and in very big companies.

rproffitt 2,701 https://5calls.org Moderator

There may be but as I took a look at https://www.google.com/search?q=2D+dicom+images+to+3D+dicom+image&gl=US it appears this area is either proprietary or being researched.

As you are researching this I have to ask you to share your research results as well. I found no free or open source Java code to do what you asked but this area is being researched (see researchgate discussions.)

If you want to create such and open source it, you would be among the first.

rproffitt 2,701 https://5calls.org Moderator

I've seen this question before and it appears as it stands this system does not do that. On top of that it appears Mobirise's own forum and support is failing the users. The more I read about Mobirise the less impressed I am. Maybe it's time to try another system that does what you want?

rproffitt 2,701 https://5calls.org Moderator

Nothing good can come of this. I doubt anyone will help you hijack standard Windows keypresses.

If you want help, explain in detail why.

rproffitt 2,701 https://5calls.org Moderator

I'm going to have to watch https://www.youtube.com/watch?v=1Nxatwd-wyA more than once to figure out what was said.

PS. It's a video by Sir Stevo Timothy. Just don't bring up Metallica.

rproffitt 2,701 https://5calls.org Moderator

It seems this has priors. Read from https://www.google.com/search?q=3D+matrices+in+Pandas&gl=US and the answer is yes.

rproffitt 2,701 https://5calls.org Moderator

This needs clarifying. I have used various SQL servers over the years but what is this java database you write about?

Also, how about some words about your database design, the code you wrote to connect and so on?

PS. Also do your research like this: https://www.google.com/search?q=i+am+unable+to+connect+to+the+java+database+using+wampserver+it+is+not+turning+green&gl=US

rproffitt 2,701 https://5calls.org Moderator

My advice is to go DSN-less to see what this connection requires. There are so many prior discussions about DSN connection failures that I can't guess which is the cause here. Maybe no password?

rproffitt 2,701 https://5calls.org Moderator

Since no code is shared I'll write you should attempt a DSN-less connection.
Noted at https://docs.microsoft.com/en-us/sql/ado/guide/appendixes/microsoft-ole-db-provider-for-odbc?view=sql-server-2017

rproffitt 2,701 https://5calls.org Moderator

I looked at doing this but the insecure connection meant full stop. Why is this web site using insecure methods for username and password today?

Didn't everyone get the memo?

PS. Edited for spelling.

rproffitt 2,701 https://5calls.org Moderator

So much is wrong with the points made here. It's almost like the OP ignored Windows issues with trojans and more. Also, iOS customizing limits is why it is liked by many. When you use someone else's Windows or Android device you see the fragmentation issue. With iOS not so much.

The OP didn't write at the end what they bought leaving the big question why they posted all this.

rproffitt 2,701 https://5calls.org Moderator

But which line has the syntax error? VB has always shown the line in question which when you place code here you can speed things along by posting the code, preview your post and write which line along with the error text.

Also, lines 11 through 33, 52 to 59 along with 66 to 68 do nothing. Those were not needed here.

Paige_1 commented: So I believe the error is line 41, but it also says something along the lines of there's an error: "syntax near the string Table" +0
rproffitt 2,701 https://5calls.org Moderator

Off topic reply. Hmm, Starwood... Same one that has hotels in Canada?

rproffitt 2,701 https://5calls.org Moderator

Here you go. Enter the following at http://www.quitebasic.com/

2000 CLS
2010 PRINT "This BASIC program is just a sample of things you can do with Quite BASIC.  You will see drawing on the canvas, user input/output, and in the program are examples of most of the supported BASIC commands."
2020 PRINT
2030 INPUT "INPUT SCORE "; S
2040 IF S > 90 THEN GOTO 3000
2050 IF S >= 70 THEN GOTO 4000
2060 INPUT "INPUT SECOND SCORE "; S
2070 IF S >= 70 THEN GOTO 4000
2080 PRINT "you failed"
2090 END
3000 PRINT "good job"
3010 END
4000 PRINT "you passed"
4010 END
rproffitt 2,701 https://5calls.org Moderator

In line 5, can you share documention for the SEARCH keyword? https://www.w3schools.com/sql/ doesn't show this.