Posts
 
Reputation
Joined
Last Seen
Ranked #89
Strength to Increase Rep
+15
Strength to Decrease Rep
-3
94% Quality Score
Upvotes Received
387
Posts with Upvotes
317
Upvoting Members
155
Downvotes Received
20
Posts with Downvotes
19
Downvoting Members
18
121 Commented Posts
~1.04M People Reached
Interests
Anything computer related. Riding my bike.
Favorite Tags
Member Avatar for Dani

What are some ways to improve MySQL performance on queries against large tables that include the HAVING BY clause. It's my understanding that anything in there doesn't benefit from table indexes.

Member Avatar for Reverend Jim
0
173
Member Avatar for Tom_45

I am trying to extract three values from the td tags in an html downloaded file. <tr align="right"><td>236</td><td>Roy</td><td>Allyson</td> <tr align="right"><td>237</td><td>Marvin</td><td>Pamela</td> <tr align="right"><td>238</td><td>Micah</td><td>Kristine</td> <tr align="right"><td>239</td><td>Collin</td><td>Raquel</td> I am using the pattern match = re.findall(r'<td.?>([\d+])([.?])*<\/td>', file) The file is created with a read() statement. The output should look like (236, "Roy", "Allyson") (237, …

Member Avatar for Tom_45
1
76
Member Avatar for Tom_45

I am trying to extract three values from the td tags in an html downloaded file. <tr align="right"><td>236</td><td>Roy</td><td>Allyson</td> <tr align="right"><td>237</td><td>Marvin</td><td>Pamela</td> <tr align="right"><td>238</td><td>Micah</td><td>Kristine</td> <tr align="right"><td>239</td><td>Collin</td><td>Raquel</td> I am using the pattern match = re.findall(r'<td.*?>([\d+])([.*?])*<\/td>', file) The file is created with a read() statement. The output should look like (236, "Roy", "Allyson") (237, …

Member Avatar for Tom_45
1
81
Member Avatar for usmanmalik57

Integrating language models like ChatGPT into third-party applications has become increasingly popular due to their ability to comprehend and generate human-like text. However, it's crucial to acknowledge the limitations of ChatGPT, such as its knowledge cut-off date in September 2021 and its inability to access external sources like Wikipedia or …

Member Avatar for catherine_11
3
1K
Member Avatar for allan1234567890
Member Avatar for usmanmalik57

Sentiment analysis, a subfield of Natural Language Processing (NLP), aims to discern and classify the underlying sentiment or emotion expressed in textual data. Whether it is understanding customers' opinions about a product, analyzing social media posts, or gauging public sentiment towards a political event, sentiment analysis plays a vital role …

Member Avatar for Abdul_116
6
2K
Member Avatar for jkon

Mouse Elbow or Lateral Epicondylitis, a big elephant in the room. Anyone else ? My first computers didn't had any mouse so this wasn't an issue. Since the early 90's I worked in various settings at the same era , some times sitting some times on the floor some times …

Member Avatar for jkon
0
30
Member Avatar for usmanmalik57

## Introduction ## Loss functions are the driving force behind all machine learning algorithms. They quantify how well our models are performing by calculating the difference between the predicted and actual outcomes. The goal of every machine learning algorithm is to minimize this loss function, thereby improving the model’s accuracy. …

Member Avatar for AndreRet
3
166
Member Avatar for marrywillson

AI in marketing It helps marketers figure out what their customers want and is a key part of making customer interactions more seamless. AI for online marketing is not meant to replace people but rather to assist us in becoming more efficient and effective over time. Now that everything is …

Member Avatar for bessieexum
1
158
Member Avatar for usmanmalik57

As a researcher, I have often found myself buried under a mountain of research articles, each promising insights and breakthroughs crucial for my work. The sheer volume of information is overwhelming, and the time it takes to extract the relevant data can be daunting. However, extracting meaningful information from research …

Member Avatar for AndreRet
3
117
Member Avatar for cambalinho

see these 'for' loop: Public Function SetTransparentColor(color As Long) Dim X As Integer Dim Y As Integer Dim c As Long Dim h As Long Dim w As Long Dim temp As BGRAQUAD ' substitua BGRColor pelo tipo de dado correto usado em bDibBGRA h = Height - 1 w …

Member Avatar for Reverend Jim
0
94
Member Avatar for jayashree10

I have heard a lot of interviews ask this question on Hoisting in JavaScript. What is this hoisting in JavaScript? Is it the same as hosting? It would be kind if someone could help me with their knowledge.

Member Avatar for AndreRet
-1
37
Member Avatar for snah19

Hi, I'm transitioning to assembly, starting with processor 8086. The attached code is Masm 5 compatible and is a step up from Hello World, which linked and ran okay. An endless loop exists, giving credence to this note. Any comments or suggestions to resolve it would be appreciated, thanks! .model …

Member Avatar for snah19
0
120
Member Avatar for Microseiche
Member Avatar for Julia K

Hey Daniweb fam! A bit of backstory about me... I've built dozens of websites and online ventures, both for myself and clients. One thing that's always kept me up at night? The dread of being hacked—losing data, money, and peace of mind. So, I assembled a squad of top-notch devs …

Member Avatar for Dani
0
46
Member Avatar for buzzboss
Member Avatar for facarroll

I have a script that delivers an empty gif file when an attempt is made to download an image ("Save image as..."). Here is a link to my page. Try to save either of the first two images from the screen (not screenshots). I have been told that this is …

Member Avatar for Dani
1
241
Member Avatar for Nida_8
Member Avatar for bxdobs

Warning ... I am not a JAVA programmer so please be kind ... thanks for any help you can provide. Retired bit basher looking for a bit of help with a non-profit project. The code listed below was based on an online example that I found on js fiddle dot …

Member Avatar for john_111
1
80
Member Avatar for jayashree10
Member Avatar for iqratech
-2
58
Member Avatar for cjmall65

I am the owner of an e-commerce platform with a huge number of products and a wide variety of categories.

Member Avatar for AndreRet
0
18
Member Avatar for facarroll

I have a web page that loads images with a modal, and at the same time is meant to inhibit image piracy by delivering a transparent overlay when a user attempts to make a screen copy of the image. I have two php lines of image scripts which work OK …

Member Avatar for AndreRet
1
72
Member Avatar for creationinfoway

Hello everyone, I'm Satya Narayan, and I'm excited to delve into the intersection of Digital Marketing and AI Tools. In today's dynamic landscape, the fusion of AI and marketing has revolutionized how businesses engage with their audiences. AI tools offer unparalleled insights, enabling targeted marketing strategies that resonate with consumers. …

Member Avatar for AndreRet
1
10
Member Avatar for EdwardMatthew

Hello Everyone! Just joined this forum and really excited to be part of it looking forward to get connected with all of you :)

Member Avatar for Dani
1
25
Member Avatar for Evilshoes
Member Avatar for Nida_8

Nowadays, social media has emerged as a powerful platform for businesses to connect with their target audience, build brand awareness, and drive sales. To navigate the complexities of social media marketing effectively, businesses often seek the expertise of specialized social media marketing services. In this post, we will explore the …

Member Avatar for bessieexum
0
166
Member Avatar for Nida_8

Social media platforms have become powerful tools for businesses to connect with their target audience and promote their products or services. Among them, Instagram stands out as a visual-centric platform, making it ideal for businesses to showcase their brand and engage with potential customers. ## Create an Attractive Profile: ## …

Member Avatar for bessieexum
2
97
Member Avatar for usmanmalik57

Language modeling is the cornerstone of advanced natural language processing, forming the backbone for cutting-edge technologies like ChatGPT. At its core, it involves predicting words based on context, a fundamental principle underlying modern large language Models (LLMs). There are various techniques for language modeling, with attention mechanisms emerging as the …

Member Avatar for AndreRet
2
497
Member Avatar for digitalcorner
Member Avatar for Cameron_12

Hey guys, so I've been trying to create a website that allows users to update and delete records through the database I've set up in SQLyog. In my update confirmation file I've added location theme description to be updated and changed for all users. but for some reason its unable …

Member Avatar for AndreRet
3
127