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

I searched DANIWEB to see if such was asked before. Try this link:
https://www.daniweb.com/programming/software-development/code/260268/restart-your-python-program

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

That project should be attempted over a few days if you are a seasoned R programmer. If you are new to R then you would allocate time to complete courses then begin the work.

Is this homework? If so then review the classwork to this point as your class should build up to this assignment.

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

I think it's at https://books.google.com/books?id=Gm2hzeWhou0C&pg=PA13&source=gbs_toc_r&cad=4#v=onepage&q&f=false

I skimmed to page 43 and it looks like it's free to read.

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

No.

You asked if it would "support" not if it might work. Overclocking has from my experience been hit or miss but no maker supports it.

This means you try it and hope.

Reverend Jim commented: Ambiguity - the devil's volleyball (Emo Phillips) +14
rproffitt 2,701 https://5calls.org Moderator

You may be feeling very alone. VB6 showed up over 20 years ago and there are deep issues with it running on today's Windows 10.

I suggest you move up to Visual Basic that's out now along with your new Matlab so you can ask them for support. Otherwise my bet is it's you and Google.

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

Regarding the media no longer calls on him, part of that is a new rule where "Reporters were barred from recording video or audio footage during Monday afternoon's White House press briefing."

This is in the news so no links from me. Said video and audio barring appears to be extending to meetings with all party members, their leader and is only allowed when they say so.

@RJ. Yes I know "the people who know what they are doing have either been fired or muzzled ..." Scary. Be safe.

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

This just in:

  1. 350 hospitals workers exposed to COVID-19 but are not sent home because "the heavy volume of cases scotched plans to furlough workers who had been potentially exposed to the virus." https://news.trust.org/item/20200308001731-hjzm5?ref=hvper.com
  2. Nursing homes are having outbreaks. https://globalnews.ca/news/6645886/coronavirus-nursing-home-fears/ and others.
  3. Medical Screeners at airports such as LAX have contracted COVID-19. "They are assuring us we are safe. If we were safe, screeners would not be getting sick."

This is not contained. The view I see is the US Gov is unwilling to take the actions required.

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

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

Yes.

chirag_11 commented: what is this +0
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

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

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

Nod to JamesCherrill.

My work involved and still does getting products out of the engineering cycle and into the world or production.

One of our company's best methods for doing that is to produce or use what is known as "the user manual." If you read books you may find this method in "The HP Way." While HP in my opinion has lost their way since about 2000 what we learned is this: If the product functions exactly as described in the user manual then you may completed your engineering cycle.

This can upset the engineering staff so be sure to listen to their concerns so you don't put out a 737-MAX product. Fix those and try the test as you being the user.

The buyers and users don't care if variables are in camel case or not. They only care if the product does what it is supposed to do, is reliable, lasts a good time and maybe serviced later.

I'm going to offend many by writing this but I wish I'd used this method on more projects that were mired in a design, redesign loop.

wwwalker commented: 737-MAX should have had its GUI tested before shipping. It was a tragedy that 2 planes had to crash before they grounded the plane. +2
rproffitt 2,701 https://5calls.org Moderator

@Xozz. I had hoped you would tell me where you got Code Blocks so I could see if they had a tutorial for first time users. But you didn't so try this one: https://www3.ntu.edu.sg/home/ehchua/programming/howto/CodeBlocks_HowTo.html

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

This reminds me of one metric of a Social Credit Score. Your metric is just one of many you can implement. I'm not saying you should but there are many social scoring metrics to explore. For example read https://en.wikipedia.org/wiki/Social_Credit_System then think about your business, company or country and what else you could apply a score to.

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

Rare but can happen. Since there is little known about the laptop I can't make a guess. I will share this mostly seems to happen on older laptops where the boot drive is old technology HDD. Tell more about this machine. Also, uninstall MWB to see if it resumes performance. I also will guess it's on Windows 10 so you already have some protection in Windows Defender so there's not much reason to enable the real time protection of MWB.

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

Time to talk to the chain's IT department about an UTM (Unified Threat Management) device. I may be dated on this but names like Fortinet, Cyberoam (now Sophos), DELL Sonicwall come to mind. I do not offer support for these so your IT should draw up the usual RFQ or implement as they see fit.

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

If I needed such I would turn to a source like https://www.chartjs.org/samples/latest/ so I would have my chart and move on to the next issue in my site. Remember I take it this is production work and not homework.

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

That would be amazing to find a conversion. I looked at line 1 and find an Amazon Web Services (AWS) interface so all that would have to be coded as well. As such I hope you have a lot of time to convert this.

Here's an idea, why not call this .py from your Java and get it done by any means possible?

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

@JC, if they were declared then I'd expect them to be used on lines 9 and 22 as well. As it stands, only the OP can tell us what's up.

JamesCherrill commented: I think that's what I said! +15
rproffitt 2,701 https://5calls.org Moderator

Thanks for this fix.

However. (You knew this would happen.)

Look at https://www.daniweb.com/programming/web-development/threads/451966/how-to-create-pdf-report-in-php#post2257830 and the popover is uncalled for since there is nothing to show. Picture:
ThumbshotDani.png

This rather huge popover may be of interest when you are developing but here it's a distraction, questions why it is even trying and blocks you from reading what is there.

On top of that I have to use Control+Click on the link to get the link in a new tab which is fine until you see this popover won't die when the mouse is moved off the link. The popover sticks around like a zombie until I click on the screen.

Suggestion: Don't pop if "Thumbshot Not Available."

SubbuPD commented: True +0
rproffitt 2,701 https://5calls.org Moderator

https://superuser.com/questions/1008349/unable-to-connect-to-localhost-after-windows-10-upgrade notes two things I've done to resolve this.

  1. Ping 127.0.0.1 (strange that fixes it).
  2. Open the hosts file and correct it if need be.
rproffitt 2,701 https://5calls.org Moderator

You'll have to share the scale of the work. Is this something on the scale of Amazon?
Why not use ready to run systems like GoDaddy offers? Then it's cheap, say 50 bucks.

Dani commented: GoDaddy online store is $30/mo +0
rproffitt 2,701 https://5calls.org Moderator

Can you share your command line details as well as show tables?

Example: https://alvinalexander.com/blog/post/mysql/list-tables-in-mysql-database

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

For this I'd turn to prior works, libraries and discussions as found by https://www.google.com/search?client=opera&q=Solving+linear+equations+in+Java

While you could code up a solution for your example it would not be extensible. Plus all it would do is follow your own problem solution steps.

Daniel_118 commented: Would you mind showing me what that looks like for my example +0
rproffitt 2,701 https://5calls.org Moderator

@Dani, I'm still unsure of how to respond to folk that want the SEO results to:

  1. Get them on the first 10 search results.
  2. Do this in a few days or one week.
  3. Have no budget for advertising.
  4. And just so happen to be either a MLM or SEO company.

But you are right. black hat SEO is best avoided. I think it's fair what happens to those that try that.

Richard_103 commented: The discussion on whether SEO is dead raises important points about the evolving nature of digital marketing. +0
rproffitt 2,701 https://5calls.org Moderator

Way too many reasons. That is, you have your work cut out for you now. Here's two articles that list what I would be checking.

  1. https://support.google.com/webmasters/answer/40052?hl=en
  2. https://bloggingtips.guru/google-deindexed-reasons-and-recovery-solutions/
rproffitt 2,701 https://5calls.org Moderator

@Punit_2. Burying your request is a hijack among other problems. Your choices here mean not much may happen since you stumbled out of the gate. Try a new post all your own and show your work, explain what stopped you.

If you need this done by others then put the work up for bid or tell how much you'll pay. Here, it's you doing the work and calling on others to get you out of a rut when you are stuck. That is, no one will do your work for you today.

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

No more guessing. I sent them a DaniWeb direct message asking for more detail.

Dani commented: Yay! +0
rproffitt 2,701 https://5calls.org Moderator

This is a diagram as I see DaniWeb communications. There's email involved as we get alerts to activity.
danichat.png
Note: Source XKCD comics with a light edit.

rserhatduyun hopefully with clear up what they have and what they want. Their last two words at the top post were "WRITE MARKETING." which to me is what your sales or lead generation people do.

Given today's market I'd head straight to ebooks and Amazon.

Dani commented: Love how <DaniWeb> was added there! +16
rproffitt 2,701 https://5calls.org Moderator

Private message is like an email so I think the rule applies. Let's hope rserhatduygun tells more about what they need.

The reply so far sounds like they are soliciting for sales positions.

rserhatduygun commented: I think I have made it very clear what I need. I'm looking for someone capable of preparing a marketing content. +0
rproffitt 2,701 https://5calls.org Moderator

An Iranian government official seemed to suggest that President Trump’s properties could be potential targets in retaliation for the US targeted killing of Iranian general Qassem Soleimani.

I'm not sure how this will play out but most say this makes his properties less appealing than ever before. Also, should US forces defend said properties?

Agilemind commented: They have to because innocent civilians still work & live there. Let's not have our hatred of Trump make us become as bad as him. +0
rproffitt 2,701 https://5calls.org Moderator

Good to see you still working (in the mine?) on this. I think https://docs.microsoft.com/en-us/windows/win32/ipc/pipes is the defacto source on pipes for Windows.

But. The last time we (at an office with fellow programmers) tried to build around Microsoft Pipes it failed so we moved on. In the long run it was a good thing as it gave the app legs to work across networks and even Linux.

As to your comment about security, that's up to us to send messages that are encrypted if need be.

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

We’re a passionate team of professionals who design, develop, and deploy ...

Sound familiar? Maybe it's time to ask them to help out or to find more talent?
Sorry but there's a lot of spam out there by folk that run a company and post insincere requests.

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

That's a poor explanation of what may be someone's homework. One could fulfill this by printing the arrow then the random value.

Besides that, where's your code and where are you stuck?

I rarely see anyone write your code for you. Maybe some psuedocode but no more unless it's to fix a stubborn line that just eludes us.

PS. I see your topic title mentions "assembly" but for which CPU? I think I've written assembly code for over 20 processors over the years. Not that it will help here but there are now virtual assembler systems as well as real ones. CALL OUT WHICH SYSTEM YOU ARE TARGETING. Some use serial ports for text i/o or on x86 make BIOS calls and then for the really adventurous there's assembly on an Android platform.

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

This works, but you have to specify each cell in the row.

Noted elsewhere:

Conditional Formatting is the same as adding one or more formulas to each cell in which you use it

Example from https://www.c-sharpcorner.com/UploadFile/f0e144/excel-apply-conditional-formatting-in-VB-Net/
I'd say that's a pretty specific prior as they note we have to apply the conditional format to each cell plus they show changing the font color.

FranAust commented: This will definitely work, maybe someone knows another way? +0
rproffitt 2,701 https://5calls.org Moderator

Aha, I think I see your real question now. It's something like: Why does (blank) work in Kdevelop but not gcc?

I would be guessing that the settings, paths and libraries differ from one system to the other. As I don't use your noted library I can't do the detective work for you. Sorry but I missed the short version of your question such as "How do I use (blank) but with a gcc command line compile? My bet is there will be a make file in your future.

Frankly for whatever you are doing why not use Kdevelop, get it done and move to the next project?