Re: App development - Lobby functionality optimisation Programming Mobile Development by Dani Better caching strategies? I don't have any experience with app development, but for web development, I use Redis for these kinds of things. Re: Slaying Unicorns: How Europe Sabotages Its Own Economic Future Community Center by aishamushtaq Absolutely, I appreciate the reminder. If you're experiencing difficulties with your CRM's workflow feature, it might be beneficial to provide more details about the specific steps you've taken so far to troubleshoot the issue. That way, others in the community can offer more targeted assistance or suggest alternative solutions based on your … Re: APIs and SDKs in a PHP project Programming Web Development by pritaeas > I am also using PHP procedural programming and I noticed that these SDKs use OOP. > Can someone help me make my first API call using an SDK? Do you understand OOP and can you write code using it? If so, continue to the next step. I'd advise against the other way around. Re: Calling an object from another in PHP using construct Programming Web Development by FarrisFahad …? How should I create an object? I want objects to use other methods from other objects. Your example is good ... class… Re: Problem with the external hard drive Hardware and Software Microsoft Windows by lucytaylor01 If your external hard drive becomes corrupted. I would suggest you to try and use windows repair tool. Using this tool you can repair the faulty sectors. Re: Online subission forms not sending emails of submitted info Programming Web Development by Dani You only need to use htmlspecialchars() if the text appears on a website or an HTML email. I’m not sure if you need it if you’re sending plaintext emails. Re: How about implementing a door opening system based on finger print? Programming Software Development by trueframe Sure! Creating a door system that opens with fingerprints is a great idea. It's secure and convenient. Instead of keys, you use your fingerprint. It's unique to you, so only you can open it. It's safer than traditional locks and doesn't require carrying keys. Re: Extract Tabular Data from PDF Images using Hugging Face Table Transformer Programming Computer Science by Harini sri Hi, Thank you so much for the above code. Its giving better results compared to other libraries. I have few questions. In some tables, I have common column name for three columns and further I have sub columns like below.... in these cases the tables are not getting extracted properly...Do you have any suggestions for handling such cases? Also … Re: Calling an object from another in PHP using construct Programming Web Development by pritaeas That causes an infinite loop as described by jkon. I'd go for a container class: ```php class Container { private $A; private $B; private $C; public function __construct($A, $B, $C) { $this->A = $A; $this->B = $B; $this->C = $C; } } $A = new A(); $B = new B(); $C = new … Re: School Intranet Community Center by simhakidsden A school intranet is like a private website for students, teachers, and staff. It helps them communicate, share resources, and access important information within the school community. It's like a digital hub where everyone can connect and collaborate on school-related matters securely. Summarizing YouTube Video Transcriptions Using Distil Whisper and LLM Programming Computer Science by usmanmalik57 … Text Using Mistral-7B-Instruct LLM We will use the Mistral-7B-instruct LLM to summarize YouTube…}) tokenizer = AutoTokenizer.from_pretrained(model_id) ``` We can now use the Mistral-7B model for summarization. To do so, …About the Video In addition to summarization, you can use the `generate_response()` method to ask other questions about… Retrieval Augmented Generation with Hugging Face Models in LangChain Programming Computer Science by usmanmalik57 …chunks of your document. To do so, you can use the `RecursiveCharacterTextSplitter` class from LangChain. The following script creates… to the langChain `HuggingFaceEmbeddings` class. You can then use any vector store index such as `FAISS` to store…. In this article, you saw how to use free-to-use open-source models from Hugging Face to create … Question Answering with YouTube Videos Using RAG in LangChain Programming Computer Science by usmanmalik57 … environment with the necessary libraries. We will use the Langchain module to access the vector databases…converting YouTube video content into text documents. You can use the `from_youtube_url()` method of the LangChain `YoutubeLoader` … any LangChain splitter, create text embeddings, and use it for retrieval augmented generation like any other … Re: how to create a simple elevator simulation? Programming Software Development by trueframe To make a basic elevator simulation, first, identify the floors and the elevator's capacity. Then, use loops and conditionals in programming to mimic its movement. Include buttons for users to call the elevator and select floors. Test thoroughly for accuracy. Re: APIs and SDKs in a PHP project Programming Web Development by Dani In the context of PHP, an API's SDK is a PHP-based library that is used to access what is typically a JSON-based API. Composer is a dependency manager for PHP, but you typically don't *need* to use it. What API are you trying to connect to? pass data to another asp page Programming Software Development by Fergus_1 … attribute to the page itself aswell as the url and use it make further queries. Thanks G Eero plus vs NextDNS Hardware and Software by Puterwiz82 I been using Eero+ but recently switched to NextDNS. I selected several blocklists. Which is better to use, Eero+ or NextDNS? I know there’s a price difference. I don’t need parental controls. Re: Eero plus vs NextDNS Hardware and Software by rproffitt Why either? https://www.reddit.com/r/eero/comments/tv39ig/eero_secure_vs_nextdns/ kicks it around and I can't see why to use either. Re: Eero plus vs NextDNS Hardware and Software by rproffitt HTTPS and DNS? Why not use the Brave browser then? Too much to type about that here so read how to set up at https://www.reddit.com/r/brave_browser/comments/ucx1jp/most_secure_dns/ Then again, why aren't you using a VPN and calling it a day? Calling an object from another in PHP using construct Programming Web Development by FarrisFahad How can I include objects in each other using PHP OOP? I have 3 classes all classes make use of one another. I am trying to call them on `__construct` but it's creating an infinite calls to one another. How can I solve this? Do backlinks to disallowed URLs help the domain overall? Digital Media Digital Marketing Search Engine Strategies by Dani …, even if Google can't crawl a URL, it might use those external signals to still rank the URL in the… Re: What is best method for link building nowadays? Digital Media Digital Marketing Search Engine Strategies by KomalBhatt Use keywords in anchor text. Commit to regular link building. Build links from relevant websites. Create infographics and other visual assets. Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim …differences, the first is the 2 `use` commands before the require: use PHPMailer\PHPMailer\PHPMailer; use PHPMailer\PHPMailer\Exception; require 'includes/…mail->Port = 465; //TCP port to connect to; use 587 if you have set `SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS` $mail-&… Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim … below. One weird thing, in my editor, the 'use' commands were coming back as syntax errors but would display… blank white screen regardless if the use commands are there or //'d. The 'includes' directory … through it. These credentials are the same credentials you use to setup a mailbox in outlook, thunderbird or any … Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner …password $mail->Port = 465; //TCP port to connect to; use 587 if you have set `SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS` // $mail->… that caused the crash and added in the `use PHPMailer\PHPMailer\PHPMailer; use PHPMailer\PHPMailer\Exception;` lines (come before the require… Re: How to query database using variable and get all results not just one row Programming Web Development by Biiim … the sql on whichever way you use to access your DB directly I don't use PDO so i'm not too… Re: How is Website Framework detected Programming Web Development by Dani You can use a website like [Built With](https://builtwith.com/daniweb.com) … by the framework. For example, you can see that we use jQuery and Bootstrap here at DaniWeb. That being said, this… Re: Printing multiple integers EASY SOLUTION Programming Software Development by Bunker A straightforward solution to printing multiple integers is to use a loop. For example, in Python, you could use a "for" loop to iterate through a list of integers and print each one. This method is simple and effective. Re: How to query database using variable and get all results not just one row Programming Web Development by Chris_103 … retrieve all records associated with the current user, you can use the fetchAll() method instead of fetch(). Here's how you… Re: Determine if email address is used by scammer Digital Media Digital Marketing Search Engine Strategies by rproffitt The police email scam is well known. That's about all you need to know that it's the scam of note. Example: https://www.reddit.com/r/Scams/comments/1b592gr/is_this_real/ r/Scams has many other scams of note. Worth noting: 1. Do not track them down. 2. Ignore, block and report as spam. 3. No police use a Gmail account.