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

Line 6 is incorrect so I didn't make it past that. Compare this to other working code.

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

So much left unwritten. I don't see how grid was declared, the value i might not be initialized and there are usually some references to which C library will be used in the first few lines. I'll write incomplete code means I would be guessing here.

tethered_cable commented: I isolated the problem to these few lines, and initialized char grid[3][3], along with the other vars. +0
rproffitt 2,701 https://5calls.org Moderator

I'm not an SEO person but isn't this about you working your SEO?

tsend3 commented: I wanna learn about seo traffic for cpa +0
rproffitt 2,701 https://5calls.org Moderator

I'm on my workhorse PC and don't have the Java runtime installed for security reasons. How would you get your app to run?

Also, since I already have fine photo apps for free such as Paint.NET, The GIMP and others, are you sure we need another photo/paint app?

ivy.inc.Hugh commented: Integrated media development system I think you need +0
rproffitt 2,701 https://5calls.org Moderator

You already have code so that's done. Maybe you meant to ask how to encrypt a file but didn't know the word until now. I will not guess what you want. Even if the question was how to encrypt a file, the code appears to do that.

-> Write clearly what your questions are.

Remember, you have the code above so I take it you read PHP docs and discovered https://www.php.net/manual/en/function.base64-encode.php

piticu8120 commented: I want to know can encode php files +0
rproffitt 2,701 https://5calls.org Moderator

You're going to have to explain yourself. You have coded the above and so that's done. What more is to be done?

piticu8120 commented: I got that from internet and i want to know how i can encode like that +0
rproffitt 2,701 https://5calls.org Moderator

That looks coded to me. Can you explain further what your goal here is? I would be guessing you were trying to ask about encrypting and hiding PHP code but picked the wrong word. If that was your question then why didn't prior discussions work for you?

piticu8120 commented: I want to know how i can encode a file like that +0
rproffitt 2,701 https://5calls.org Moderator

What stops you from doing this. Be specific. If you need to have it done for you, consider Upwork, etc.

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

I recall this being an issue in many versions of Windows. From memory it's a driver issue so you'll have to decide if you must handle deficient drivers in your code. I mean, your code most likely already had queried the display resolution so why was this done again?

SCBWV commented: Good point. I'll have to move that piece of code somewhere else. Can't imagine someone would change resolutions often. +6
rproffitt 2,701 https://5calls.org Moderator

While the big picture of what you are attempting to do is missing, let's see if httpclient works. Read some from https://www.google.com/search?q=Java+posting+with+httpclient

____ commented: i need to upload the data to the url but that still helped me a bit to learn something thanks +0
rproffitt 2,701 https://5calls.org Moderator

I had an idea but then looked on the web with https://www.google.com/search?client=opera&q=system-wide+_ifdef%3F to discover others already commenting.

To pull this off, you never do something oddball. Put what you need in the code, submit it to the source management system you use (you didn't tell) and if you don't want it in the final build, use the usual VS debug build for your needs and then for production, your ifdef omits this code.

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

I'd look into filing a GDPR complaint.

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

While poorly formatted to the point of unreadable, you didn't ask a question or tell us where you are stuck.

Hiruni_3 commented: can you share java code for this question +0
rproffitt 2,701 https://5calls.org Moderator

For gaming I found I need pretty high end systems to get high performance unless I'm running an old game such as Doom. Details are absent here but I have run into folk trying to write a game (console or not) on old laptops with Intel graphics and they are like Dorothy in the Wizard of Oz. A little lost but at the beginning of the journey. Eventually they learn that you can only milk lower end PCs for so much or move to a better machine. About 1 in 100 will double down that they can get the performance up on their machine and few of those achieve their goals. It's that hard. Even I tried to see what I could eek out of Intel graphics and the short story is lesson learned. Hardware is cheaper than spending years trying to get triple A games to work well on the low end PCs.

alan_30 commented: but the thing i can run an game like call of duty warzone on high settings this the console sir not that big is there any way to make it faster +0
rproffitt 2,701 https://5calls.org Moderator

Given the age, working on this old gear can break it. The shop if it sees this will advise the client find a working machine and salvage what's good in said machine.

95C won't kill those Intel CPUs so that's not it. But age and stress from the work can break solder connections so you know to work lightly and refuse machines this old at the service counter.

-> Find another working PC to salvage what you can. Most likely a motherboard failure.

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

Seems simple.
In psuedo code:

  1. Open file.
  2. Loop
  3. Read a line.
  4. If match, close file, return result.
  5. End of file? Close file, return not found.
rproffitt 2,701 https://5calls.org Moderator

As I read your story, I wonder if you left out details such as this hard drive used to be in some other PC. Moving the Windows OS from one PC to another is not a sure thing.

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

I disagree. I don't consider using the Amazon or other ecommerce mobile apps a plus while shopping. I wait till I get on my computer at home.

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

Even back in Windows 10 we encountered too many issues that we declared the end of VB6 development at the office. Maybe a hobbyist may persevere but for us, there was time to move on.

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

This appears to be the usual homework assignment such as I read at https://www.chegg.com/homework-help/questions-and-answers/c-homework-project-description-3-parts-drunkard-s-walk-drunkard-begins-walking-aimlessly-s-q45305989

As per https://www.daniweb.com/welcome/rules you must supply evidence of your work then tell where you are stuck along with your other questions.

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

Nod to Schol-R-LEA but the link looks dead here.

Read https://wiki.osdev.org/Languages#But_I_heard_of_an_OS_written_in_language_XYZ.2C_isn.27t_it_interpreted.3F to find out this project is a Red Herring. You won't be doing this!

Schol-R-LEA commented: Fixed the link, thanks for pointing that out. +14
rproffitt 2,701 https://5calls.org Moderator

I see a good enough tutorial at https://www.youtube.com/watch?v=A95mIE2HdcY
Takes a few lines of code.

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

You'll have to write a better question. Some consider hacking a Xbox to be different from a PC or a web site. But what is hacking? Tell more.

jwenting commented: and the sentence doesn't mean anything anyway... +16
rproffitt 2,701 https://5calls.org Moderator

Since it happened in the first 5 lines, can we see at least the first 6 lines of code?

vaishnavi_13 commented: #include<iostream.h> #include<stdlib.h> #include<graphics.h> #include<math.h> using namespace std; int xmax,ymax,xmid,ymid; class Line +0
rproffitt 2,701 https://5calls.org Moderator

I don't see code to connect and select the database above. Here's a quick link to the PHP manual showing this.
https://www.php.net/manual/en/mysql.examples-basic.php

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

From an alert here. You wrote:

Right now we dont know how to start and a code to present because our professor didnt teach the fundamentals of vb

There are online, free tutorials for VB.net today. But once in a while I encounter a student that didn't learn programming fundamentals and somehow enrolled in a class they were not ready for. My advice to them is to switch to any other programming 101 level class so they can learn the fundamentals before taking the next tier class.

Maybe you hoped for a reply here to contain all those fundamentals here. That's what online tutorials are for. Here's a starter link for you:
https://www.coursera.org/courses?query=visual%20basic

jwenting commented: And far more often we encounter kids who claim their teachers aren't teaching them anything when in fact it's the kids who aren't putting in effort +16
David_239 commented: The courses needed credit card i dont have that thing to enroll +0
JamesCherrill commented: What could be more definitive than MicroSOft's own tutorials? https://docs.microsoft.com/en-us/visualstudio/get-started/visual-basic/tutorial-console +15
rproffitt 2,701 https://5calls.org Moderator

I don't see the need for a private chat yet. You have not shown your work or revealed where you are stuck.
Finally, I don't see a question about your system. To proceed, reveal enough about what you are doing, what design or code issue you are having so everyone can see and comment.

David_239 commented: Please response sir i dont onow what to do +0
rproffitt 2,701 https://5calls.org Moderator

Tell me more why you used the word reliable. I and others have used free website builders many times or WordPress and these again were free. So cost is not the issue for you here.

Be aware that the spammers will latch onto your post with costly solutions. The only cost should be your hosting. Maybe Dani will comment on what or who she likes today for hosting.

LoanHensley commented: I would like to try something cheap but reliable. I don't want to use something for free like blogspot. +0
rproffitt 2,701 https://5calls.org Moderator

But what is it? Sometimes people try to write something but try to avoid designing the something in advance. What good is code if you didn't design first?

Reverend Jim commented: If was good enough for Microsoft... +15
David_239 commented: Can we talk in chat so i can explain? +0
rproffitt 2,701 https://5calls.org Moderator

This looks to be same as https://www.daniweb.com/programming/threads/536852/game-system-and-game-monitoring
In fact, that's you from what I can tell.

David_239 commented: Bu we need to connect it to an sql database +0
rproffitt 2,701 https://5calls.org Moderator

I feel for you here. There is a way to test install without a second PC. I use Virtual Box as a disposable PC. There are plenty of tutorials about running Windows in Virtual Box and I'll check in a second, maybe a ready to run appliance version. I'll add that this is ZERO COST except for our time.

Microsoft -> https://developer.microsoft.com/en-us/windows/downloads/virtual-machines/

This way you get to start with a clean Windows and not change or pollute your PC.

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

Welcome. A tip though. Try to avoid those very very old discussions.

Samak2016 commented: yeah, right +0
rproffitt 2,701 https://5calls.org Moderator

Be dumb about it. Explore all the paths and keep metrics on each. Then sort for the best answer. Brute force, not that smart but on small problems like this, gets it done.

Khoa_2 commented: this could be the way. Thanks so much +0
rproffitt 2,701 https://5calls.org Moderator

There are tutorials about this on the web so it's time to use those as my approach is unlikely to be accepted for academic assignments.
Example: https://www.tutorialcup.com/interview/dynamic-programming/gold-mine-problem.htm

In real life you could burn through all the possible solutions since CPU time is so cheap today.

Khoa_2 commented: can u tell me your approach? +0
rproffitt 2,701 https://5calls.org Moderator

While you can search for such, I'm using AutoHotKey to do this. I see no reason to burden myself with Javascript or c++.

tixtqs commented: Do you know thev autohotkey script? +0
rproffitt 2,701 https://5calls.org Moderator

Besides the poor and failed code formatting you omitted what line has the error. Also, double is a valid floating point type.

Double: The C++ double is also a primitive data type that is used to store floating-point values up to 15 digits.

  1. You didn't tell what line has the error.
  2. Extraneous blank lines.
  3. Code not in the code block.

PS: Example Double to Float at https://www.codegrepper.com/code-examples/cpp/double+to+float+c%2B%2B

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

Short answer: Add a line of code for each file you want to add to that email.

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

My thought here is you have coded before your design was complete. Your code doesn't reveal your design without reverse engineering.

Did you create your data and design document and can you post that?

Nicksen commented: I just code while looking at the output given by my lecturer. I did not create a data and design tho +0
rproffitt 2,701 https://5calls.org Moderator

Yes.

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

While much is desired as to your code formatting I won't address your code here. Instead let's talk design.

Let's say you have the usual SQL database such as MySQL. I would have a page counter that would be used when I made my SQL query. How?
You said the page would have 10 rows from the database so here's a little read about getting 10 then another 10 rows with SQL: https://www.petefreitag.com/item/451.cfm

Your next ten rows button would then increment your page counter, and then repeat your PHP code to display the returned rows.

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

Show your work so far along with why you think it doesn't work so all can see and comment.
If you need to outsource this work, look to sites like Upwork and others.

jwenting commented: I seriously doubt there's anything to share apart from the text of the assignment... +16
rproffitt 2,701 https://5calls.org Moderator

Great question. Why? Because I wasn't aware this was worked on till you asked.

Read https://readiab.org/pairwise-alignment.html for some really good ideas and good enough solutions.

Humaira_5 commented: You have my deepest thanks. +0
rproffitt 2,701 https://5calls.org Moderator

My buddy is telling me his search results change from PC with Chrome to iOS and Safari. Safari is an Apple thing so filtering can happen.

Why should the results be the same?

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

Just a swing by to share something I saw on the web site catbox.moe where it writes: "Patrons helped cover 79% of the server bills this month!"

Additionally, this and litterbox appear to be filling a niche or need.

Dani commented: Testing something :) +0
rproffitt 2,701 https://5calls.org Moderator

Again I feel you left out why you are asking. That is, from what I know of you this is your business to help others with SEO and social media work. Why not tell us what you think works in a tutorial post here?

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

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

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

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

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