- Strength to Increase Rep
- +3
- Strength to Decrease Rep
- -0
- Upvotes Received
- 58
- Posts with Upvotes
- 42
- Upvoting Members
- 26
- Downvotes Received
- 4
- Posts with Downvotes
- 2
- Downvoting Members
- 3
90's generations.
Re: Yes. SO,CodeRanch,DreamInCode,TheCodingForum, and CodeProject. | |
Re: thanks sharing. | |
ChatGPT is too powerful, will it replace all programming forums in the future? | |
Re: Hello and welcome to the programming forum! It's great to have a business consultant like yourself from Biztrack joining our community. Feel free to share your insights, ask questions, or engage in discussions related to programming. If you have any queries or if there's anything specific you're looking to explore, … | |
Re: Thanks sharing ! | |
Re: If you want to get answer without studying, you may ask chatGPT. | |
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 => … | |
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" /> … | |
Re: What you mean by not so good? Is it not working? | |
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 ? | |
Re: Honestly, I don't really like the "Recommended Answers". It made us need to scroll more in order to see the replies... | |
Re: I'm not planning to take booster but my parents keep pushing me to do so😥 | |
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) | |
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 :) | |
Re: thanks sharing | |
Re: Please put some effort on your question so we can help. | |
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? | |
Re: Hi @Akshay_15, Why not post your question as a new topic instead of commenting on an old post here ? | |
Re: I guess is Visual Basic 6 ? | |
Re: It would be easier for us to help if you share the code you have . | |
Re: Is your post related with Microsoft? | |
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. | |
| Re: Why can't you try it yourself? I not really know phython, but from your code, it not really hard to understand though. |