489 Recommended Topics

Remove Filter
Member Avatar for cambalinho

heres my RayCasting function: Private Sub DrawRays2() Dim AY As Double Dim AX As Double Dim StepX As Double Dim StepY As Double Dim VertX As Double Dim VertY As Double Dim HorizX As Double Dim HorizY As Double Dim MapX As Long Dim MapY As Long Dim HorizDist As …

Member Avatar for cambalinho
1
67
Member Avatar for cored0mp

I'll admit that I have an opinion about this. Is the point of professional coding to write creative software or to write software that adheres closely to standards?

Member Avatar for cored0mp
0
103
Member Avatar for brandlyglobal
Member Avatar for Smbom

Hi there, I do SEO for my website, and I found the indexed pages declined too much from around 4,000 to no more than 2,000. I had searched for many reasons online, but many of them are superficial. Could you tell me the steps to find out the reason and …

Member Avatar for EdwardMatthew
3
158
Member Avatar for premdparmar

I'm facing an SSL-related issue in Firefox with the 'SSL_ERROR_NO_CYPHER_OVERLAP' error. It seems there's a problem with encryption algorithms between the browser and the server, hindering the establishment of a secure connection. Any guidance or solutions would be appreciated.

Member Avatar for Dani
1
121
Member Avatar for SCBWV

In case you're wondering, VB6 programs run on Windows 11. Programs with a manifest have the appropriate Windows 11 appearance. The IDE works as well, although it seems to aggravate the known Windows 11 Taskbar flickering issue, but it settles down quickly. The only issue I have found so far …

Member Avatar for wolfnero
1
1K
Member Avatar for usmanmalik57

In this article, you will learn how to track faces within a video using the Python DeepFace library. Additionally, you'll discover how to include portions of the video background in face tracking by implementing custom methods that utilize the DeepFace library's `extract_faces()` method for face extraction. I explained how to …

Member Avatar for EdwardMatthew
1
377
Member Avatar for Alisha_8

I've been actively monitoring the performance of my blog pages, and I noticed that some of them have not been consistently ranking in the top 3, I aim to achieve a position within the top 3. I did every possible way of SEO to improve their rankings. I would appreciate …

Member Avatar for EdwardMatthew
1
41
Member Avatar for Nida_8

YouTube is today’s biggest social network that offers video streaming services for the masses. We put the power of YouTube to real work and use YouTube advertising to grow your brand and generate new leads.

Member Avatar for bessieexum
0
40
Member Avatar for usmanmalik57

## Introduction ## In a previous article, I explained [how to fine-tune the vision transformer model for image classification in PyTorch](https://www.daniweb.com/programming/computer-science/tutorials/540749/fine-tuning-vision-transformer-for-image-classification-in-pytorch). In this article, I will explain how to fine-tune the pre-trained OpenAI Whisper model for audio classification in PyTorch. Audio classification is an important task that can be applied …

Member Avatar for habi_2
2
1K
Member Avatar for usmanmalik57

In this article, you will learn to use [Google Gemini Pro](https://blog.google/technology/ai/google-gemini-ai/), a state-of-the-art multimodal generative model, to extract information from PDF and convert it to CSV files. You will use a simple text prompt to tell Google Gemini Pro about the information you want to extract. This is a valuable …

2
256
Member Avatar for Johannes C.

**Tracing AI-generated content in online news articles with corpus linguistics** ![tapestry-header.JPG](https://static.daniweb.com/attachments/4/c8a5b32abaf78b39bdcb75f328580e4a.JPG) *A query in the 'News on the Web' Corpus reveals that the use of the word 'tapestry' in online articles has more than doubled last year – from 3,085 instances in 2022 to 7,891 instances in 2023* “Today, we …

0
180
Member Avatar for vooz-tech

Email marketing remains one of the most effective and cost-efficient ways to reach out to customers and build relationships with them. However, like any other marketing strategy, email marketing also presents its own set of challenges. Here are the top five email marketing challenges you may encounter in 2023 and …

Member Avatar for bessieexum
0
66
Member Avatar for FarrisFahad
Member Avatar for Dani
2
50
Member Avatar for FarrisFahad

I am trying to create my first successful API request. I want to post on my twitter account. I have created the developer account and generated consumer key and secret as well as access token and secret. I have also obtained the bearer token. I want to post on Twitter …

Member Avatar for Dani
0
54
Member Avatar for Ali_96

What are the 4 benefits of digital marketing? Image results for digital marketing importance Top Advantages of Digital Marketing Global Reach. Traditional marketing is restricted by geography and creating an international marketing campaign can be hard, expensive, as well as labor-intensive. Local Reach. Lower Cost. Easy to Learn. Effective Targeting. …

Member Avatar for bessieexum
0
397
Member Avatar for ddory8843

**What is e-commerce software development?** The term eCommerce was coined in 1972 and it has slowly gained popularity as a buzzword since then. Today, we understand it as an umbrella term that covers all online buying and selling, including everything from selling physical products to providing digital services. There are …

Member Avatar for Emanuil23
0
66
Member Avatar for daspi

What we are going to be covering in this tutorial This tutorial will show you how you can set up a PHP contact form on your web site which will send an SMS message, in this case we will make the contact form send you the information passed by the …

Member Avatar for pritaeas
1
6K
Member Avatar for abdallah_adiga
Member Avatar for allan1234567890
Member Avatar for Mr.M

Hi DW. I'm a bit confused and lost on how this App is working called Ha Tunnel Plus (You can check it on Playstore, and have a look on YouTube for the configuration file). Basically it somehow uses the internet connection of the server, it tunnels it to your Android …

Member Avatar for hazeeq
-1
750
Member Avatar for Bellicn063

## Exploring the Intricacies of Network Topologies ## **Introduction:** In the digital tapestry that connects our world, network topologies form the intricate patterns through which data pirouettes from one device to another. Beyond the cables and routers lies a fascinating world of interconnected nodes, each performing its own ballet in …

Member Avatar for Dani
0
27
Member Avatar for Vijay_34

So here, I am gonna to ask developers around which is the most popular language is used to develop a game for students or professionals.

Member Avatar for Esteban_5
1
102
Member Avatar for Den_1

How to manage social media? I can't actually create or manage the accounts. When I'm trying to login to my Twitter or Facebook account, they are asking to [create a connection](https://support.squarespace.com/hc/en-us/articles/206543537-Connecting-social-accounts) between them. And the users wouldn't visit site anyway. The number of followers and friends is quite low. How …

Member Avatar for bessieexum
0
370
Member Avatar for cored0mp

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 from binascii import unhexlify import mysql.connector as mysql sql='''CREATE PROCEDURE testprocedure(OUT tacos INT) BEGIN show tables; SET tacos := 1 …

Member Avatar for Dani
1
48
Member Avatar for usmanmalik57

I recently tackled a challenging research task involving multimodal data for a classification problem using [TensorFlow Keras](https://www.tensorflow.org/guide/keras). One of the trickiest aspects was figuring out how to load multimodal data in batches from storage efficiently. While TensorFlow Keras offers helpful functions for batch-loading images from various sources, the documentation and …

2
52
Member Avatar for usmanmalik57

## Introduction ## This tutorial explains how to perform multiple-label text classification using the [Hugging Face](https://huggingface.co/) transformers library. Hugging Face library implements advanced transformer architectures, proven to be state-of-the-art for various natural language processing tasks, including text classification. Hugging Face library provides trainable transformer models in three flavors: 1. Via …

Member Avatar for Aravind_11
1
939
Member Avatar for usmanmalik57

In this article, we will compare two state-of-the-art large language models for zero-shot text classification: [Google Gemini Pro](https://deepmind.google/technologies/gemini/#introduction) and [OpenAI GPT-4](https://openai.com/research/gpt-4). Zero-shot text classification is a task where a model is trained on a set of labeled examples but can then classify new examples from previously unseen classes. This is …

1
91
Member Avatar for cambalinho

i'm using CreateDIBSection(): Public Function NewImage(ByVal ImageWidth As Long, ByVal ImageHeight As Long, Optional color As ColorConstants = vbBlack) As Long If (Width > 0 Or Height > 0 Or hBitmap > 0 Or PointerPixelData > 0) Then DeleteImage Width = ImageWidth Height = ImageHeight 'Criar HDC MemoryHDC = CreateCompatibleDC(0) …

Member Avatar for rproffitt
0
25
Member Avatar for FarrisFahad

I want to write 1,000 blog posts on my blog. I want to sell ReviewMyLink for $1,000 USD on Flippa and I want to make PicturePunches much better. Happy new year :) What about you?

Member Avatar for bessieexum
1
36

The End.