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

I have to ask why do this. I've been watching users for years and they don't care what the URL is if they are shopping.

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

Actually I had hoped you would add some comments so others and I don't have to go perform full reverse engineering on this. Also, you can post code in these forums to save others the extra step of opening pastebin.

Let's say you are adverse to documenting your code, can you at least narrow down which lines to examine? Anything over a few dozen lines needs you to tell others where to look.

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

My view about uncommented code is that you and God knows what it does. As time passes, only God knows.

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

Wait a second, isn't such work what you do professionally?

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

Remember this is your assignment and you didn't ask any questions or tell us where you are stuck. Do that so everyone can see where you need help.

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

Given your past questions, are you developing a web travel portal? How big is your development team?

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

Here, "ipo" is Initial Public Offering.

I can't find any mention of ipo in your code so you need to clarify what IPO is or change the question.

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

While I call that a full stack, I would not skip PHP because you will eventually have to deal with PHP. So with my comment done, have you tried tutorials such as https://www.freecodecamp.org/news/backend-web-development-with-python-full-course/

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

You asked Can you help me compile something with it?

The most common problem I find people to struggle with is the setup of the system. As I wrote above, setup is far too many steps for me to type in a reply. Maybe somewhere someone can copy all that here so I thought the best way to cover setup would be to find what looks like a complete web page about that.

As to the no files in some folder, why should there be files there?

PS: https://stackoverflow.com/questions/41673967/msys2-doesnt-find-mingw64 kicks around the usual issues with this dev kit. I can't know which version or method you used to install.

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

Sadly, something went wrong in your code paste job. But stdlib does have a sort routine so I'm guessing you need a tutorial on that.
Read https://www.tutorialspoint.com/c_standard_library/c_function_qsort.htm

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

So far I've yet to see code supplied to requests like this. Here I find help for when I'm stuck. But I do have to show my work and point out where I'm stuck.

-> What step are you stuck on?

Mahinder_1 commented: i just reply let mee know if u can see down +0
rproffitt 2,701 https://5calls.org Moderator

If there is code that the comment write "resize occurs here" then on review I expect the resize code to be there. Yet it is not?

Uncommented code means you and God knows how it works. Later, only God knows.

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

Again, line 42 calls out that this is where the resize occurs yet I can't find the code for MAC? Why?

razstec commented: that are exception for windows and linux, for mac its define on the def get_window_handle(self): +0
rproffitt 2,701 https://5calls.org Moderator
rproffitt 2,701 https://5calls.org Moderator

Something I found lacking in America's 45th.

Reverend Jim commented: He was a good example of a bad example. +0
rproffitt 2,701 https://5calls.org Moderator

I do not have an Apple to test on but line 42 and forward I don't see code for MAC. Why?

razstec commented: its the def get_window_handle(self): +3
rproffitt 2,701 https://5calls.org Moderator

I can't type all the steps here as I'm just not going to put in that much work. HOWEVER I do see this very well covered at
https://code.visualstudio.com/docs/cpp/config-mingw

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

Sounds like a Techno-mage from Babylon 5. https://babylon5.fandom.com/wiki/Elric

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

Be sure to show your work so far then state what's stopping you. Read 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

I see 74 languages with Rock Paper Scissors at http://rosettacode.org/wiki/Rock-paper-scissors and most if not all have a scoring mechanism.

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

Remember that we ask you provide evidence of your work.

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

If you want to pay for such, consider Upwork and similar outsourcing sites.

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

While I have written in assembly language for a very long time, I'll have to find some common ground to try out your code.

Is there something on the web like Oak or such so I can see what it's doing?
Also, why assembler? I move to C++ or python for my projects today.

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

NDC (New Distribution Capability) is a travel industry-supported program (NDC Program) launched by IATA for the development and market adoption of a new, XML-based data transmission standard (NDC Standard).

  • iata.org

There's more at iata.org's website for developers.

jwenting commented: so it's probably useless as is for travel agents, but potentially useful for those making software for travel agents. +16
rproffitt 2,701 https://5calls.org Moderator

Have to answer no since if NDC was that good, the sellers would have made the sale of the product. I don't sell such here so make those that sell NDC work for the sale as well as answer your questions.

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

When this happens I remove the entire suite and start looking at other antivirus suites. AVG has its own forum so I would check there too as it's a sure bet others didn't want the AVG browser.

That aside, do you know how to set which browser is default?

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

Since you are doing this in Windows, I can't guess if this was in Visual Studio, the powershell command line or something else. But hey, for years folk have noted that Microsoft's implementation doesn't always match (pun intended) what you find in PHP, Linux and other places.

Example read (somewhat deep) at https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_regular_expressions?view=powershell-7.1&viewFallbackFrom=powershell-6

So if you dig deep enough you will find something.

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

You could use any of the online c compilers, add one print line and find out. Why make this any harder?

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

As to the output I don't see any output statements (printf and such.) A highly optimizing compiler would strip out lines 9 to 12 as well as the copy_str() function.

sasha12 commented: just say it did have an output is string bar going to have the string abcd or efghijk. and also what does dest[I]=src[I] mean +0
rproffitt 2,701 https://5calls.org Moderator

I learned long ago to be adept at computer languages. Don't get stuck with just one as the next day you'll have a task or job with another language.

The first formal computer language I learned was Fortran which gave me the basics about data types, logic and more. You have to start somewhere so what are you using now?

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

Sturgeon's rule seems to have two definitions.

  1. 90% of everthing is ....
  2. If you are bad enough at something you won't know you are that bad at something.

As to the "Hell of a way to..." you can find bad manuals on any topic.

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

Any professor or teacher that thinks this is OK needs to move forward many decades.

Never store clear text passwords in a database

So many articles out there on this such as https://medium.com/maclaurin-group/what-is-clear-text-passwords-and-why-you-shouldnt-store-them-e61c604b1fb7

If I were grading this, it would get an instant fail.

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

Some write "everything's broken." I don't want to be dismissive here but 7 or Nougat is still dated. But given the story I'm not ready to call it an OS issue.

I've seen this failure and it's the author or company that hasn't kept their Google Play Store working. You might have to resort to https://www.google.com/search?q=VeryFit+Pro+apk

But sideloading can be yet another adventure or learning experience. For me I did a fair bit of Android app programming so I learned a lot of workarounds and as you expected have run into far too many awful smartphones.

Reverend Jim commented: Sturgeon's rule. Right? +15
rproffitt 2,701 https://5calls.org Moderator

I don't see any questions or where you are stuck. What this looks like is homework or an assignment. Please check the following:

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

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

You can use either in Python but I'd start with Python standards like https://docs.ckan.org/en/ckan-2.7.3/contributing/python.html
OR use what your company or school's standard is.

No reason to lose a grade point over this.

Finally, triple single quotes anyone?

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

Sorry no, but Android 6 (Marshmellow) is rarely seen today. Smartphones seem to only last a few years and this version of Android came out in 2015 with not all developers opting to support old Android versions.

About user instructions, my first Android phone was from Sprint and had a thick user manual full of errors. That was 2010 and the signs were already there about the end of correct documentation. As time passed we learned that each phone maker alters the UI, apps and maybe Android itself (I differentiate the OS from apps here) and since the changes happen with "updates" there is no to little attempt to keep up the documentation.

About where apps install. That is and continues to be problematic for low memory cheap old Android phones.

Even so, after all this the advice continues to be:

  1. Be sure the tracker is fully charged or has new batteries.
  2. Try it with a newer phone with an Android OS from the last two years that has been updated. I've run into phones fresh out of the box that have pairing issues then we update and they work.
rproffitt 2,701 https://5calls.org Moderator

If I were to guess you would fetch "answer" from the web object. As to x? Why not call the rando?

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

As I follow the code, at line 35 both x and answer are undefined so this comparison would be true and why the comparison is true.

Battlecode10 commented: How would I properly define it in this code? I'm not sure how to do it with external Javascript. +0
rproffitt 2,701 https://5calls.org Moderator

2 issues.

  1. The function to_dhms is typed as void yet you try something in line 44.
  2. The value result in line 44 appears to be undeclared. Where is this declared?

Remember that the assignment is as follows so no one can fix this for you without doing your homework. Again:
" That is the entire exercise that I see at https://www.chegg.com/homework-help/questions-and-answers/practice-problem-c-programming-answer-better-explanations-thanks-file-lab2excc-include-inc-q31245952 "

I think you need to review not only the tutorial I linked about called a function but review a tutorial about variables in c.

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

Now that you've told a little more, finding the best would have you write down a list of requirements to find which is best then begin a study. I doubt that is what you need to invest here. Also, you didn't reveal what the hack job was so if you were to hack Windows you most likely would be on Windows but if you were trying to hack a login on some WiFi system then Parrot or something else would be fine.

There is no best. It's like a painter's set or brushes. You pick one that gets the effect you want.

Finally sometimes the hack is not something computer related. If you want to infiltrate a building, a maintenance company shirt, attire, and a clipborad used to get you past the guard and may still work well today.

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

Wouldn't this vary depending on your market? Tell more. Also, what are you doing now?

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

I shared my usual fixes above. Not much new has shown up as causes since then.

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

Which market? Also, for spamming or your clients such as Constant Contact?

nextsmm commented: For my client +0
rproffitt 2,701 https://5calls.org Moderator

That is the entire exercise that I see at https://www.chegg.com/homework-help/questions-and-answers/practice-problem-c-programming-answer-better-explanations-thanks-file-lab2excc-include-inc-q31245952

If I answer your question, I've done your homework. So let's find a tutorial about how to call functions.
https://www.tutorialspoint.com/cprogramming/c_functions.htm looks good.

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

Your explanation of the task or homework is woefully incomplete. Try supply more along with what you feel is wrong with your solution.

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

Have to say it's Google and Facebook.

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

From what I learned running shops long ago it's never changed from:

  1. Products that people want.
  2. Service.
  3. Value.
  4. A little marketing.
rproffitt 2,701 https://5calls.org Moderator

Update: Today I got my COVID-19 booster vaccination.

I still wear my two mask system of the usual blue surgical mask topped with a KN95 mask. The N95 of old has an exhaust vent which isn't good for this intended use so with both masks I'm doing my part as even with full vaccination and the booster I could still catch then spread this virus.

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

Good one. Pun intended.

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

Today I would not write this but use OpenCV or other libraries. Example at https://cppsecrets.com/users/204211510411798104971091085153504964103109971051084699111109/C00-OpenCV-to-rotate-an-image.php

Remember you didn't reveal enough to propose a solution. Also, we never used float to locate the image center.

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

Can't help for a few reasons.

First, this can't be the entire homework assignment.
Second, even with the complete assignment in hand, you must write the code/answer or you may as well get on Upwork.com or Fiverr and pay for someone to do your homework.

Here, everyone will help with where you are stuck but you haven't shown your work so far and where you are stuck.
-> Read https://www.daniweb.com/welcome/rules about homework and assignments.