Posts
 
Reputation
Joined
Last Seen
Ranked #534
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
93% Quality Score
Upvotes Received
55
Posts with Upvotes
41
Upvoting Members
23
Downvotes Received
4
Posts with Downvotes
2
Downvoting Members
3
10 Commented Posts
5 Endorsements
Ranked #340
Ranked #4K
~132.92K People Reached
About Me

90's generations.

Member Avatar for Dani

I know rproffitt is a moderator on the Tech Republic forums. Does anyone else participate in any other online forums / communities / subreddits / etc? Just curious :)

Member Avatar for polles
1
165
Member Avatar for biztrack
Member Avatar for buzzboss
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
689
Member Avatar for Sam_163

Create a C++ class called "Rectangle" with private attributes width and height, and public member functions to set and get these attributes. Include a function getArea() that calculates and returns the area of the rectangle.

Member Avatar for Alisha_8
0
114
Member Avatar for johanwillman7
Member Avatar for John_165

ChatGPT is too powerful, will it replace all programming forums in the future?

1
74
Member Avatar for John_165

I want to display name,description and image in `GridView.` export default function NFTViewer({ }) { const [galleryList, setGalleryList] = useState([]); const metadata = []; const cardActions = []; const [data, setData] = useState() useEffect(() => { const getNFTDetails = () => { fetch("http://localhost:4000/getDetails").then(response => { return response.json() }) .then(posts => …

Member Avatar for AndreRet
0
43
Member Avatar for John_165

Why header background not changing to red and font style not changing to coiny? **index.js** import Head from 'next/head' import Image from 'next/image' export default function Home() { return ( <div className="min-h-screen h-full w-full flex flex-col bg-brand-light overflow-hidden"> <Head> <title>Create Next App</title> <meta name="description" content="Generated by create next app" /> …

0
43
Member Avatar for forgot

I have a project that no one can or wants to engage in. The data is in a database table. The code displays a menu, selects a target (url - http://.....), displays the record - so far so good....then I want to click the button and redirect to the url.... …

Member Avatar for akvkota
0
117
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 markanderson_1
1
128
Member Avatar for John_165

I notice a bug.. ![Screenshot_2022-01-04_175310.png](https://static.daniweb.com/attachments/4/1bfc6ca4c5196e24cc1449ebfb4eea90.png) This post is not written by Dani, but it shows Dani is the writer ?

Member Avatar for Dani
0
83
Member Avatar for Dani

Late last night, I launched a rewrite of our front end HTML and CSS that is designed to look nearly identical, but is much faster and designed to be more easily updatable and manageable moving forward. Let me know if you spot any bugs or inconsistencies.

Member Avatar for Dani
2
364
Member Avatar for Dani

Are you planning on getting the vaccine as soon as it becomes available to you, after it’s been a bit more thoroughly vetted, or not at all? Personally, I think it was pushed through just a bit too fast for my liking. I’m holding off until they see what long …

Member Avatar for Mollyron
3
462
Member Avatar for John_165

I've been code for android/ios using flutter more than a year. Now I would like to learn new things by using software to **create image** instead of just getting icons from google material design (just like image below). Any recommended ? Thanks. ![104648412-d93f8f00-5691-11eb-94e9-d1ecedd7c9f8.png](https://static.daniweb.com/attachments/4/dde268fbe9690cf4ace285e053ef6ab0.png)

Member Avatar for rproffitt
0
156
Member Avatar for Ahmadbabajo
Member Avatar for John_165

Jingle bells, jingle bells, Jingle all the way ~ Christmas is around the corner. Wishing you all Merry Christmas ! Let's us play a game by guessing the correct answers for the emoji pictionary given :)

Member Avatar for Dani
2
54
Member Avatar for dimitrilc

## Introduction ## In Android development, Espresso can be combined with Junit to create powerful UI automation tests. In this tutorial, we will learn how to create Espresso tests. ## Goals ## At the end of the tutorial, you would have learned: 1. How to create Espresso tests. ## Tools …

Member Avatar for John_165
2
371
Member Avatar for Mausam_1
Member Avatar for John_165

I've been writing one/two projects but I not using them. I'm not sure in which scenario I should use them. Is this consider bad programming style?

Member Avatar for JamesCherrill
0
37
Member Avatar for ultimatebuster

Is it possible to store a certain function as a variable? If not, is it okay to make a class, and define a function. Store the class as the variable and invoke that function?

Member Avatar for tomas_petricek
1
31K
Member Avatar for nabaa

Hello, please, can you help me work on the graduation project and I am having difficulty with coding. I want a code to call data from an Access database in the language of Fagul Basic 6

Member Avatar for John_165
0
62
Member Avatar for Noobie*

I am a first year student who only knows common codes. I have created a simple cashier program wherein you will only type the number assigned to your order (used of arrays) and calculate the total of the orders,change etc. It was all clear on that part but I am …

Member Avatar for John_165
0
48
Member Avatar for honest.gideon
Member Avatar for Hamzah_4

The program of the mini project MUST consists ALL of the following: i. Function (that INCLUDES: value parameter & reference parameter) ii. Selection (that INCLUDES: if, if-else, if-else if & switch-case) iii. Repetition/Loop (that INCLUDES: while, for & do-while) iv. Array (that INCLUDES: One-Dimensional with the use of loop & …

Member Avatar for John_165
0
58
Member Avatar for jordan8452

My favourite anime is overlord and My favourite manga is brawling go. This is one of the best anime and manga. **AND** What is your Favorite Anime/Manga?

Member Avatar for GibsonHarry
0
1K
Member Avatar for John_165

Example from this post https://www.daniweb.com/programming/threads/533787/how-to-solve-this-i-got-same-answer There are three replies (include one answer from OP), one of the replies mark as recommended answer. Is the recommended answer marked by OP? It doesn't looked like an answer though.

Member Avatar for John_165
0
86
Member Avatar for Luxiaoxian

def fib(num): if num<=1 return num return fib(num - 1) + (num - 2) num = int(input("enter a number higher than 0: ")) print(fib(i))

Member Avatar for John_165
1
75
Member Avatar for kapilmazee89

Hey all members, My name is Kapil amd I am from India. I just found this community and it looks nice with great content and expert members. So, i did not make any delay to register here.

Member Avatar for John_165
0
30
Member Avatar for Dani

Are you a student studying programming from home? Are you an employee who is working from home for the time being? Or are you a self-employed freelancer? Has your work shifted during this time?

Member Avatar for Reverend Jim
1
1K