Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
coding
- Page 1
Choosing a Mobile Game Development Company: What’s Most Important?
Programming
Game Development
1 Week Ago
by Jonathan735
… a game concept I’ve been working on. Beyond just
coding
skills, I’m curious about what makes a company stand…
Re: ChatGPT is Now Smarter Than 90% of the Population
Community Center
3 Weeks Ago
by trueframe
It’s amazing to see just how advanced AI will become in the coming years!
Re: Choosing a Mobile Game Development Company: What’s Most Important?
Programming
Game Development
1 Week Ago
by rproffitt
I see you mentioned D i g i t r e n d s but the reviews of them wrote: "No proper management Less salary compare to market Only for interns or fresh people" Look for staff that doesn't churn every project.
Re: Choosing a Mobile Game Development Company: What’s Most Important?
Programming
Game Development
1 Week Ago
by Dani
I don’t see them mention anyone. *You’re* the one who mentioned that company and, in doing so, gave a vote up for that company’s SEO in Google’s eyes. Google doesn’t just care about links. They also care A LOT about brand mentions. Similarly, the OP doesn’t care that you have negative things to say about the brand to the handful of people …
ChatGPT is Now Smarter Than 90% of the Population
Community Center
1 Month Ago
by Johannes C.
… can “perform complex reasoning” and significantly outperforms the math and
coding
capabilities of previous models. Even the now publicly available o1… o1-preview, users have challenged it with various mathematical tests, [
coding
tasks](https://www.reddit.com/r/singularity/comments/1fhi59o/chatgpt_o1_preview_mini_wrote_my_phd_code_in_1…
Re: How to Improve Your Kid’s Skills in Programming Languages
Programming
Web Development
2 Months Ago
by Pelorus_1
… with basic concepts and gradually progress. Start with block-based
coding
platforms to establish foundational skills, then introduce Python as they… advance. Involving them in
coding
games can make learning enjoyable and interactive. Finally, offer challenges…
Issues importing codepen projects into my .jsx project page
Programming
Web Development
1 Month Ago
by Jacob_36
Hey all! im new to
coding
and have been struggling to import/create this in my …
Hi everyone, I'm WendyDolan
Community Center
Say Hello!
1 Month Ago
by WendyDolan
A passionate web developer with a knack for creating user-friendly, responsive websites. With experience in both front-end and back-end technologies, I love turning ideas into seamless digital experiences. When I’m not
coding
, you can find me exploring the latest web trends or diving into new programming languages.
Re: Preparing for the upcoming Java Interview in September 2024 with BlackRock
Programming
1 Month Ago
by DEEPAK_84
To crack Java interview, your Core Java concepts must be clear. I have studied Core Java interview questions from Scientech Easy where you will get
coding
related problem with solution that will clear your core java concepts. So you must visit once.
Re: Devin Might Be Fake, Yet AI's Threat to Jobs Is Real.
Community Center
1 Month Ago
by meyerrluanna
Really insightful article! It's interesting to consider how AI is shaping our job market, not just in terms of risks but also opportunities. While the threat to certain jobs can't be ignored, AI also brings the potential to enhance job roles and create new opportunities. It seems like ongoing education and adapting skill sets will be key. By …
Re: ChatGPT is Now Smarter Than 90% of the Population
Community Center
1 Month Ago
by meyerrluanna
Hey, I really enjoyed reading your post . It’s kind of mind-blowing when you think about how far AI has come. But I also think it’s worth considering what we really mean by "smarter." AI, like ChatGPT, is amazing at processing information and spitting out answers quickly, but there’s still a lot that makes human intelligence unique like …
Re: ChatGPT is Now Smarter Than 90% of the Population
Community Center
1 Month Ago
by jkon
I really can't understand the claim that it "smarter than 90% of population". I don't have access to o1 but from what I have seen sometimes it counts correctly the r's in strawberries , is this that our benchmark ? and if so , - why ? and do we know for sure that 90% of population can't count R's ? Is there a study about it ? . Don't …
Re: ChatGPT is Now Smarter Than 90% of the Population
Community Center
1 Month Ago
by DEEPAK_84
So sad.
Re: ChatGPT is Now Smarter Than 90% of the Population
Community Center
1 Month Ago
by Pelorus_1
ChatGPT has demonstrated remarkable advancements in natural language processing, enabling it to understand and generate human-like responses with high accuracy. This sophistication allows it to outperform the average person in various knowledge-based tasks, making it seem smarter than 90% of the population. However, it's important to note that …
Re: ChatGPT is Now Smarter Than 90% of the Population
Community Center
1 Month Ago
by sgtamilan
It’s impressive to see how advanced AI has become! ChatGPT being smarter than 90% of the population highlights the rapid progress in technology and how it’s reshaping our interactions with information and each other. It’s a testament to the incredible work being done in the field of artificial intelligence. Looking forward to seeing how these …
Re: ChatGPT is Now Smarter Than 90% of the Population
Community Center
1 Month Ago
by jkon
When I took my first IQ test as a teenager, and I didn’t know anything about the assumptions you should make for those questions, I had a strong reaction: "This question is not clear, so how could the answer be? Are they kidding me? Is this an IQ test?" Afterwards, I learned what those assumptions were, and my score went up. So yes, you …
Re: How to Improve Your Kid’s Skills in Programming Languages
Programming
Web Development
2 Months Ago
by Zobb7776
Depending on the child's age, Logo can be an excellent way to introduce programming. Since kids tend to be more visually oriented, they prefer seeing the computer perform actions beyond just displaying text or numbers. With Logo, they can write simple programs to control a digital turtle that draws shapes on the screen. Free Python implementations …
Re: How to Improve Your Kid’s Skills in Programming Languages
Programming
Web Development
2 Months Ago
by Reverend Jim
I highly recommend the book Mind Storms: Children, Computers & Powerful Ideas by Seymour Papert. Emphasis on the Logo language.
Re: get the last character of string with javascript
Programming
Web Development
1 Month Ago
by Dani
I know this is a really old post, but I just came across it recently, and just in case the jsfiddle becomes unavailable at any point in the future, what's written there is: var num = "12345"; alert(num.charAt(num.length - 1));
Re: get the last character of string with javascript
Programming
Web Development
1 Month Ago
by Biiim
Wheres the function! function checkLastChar(string){ return string.charAt(string.length-1); } console.log(checkLastChar('testing')); function removeTrailingDot(string){ if(string.charAt(string.length-1) == '.'){ return string.slice(0, -1); }else{…
Re: Hi everyone, I'm WendyDolan
Community Center
Say Hello!
1 Month Ago
by Dani
Hi Wendy! Welcome to DaniWeb!! Thank you so much for joining. What is your tech stack of choice? (Just trying to make small talk here.)
coding for diamond patterns
Programming
Software Development
10 Years Ago
by pprabhat
coding
for printing diamond pattern using recursion as following * * * * * * * * * * * * * * * *
Re: Coding Standards and Best Practices
Community Center
13 Years Ago
by Ancient Dragon
Coding
standards??? According to who's standards? My standards and your … the other coders to determine if the code meets company
coding
standards, whatever that is.
Re: coding academy
Community Center
Geeks' Lounge
10 Years Ago
by Ancient Dragon
"
Coding
Academy" -- just another catchy phrase for online tutorial. Do …
Coding
Community Center
16 Years Ago
by Reliable
… could apply to any scripting/programming language. (I hope you
coding
purists don't beat me up for putting a slash…
coding
Programming
Software Development
15 Years Ago
by abraham james
if anyone could please help me with the c++
coding
of the following:- Write a c++ program that does the …
Coding help
Programming
Software Development
12 Years Ago
by sam fernandes
… what m i expected to do:-(help please with the
coding
Coding help for ie
Programming
Web Development
11 Years Ago
by caige
Your
coding
skills are needed. my website [Click Here](http://www.kidztar.…
coding
Programming
Software Development
10 Years Ago
by cazmere
can you help me in
coding
??
1
2
3
17
Next
Last
Search
Search
Forum Categories
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Forums
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2024 DaniWeb® LLC