5,430 Posted Topics

Member Avatar for tun712

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? …

Member Avatar for tun712
0
781
Member Avatar for FarrisFahad

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.

Member Avatar for rproffitt
0
554
Member Avatar for Borzoi
Member Avatar for Nirmit_1

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.

Member Avatar for Sàn Gỗ
0
498
Member Avatar for Alex_91

Let's ask a basic question. Did you association the .RM files with the RM Player app of your choice?

Member Avatar for rproffitt
0
367
Member Avatar for Landalo

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 …

Member Avatar for rproffitt
0
174
Member Avatar for tony75

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.

Member Avatar for tony75
0
2K
Member Avatar for Shankar_7

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.

Member Avatar for rproffitt
0
170
Member Avatar for divinity02

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.

Member Avatar for jwenting
0
537
Member Avatar for Sith_1

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.

Member Avatar for jwenting
0
425
Member Avatar for kiruthi_1

@K. Just a thought. Would all the social media account purging have an effect?

Member Avatar for Sanctum
-1
287
Member Avatar for developer707

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.

Member Avatar for developer707
0
3K
Member Avatar for lancelot_1

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 …

Member Avatar for rproffitt
0
330
Member Avatar for happygeek

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

Member Avatar for rproffitt
1
1K
Member Avatar for Rizwan_8

Explain what you mean by "when I run it from my board"? Most surfboards don't run apps or have a browser.

Member Avatar for alan.davies
0
395
Member Avatar for nitin1

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*. …

Member Avatar for ddanbe
0
5K
Member Avatar for Nejc

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

Member Avatar for Addy_3
0
409
Member Avatar for mattyd

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.

Member Avatar for rproffitt
0
463
Member Avatar for abdelhakeem

@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 …

Member Avatar for rproffitt
2
1K
Member Avatar for V3N0M

I'll share that at the 2 year AS type college my son attended had a jobs office. That's where many start.

Member Avatar for rproffitt
0
437
Member Avatar for FarrisFahad

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.

Member Avatar for pty
0
2K
Member Avatar for s_15

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

Member Avatar for happygeek
0
332
Member Avatar for Reverend Jim

@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 …

Member Avatar for Reverend Jim
0
489
Member Avatar for zillah

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 …

Member Avatar for rproffitt
0
467
Member Avatar for tun712

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.

Member Avatar for tun712
0
3K
Member Avatar for JamesCherrill
Member Avatar for mysunindia
0
370
Member Avatar for Mohamed_106

Why? Just put it on your page with the usual Submit button. Example at https://www.w3schools.com/tags/tag_input.asp

Member Avatar for pty
0
379
Member Avatar for batoolhussain

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 …

Member Avatar for rproffitt
0
487
Member Avatar for Reverend Jim

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 …

Member Avatar for alan.davies
0
3K
Member Avatar for dongtrien

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

Member Avatar for rproffitt
0
985
Member Avatar for Zohre_1

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?

Member Avatar for Zohre_1
0
643
Member Avatar for JIBY_2

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

Member Avatar for rproffitt
0
654
Member Avatar for Wong_2

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

Member Avatar for Softvelopers
0
179
Member Avatar for Mike Bishop

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

Member Avatar for Vijay_32
0
260
Member Avatar for Joan_2

@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.

Member Avatar for John_210
0
229
Member Avatar for tun712

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?

Member Avatar for tun712
0
738
Member Avatar for dev01

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 …

Member Avatar for pty
0
3K
Member Avatar for batoolhussain

I think you have to do a little more work. Read https://stackoverflow.com/a/32872174

Member Avatar for rproffitt
0
1K
Member Avatar for Ritesh_4

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 …

Member Avatar for Harminder_1
0
824
Member Avatar for scheppy

If solved, use the big gold button labeled "Answered? Mark as Solved".

Member Avatar for scheppy
0
407
Member Avatar for Omama

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.

Member Avatar for Reverend Jim
0
807
Member Avatar for Ram Krishna_2

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. …

Member Avatar for alan.davies
0
736
Member Avatar for paul_61

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.

Member Avatar for Reverend Jim
0
590
Member Avatar for scheppy

@all. I tried to use some online Java regex tools and it appears something is indeed different about Java. (duh?)

Member Avatar for JamesCherrill
0
772
Member Avatar for Radrigo

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.

Member Avatar for Aradyas
-1
446
Member Avatar for Jack_44

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.

Member Avatar for Ramij
0
1K
Member Avatar for cukote

@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 …

Member Avatar for rproffitt
0
421
Member Avatar for Addison111

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.

Member Avatar for rproffitt
0
510
Member Avatar for FarrisFahad

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 …

Member Avatar for Christiana_1
0
779
Member Avatar for Eric_26

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

Member Avatar for rproffitt
-2
400

The End.