5,430 Posted Topics
Re: Your code as it stands does its work on one border at a time. So you have to upend the whole design and think about the animation loop to be not one border at a time but work on all borders inside a single loop. So how to do that? … | |
Re: Think about how users get to the Internet today. You can't count on their location being accurate since they could be using a VPN, Tor or another system. Fix? Just add their timezone to their user profile. | |
Re: You may have to use https://sourceforge.net/projects/equalizerapo/ | |
Re: At 3.5 years the battery can get weird. Can you reveal, find out and share what the battery health looks like? Nod to batterybar. The free one. | |
Re: Let's ask a basic question. Did you association the .RM files with the RM Player app of your choice? | |
Re: I read your deleted post and you may want to clarify if this is a PHP script or an iOS/Android app. You stated it ran on iOS/Android but I haven't deplored PHP wholely on mobile. It's usually some server instance and then a front end on the client. The way … | |
Re: Why yes it can. And small world I just found a tool via Linustechtips that tackles that issue. Watch and see what it is at https://www.youtube.com/watch?v=eyr14_B230o&feature=youtu.be&t=549 You may not want to buy that tool but there are data recovery shops that have it. | |
Re: I'm going with no since PHP is usually not on the client side so the upload happens then you on the server side run your PHP script to do the testing before you use it or apply it to some database. http://php.net/manual/en/function.str-getcsv.php seems a good start. | |
Re: Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question Skip down to Composing a good question. Here you told a portion of what would be needed to troubleshoot the app. My thought is that connecting to the usual SQL is written, not imported. | |
Re: How about 161 (one hundred and sixty one) solutions at https://www.rosettacode.org/wiki/Loops/For I'm a bit surprised this is an assignment today as it's been done to death. | |
Re: @K. Just a thought. Would all the social media account purging have an effect? | |
Re: Keeping in mind this is about POST and not SQL, http://php.net/manual/en/filter.filters.sanitize.php does seem like a good thing. Other sanitizers at http://php.net/manual/en/filter.filters.sanitize.php might be used depending on the need. | |
Re: Welcome to Daniweb. Such a post is going to not be a good 1st post as you skipped over the how to post and what to post. I have to write that your 1st post is not unusual but let's get off on the right foot. Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question Yes, I … | |
Re: Thanks for this article. Here's another that tells a tale of not keeping your products up to date and secure. https://www.wired.com/story/notpetya-cyberattack-ukraine-russia-code-crashed-the-world/?mbid=BottomRelatedStories_Sections_2 | |
Re: Explain what you mean by "when I run it from my board"? Most surfboards don't run apps or have a browser. | |
Re: Even with a client server you'll have to convert strings. For this I open the manual at https://docs.microsoft.com/en-us/cpp/cppcx/strings-c-cx?view=vs-2017 > A Platform::String can contain only char16 characters, or the NULL character. If your application has to work with 8-bit characters, use the String::Data to extract the text as a const wchar_t*. … | |
Re: Did the HDD Fail? Example: https://h30434.www3.hp.com/t5/Notebook-Operating-System-and-Recovery/FAILURE-ID-ON-HARD-DISK-1/td-p/5624546 | |
Re: To look into this I first asked: https://www.google.com/search?q=How+to+report+bugs+to+the+Selenium+team%3F This lead me to https://github.com/SeleniumHQ/selenium/issues so it appears there are plenty of bugs there. https://github.com/SeleniumHQ/selenium goes over requirements that I'd check again before reporting a bug. | |
Re: @RJ, I wanted to see that menu so I tried to login on my Android phone but got stuck in the Dazah and Daniweb login loop. Something seems broken there so that's not going to help in reviving DW if you can't login at all. I put in a top … | |
Re: I'll share that at the 2 year AS type college my son attended had a jobs office. That's where many start. | |
Re: I think the how involves mostly funding. Why do I think this? https://www.google.com/search?q=How+to+create+a+9gag+website So the problem is mostly funding. It can't be a coding issue. | |
Re: Here's why we don't know the error. You didn't share any error message so you are asking for others to install and run your code to find the error message. Try adding more about the error. Also read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question | |
Re: @RJ. I can write that almost all TVs mute when you use the headphone jack. When Amazon Prime Day had the Toshiba Fire TV for a very good price I picked that up as my first 4K TV. Well, it's UHD and I agree what a mess they made with … | |
Re: Just a thought. Both Apple and Android phones can randomize their [MAC address](https://en.wikipedia.org/wiki/MAC_address). I can't guess how you or Linksys identifies the devices but if I turn on MAC address randomization then I can break through the first gen parental controls on most routers. Maybe it's this simple issue that … | |
Re: I read your posts and wonder why not go with HTML5 and javascript instead? 1. Background music seems well done: https://www.google.com/search?q=Background+music+with+HTML5 2. Sound on hover: https://www.google.com/search?q=Sounds+on+hover+with+HTML5 3. I'd leave volume control to the devices. As in, maybe a mute button but volume controls on page are often uncalled for. | |
Re: Good to see that. Still seeing thermalprint in the menus. | |
Re: Why? Just put it on your page with the usual Submit button. Example at https://www.w3schools.com/tags/tag_input.asp | |
Re: I just ran into a new programmer that was thinking clients were like televisions. They wanted their app running on the server to just show up on the client. Simply not going to happen without the client running some app to make it happen (classic setup and not Jurassic setups … | |
Re: Thanks everyone for the entertainment. I've been told that the price of gas is very important for car sales. I drive a Nissan Leaf and have bought 2 tanks of gas in 2 years since that purchase for my own transportation. You can imagine I'm not a good candidate for … | |
Re: This may be a rarely used API call. Read [https://msdn.microsoft.com/en-us/library/system.windows.forms.listviewitem.useitemstyleforsubitems(v=vs.110).aspx](https://msdn.microsoft.com/en-us/library/system.windows.forms.listviewitem.useitemstyleforsubitems(v=vs.110).aspx) Example code is there in C and VB.net. Also pick over the few priors with this -> https://www.google.com/search?q=UseItemStyleForSubItems | |
Re: Too vague. Besides you can google TPM ON ANDROID to see a big void. It wasn't called for either. No reason to do this? | |
Re: It appears they have their own tool chain. I'm only working the Raspberry's for now but here's the Wiki about their own tools. http://wiki.friendlyarm.com/wiki/index.php/NanoPi_NEO_Plus2#Flash_OS_with_eflasher_Utility | |
Re: There are now tutorials about this on the web. Also, https://www.daniweb.com/programming/software-development/threads/434625/c-search-delete-undelete-update-functions | |
Re: I'm thinking the TRIM SQL commands. Oh, yeah, seems a well worn topic. Pick from https://www.google.com/search?q=sql+display+to+2+digits | |
Re: @J. Don't leave out tags and such. This could be web, HTML or something else. Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question before you reply and then update to fill in the missing details and tags. That said, show your work so far. | |
Re: Typography is (from the web). > The art or procedure of arranging type or processing data and printing from it. As such you may have to describe in detail what's not to your liking. Color, spacing, texture? | |
Re: You do have a source of sorts. There are PDF to Word and other convertors so you do that first, edit the resulting text and then print it to PDF with one of the many PDF kits out there. Editing a PDF is pretty much as pty suggests. It's just … | |
Re: I think you have to do a little more work. Read https://stackoverflow.com/a/32872174 | |
Re: Usually a sign of a dead card. There are now numerous pages about this on the web so it's unlikely there is any new ways to get what you didn't backup back short of recovery houses. But do try this in other PCs and especially ones that run Linux. Once … | |
Re: If solved, use the big gold button labeled "Answered? Mark as Solved". | |
Re: I think this is not a very new question as I check priors at https://www.google.com/search?q=Binary+Search+with+multiple+values (your topic!) The common way is to just sort it and the other matches are contiguous so you keep going till no match. | |
Re: Not specific to your choice of tool, I remember I had to pickup a new language and I didn't feel comfortable with it for about 3 months. If you can become proficient in a new language in days, that's pretty amazing. Even after that period I continue to learn more. … | |
Re: Yes. It appears to be non-fatal so my bet is it won't get much attention to be fixed. I've seen this on VS6.0 and VS2008 as well. What do I do? Load the project I need to and get back to it. | |
Re: @all. I tried to use some online Java regex tools and it appears something is indeed different about Java. (duh?) | |
Re: I'd start by correcting the 8 errors https://validator.w3.org/nu/?doc=https%3A%2F%2Fbegold.eu%2F found. As to SEO, that area is something well done. But make your site code perfect would be my first step. | |
Re: I think I'd read priors on CSV comparisons in Python. I like the solution at https://stackoverflow.com/questions/38996033/python-compare-two-csv-files-and-print-out-differences since it covers how to handle one of many situations and would be easy to extend to what you want to do. | |
Re: @cukote. That's a big delta T. But here's a few things. 1. Not all temp apps work right. 2. Check it out in apps like Speccy and CPUz. (see google) If it still that far off, consider having the CPU heatsink checked out. It could have lifted off on a … | |
Re: For line 28 of that client did you try http://104.171.115.164 This is just me giving you a quick thought about how we may have to declare the protocol. PS. Also https://www.google.com/search?q=small+c%2B%2B+web+server+ so you can compare your server to others. | |
Re: As to your dead comment, Facebook did take a huge hit over recent news. Even Elon Musk deleted his company pages there. As it stands today, you should not expect much from your facebook efforts. If you have memes, isn't that something for you to share on say Imgur.com or … | |
Re: This is one of those never ending jobs. But let's mention a few names you can contact for estimates and how deep you want to go down the rabbithole. Dell -> https://datasecurity.dell.com/ IBM -> https://www.ibm.com/security Military? -> https://www.militaryaerospace.com/articles/2018/06/cyber-security-trusted-computing-defense-contractors.html |
The End.