488 Recommended Topics

Remove Filter
Member Avatar for sri_213
Member Avatar for riyajohnson70

Greetings, fellow crypto enthusiasts! In the world of cryptocurrency, security is paramount. Whether you're a seasoned trader or just getting started, protecting your digital assets should be your top priority. To help you stay safe and secure, we've compiled a list of essential security tips for safeguarding your crypto wallets. …

0
30
Member Avatar for Nicole_22
Member Avatar for Dani

For some context, I use Google Ad Manager for all display ads on my site. Within the *Privacy & Messaging* section of Ad Manager, I have GDPR messages enabled for my entire domain. The message is published and the reporting stats indicate a sizable usage. Additionally, various ad units have …

Member Avatar for Dani
1
821
Member Avatar for jkon

Hello , I always had a distant relationship with C++ (writing in it small programs (or libs for other languages) only when performance really matters) but I have found myself writing more and more C++ bots. I learned that you need to separate the definition of the class (interface in …

Member Avatar for jkon
1
119
Member Avatar for Nida_8
Member Avatar for techlifelk

I get the following exception Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: Cannot invoke "java.net.URL.toExternalForm()" because "location" is null My code is java.net.URL auth = getClass().getResource("auth.jpg"); Icon auth1 = new ImageIcon(auth); java.net.URL alert = getClass().getResource("alert.jpg"); Icon alert1 = new ImageIcon(alert); java.net.URL insuf = getClass().getResource("insuf.jpg"); Icon insuf1 = new ImageIcon(insuf); java.net.URL inva = …

Member Avatar for Dani
0
31K
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
86
Member Avatar for Johannes C.

**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](https://static.daniweb.com/attachments/4/5ee90a5a4f109a528a4b29a12e6ea378.JPG) *Has AI rendered white-collar work obsolete? Image credit: Screenshot from ‘South Park: Joining the Panderverse’* ## The End of White-Collar Work? ## In …

Member Avatar for peol
2
767
Member Avatar for brandlyglobal
Member Avatar for kinger_1
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
77
Member Avatar for narayanabhilash

Dear All, In my Application i am downloading a file. on button click using servlet. after clicking the button servlet called and download dialog box opens with open / save and cancel button. i want to trace these button events. on open or save i want to update status 'true' …

Member Avatar for Aliyan_1
0
1K
Member Avatar for Dani

The Google Analytics javascript tag we use in our HTML <head> is: <script async src="https://www.googletagmanager.com/gtag/js?id=G-3BQYMGHE7E"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-3BQYMGHE7E'); </script> Then, there are a handful of `gtag()` calls elsewhere on the page. I'm confused by how async works in this context. …

Member Avatar for Dani
1
131
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
201
Member Avatar for joycedaniels

Hi guys, I have read many blogs about methods and tips for link building on different sites and also tried them, some results are better than others. But I wanted to know your tried and tested method for link building that gives you 100% results.

Member Avatar for janviarora
3
231
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
156
Member Avatar for mexabet

I have a two-step login form. In the first step, I have "username" as "id" and "name" of the text input. I also have "password" as id and "name" of the second input field, where the user is prompted to enter username and password. In the second step, I have …

Member Avatar for Dani
0
61
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
143
Member Avatar for Apoorva_K

THIS IS THE LINK FOR QUESTION:https://practice.geeksforgeeks.org/problems/subarray-with-given-sum/0 #include <iostream> using namespace std; int main() { long long int s,n,a[10000000000],e,d,l,flag=0,t; cin>>t; while(t--) { cin>>n>>s; e=0; flag=0; for(long long int i=0;i<n;i++) { cin>>a[i]; } for(long long int j=0;j<n;j++) { e=a[j]; for(long long int h=j+1;h<n;h++) { e+=a[h]; if(e==s) { l=j; d=h; flag=1; break; } …

Member Avatar for Ethanbrody
1
166
Member Avatar for Johannes C.

**Yesterday, OpenAI's inaugural [DevDay](https://devday.openai.com/) conference in San Francisco unveiled a series of groundbreaking announcements, leaving the tech community humming with both excitement and a degree of uncertainty. The reveal of GPT-4 Turbo, a new wave of customizable AI through user-friendly APIs, and the promise to protect businesses from copyright infringement …

3
264
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
518
Member Avatar for Sunnyfish

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 early 2000s. LPSTRs abound. It looks in FTPs for files from suppliers (who have an SFTP they interact with and …

Member Avatar for Dani
2
238
Member Avatar for Vooztech1

Here are some of those flaws that stops TikTok advertisements to work at its best: (1) Competition and Saturation - The platform is becoming increasingly crowded, making it harder to stand out. (2) Content creativity and Authenticity - Creating engaging and original content that resonates with users can be a …

Member Avatar for bessieexum
0
48
Member Avatar for kukuruku

Is it OK to have if statement in the constructor Thanks [CODE] public class CTime { private int start_hour; private int end_hour; private int start_minute; private int end_minute; public CTime(int h1,int m1,int h2,int m2){ if(h1>=7 && h2<17 && h2*60+m2>h1*60+m1){ setStartHour(h1); setStartMinute(m1); setEndHour(h2); setEndMinute(m2); } }[/CODE]

Member Avatar for Washington AM
0
8K
Member Avatar for waseem_17
Member Avatar for marrywillson

AI is good for content writer. but some time AI have not perfect solution . so AI not good for future as a content writing prospective.

Member Avatar for Dani
0
48
Member Avatar for Pankaj_40

Learning about digital marketing can be an exciting and rewarding journey. Here's a step-by-step guide to help you get started: 1. **Understand the Basics**: Begin by familiarizing yourself with the fundamental concepts of digital marketing, such as SEO (Search Engine Optimization), SEM (Search Engine Marketing), social media marketing, email marketing, …

Member Avatar for bessieexum
2
145
Member Avatar for Johannes C.

**Step into a future where every action has a price and algorithms decide your societal value: As technology evolves at an unprecedented pace, this dystopian vision postulates that our every move, preference, and even emotion could be quantified, analyzed, and commodified — prompting us to question if we're the users …

Member Avatar for Dani
3
175
Member Avatar for melissahowau

Digital marketing is the process of promoting and selling products and services using electronic devices. It is the use of websites, social media, and apps to communicate with customers, and create a customer relationship. It includes online advertising, SEO, digital PR, and social media marketing. It is important in our …

Member Avatar for SEO_294
0
174

The End.