-
Began Watching program is not displaying the "Student Statistics" and Name in the output.
This program is not displaying the "Student Statistics" and Name in the output. Please solve this issue. Thanks Program Link: https://www.daniweb.com/programming/software-development/threads/469457/project-title-student-record-registration-using-linked-list -
Replied To a Post in Camera App with Transparent Overlay Feature
Remember I won't list specific apps because it comes off like spam. Here's the same three words in the Google Play Store. https://play.google.com/store/search?q=BEFORE%20AFTER%20CAMERA. I bet there are such camera apps … -
Replied To a Post in Camera App with Transparent Overlay Feature
I think this exists. I used a Google search with these three words: BEFORE AFTER CAMERA. To avoid spamming any particular app, I'll share how I found these camera apps. -
Began Watching Camera App with Transparent Overlay Feature
Hey Folks, Hope you are all well. Long time no visit for me, but I had a weird question that I am struggling to answer and thought somebody here may … -
Endorsed Dani
-
Endorsed Dani
-
Endorsed AndrisP
-
Endorsed pty
-
Endorsed pty
-
Endorsed ryantroop
-
Endorsed pritaeas
-
Endorsed jkon
-
Endorsed pritaeas
-
Endorsed Dani
-
Endorsed alan.davies
-
Endorsed Reverend Jim
-
Gave Reputation to jkon in Return array from prepared statement
Md.Shams , rproffitt is right (for some reason I can't upvote his comment). I disagree about the "good tutorial" part , I can't see any other reason for resurrecting a 4 year … -
Replied To a Post in how to display a image in c
@Yam, The code above is from another time. The code does not look like it will work with many images today and then Windows. At 11 years later, you should … -
Began Watching how to display a image in c
Hi friends. Please tell me how to display a image file on the screen in C? If u r kind to me, send the code snippet. -
Replied To a Post in Trump
> Looting the state with almost total impunity. Increasingly, the corruption has come to seem not like an aberration, a flaw in the system, but rather the system itself. From … -
Gave Reputation to Reverend Jim in Trump
I presume you heard what happened in Wisconsin? A 10-year seat on the state supreme court opened up and the GOP forced an election at the height of the pandemic … -
Replied To a Post in Trump
What if 9/11 was going to happen every day for the foreseeable future? The last 2 days have seen over 2,000 COVID deaths in the USA. That's a 9/11 every … -
Gave Reputation to Dani in Googlebot ignores robots.txt
While researching ideas to improve crawl budget, I stumbled upon [this article](https://searchengineland.com/how-crawl-budget-has-changed-in-the-last-2-years-316862) over at Search Engine Land. It alludes to the idea that: > Google bot may assume you've made … -
Gave Reputation to rakeshkapoor992 in Google my business
Well there is a possibility that it become paid . Maybe they will charge for some features . A great GMB profile can bring a lot of business so there … -
Began Watching Uppercase checker C# VS
Is their a program in which it will determine if a letter in a textbox is uppercase? This program is for Password checker as it will only be granted if … -
Replied To a Post in Googlebot ignores robots.txt
Just for clarity. I read yet another in the way too many discussions on this and the original poster was upset that no one understood their question. Their concern was … -
Gave Reputation to Dani in Googlebot ignores robots.txt
> Time for Google's own to give up ideas. This isn't the type of thing that Google representatives will officially comment on. This is the type of thing that's often … -
Gave Reputation to Dani in Googlebot ignores robots.txt
> Time for Google's own to give up ideas. This isn't the type of thing that Google representatives will officially comment on. This is the type of thing that's often … -
Replied To a Post in Googlebot ignores robots.txt
Time for Google's own to give up ideas. Given the Google Seach Console (GSC) gives it a passing grade tells me that that likelihood of fake googlebot requests just went … -
Replied To a Post in Googlebot ignores robots.txt
I read the GSC Live Test tool does test for blocking by robots.txt. Maybe that's next. -
Replied To a Post in Googlebot ignores robots.txt
I'm hearing more about fake googlebot requests. Maybe that? PS. Google those 3 words to find out more. Also: https://support.google.com/webmasters/answer/80553 -
Began Watching Googlebot ignores robots.txt
I'm noticing Googlebot is not respecting my robots.txt. I'm seeing Googlebot's user agent crawling pages that have been in my robots.txt file for many months. Some of them are showing … -
Replied To a Post in Google my business
Thanks Dani, When I clicked to read this thread the title was not on screen but yes it's in the URL. That's my only excuse here. Guess I need to … -
Replied To a Post in Looking for contributors for a new open source coding education platform
As is this is spam to me. I could not look at what you have without an email address and I have no idea if you are storing these securely. … -
Began Watching Looking for contributors for a new open source coding education platform
I'm in the process of developing a free open source online platform/course for complete beginners to teach themselves coding in Python. See https://github.com/alexmojaki/futurecoder for more information or try out the … -
Replied To a Post in code for these two programs
I cheated and used the [sort() function](https://en.wikipedia.org/wiki/Sort_(C%2B%2B)) since it's part of the standard library. Since the job is to write a program to sort, that looks rather basic as we … -
Began Watching code for these two programs
Write a program to sort an array of integers in ascending order by using pointers Write a program to sort an array of integers in descending order by using pointers -
Replied To a Post in Looking for postal code information and street info
Not possible it seems. Why? The names are changing but if there is such a thing, your government would have it. Here's why what you asked will be incorrect in … -
Began Watching Looking for postal code information and street info
Hi there, Not sure if I am in the right place, but I wanted to ask where I can access a csv file for all the streets in Belgium? -
Replied To a Post in How to Find RD Muture value (Yearly,Half yearly,Quarterly, Monthly)
"Reusable Code Snippet" posts should include more detail about how to use and read as a tutorial too if possible. -
Began Watching How to Find RD Muture value (Yearly,Half yearly,Quarterly, Monthly)
'call it like List1.Clear List1.AddItem RDMature(Val(Text1.Text), Val(Text2.Text), Val(Text3.Text), 12) List1.AddItem RDMature(Val(Text1.Text), Val(Text2.Text), Val(Text3.Text), 2) List1.AddItem RDMature(Val(Text1.Text), Val(Text2.Text), Val(Text3.Text), 4) List1.AddItem RDMature(Val(Text1.Text), Val(Text2.Text), Val(Text3.Text), 1) -
Replied To a Post in Problem in stretching video using windows media player control
Then it appears you may have found limitations of Windows Media Player. Try something with some power to it like VLC Player. I see {ritaeas also answered in your duplicate … -
Gave Reputation to Md.Shams in Return array from prepared statement
The solution is much easy after execute() do these: //create an empty array $dataArry = array(); //Fetch result to an array $result = $stmt->get_result(); while($row = $result->fetch_array(MYSQLI_ASSOC)) { array_push($dataArry, $row); … -
Replied To a Post in Hi everyone, I'm Kate Lauren
A big tip I got long ago was to listen to the customer. Also, it's not always about the price but that you have what they need at a reasonable … -
Began Watching Hi everyone, I'm Kate Lauren
I am running online store. I am intrested to learning marketing tips -
Replied To a Post in Problem in stretching video using windows media player control
Yup. I don't expect a fix to old versions as Microsoft leaves them behind. Checking Windows 10, Windows Media Player is version 12 so test against what many use today. -
Began Watching Problem in stretching video using windows media player control
I am using windows media player 9 and set the stretchtofit property to true.I find black areas on left and right side of video.My system has windows 10 and is … -
Replied To a Post in Google my business
I googled GMB and here the first hit heralded "DON'T DIE WITHOUT EXPLORING WHAT YOUR BODY IS TRULY CAPABLE OF". One of the problems of using acronyms is that not … -
Began Watching Google my business
What do you think of the possibility that GMB could become paid? -
Replied To a Post in check if mouse cursor is out of listview area
That has to be yes. You would write code to find your listview area then movement picks up where it is then compare. However this sounds like a bad UI …
The End.