Re: Calling an object from another in PHP using construct Programming Web Development by Dani I'm not understanding your question. You can definitely create objects within the methods of other classes. As pritaeas says, please post some code so we can understand better. 'Prepare for the Earliest Possible AGI Deployment Scenario' Community Center by Johannes C. … abilities like a huma**n. That would include understanding context-dependent human language and understanding belief systems, succeeding at both goals and… human, I know that others would disagree based on their understanding and beliefs of consciousness and personhood. ## 9. Do you think… '30% of Activities Performed by Humans Could Be Automated with AI' Community Center by Johannes C. …, from scientific creativity to general wisdom, to social or individual understanding. ## 3. In what ways do you believe AI will most… Hi everyone, I'm clarawilliams Community Center Say Hello! by clarawilliams … a solid background in digital marketing strategies and a deep understanding of the tech landscape, Clara crafts compelling narratives that resonate… Re: DaniWeb Auto Answer A.I. feature Community Center Meta DaniWeb by Dani … I know how to train an AI model. From my understanding, the API costs money, although it does look very reasonably… Re: How Build Html form ? Programming Web Development by Dani I'm not exactly understanding your question. I see you have an HTML form here in this HTML code. What is not working about it? You need to specify the action="#" to be a URL that will process the form. Re: Improve HAVING BY performance Programming Databases by Biiim > INSERT INTO electronics.products(ProductID, ProductName, Price) VALUES ('1','capacitors', 2.50), ('2','resistors', 4.50), ('3','rectifiers', 7.50), ('4','diodes', 10.00), ('5','ICs', 25.00), ... ('50000','...', ...); I don't see any mention of an index on it & your benchmark indicates you don't have one: ALTER TABLE `… Re: Improve HAVING BY performance Programming Databases by toneewa I added your mentioned alter table index. Took 4.375 secs in MySQL Workbench. It did speed up the results. I'll have to try another method of importing to see if I can improve this. I also ommitted the overhead of converting variables for display output measurements, because they were included in the C++ times. If we were to compare the two, it as … Re: Hi everyone, I'm clarawilliams Community Center Say Hello! by pritaeas Welcome. AI-powered Code Reviews: The Future of Collaborative Development Programming by SEO_935 … their effectiveness in collaborative development. Key Challenges: * **Complexity and Context Understanding:** AI may struggle to grasp the broader context of complex… code segments, potentially missing issues that require deep understanding of the project's overall architecture. * **Integration with Human Reviewers… Why am getting different syntax errors when running a Python script Programming Software Development by Tom_45 …. Obviously, I'm new to Python, but have a solid understanding of how object oriented design works, having taught myself VB… Help with functions - basics Programming by verrandhack … c++. i'm want to declare functions and having trouble understanding some things. i'm very new to programming so i… Some key factors to consider when choosing a digital marketing partner? Digital Media Digital Marketing by rebekah@1 … areas like SEO, social media, and content marketing. Assess their understanding of the local market and target audience to tailor strategies… E-Commerce Advertising Networks Hardware and Software Networking by e-commercead …-Commerce Advertising networks in driving success for online businesses. From understanding the basics to leveraging advanced strategies, we'll delve into… Hi everyone, I'm HYSTOU Community Center Say Hello! by HYSTOU … central city of mechanization in China. I have a deep understanding of various aspects of the computer industry, such as minicomputers… Improve HAVING BY performance Programming Databases by Dani What are some ways to improve MySQL performance on queries against large tables that include the HAVING BY clause. It's my understanding that anything in there doesn't benefit from table indexes. Re: Improve HAVING BY performance Programming Databases by Reverend Jim I'm not very familiar with HAVING but my understanding is that it is used to filter results after a … Re: Education Community Center Geeks' Lounge by simhakidsden … the modern world. Education enables people to gain a deeper understanding of themselves, their communities, and the global landscape, which drives… Re: Where do you find the best friends? Community Center Geeks' Lounge by simhakidsden … location but rather emerges from shared interests, values, and mutual understanding. Ultimately, the strongest friendships develop from authentic connections and meaningful… Re: Htaccess Problem Url Friendly Programming Web Development by Dani I suppose I’m not properly understanding your question. Do you mean when you go to the URL in your browser localhost/mysite/readlex.php?slug=Le-mura-di-Lucca it doesn’t load, but when you go to the rewritten URL it works fine? Re: Online subission forms not sending emails of submitted info Programming Web Development by Dani …/threads/541616/what-s-up-with-xoauth). It's my understanding that PHPMailer has built-in XOauth2 support so that was… Re: Using ChatGPT to Interact with Third-Party Applications in Python Programming Computer Science by catherine_11 Integrating ChatGPT with third-party applications in Python involves utilizing [OpenAI's API](http://www.google.com). Begin by obtaining API credentials, then craft Python scripts to send requests and process responses. Adhere to OpenAI's documentation for optimal integration, ensuring secure and efficient interaction with the ChatGPT model. Re: Why am getting different syntax errors when running a Python script Programming Software Development by Tom_45 After I posted this question I noticed that I was missing the raw string indicator and the capture group enclosing parenthesis on the findall, which explains the subscripting error. So, hold off on the answers for now. I'm still having other issues with multiple file runs, though. Re: Why am getting different syntax errors when running a Python script Programming Software Development by Tom_45 Finished the assignment and was able to work out the bugs I was encountering. In addition to the issues I mentioned in my last reply, I had several instances of not indenting properly so that statements like exit() were not executing because their indention made them part of an if statement. Re: Help with functions - basics Programming by rproffitt Rather than dive into c++ like that, try tutorials like we see at https://www.w3schools.com/cpp/cpp_functions.asp Re: Help with functions - basics Programming by jkon It seems that the issue has nothing to do with C++ or with functions. If you are new to programming why not try some tutorials in an easy accessible language (like JavaScript for example) and when you understand a few basics ( like null , functions , variables , loops , conditions ) move to a C++ tutorial for beginners ? Re: Help with functions - basics Programming by learnerya Starting from the basics, I have just started learning Re: Hi everyone, I'm HYSTOU Community Center Say Hello! by pritaeas Welcome. Re: Hi everyone, I'm HYSTOU Community Center Say Hello! by Dani Hi and welcome to DaniWeb!! Thanks for joining and telling us a little bit about yourself. Re: Improve HAVING BY performance Programming Databases by Dani Yes, that's true. But for those instances where we are left in circumstances where we have to perform HAVING on large tables, is there *anything* we can take into consideration for performance? Even if we must do large table scans, are there any tips in the most efficient way of doing them?