Connect with 1,266,822 developers, IT pros, digital marketers, and tech enthusiasts.

Be a part of our friendly, industry-focused community of professionals meeting, networking, learning, and sharing knowledge via articles, Q&As, discussion forums, and realtime chats.

image_1.png Computer Science
Introduction

In the realm of computer vision, Vision Transformers (ViTs) revolutionized image processing by employing self-attention mechanisms, allowing for a non-sequential analysis of images. ViTs are instrumental in capturing …

image_2.png Programming

Understanding facial expressions is crucial for various tasks, from recognizing emotions to enhancing security measures. While extracting faces from pictures is easy, doing the same in videos is tricky. Imagine …

Member Avatar for Mr.M Mobile Development

Hi DW, I've faced an issue with my project, it has been working these years till I think last year or the other year. When I sync it fails saying …

Member Avatar for Sunnyfish Software Development

Hello all. I'm relatively new to libcurl C++, and I have been hopelessly stuck.
Bit of a background for this app. It is very legacy, having been made in the …

c c++
Member Avatar for Dani Search Engine Strategies

Does anyone have anecdotal evidence for or against Google following internal nofollow links? (Irrespective of what they claim)

seo
image_1.png Computer Science

Facial emotion detection, as the name suggests, involves detecting emotions from faces in images or videos.

Recently, I was working on a facial emotion detection task and came across the …

south-park-ai-jobs.JPG Community Center

Scared that AI will make your job obsolete? Discover five strategies to adapt, innovate, and thrive in a future where artificial intelligence reshapes the employment landscape.

south-park-ai-jobs.JPG
Has …

image_1.png Computer Science

Chatbots are software applications that can interact with humans using natural language. They can be used for various purposes, such as customer service, entertainment, education, and more. Chatbots can be …

5196e47903dabebdc5fd2717423bc5ad.jpg Community Center

In the whirlwind of recent events at OpenAI, a host of unanswered questions has arisen, particularly surrounding the mysterious Q* project. What secrets are hidden beneath the surface of the …

image_1.png Computer Science

Stock price prediction is a challenging task that requires analyzing historical trends, market sentiments, economic indicators, and company performance. One of the popular methods for stock price prediction is using …

Member Avatar for Shawne Programming
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: Cannot invoke "java.net.URL.toExternalForm()" because "location" is null.

The error is from this line of code:

home.addItem(new ModelItem(ID++, "Original Nuggets Meal", "", 90, "KFC", new ImageIcon(getClass().getResource("icon/img2.png"))));
Web Development

Hello everyone i want to disable the automatic swipe effect on my product page on this site https://kupisi.mk
the lib is called lightgallery i am not able to find …

Member Avatar for cored0mp Databases

Hey Gang!

OK today I am having trouble with my transaction processing application implemented in python/MySQL. Here is some "working" testing code.

import psycopg2
from psycopg2 import Error
import binascii …
Member Avatar for FarrisFahad Web Development

For people who used both and build websites with both, which one is better? Why?

image1.png Computer Science

In this article, we will compare two state-of-the-art large language models for zero-shot text classification: Google Gemini Pro and OpenAI GPT-4.

Zero-shot text classification is a task where …

tapestry-header.JPG Community Center

Tracing AI-generated content in online news articles with corpus linguistics

tapestry-header.JPG
A query in the 'News on the Web' Corpus reveals that the use of the word 'tapestry' …

image1.png Computer Science

On February 21, 2024, Google released Gemma, a family of state-of-the-art open-source large language models (LLMs). As per initial results, its 7b (seven billion parameter) version is known to …

deepfakes-deep-implications.jpg Community Center

Discover the world of AI scams and find out how you can shield yourself against the cunning deceptions of deepfakes.

deepfakes-deep-implications.jpg

In an incident that underscores the alarming …

image1.png Computer Science

In a previous article, I explained how to fine-tune Google's Gemma model for text classification. In this article, I will explain how you can improve performance of a pretrained …

Member Avatar for Dani Web Development

What was wrong with good ole using SMTP?

Has anyone here successfully used an XOAuth library for PHP? Specifically, I'm looking to connect to my Office 365 mailbox.

Member Avatar for Adolfo_1 Web Development

I have problem with this htaccess in STATIC URL

RewriteEngine On    
RewriteRule ^readlex/(.*)$/?$          readlex.php?slug=$1 [NC,L]

DINAMIC URL work fine only with defined CONSTANT: Example

<a href="<?php echo BASE_URL.READ_LEX ?>Le-mura-di-Lucca">Lucca</a>

Result …

will-code-for-food.jpg Community Center

The creators of an automated software engineer tout their AI's capability to independently tackle complete coding projects, including actual tasks from Upwork. While skepticism is warranted regarding Devin's authenticity, the …

image1.png Computer Science

I was searching for Paris Olympics ticket prices for tennis games recently. The official website directs you to a PDF document containing ticket prices and venues for all the …

Member Avatar for Reverend Jim Digital Marketing

I went to a site that sells wood veneer slat paneling. They make a nice range of products and seem reputable. However, on completing my order I found that my …

Member Avatar for cambalinho Software Development

these is the VB6 function for RayCasting:

Private Sub DrawRays()

        Dim StepX As Double
        Dim StepY As Double
        Dim VertX As Double
        Dim VertY As Double
        Dim HorizX As Double …
Software Development

I want to figure out what Windows does when you right-click a video file and check properties and I would like to write a similar piece of code in C++.

c++
image1.png Computer Science

The advent of large language models (LLM) has replaced complex scripts with natural language for automating various tasks. You can now use LLM to interact with your databases using natural …

Member Avatar for FarrisFahad Web Development

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

php
image1.png Computer Science

In this tutorial, you will see how to generate stunning AI-generated images from text inputs using state-of-the-art diffusion models from Hugging Face. You'll learn about base diffusion models and …

Member Avatar for jkon Web Development

I don't love Reddit , in fact before Google started to slap it on my face few months ago , I had many years to been there for a simple …

Software Development

Hello,
I would like to wrap (surround) all words "flyer" (case insensitive) in the HTML text content, not those in the link. My RegEx works fine on Regex101: https://regex101.com/r/NVmXd1/1

Member Avatar for usmanmalik57 Computer Science

On April 18, 2024, Meta AI released Llama 3, which they claimed to be the most capable openly available LLM to date. Concurrently, OpenAI announced GPT-4o (omni) on …

image1.png Computer Science
Comparison Between Fine-tuned and Default GPT-3 Turbo for Text Classification

In one of my previous articles, I showed you how to perform zero-shot text classification using OpenAI GPT-4o and …

decentralize.jpg Community Center

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 …

image1.png Computer Science

In my previous article on GPT-4o mini, I compared the performance of GPT-4o mini against GPT-3.5 Turbo and GPT-4o for zero-shot text classification. We saw that GPT-4o mini, being …

flipper-zero-review-header.jpg Community Center

A geeky multi-tool capable of hacking into Wi-Fi networks and opening Tesla car charging ports has been making headlines recently. I've familiarized myself with Flipper Zero and performed basic …

k-links.png Web Development

Never published this before, so this is a DaniWeb.com Exclusive :)

If your WP-Site has a lot of K-Links, you should consider using this script.

It definetly works. For …

awesome-o.jpg Community Center

Are humanoid robots just around the corner or still mostly science fiction? Here’s my take on when you’ll finally get your robot servant.

awesome-o.jpg

Since the World …

Member Avatar for cambalinho Software Development

heres my timer class with a module(on a group project for create a DLL):

'Module:
Option Explicit

Private Declare Function SetTimer Lib "user32" (ByVal hWnd As Long, ByVal nIDEvent As …
api
girl-in-paris.png Computer Science

In one of my previous articles, I explained how to generate stunning images for free using diffusion models and showed how to generate Stability AI's diffusion models for text-to-image …

img1.png Computer Science

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 …

Software Development

i have an assignment to do but i'm still not good at c++programming..
the question is:

--------------------------------------------------------------------------
Write a program in C++ that allows users to play …

c++
Computer Science

please explain in detail how computer work.in term of computer processing cycle.for example when we start compuer how comper parts(ram,processor,hard disk,busses,etc )perform task or work.and how windows work. …

Member Avatar for humbug Software Development

i have made a program in school that chooses a random number and you need to guess it. you put in a number and it says higher or lower.

c++
Web Development

i am learning jsp so i wanted to know any body offer free jsp web hosting?
thanks

Web Development

Has anyone code for a registration procedure in ASP. I will registrate the users in my database before they can use the database facilities.

Users can ask services and …

asp
Member Avatar for Narue Software Development

When you want to remove extraneous characters from an input stream in C++, it's usually because you mixed formatted and unformatted input methods. The formatted method would leave a newline …

c++
Computer Science

Below is a QuickSort Serial Algorithm.....

1. procedure QUICKSORT(A,q,r)
2. begin
3. if q < r then
4. begin
5. x := A[q];
6. …