433 Recommended Topics

Remove Filter
Member Avatar for usmanmalik57

Open-source LLMS, owing to their comparable performance with advanced proprietary LLMs, have been gaining immense popularity lately. Open-source LLMs are free to use, and you can easily modify their source code or fine-tune them on your systems. [Alibaba's Qwen](https://www.alibabacloud.com/en/solutions/generative-ai/qwen?_p_lc=1) and [Meta's Llama](https://ai.meta.com/blog/meta-llama-3-1/) series of models are two major players in …

Member Avatar for Brandon_38
2
923
Member Avatar for kz07

hey.. im new in c++ and im doing an engineering journal as my assignment.. i dun know how to do this.. Entries in the journal are private, so the journal is encoded and protected using a pin. When the program is executed it will ask for a 4-digit pin. The …

Member Avatar for jonathan_57
0
2K
Member Avatar for trueframe

Can you guys help me figure out how to use tailwind utility classes "@apply md:text-xl" within .scss files in nextjs

Member Avatar for autowrecking
0
34
Member Avatar for tjeckley

Hello DaniWeb community. I haven't been on the site in quite some time - it's so intense now that I almost feel a bit silly for asking a simple question but here goes. I have a personal account set up with Microsoft 365 and all is well for the most …

Member Avatar for tjeckley
1
40
Member Avatar for afnanshaikh1223
Member Avatar for Mindmade
Member Avatar for Tzanko

Hi all, My team and I is making an open-source library for running AI models on the phone. We are planning to create a very simple SDK which will allow you to download a model and use it on your phone. We plan to release an initial version in a …

1
39
Member Avatar for TaraRiddle

Is there any method in java to generate random number (integer, byte or float) ? Please tell me if any i need it in my program. If possible please give full example. Thanks!

Member Avatar for WendyDolan
0
1K
Member Avatar for usmanmalik57

In one of my previous articles, I explained [how to generate stunning images for free using diffusion models](https://www.daniweb.com/programming/computer-science/tutorials/541898/generate-stunning-ai-images-for-free-using-diffusion-models) and showed how to generate Stability AI's diffusion models for text-to-image generation. Since then, the AI domain has progressed considerably, particularly in image generation. Black Forest Labs has released [Flux.1 series of …

Member Avatar for autowrecking
3
187
Member Avatar for smithriyan668
Member Avatar for meyerrluanna
0
37
Member Avatar for Chole

This blog post will compare the two most popular cross-platform mobile app development frameworks, Flutter and React Native.The world of mobile app development is a complicated place with many competing frameworks. It can be hard to know which one to use, but this article will help you find out if …

Member Avatar for Sanket_17
1
152
Member Avatar for Robert_72

I'm start experiment with nodejs/coffeescript and the jade engine. I can see from the examples that setup are around seems pretty standard. app = express.createServer().listen process.env.PORT app.configure -> app.set 'views', __dirname + '/views' app.set 'view engine', 'jade' app.set 'view options', layout: true app.use express.bodyParser() app.use express.static(__dirname + '/public') app.use app.router …

Member Avatar for Sanket_17
0
2K
Member Avatar for deceptikon

A common task in C or C++ is to get a string from somewhere and convert it to an integer. "Use `atoi`" is a common suggestion from the unwashed masses, and on the surface it works like a charm: #include <stdio.h> #include <stdlib.h> long long square(int value) { return value …

Member Avatar for Salem
8
2K
Member Avatar for Sejal_8

to create a code in c++ for representing an adjacency matrix using templates and delete node function

Member Avatar for Reverend Jim
0
28
Member Avatar for jackhicks121

Hello DaniWeb community, I'm currently working on a server build and have run into some issues with my SAS controllers and Host Bus Adapters (HBA). Here’s the situation: I'm using a [specific server motherboard model] with [specific CPU model] and [specific amount of RAM], and I've installed a [specific model] …

Member Avatar for Salem
2
24
Member Avatar for happygeek

One of the biggest names in keyword research, [URL="http://www.wordtracker.com"]Wordtracker[/URL], has announced the availability of separate UK keywords, rather than forcing British search marketers to depend on worldwide data including keywords from every English speaking region for their SEO campaigns. The ability to fine tune campaigns to the local market should …

Member Avatar for Brandon_38
0
411
Member Avatar for MrC

Could someone share with me an outline or a proposal they have done in the past? And/or direct me to some where on the web where I may find a guide to follow and get ideas from? I have an opportunity for employment with a company and it has been …

Member Avatar for Dani
0
148
Member Avatar for FarrisFahad

I am having a problem understanding the following ... I am an okay web developer. I am not great. But I want to make money from my skills. Having said that, when I go to websites like Freelancer to search for a project to work on everyone is asking for …

Member Avatar for jkon
2
121
Member Avatar for jimbrown.dm

Hi all, I’m currently working on a WordPress website where I display daily prayer times. Right now, I’m using web scraping to fetch the prayer timings on this website salatalert.com, but I’m facing issues with reliability and accuracy. The scraped data sometimes fails to update correctly, and it’s also affecting …

Member Avatar for jimbrown.dm
0
87
Member Avatar for meyerrluanna

Hey everyone, I’ve been thinking a lot about how digital media is changing the way we handle customer support, and I’d love to get your take on it. With all the buzz around AI tools, it’s clear that these technologies are making support faster and more accessible. I can’t help …

Member Avatar for Mr.M
1
93
Member Avatar for Carrie8909

I have an open source WAF in production. It's open source and free. It can be the alternative of Cloudflare, the open source edition. How can I find the potential users to try my WAF?

Member Avatar for cored0mp
0
115
Member Avatar for usmanmalik57

On September 19, 2024, [Alibaba released the Qwen 2.5 series of models](https://qwenlm.github.io/blog/qwen2.5/). The Qwen 2.5-72B base and instruct models outperformed larger state-of-the-art models like Llama 3.1-405B on multiple benchmarks. It is safe to assume that Qwen 2.5-72B is a state-of-the-art open-source large language model. This article will show you how …

3
927
Member Avatar for Paplu

![WhatsApp_Image_2024-09-24_at_6.48.00_PM.jpeg](https://static.daniweb.com/attachments/4/13a53e2c778a9eb1d9f9055cdd5ceeb9.jpeg) ![WhatsApp_Image_2024-09-24_at_6.48.00_PM_(2).jpeg](https://static.daniweb.com/attachments/4/c1e539c7bd293b3d7bf99779bd43a179.jpeg) ![WhatsApp_Image_2024-09-24_at_6.48.00_PM_(1).jpeg](https://static.daniweb.com/attachments/4/ff2865a364a3277cbd970fedd88efb3e.jpeg) here is three Sql table name of them - 1. orders 2.order_item 3. target_value I am trying Two way here is may two code : 1 SELECT I.target_id as Iid, I.target_date as Idate, I.customer_name as Icust, I.target_product as Icat, I.target_pay as Ipay, I.target_rec as Irec, I.active as …

Member Avatar for Paplu
0
121
Member Avatar for deepakgupta2186

Given below is my telephone directory program.i made two lists one for name and the other for number.I merged it into a dictionary.performing basic functions..The problem is howto update the dictionary every time and how to save this program in a new directory,so as to call it any time and …

Member Avatar for Mansour_4
2
23K
Member Avatar for cored0mp

Hello Gang! I'm grateful once again for the advice to use MySQL over Postgres. It's been a pretty smooth experience so far. Unfortunately I had to migrate to a different host and have been getting an undefined variable error. Mysql is Running. I used the package manager to get python-mysql.connector …

Member Avatar for cored0mp
1
90
Member Avatar for Johannes C.

**Technology has become a dominant force in how we interact and operate. Now more than ever, we need to be aware of the dangers of centralization – including the risks of overdependency.** ![decentralize.jpg](https://static.daniweb.com/attachments/4/c218d2e97c7aacc9c35d3179e921e473.jpg) What do Facebook and North Korea have in common? They're both heavily centralized systems. The dangers of …

Member Avatar for meyerrluanna
0
80
Member Avatar for Nicolae_3

Hello everyone Can someone share some resources where I can find qulity business leads for both telemarketing and email campaigns? Many thanks

Member Avatar for Brandon_38
2
564
Member Avatar for Vishurey

I am driving an html site from my network drive in my office that can be viewd on LAN. I need to put a blog kind of section on my site so people who visite this site can leave there comments on it and all can see thses comments. Can …

Member Avatar for davidbrown_12
1
869
Member Avatar for sarfaraz_2

Hello, i've cleared my java certification exam and got the job interview. The interview will be held in the next month on 22 September 2024. I want to prepare for each every questions because i believe it would be the toughest round with BlackRock. This is my best call and …

Member Avatar for DEEPAK_84
0
61
Member Avatar for pallavi_18

Okay, so I'm in need of some career advice, because honestly I'm at a point where I don't really know how to proceed in the future.

Member Avatar for Pelorus_1
0
112

The End.