5,431 Posted Topics
Re: That's an overly broad question. But if it was true, tell me without spamming what courses you completed on this product. It's strange to be thrown into SAP without training so let's here more about what happened to land you this job. | |
Re: In line 5, can you share documention for the SEARCH keyword? https://www.w3schools.com/sql/ doesn't show this. | |
Re: Is there a question that needs asking? | |
Re: 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 it was something else, you never corrected that. | |
Re: 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 school counselor. | |
Re: 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 server so I just needed the name of the PC. Now that means the DNS or hosts file MUST resolve … | |
Re: 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 doesn't take much to find solutions but you can't use those if this is homework. | |
Re: Just looked and I have Version 69.0.3497.92 (Official Build) (64-bit). What version did you have and what is the version now? That is, I haven't seen any big change. | |
Re: 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. | |
Re: 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 … | |
Re: 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. | |
Re: 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? | |
Re: 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 … | |
Re: 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 … | |
Re: 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. | |
Re: 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. | |
Re: 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. … | |
Re: I found no cucumber and this is a fine example what happens when folk write code without comments. | |
Re: 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 … | |
Re: 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](https://www.google.com/search?q=DOS+ASSEMBLY+60+SECOND+DELAY&gl=US). | |
Re: ["I don't believe you."](https://i.imgur.com/okp66FD.mp4) | |
Re: Are you reporting this is not in the free training at https://open.sap.com/courses?topic=SAP%20HANA | |
Re: 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](https://www.php.net/manual/en/mysqli-result.fetch-array.php). | |
Re: 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 … | |
Re: 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 … | |
Re: > WordPress is written using PHP as the scripting language. Since you want it in PHP and it is already in PHP, why change this? | |
Re: 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 … | |
Re: 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 … | |
Re: Is that in code? Or was that the input to the code you didn't supply? | |
Re: 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 … | |
Re: I worry that you are being asked for the stars. That is, some of those sites took many developers years to develop. Do you have the team and the year to duplicate those site functionalities? | |
Re: @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. | |
Re: 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 … | |
Re: @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. | |
Re: 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 … | |
Re: 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 … | |
Re: Nothing good can come of this. I doubt anyone will help you hijack standard Windows keypresses. If you want help, explain in detail why. | |
Re: 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 | |
Re: Looks similar to https://www.daniweb.com/programming/web-development/threads/519517/how-to-solve-notice-undefined-index-gender-in-c | |
Re: It seems this has priors. Read from https://www.google.com/search?q=3D+matrices+in+Pandas&gl=US and the answer is yes. | |
Re: 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 | |
Re: 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?](https://www.youtube.com/watch?v=jsLUidiYm0w) PS. Edited for spelling. | |
Re: 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 … | |
Re: 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 … | |
Re: Nod to Reverend Jim but want to note it's pretty awful how many people encrypt the only copies of files/folders they have without backups in the clear elsewhere. There are plenty of discussions where the (former) file owner melts down over the losses. | |
Re: That's not how most forums work. If you were putting up a job for hire that's one thing but here you did a short intro without enough detail. Think about your classes in system desing or others where you make your software design documents. You omitted not only that but … | |
Re: In short, there is no manual and if there was this would be specific to your model and version OS. Since Android had no less than 10 versions and some hundred plus makers the only constant is there is no consistancy. At the office I work on our Android apps … | |
Re: Before you do anything else, encrypt those passwords. Your code shows a classic blunder in name and password databases. The good news is there are discussions about that with this search: https://www.google.com/search?q=vb.net+one+way+password+encryption&gl=US Because such passwords must not be stored in the clear you have to consider what this apps is … | |
Re: A few comments. Use the code formatting when posting code. Also, this will add line numbers so you can point out which line. |
The End.