Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
odd
- Page 1
Re: Are we being played by AI? Let's Discuss!
Community Center
Meta DaniWeb
4 Weeks Ago
by Dani
I agree that they *might* be AI generated, or at least have the help of AI. Sometimes it's hard to tell, and I always want to exercise extreme caution and not delete or infract a post unless I'm 100% confident. I have a bit of a migraine right now, so I have to put a little more thought into whether these 2 posts should be deleted when my head is a…
Re: Are we being played by AI? Let's Discuss!
Community Center
Meta DaniWeb
4 Weeks Ago
by Reverend Jim
I have a problem with people who start posts about a topic with "let's discuss", but don't actually start the discussion. I have a friend (?) in Toronto who, especially during election season (which seems to be always these days), asking for my opinion on things without ever offering one of her own. I got tired of putting in the effort …
Re: Are we being played by AI? Let's Discuss!
Community Center
Meta DaniWeb
4 Weeks Ago
by Dani
I disagree with that sentiment when it comes to a Q&A forum such as DaniWeb. The very premise of the site is that people ask questions. Quite often, uninformed questions. Sometimes those questions are just asking for your informed opinion as an expert in your field or as someone more informed than they are at the topic at hand. Other people …
Re: Are we being played by AI? Let's Discuss!
Community Center
Meta DaniWeb
4 Weeks Ago
by Reverend Jim
And I disagree with that. The post I was referring to was >In this thread, let's dive into the exciting advancements in the world of audio technology. From spatial audio to AI-driven sound systems, the audio landscape is evolving rapidly. Share your thoughts on the latest innovations, your favorite audio gadgets, or how new tech is shaping …
Re: Are we being played by AI? Let's Discuss!
Community Center
Meta DaniWeb
4 Weeks Ago
by Dani
>I fail to see the distinction between asking for an opinion versus a suggestion versus any other form of help or assistance. I understand that you see a distinction when the OP is trying to start a discussion versus asking for advice or help. However, I don’t understand why you make that distinction in a Q&A discussion forum.
Re: Are we being played by AI? Let's Discuss!
Community Center
Meta DaniWeb
4 Weeks Ago
by Reverend Jim
1. I thought we didn't have "forums" anymore. 2. Perhaps the OP posted in the wrong place. 3. Regardless, it was clearly a discussion and not a question. It's moot since the thread has been deleted.
Re: Are we being played by AI? Let's Discuss!
Community Center
Meta DaniWeb
3 Weeks Ago
by Dani
> I have a bit of a migraine right now, so I have to put a little more thought into whether these 2 posts should be deleted when my head is a bit clearer. Unfortunately, I ended up in the ER from an unrelenting migraine that hasn’t let up for 6 days, and is not responding to any medication. I don’t mean to drop the ball on this thread.
Re: Are we being played by AI? Let's Discuss!
Community Center
Meta DaniWeb
3 Weeks Ago
by Dani
Today is day one trillion of this still unrelenting headache. FINALLY, a diagnosis! I have shingles. Feeling hopeful to begin treatment and start feeling better.
Re: Are we being played by AI? Let's Discuss!
Community Center
Meta DaniWeb
3 Weeks Ago
by Reverend Jim
I've had close relatives who had that but I don't recall headaches as a symptom. I hope I never get it (I can't get the vaccine because it's a live vaccine). Good luck with recovery now that you have a diagnosis.
Re: Are we being played by AI? Let's Discuss!
Community Center
Meta DaniWeb
3 Weeks Ago
by Dani
Jim, My intense headache is because the shingles rash is all over my scalp, my eyebrow, and even all over my eyelid! The intense headache pain was radiating from the area of my scalp where the shingles rash eventually presented. Luckily, the shingles vaccine is no longer live, so you should definitely get it. (I just happened to have not …
Re: Are we being played by AI? Let's Discuss!
Community Center
Meta DaniWeb
3 Weeks Ago
by Reverend Jim
I'll have to ask next time I am at the pharmacy. Thanks for the tip.
Re: Are we being played by AI? Let's Discuss!
Community Center
Meta DaniWeb
3 Weeks Ago
by Dani
Having a very, very difficult time. My eye is swollen shut and I’m in danger of losing my vision as the shingles rash gets closer and closer to my cornea.
Re: Odd but True Facts
Community Center
Geeks' Lounge
2 Months Ago
by Dani
I don't have an
odd
, yet true, fact, but I felt the need to post here because I felt bad that this thread has not seen any replies.
Odd but True Facts
Community Center
Geeks' Lounge
2 Months Ago
by Reverend Jim
Vatican City has a density of 5.88 popes per square mile.
Re: Odd but True Facts
Community Center
Geeks' Lounge
2 Months Ago
by Salem
The density of popes outside the Vatican is 0.0, invariant of the chosen unit area.
Re: Odd but True Facts
Community Center
Geeks' Lounge
2 Months Ago
by Reverend Jim
The speed of light is approximately 1,798,884,751,104 furlongs per fortnight. I decided to calculate this after having to calculate the current gas price for my son's Prius. It tells you after each trip how much you saved by going hybrid, but it has to know the currrent gas price. First of all, the rather extensive manual does not tell you how …
Re: Odd but True Facts
Community Center
Geeks' Lounge
2 Months Ago
by Salem
> But because the car was made in the US I had to enter the price per US gallon whereas our gas is sold by the litre. I'd wager the software wasn't, and the software is the same regardless of locale. <disclaimer> Do the same youtube "tutorials" also tell you how to do a factory reset? A lot of tech (phones, computers etc)…
Are we being played by AI? Let's Discuss!
Community Center
Meta DaniWeb
4 Weeks Ago
by Salem
… are well written, but meaningless pith. It's such an
odd
way of closing out a post that it stinks of…
Odd Mountain in lists
Programming
Software Development
11 Years Ago
by Vish0203
… a list of
odd
numbers going up from 1 and then back to 1. …
Re: Odd happenings
Community Center
Meta DaniWeb
17 Years Ago
by Ancient Dragon
Odd
happenings just did it again, [URL="http://www.daniweb.com/forums/thread91211.html"]here[/URL]
Odd And Even
Programming
Software Development
20 Years Ago
by freesoft_2000
…to do is to only be able print even and
odd
pages. I am using currently the java printable interface… pageFormat, int pageIndex) { } I Know that printing even or
odd
pages does not involve the graphics or the pageformat objects…whether the pageindex is an even or
odd
number (including 0 which is an
odd
number) Can anyone show me any…
Re: Odd And Even
Programming
Software Development
20 Years Ago
by Narue
[code] if ( pageIndex % 2 == 0 ) { // Even } else { //
Odd
} [/code]
odd or ever
Programming
Software Development
17 Years Ago
by vladdy19
I'm wondering how I would be able to tell if an integer is even or
odd
, I know that if the least significant bit is 1 then it is
odd
but I don't know how to tell if the integer has this bit as a 1 or a 0.
Re: Odd Mountain in lists
Programming
Software Development
11 Years Ago
by woooee
… how to find the halfway point for an even or
odd
number for the size of the mountain (note the use…: middle += 1 list_of_odds = too_many_nums[:middle] ## length-middle because if an
odd
length, the back half ## has one less value than the…
Re: Odd Mountain in lists
Programming
Software Development
11 Years Ago
by Vish0203
… how to find the halfway point for an even or
odd
number for the size of the mountain (note the use…: middle += 1 list_of_odds = too_many_nums[:middle] ## length-middle because if an
odd
length, the back half ## has one less value than the…
odd even count from FILE
Programming
Software Development
13 Years Ago
by neveragn
…, and how many were
odd
. Also the average of integer numbers that were
odd
. It should be done … and counts them properly , except it doesnt count the
odd
and even integars. [CODE]#include <stdio.h>….\n", w); } else printf ("There are %d
odd
numbern.\n", w); } status = fscanf (in, "…
Re: Odd Integers
Programming
Software Development
15 Years Ago
by JasonHippy
… need to use %2 to test for
odd
/even. So what you need to do is…{ // if modulus returns 1, the number is
odd
if(posnum%2) cout << "…Number is an
ODD
number\n"; else // number is even …
Odd numbers in C++?
Programming
Software Development
17 Years Ago
by Jobe007
…to write a program that will cout all the
odd
numbers between 6 and a positive integer.It …Execution of the series if (a%2!=0); // calculating the
odd
numbers cout << a <<endl; cout …<<"This is the
odd
numbers between 6 and "<<i<&…
odd even numbers
Programming
Software Development
16 Years Ago
by bonnie1702
… user to input two integer values, then outputs all the
odd
numbers between these two integer values (and their squares), and…;< endl; a1 = a; b2 = b; //for
odd
numbers cout << "The
odd
numbers between " << a <…
odd even synchronization help
Programming
Software Development
16 Years Ago
by testing321
… a string entered by user according to the number being
odd
or even? so say user enters sentence: i like ice… cream. the even output : ilkiecem
odd
output: the rest of the letters (tht are at…
odd
positions) i will highly appreciate if anyone can provide me …
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
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
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
© 2025 DaniWeb® LLC