Re: counting lesson(for the slow among us) Community Center Geeks' Lounge by Dani It's been over a year and no one's replied so I'll go again. 4610 Re: I need counting code php and mysql and bootstrap Programming Web Development by Dani I have no idea what type of counting code you need, nor how that would be related to Bootstrap (the CSS framework). Please take more time to help us to help you. I need counting code php and mysql and bootstrap Programming Web Development by yan336484 i need code Re: I need counting code php and mysql and bootstrap Programming Web Development by rproffitt I suggest https://www.w3schools.com/php/ if you need to learn. Use CHATGPT if you want something quick and dirty. Re: Help with a counting program Programming Software Development by mrnutty "counting occurrences of each letter." Does that mean you count all letters from a to z? In a sentence and display all letters and the number of occurrence? Re: Number counting up to infinite.how ? Please help me im just a newbie Programming Software Development by vmanes Counting to infinity is not possible, with a computer or not, … Jephthah's 2K Extravaganza! Community Center Geeks' Lounge by jephthah counting down... only 35 to go. reserve your place now. Re: MySQL COUNT question - Need a guru Programming Web Development by johny_d Counting for locations: [CODE=mysql] SELECT COUNT(*), fieldID, fieldValue FROM itemfield WHERE fieldID = 8 GROUP BY fieldValue [/CODE] just change the fieldID with the ID of other counting criteria (dwelling type, make, etc) Re: Mirroring Pixels Programming Software Development by NormR1 Counting the number moved doesn't mean that they were moved to the correct locations. All the counting does is verify the product of width/2 * height Re: A taste of Swift part 1 Programming Computer Science by vegaseat Counting down is simple ... // counting down ... for k in reverse(0...6) { println(k) } /* 6 5 4 3 2 1 0 */ Re: Fantastic word game Community Center Geeks' Lounge by ~s.o.s~ Counting is what makes most of the people dizzy.. Re: 3 word story Community Center Geeks' Lounge by ~s.o.s~ counting the pebbles. Re: Need info on an online Bachelor degree from an accredited university. Community Center by davidsmith Counting on your experience I would say that you may be … Re: The Avatar Game Community Center Geeks' Lounge by WASDted counting fingers Re: HangMan Programming Software Development by JamesCherrill Counting the number of wrong guesses is part of the game … Re: Starting Python Programming Software Development by vegaseat Counting days ... ''' datetime_diff_days103.py get the difference in days between 2 … Counting tabs, blanks and newline problem Programming Software Development by retchedmonkey … the number of blanks, tabs and newlines in these counting variables*/ i_bl = i_tb = i_nl = 0; /*…Assigns the initial value of the counting variables*/ scanf("%s", sp); printf("…/*For blanks, tabs and new lines this incremements the appropriate counting variable*/ { case ' ': i_bl++; break; case '\t':… Re: Counting tabs, blanks and newline problem Programming Software Development by retchedmonkey …the number of blanks, tabs and newlines in these counting variables*/ i_bl = i_tb = i_nl = 0; …/*Assigns the initial value of the counting variables*/ while ( (c = getchar()) != EOF)/*Traverses the…/*For blanks, tabs and new lines this incremements the appropriate counting variable*/ { case ' ': i_bl++; break; case '\t… Counting sort and Linked list. Programming Software Development by Tecnicrow I'm having problems trying to implement a counting sort for a template linked list. I already coded everything … the correct output. Now I just need to sort using counting sort method. When I run the project, the program crashes… Counting only the first digit in the array. Programming Software Development by surferxo3 … (0); } [/CODE] The problem is that my program is not counting the zero if the number is as follows "01…;00" or "000" the the variable for counting zeros should increase. But in the end my program is… Counting positive and negative... Programming Software Development by chubbyy.putto … can i get this code to show once and it counting all the positive? When i enter a 10 numbers. it… me how to make it show only once and keeping counting the number? if (findNum[i] > 0) { cout <<… Counting sort while taking data from the file Programming Software Development by asia_6969 … guideline... m making a program where i have to apply counting sort on the data which is comma seperated and it… data in an array so that i can apply the counting sort in it.. #include<iostream> #include<cstdlib… Re: counting number (some suggestions needed!) Programming Software Development by VernonDozier …, the summing of the numbers. Don't worry about the counting yet, which is the harder part. Whether you can do… will help tell us where you are. And regarding the counting part, how familiar are you with arrays? Re: counting letters/words Programming Software Development by WaltP [QUOTE=salty11;]that my code, im having trouble with the counting letters and words part, any suggestions?? [/quote] Sure. Explain why …you think it's not counting words and letters. [QUOTE=salty11;]also im not even getting… Re: Counting neighbors game of life. Programming Software Development by Hiroshe … confused as to how to do edges and corner neighbor counting. Do I need an if statement for each corner and…; col-1>=0) neighbors++; You code is already not counting neighbours outside of the grid. Thus, your program should already… counting lesson(for the slow among us) Community Center Geeks' Lounge by moderate_rock48 lets waste some web space by counting i will start us off 1 Re: counting lesson(for the slow among us) Community Center Geeks' Lounge by moderate_rock48 I love counting with cscgal, you cant even tell she is online its like she is.....god.. 5 Re: counting lesson(for the slow among us) Community Center Geeks' Lounge by moderate_rock48 ok since everybody else is being a lamer i guess its just me and cscgal counting, maybe more people will post tommorow. cscgal you live in NY? I wanna visit there someday, looks like a cool place! 7 Re: counting lesson(for the slow among us) Community Center Geeks' Lounge by Dani 11 ... ooh wait! I do have something to say! You failed the counting lesson. You must be slow ... because you said 9 after I said it. :-D I noticed when I saw my last post was post #11 (according to the little white text in the upper right) but I only counted 10. Re: counting lesson(for the slow among us) Community Center Geeks' Lounge by Catweazle I knew Hex once. Took some getting used to counting to base........ 16