Re: How do I set up a working environment on orange pi from ssh? Hardware and Software by toneewa … OS [Raspbian](https://raspians.com/how-to-run-raspbian-on-an-orange-pi/) on Orange Pi is what … Re: AI Code Assistants Programming Software Development by antwanlee I'd recommend you to go with ollama: https://ollama.com/ Its FOSS and easy to install: ``` curl -fsSL https://ollama.com/install.sh | sh ollama run dolphin-mixtral ``` Other than that I use chatgpt a lot for all kinds of different things, but I prefer ollama's dolphin-mixtral for coding for now. Re: VB60, Run-time error 3709 solution Programming Software Development by mdv3441 You can still install and run VB6 in Windows 11, when installing you will get an … Re: VB60, Run-time error 3709 solution Programming Software Development by mdv3441 Sorry, not sure where you can get a copy, several showing up on Internet who knows if legit. I thought maybe you have copy, just couldn't get installed. Like I mentioned many of us have vb6 development systems. If you wish one of us could help if you have the source code to the program. Mike Re: VB60, Run-time error 3709 solution Programming Software Development by rproffitt For mdv3441. While we still have the VB6 install media and know about service pack 6 and more, it's all for naught as the key SQL component is dead now. Yes we could do a re-write but as the client won't pay for the updates they are left as-is. We're ready to move to the latest Visual Studio but VB6, dead and we can't obtain licenses from … OpenAI GPT-4o vs Meta Llama 3 for Zero Shot Text Classifiation Programming Computer Science by usmanmalik57 … Required Libraries The following script installs the libraries required to run the scripts in this article. We will call the GPT… open source and free but requires high computational power to run. With Groq API, it costs $0.59/0.79 per… Image Analysis Using OpenAI GPT-4o Model Programming Computer Science by usmanmalik57 … install openai ``` The script below imports the libraries required to run code in this article. ``` import os import base64 from IPython… Re: General Questions on Windows 10 Community Center Say Hello! by Reverend Jim Run appwiz.cpl and look at all the installed items. You … little RAM and excessive swapping will prematurely age your drive. Run Malwarebytes antimalware to check for other crap. Re: Problem with the external hard drive Hardware and Software Microsoft Windows by Ali_204 … see if the drive is recognized and if you can run First Aid on it. Data Recovery Software: There are several… Re: How to enable gpedit on Windows 10 & 11 Hardware and Software Microsoft Windows by Lethabo The Windows 11 update KB5023706 led to intermittent BSODs for many users. Despite Microsoft's troubleshooting suggestions, including switching to a metered Wi-Fi connection and pausing updates, some found relief by uninstalling the update. To prevent its automatic reinstallation on Windows Home systems, users can enable the Group Policy Editor … Re: How to enable gpedit on Windows 10 & 11 Hardware and Software Microsoft Windows by Reverend Jim I understand this script does not work in all cases. If not you can try Policy Plus which is available on GitHub and MajorGeeks. Re: Generate Stunning AI Images for Free Using Diffusion Models Programming Computer Science by rproffitt Read this today: > A.I. made me believe in the concept of the human soul by showing me what art looks like without it. Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim Since getting the laptop back the rear USB/power port has started acting up again. I've adjusted by glueing a clip to the lid so that the power cord does not move when plugged in. Three screws have fallen off the bottom and I have replaced them with my own screws that I can tighten without the need of a special ($$$) tool. The rubber feet have … Re: Things I hate about TV shows Community Center Geeks' Lounge by Reverend Jim Why is it that when people in shows light a fire (like when setting a vehicle on fire) with a lighter, they always throw the lighter into the puddle of gasoline? Do they not realize that a lighter is reusable? On a related note, researchers tried hundreds of times to ignite a puddle of gasoline by throwing a burning cigarette into it. They were … Re: Things I hate about TV shows Community Center Geeks' Lounge by Dani > Do they not realize that a lighter is reusable? They do it to show how they live life on the edge by proving to the world (and the television audience) they won't have any more use for a lighter. > They were successful exactly zero times. Researchers, schmearchers. But has Myth Busters had a go of it? Re: Things I hate about TV shows Community Center Geeks' Lounge by Reverend Jim Actually, I think they did with the same results. Supposedly the temperature of the cigarette is below the flash point of gasoline. Did anyone else suffer through the final season of Star Trek: Discovery? I want to run AE rendering on my computer Hardware and Software by HYSTOU I want to run AE rendering on my computer, the configuration is DDR4 3200mhz RAM, I feel it is enough for me to operate but why is it always so laggy? VB60, Run-time error 3709 solution Programming Software Development by Julius_10 Resolution of error "Run-time error '3709'" at make-table from sql select statement Re: I want to run AE rendering on my computer Hardware and Software by rproffitt No matter how powerful your computer is, there is always some app or work that will cause it to take longer to respond. Nothing's broken here, it just takes time to get the work done. Re: VB60, Run-time error 3709 solution Programming Software Development by Reverend Jim Are you trying to execute the query before opening the connection? I'm just guessing because you didn't post any code. Strictly speaking you didn't post a question either. Re: VB60, Run-time error 3709 solution Programming Software Development by rproffitt Our old VB6 SQL apps began failing a few years ago. We hadn't worked on those for over a decade along with decommissioning the developer kits. Turns out the company using these had moved to Windows 10 which didn't exist back when the apps were developed or put into service. We are still in negotiations about replacement apps along with … Retrieval Augmented Generation with Hugging Face Models in LangChain Programming Computer Science by usmanmalik57 …import the libraries and modules you will need to run codes in this tutorial. The codes in this tutorial… are run on [Google Colab](https://colab.research.google.com/),…to 4 bits. This setting reduces the memory required to run LLM with enormous sizes. ``` #Ignore warnings logging.set_verbosity… Paris Olympics Chatbot- Get Ticket Information Using Chat-GPT and LangChain Programming Computer Science by usmanmalik57 … Required Libraries The following script installs the libraries required to run scripts in this article. ``` !pip install -U langchain !pip install…} """ ) document_chain = create_stuff_documents_chain(llm, prompt) ``` Let's first run our chain with the hard-coded context. In the following… Re: i don´t understand this syntax error when using OpenCV Programming Databases by Audun … marks, without the backslash, and got this: >>> %Run 'open cv - tot.py' Traceback (most recent call last): File… the r before, and I got this: >>> %Run 'open cv - tot.py' Traceback (most recent call last): File… Claude 3 Opus Vs. Google Gemini Vs. GPT-4 for Zero-Shot Text Classification Programming Computer Science by usmanmalik57 … output shows that the script took 54.5 seconds to run. Finally, you can calculate model accuracy by comparing the values… A module that comes with Python, doesn´t register? Programming Web Development by Audun … with Python, doesn´t register. This is the error message: %Run 'open cv - tot.py' Traceback (most recent call last): File… ABC for Github-programs and Python Programming Software Development by Audun … so I downloaded a bunch of Python-tools. When I run this command in "Python 3.12", which looks… Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Read a Book … positive answers, that this change may be good for long run SEO. So why not ask DaniWeb community too? :) What do… Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim …. Next attempt was to boot into kbuntu from USB and run the partition manager. Sure enough, my C drive was showing… How NOT to do business online Digital Media Digital Marketing by Reverend Jim … never had this problem. This is not the way to run an online business.