487 Recommended Topics

Remove Filter
Member Avatar for fasal

Dark mode has gained immense popularity in recent years. Many apps and websites now offer both dark and light mode options. What do you think about this trend? Do you believe it enhances the user experience? How do you approach designing for both modes?

Member Avatar for Dani
0
93
Member Avatar for Ethanbrody

I am Ethan Brody, a Mathematics Professor in the United States, boasting a rich academic career spanning approximately 7 to 8 years. Throughout my professional journey, I have committed myself to unravelling the intricate beauty of mathematical concepts. More recently, I have embarked on a captivating venture into the realm …

Member Avatar for Reverend Jim
1
33
Member Avatar for mnoizinum

I use apple's x code, my system is OS X 10.4.11 Im getting a warning you must be familiar: [CODE]"#ifdef __DEPRECATED #warning This file includes at least one deprecated or antiquated header. \ Please consider using one of the 32 headers found in section 17.4.1.2 of the \ C++ standard. …

Member Avatar for Dani
0
256
Member Avatar for shane1961

My textbox datatype is DateTime. Using the click event of a button, this code is placed following MyTableBindingSourceAddNew() Dim CurrentDateTime As DateTime = DateTime.Now.ToString("dd.MM.yy hh:mm:ss") Me.SaleDateTextBox.Text = CurrentDateTime I then update table with TableAdapter. On my form I have a dropdown combobox in a toolbar, display member being "SaleDate" This …

Member Avatar for rproffitt
0
70
Member Avatar for Mindmade

Hi guyz, Would you refer me some of the best Blogs sites for logo designers to Inspire? I want the ones that you follow for longs days may be with your life time. Please Share!

Member Avatar for Richard McKeon
0
37
Member Avatar for LXSXX1024

I'm making a software similar to Grammarly in C++. I want to get data from the clipboard, then if a certain sequence of data that is a certain number of letters is contained in it, then it has to be replaced by a predefined string.

Member Avatar for Anthony6534
0
160
Member Avatar for Johannes C.

Earlier this week, a Reddit account confirmed to belong to Sam Altman, OpenAI's CEO, [asserted in a comment](https://www.reddit.com/r/singularity/comments/16sdu6w/rip_jimmy_apples/k2aroaw/?context=3) that "AGI has been achieved internally." This announcement came after a similar statement by a cryptic insider named "Jimmy Apples" on X/Twitter (account now deleted), known for prior correct forecasts about OpenAI's …

2
412
Member Avatar for Mindmade

Hi, I like to know! What are the ways that you guys do to promote your Blog post? and Which is the most effective ways that you choose to promote Blog posts?

Member Avatar for Moodesburn1977
1
155
Member Avatar for Johannes C.

The [AI 'arms race'](https://www.ft.com/content/21eb5996-89a3-11e8-bf9e-8771d5404543) between China and the U.S. is heating up. Forget nuclear weapons, the real power now lies in microchips that can outsmart entire nations at any game and predict their next move. This arms race is part of a larger cold war backdrop, which includes massive investments …

4
1K
Member Avatar for Lorraine_2

Hello, I recently had to change my Comcast router/modem. My laptop which runs Windows 8.1 does not list new network. My old network is still listed along with all my neighbor's networks. My new Comcast signal is split, 5g and 2.4ghz. All other devices have connected to new network except …

Member Avatar for Anthony6534
0
144
Member Avatar for usmanmalik57

In a previous article, I showed you [how to analyze sentiments using Chat-GPT and data augmentation techniques](https://www.daniweb.com/programming/computer-science/tutorials/540502/sentiment-analysis-with-data-augmentation-using-chatgpt#post2293643). Following that, some readers reached out, asking for a breakdown of fine-tuning a Chat-GPT model. In this article, I will guide you through fine-tuning your Chat-GPT model using your own data. First, I'll …

2
328
Member Avatar for nathaliecolemadrigal.lopez
Member Avatar for usmanmalik57

In one of my research projects, I needed to extract text from video files and create a CSV file that included sentiments expressed in the text. Manual extraction was time-consuming and costly. So, I explored Automatic Speech Recognition (ASR) systems and discovered OpenAI [Whisper](https://openai.com/research/whisper), known for its high accuracy in …

Member Avatar for Reverend Jim
1
614
Member Avatar for mariaakter

Suddenly my website's users have decreased a lot. I work with a food and drinks website. Every month I give a total report to my client along with update of website visitors. But since last June my user has decreased a lot. This is the continuation, gradually the visitors are …

Member Avatar for smarttech
0
65
Member Avatar for Clif40RD

Hi Everyone 👋🏼, I'm in a bit of a pickle, hopefully someone can provide some guidance. I have stale Firebase notification tokens in a database for an existing Xamarin application, initially (years back) the application never contained logic to refresh notification tokens. With the most recent update to the application …

Member Avatar for Clif40RD
0
123
Member Avatar for maria0101010101

In 2022 trend, we saw that every business are now digitally. So I also want to know what is the proper guideline for digital marketing.

Member Avatar for KomalBhatt
1
255
Member Avatar for rproffitt

https://thehill.com/policy/technology/4162573-ai-art-cant-earn-copyright-judge-rules/ give us a preview that those that use AI, ML, GPT and such may be on uncertain ground if they want to copyright the code. You may not be aware that most of the online AI/ML/GPT systems keep copies of what you generate. So if you are creating code …

Member Avatar for Reverend Jim
3
255
Member Avatar for akkbkht

I am preparing a CSharp based desktop app in VS 2019. I have 4 ComboBoxes. On the form load, the comboBox1 fetches folder names in root directory in D drive. The structure is Folder The sub folder Then sub folder then MS word documents in the 4th folder. For example, …

2
67
Member Avatar for Joaquim_5

how can i use CopyMemory() on VB6? i have these funcion: Public Sub Clear(BGRColor As Long) Dim i As Long For i = 0 To (Width * Height) - 1 CopyMemory ByVal PixelData(0) + (i * 4), vbGreen, 4 Next i End Sub how can avoid the 'for' loop? i …

Member Avatar for Gulshan_6
1
226
Member Avatar for Leonidas_3

Uninstall/reinstall or update Android Studio for this case...? My Android Studio App hasn't been updated and used, for 3 years since September 2020,... on my Windows 11 Pro PC,... Any idea about my question Uninstall/reinstall or update Android Studio ...? I plan return to continue, in Android hybrid app development …

Member Avatar for Leonidas_3
0
97
Member Avatar for vikaskookna

In my recent journey of developing various AI solutions powered by Language Models (LLMs), a significant question has emerged: Should we harness the capabilities of Retrieval Augmented Generation (RAG), or should we opt for the path of custom fine-tuning? This decision can profoundly impact the performance and adaptability of our …

Member Avatar for anthonybell897
4
838
Member Avatar for Vishurey

I am driving an html site from my network drive in my office that can be viewd on LAN. I need to put a blog kind of section on my site so people who visite this site can leave there comments on it and all can see thses comments. Can …

Member Avatar for Mark_140
1
779
Member Avatar for sankar2000

Hello. I am trying to build a simple UDP multi-threaded echo server in `C` using `libhv` (library is using non-blocking events). Basically i am trying to combine https://github.com/ithewei/libhv/blob/master/examples/udp_echo_server.c with the threading of https://github.com/ithewei/libhv/blob/master/examples/multi-thread/one-acceptor-multi-workers.c I do this because i will have high amount of traffic and multiple threads will be needed …

1
112
Member Avatar for bijutoha

I am currently studying React JS, and my eventual goal is to create a website using React JS that is optimized for SEO. Someone told me using React JS to construct a website will make it less search engine friendly. I'm curious; what are your thoughts? And how will things …

Member Avatar for bijutoha
0
52
Member Avatar for Mohammad_21

Hello I want to print some data that appear in Form. I print some data( image, labels....) then at point y = 415, I will print all rows of datagridview, at here all is right, but when i want to print rows that need more page, i had wrong result, …

Member Avatar for Hossein_7
0
665
Member Avatar for Sajid_21

As we transition from a monolithic architecture to a microservices-based approach one of the main challenges we're facing is implementing an efficient Continuous Integration/Continuous Deployment (CI/CD) pipeline. In a monolith, we had a single codebase that made it straightforward to manage automated builds, tests, and deployments. However, with multiple loosely …

Member Avatar for Sajid_21
0
73
Member Avatar for Paulmescal

"Hello everyone, I'm currently working on developing a shopping app, and I'd like to gather some insights from the community. What do you believe are the essential key features that should be considered when developing a shopping app? Your expertise and suggestions would be greatly appreciated. Thank you!"

Member Avatar for SCBWV
0
47
Member Avatar for hrushi9

I need help to convert my javascript animation to css3 Currently there are two sections. while going to second section from first section, it shrinks, folds height & width of first section and unfold , enlarge height & width of second section. **Check Demo** [ **jsfiddle**](https://jsfiddle.net/cq67m33a/) **Need Help for ** …

Member Avatar for alishakihn1
0
612
Member Avatar for Reverend Jim

My laptop seldom leaves my house. When I am not using it I close the lid to put it into sleep mode. I also close the lid when carrying it to another room (or perhaps into the backyard hammock). This causes a minor inconvenience as every time I open the …

Member Avatar for Reverend Jim
3
195
Member Avatar for FitIsHit

Hay, Everyone I am doing seo of my site but I notic that after submmiting url through Google Search Console 2 or 3 page are repeating with same Meta Title and URLs. I don't know how to remove these duplcate URLs from the SERP? Can anyone guide me in this …

Member Avatar for Gulshan_6
0
456

The End.