rproffitt 2,701 https://5calls.org Moderator

I'm still maintaining my old VB6 apps. For your case you do as the message says.

No one here should help you for a very simple reason. It's like writing "help me jack this car."

If the company has folded then you start the search for a new app or write your own.

rproffitt 2,701 https://5calls.org Moderator

It appears you have this up on at least three sites. Two so far have either asked you more questions or closed your question for not being focused.

You also seem to have replied "Implemented the algorithm dfs" but didn't share the code or focused on what has stopped you. I see others downvoting and closing your question so take that as a learning moment and think over why this is happening. Now you can refocus on what has stumped you and ask that question.

rproffitt 2,701 https://5calls.org Moderator

You could learn the commands ASSOC and FTYPE since I see no setting in either Apple OS or Windows 10 to lock out changes.
Examples abound about these so why not make a batch file to set it without all the GUI click click click boom?

rproffitt 2,701 https://5calls.org Moderator

Do you really want me to answer the TP question? If you insist, sure.

I'm in San Diego with friends in Canada, England etc.

  1. San Diego AT&T stores shut down for deep cleaning as an employee tests positive for COVAD-19.
  2. Asian food restaurants in Vancouver (well Richmond B.C.) have no waiting for a table. Urban Myth that you can get the virus there.
  3. There are little to no hand sanitizer bottles at stores in San Diego and Vancouver.
  4. Costco ran out of toilet paper in Omaha Nebraska and here in San Diego.

Yes that's only a few cities but I'm hearing similar panic buying and spooked herd behavior in many cities.

And yes, Amazon the online retailer is out of a lot of items with price gouging replacements filling in. I hope folk don't buy when it's a price way out of line.

rproffitt 2,701 https://5calls.org Moderator

It showed you the Exception when? You didn't tell.

Also, example where it should throw an exception noted at https://chortle.ccsu.edu/Java5/Notes/chap80/ch80_4.html (yes, dated but still true.)

Did you type in Rats?

rproffitt 2,701 https://5calls.org Moderator

That will take more than code. Today's Windows no longer autorun code when a stick or other media is plugged in.

Why? Because it became an all too easy infection vector.

rproffitt 2,701 https://5calls.org Moderator

I see this made the news at https://www.marketwatch.com/story/senator-says-amazon-not-doing-enough-to-prevent-coronavirus-related-price-gouging-2020-03-04?mod=technology

It's about the N95 masks. Here's a few pictures I took at the local supermarket. The same empty shelves were at Trader Joes for toilet paper, cleaning wipes and hand sanitizer.

  1. https://photos.app.goo.gl/BVUCeAfTWrHtWvxc9
  2. https://photos.app.goo.gl/zHZHGfUtoJWB2GxV8

That seems to be across the USA now. The hand sanitizer I understand but the TP? I can't find a news story to explain that one.

rproffitt 2,701 https://5calls.org Moderator

I won't get into the weeds here but this looks like the parsing job could be a few lines at most. I'd use the .Split method.

Read how at https://docs.microsoft.com/en-us/dotnet/csharp/how-to/parse-strings-using-split
Yes, they do mention CSV which is the style of input you asked about here.

rproffitt 2,701 https://5calls.org Moderator

How "bulletproof" must this be? I have to ask since the usual (link) seems like I could workaround such restrictions.

rproffitt 2,701 https://5calls.org Moderator

Your choice of topic tags don't give me a good direction here. So let's try it this way. Remember your system analysis classes and think about how you do this with a paper system. Now resize this to fit your screens and you should be on your way.

Can you explain how or why vb.net is on that tag list? HTML to me means you would/could be doing this with the usual LAMP stack.

rproffitt 2,701 https://5calls.org Moderator

I'd reconsider using a proxy. Today I think I use a proxy maybe once in some thousand plus locations so you really need to ask why you are using a proxy.

rproffitt 2,701 https://5calls.org Moderator

Welcome. Please keep the forums spam free.

rproffitt 2,701 https://5calls.org Moderator

Small world. I have stories about such. The best one is where I was asked years ago and answered GoDaddy. Low 6 figures "blown" over 5 years, a few consultants and at the 5 year mark they fired all of them and asked yet another consultant. The answer was again GoDaddy which their site came online the very next week and sales the week after that.

I could write more but you also noted Effective in prior posts so you do have developers to chat with besides here.

The staff at the company I told the story about are not programmers. They do and are doing great.

rproffitt 2,701 https://5calls.org Moderator

Do provide evidence of having done some work yourself if posting questions from school or work assignments
https://www.daniweb.com/welcome/rules

I think that sums up how your new discussion failed.

rproffitt 2,701 https://5calls.org Moderator

What I see is what could be delivered via a web page. Apple would reject that. I see they explained why so I'll not duplicate and possibly confuse that response.

As to Android, the rules allow what you did so that's going to go ahead.

What I do see is what and mind you I've only seen this today and will not sign up or install this app to try it out since I can't be sure what it really does (no source) in the background so to me this seems to duplicate what Youtube does for media, channels, etc. So you have that working against you plus Apple's own rules.

Fix? Make a web version so iUsers can get at your content and system.

SimonIoa commented: Thanks for your time rproffitt. I got it. No source? +0
rproffitt 2,701 https://5calls.org Moderator

Maybe I wasn't clear in my Question which is "What is it?"

If you have some app that is a browser then they will reject it as they have Safari. Tell us what this app is and how it is really different from Safari.

SimonIoa commented: this is my app on Google Play https://play.google.com/store/apps/details?id=com.rovespier.mobile +5
rproffitt 2,701 https://5calls.org Moderator

I'm reminded of what The Cat said in Red Dwarf.
whatisit.gif

Remember that folk that make apps like a browser or MP3 player get rejected all the time. That's been discussed so I think we have to start with Red Dwarf's rather famous question which is "What is it?"

rproffitt 2,701 https://5calls.org Moderator
rproffitt 2,701 https://5calls.org Moderator

I researched this a bit with "a cube in javafx that have 6 different textures on each side of the cube" using the usual search engine and it appears that there are a lot of prior discussions but you want "6 different textures on each side" which to me reads as one side would have 6 textures and since a cube has 6 sides you have some 36 textures overall. To get to that you would create your image that has those 6 textures for each of the 6 sides then all that image to the side of choice.

Remember that given all the prior work on such an assignment (do tell if this is your homework assignment) I won't get into the actual code.

Vin vin commented: this is not a homework assignment, and btw, I like to have 6 textures on 6 sides of a cube. +1
rproffitt 2,701 https://5calls.org Moderator

Sorry but the video looked normal to me. I wonder if you tried it on a few dozen machines and phones? We did. Result? Some were smoother.

rproffitt 2,701 https://5calls.org Moderator

Yes.

chirag_11 commented: what is this +0
rproffitt 2,701 https://5calls.org Moderator

Google (the company) constantly updates. Seems to catch folk new to SEO or other TLA and FLAs flat to surprised. Get ready for a long ride.

rproffitt 2,701 https://5calls.org Moderator

Hums "Jenny (867-5309)"...

rproffitt 2,701 https://5calls.org Moderator

This looks like code for a very old Legacy pre-EUFI BIOS system. It's also uncommented so I will not go looking up the BIOS calls but they do look familiar but it's been over 20 years since I used this system. Why so long? EUFI and little reason to alter the boot area. Also for keyloggers we changed to hardware keyloggers. So far undetectable with virus and other scans.

kunfuupaanda32 commented: Some promising and positive news rolling in from the avionics area of India, for both homegrown and worldwide flights. While homegrown air traffic de +0
rproffitt 2,701 https://5calls.org Moderator

Sorry but the video does not look glitchy to me. Keep in mind I was on teams with GPS tracker development and it does jump a bit at times but I saw no glitch.

rproffitt 2,701 https://5calls.org Moderator

There's more to this than what is revealed above. Files can be set READ ONLY and all you shared above would be true yet you get an error message.

Get to the command line (it's been with us for what?, over 3 decades) and check out what the file's Attrib output reports.

Also, accessing other user's files can cause this. Even moreso across a network share. You have more to look into if your login is not "x0r".

rproffitt 2,701 https://5calls.org Moderator

The Vimeo link says "Sorry, we couldn’t find that page". Here Google Maps seem fine. Have others test this for you.

rproffitt 2,701 https://5calls.org Moderator

That's 12 lines of code. Which one failed?

rproffitt 2,701 https://5calls.org Moderator

I'd write that this is a doomed project because no one uses Excel as a backend for the database. At least not more than a few times before they understand why.

This reminds me of the person selling death sticks from Star Wars.

I want to use Excel as my backend. (new developer)
You want to go home and rethink your life. (Jedi Master)

Also, check out the community rules at https://www.daniweb.com/welcome/rules

Do provide evidence of having done some work yourself if posting questions from school or work assignments

rproffitt 2,701 https://5calls.org Moderator

@JamesCherrill. I wish I had kept the photos a buddy sent me of such a center in the most populous democratic country in the world (It's not USA.)

They were giving a tour and they pointed out their biggest productivity booster to him. It was an industrial ceiling fan. No air conditioning. A true sweat shop. Yes, it was a sort of Hell on Earth.

JamesCherrill commented: Hell’s too good for them +15
rproffitt 2,701 https://5calls.org Moderator

This varies with the development system. In Visual C++ it usually gives us a starter framework and you add more as you need them.

That said the app is very common so I'd research with the following string:
https://www.google.com/search?q=How+to+Find+or+Validate+an+IP+Address+c%2B%2B

Seems there are an abundance of priors for this one.

rproffitt 2,701 https://5calls.org Moderator

A few things.

  1. https://www.reddit.com/r/learnpython/comments/f2f78n/python_hook_pynput_restart_thread_after_specific/ seems to noted same issue. Doesn't seem to be just you.
  2. https://github.com/moses-palmer/pynput/issues looks very active. If you feel this is a bug, try there.

I take it you added the "following code" I linked to and it did nothing.

ppel123 commented: Yes I posted this on Reddit but nobody helped me :( +0
rproffitt 2,701 https://5calls.org Moderator

This is strictly a guess. I'd want to see what langdetect is doing. Also read and try implementing the code on the URL to follow after the text:
"To enforce consistent results, call following code before the first language detection:"
https://pypi.org/project/langdetect/

rproffitt 2,701 https://5calls.org Moderator

I can't find the restriction you noted (commercial use) at https://waikato.github.io/weka-wiki/faq/

Maybe you meant you couldn't commit to open source for your product?

rproffitt 2,701 https://5calls.org Moderator

Wait a minute. You appear to work for or own a SEO company. Shouldn't you be writing the answers to this?

rproffitt 2,701 https://5calls.org Moderator

That would be news to me regarding disabling Windows File Explorer. All the folk I know installed another file explorer. Not sure if disabling WFE is a good idea.

rproffitt 2,701 https://5calls.org Moderator

This is a common complaint about Windows File Explorer compared to Windows before 10. It's time to find other file browsers. There are too many out there so I can't test them for you to see if what you want is supported.

I recall folk that were demanding tried XYExplorer and others at https://alternativeto.net/software/explorerxp/

rproffitt 2,701 https://5calls.org Moderator

Sorry no. But I did read https://www.progress.com/tutorials/odbc/using-php and it appears you have to configure a data source through the ODBC Administrator. I didn't see you mention this work.

rproffitt 2,701 https://5calls.org Moderator

Why does this sound like Facebook API and what agencies do there?

I can only say that for the times I worked at/with/for companies they did not use Facebook so adverts were about the product and benefits and were not using what Facebook offers.

Marpipe commented: I'm not talking about FB DCO, though they do collect some data. I'm more interested in learning about what colors, images, copy, etc. work +0
rproffitt 2,701 https://5calls.org Moderator

Just for clarity, https://en.wikipedia.org/wiki/Hero_image doesn't seem to mean there is delay. Since this appears to be dependent on the user's phone, PC or such maybe the issue is not your code.

rproffitt 2,701 https://5calls.org Moderator

That happened. Hope none of you are in North Korea as the penalty for having or suspected of having COVAD-19 is quite stiff.

rproffitt 2,701 https://5calls.org Moderator

Should you adher to the C++ standard here and preface these with an underscore?

Read https://en.cppreference.com/w/cpp/language/user_literal

rproffitt 2,701 https://5calls.org Moderator

I'm going to decline writing a long answer. I will say I use the windows forms app.

rproffitt 2,701 https://5calls.org Moderator

I'm going to have to be told more. VB6 apps as far as I know don't run on Ubuntu. So until you reveal more, I'm going to write this will never happen.

rproffitt 2,701 https://5calls.org Moderator

I would be guessing you need someone to convert this to Java but why not take it line by line and use a tutorial for each line?

The first line I would search with https://www.google.com/search?client=opera&q=Java+user+input+tutorial

Then you would search for a tutorial on math operations then how to print. Seems a little work on your part could take you very far.

rproffitt 2,701 https://5calls.org Moderator

https://www.daniweb.com/welcome/rules tells us you have to show evidence of your work as in code.

Your post seems to be asking for others to write the app or code for you.

With that out of the way, can you share what is stopping you from writing your app?

Jorge_16 commented: How can I edit this post? +0
rproffitt 2,701 https://5calls.org Moderator

.ToUpper looks correct. Check out https://docs.microsoft.com/en-us/dotnet/api/system.string.toupper?view=netframework-4.8#System_String_ToUpper

Note what str2 and str3 are as the example runs.

rproffitt 2,701 https://5calls.org Moderator

So what dates need to be supported?
Why not use DateDiff? (I already noted where it can fail.)

rproffitt 2,701 https://5calls.org Moderator

Therein lies madness.

I'm not kidding. If you research our date system you find that due to history some days are missing so many days between dates only works for specific years.

As to reading I'd look up DateDiff or https://www.google.com/search?&q=c%23+datediff

Does this have to work for say dates BC and AD and all time?

rproffitt 2,701 https://5calls.org Moderator

I have to ask. What does a VPN have to do with ASO?