This is me venting Community Center Meta DaniWeb by Dani … able to, given recent health challenges). I've made, on average, 700-1000 code check-ins annually for the past ten… Re: How long does it take to develop a game Programming Game Development by kishanrg … of the development team, and the resources available. However, on average, it can take anywhere from six months to several years… Re: This is me venting Community Center Meta DaniWeb by Reverend Jim It's hard for me to imagine that all of the pleasure I've gotten out of Daniweb, the challenges, the insights, the friendships since I joined in 2010, are all dependent on the largesse of just one very talented person. I, for one, appreciate all you have done, particularly considering your current health issues. If you feel unappreciated then … Re: This is me venting Community Center Meta DaniWeb by Reverend Jim Also, in non-computing over the years I have heard comments like "if only I hadn't stopped for coffee I would have missed that accident, or several other variations. The thing is you never know what would have happened if you had made different decisions. Certainly making a different decision may have resulted in things being better. Or they … Re: This is me venting Community Center Meta DaniWeb by jkon Dani , yes I also believe that you are responsible for the decline of DaniWeb .... BUUUT that was many years ago. We all foreseen the decline of "forums" back in early 2010's , there were many alternatives of what to do , and I strongly believe that you choose the wrong one. I will not repeat what you did or what you could be done … Re: This is me venting Community Center Meta DaniWeb by Dani > what was missing was a programming hub of news / forum / interviews I have always been a strong proponent of having editorial (news, tutorials, interviews, etc.) complement the user-generated forum discussions. In the past, well over 50% of our gross revenue from advertising went straight into paying for staff writers. IMHO we used to have … Re: Improve HAVING BY performance Programming Databases by Dani … with a price greater than $4, and then calculating an average price for each product. In the other, you're plucking… out *all* rows, calculating an average price for each product, and then discarding the rows with… Re: Improve HAVING BY performance Programming Databases by Dani I'm too exhausted for an in depth explanation right now but 90% of web development is optimizing for performance. The average DaniWeb page takes anywhere from 80ms up to 250ms to load the HTML (when dealing with low network latency), depending on the type of page, so shaving 50ms off of that is a huge win. Re: Improve HAVING BY performance Programming Databases by Biiim … access speed increases (HDD is very bad at 6.3ms average access time, SSD is 0.14ms) - and now an M2… Re: Improve HAVING BY performance Programming Databases by Biiim … on an old HDD hard drive, it was a pretty average linux server). There is definitely something very wrong with your… Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim … about the status of my laptop. I was told the average wait time was one minute. Fifteen minutes later I was… The Rise of AI Scams: Deciphering Reality in a World of Deepfakes Community Center by Johannes C. … AI-facilitated scams. But what does this mean for the average person? How do deepfakes redefine digital deception? And how can… nutshell, regulations will continue to make it difficult for the average user to generate funny pictures of celebrities, but they may… Re: Fine-Tuning OpenAI Whisper Model for Audio Classification in PyTorch Programming Computer Science by habi_2 how to use the best_model.pt Re: Change-a-Letter-or-Two-Game Community Center Geeks' Lounge by ~s.o.s~ average Re: Login/Logout Session in android Application. Programming Mobile Development by veery channA average Please sugget how can i make these source code more effecient. Thanks alot. Programming Software Development by obinaysamanoden …std; bool check(double element[], int count); int main() Average #include <iostream> #include <cstdlib>…break; } cout<< "\nThe number of Average Elements is: "<<k_count<<endl<… Please help me make effecient this source code! Programming Software Development by obinaysamanoden Average #include <iostream> #include <cstdlib…lt;< "This program will show the average element of a sequence.\n\n"; cout<…break; } cout<< "\nThe number of Average Elements is: "<<k_count<<endl<… How to add spaces between numbers ? Programming Software Development by Esmatullah Average:96.1429Your Total Marks are673and Marks Per Subject is96.1429 Re: Java Grading System Programming Software Development by jwenting Average is simple: refer to your math textbook :) SUM(grades)/NUM(grades) = AVG Re: multiple issues with a C++ program Programming Software Development by ithelp average might be a data member . Re: I need help with this game scoring program Programming Software Development by jonsca average is not an array. You can't take the i-th member of something that only has one value. What are you trying to accomplish with that line? Re: last array project Programming Software Development by Ancient Dragon >>average= (wins[numItems]*100)/losses[numItems]; That will crash when losses[… whole algorithm in that function is incorrect. To get the average you have to sum them all up and then perform…(total_losses == 0) total_losses = 1; // prevent division by 0 error float average = (float)total_wins/(float)total_losses; [/code] Re: the beginner needs help Programming Software Development by Dave Sinkula …])/3; // assumed fixes cout<< "The average is" <<average <<endl; Lemme guess -- no decimal places… you want a floating point value, cause floating point division. average= (tests[0] + tests[1] + tests[2])/3.0; // assumed fixes Re: Error: "cannot find symbol" Programming Software Development by hfx642 average has been defined "outside" of main. Therefore, main can not find it. Try doing... 1. Remove line 19. 2. Change line 23 to [CODE]JOptionPane.showMessageDialog(null, "The average of rainfall is " + averageCalculation(Month, Rainfall) + " centimetres per month");[/CODE] Re: Need help c programming project Programming Software Development by MrNoob average =sum/howmany why dont you after you read the array davide the array directly by i instead of just writing up the number yourself will make it more compact Re: While if help Programming Software Development by Ancient Dragon Average: sum of all the numbers entered divided by the quantity … enter 5 numbers (1, 2, 3, 4 and 5) the average will be (1+2+3+4+5)/5. You need… Re: My feelings on XNA and other similar API's Community Center by apegram … from tutorials, and make a "Triple A" game. Average Joe can download XNA, fool around with it, and go… Re: Functions Programming Software Development by mrnutty average of 3 numbers = (number1 + number2 + number3)/3.0f Re: Lost by tried and tried Programming Web Development by Troy III "average" has to do with, do it yourself math: ( a + … Re: Addicted to the internet? Community Center Geeks' Lounge by mahgobb average on-line user 32 here! good to see the result!