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

Question: What do you mean by "closed"?

There are so many vb.net "read an excel file" examples on the web now that I have to guess why you added this word.

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

Could it be the spacing? Your post failed to share the format of your code so without checking for code correctness I wonder if your formatting failed you.

Read https://forum.allaboutcircuits.com/threads/help-with-program-in-marie-assemby.29923/

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

Windows since about Windows 3.1x or WFWG (Windows For WorkGroups) has file and printer sharing capability. What's happened since those days is the Web has a lot of tutorials about this.

You wrote "local network settings can done this?" That's slightly incorrect. Network settings is network settings. Creating file shares is something else. Filezilla is a great way to set up a file share system though. I can't guess if it is the solution you seek due to, well, you haven't quite told what you are expecting.

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

This is a help and more site. For homework you show your work and tell what area you have trouble with.

If you want a homework solution site, well there are such out there.

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

The "connect" you describe is typical. But you left out what exactly you need this server to do.

Before we get into Filezilla, I want to share that last week our office uncovered a laptop running Windows 8. To bring it into the fold we gave it a shot at a W10 upgrade. Huzzah! It worked and we saved 100 bucks on the license. Along with this laptop there was another back on Windows 7 but that failed (not the only one may I add) to upgrade. It appears Microsoft has shutdown the free upgrades from W7 now.

-> I can't guess what you are looking to do exactly but hey, what you noted does "connect." And Filezilla is a known good server but is that what you need?

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

I don't see what it's not possible. Many times folk forget to check the Community Rules at https://www.daniweb.com/welcome/rules about showing effort.

My reply is what I'd do if it was a work project. We don't have to write in assembler on almost any platform today. So why work hard?

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

I'd skip that work and head straight to a C compliler such as http://users.ece.utexas.edu/~ryerraballi/ConLC3.html

Remember I take it this is not a homework or such assignment (you didn't tell.)

Oremaster10 commented: We are starting to look at projects and I want to make a scoreboard so I was just wondering if its possible. +0
rproffitt 2,701 https://5calls.org Moderator

Small world, my two sons each have an Omen running W10. There are choices here but none require a new W10 License.

  1. Just install W10 and let it digitally activate if you want a clean install.
  2. Clone the drive. A bit of work as I usually have to clone it twice. Once to some other drive, then again from other drive to the NVMe drive.

Save your new W10 license for another day.

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

Seems you can find such with a search. How about a free 5 hour video?

Watch https://www.youtube.com/watch?v=q5ASe_sxRYI

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

It's been posited they want to donimate the world in search and more. Example: When you discuss SEO, it's all about Google.

So, how about world domination?

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

To check your math on lines 29 and 30, print out userNum, lowerBound and the other to see what's going on at line 36.

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

Other things to try:

  1. Unplug charger, remove battery, press and hold the power button for 60 seconds, release, slip in battery, apply power, test.
  2. Replace the CMOS RTC battery. Repeat item 1, test.

After this it's usually a dead laptop. Given the age and cost to repair (CTR) it's usually best to put it in the bone pile.
Bone pile? Just a few days ago we fixed two other laptops by scavenging a WiFi card and ODD (optical disc drive) from a dead laptop.

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

Seems you got cut off. Try again.

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

You'll have to define your question here as a polynomial is usually represented as an array.

Read https://www.geeksforgeeks.org/multiply-two-polynomials-2/

As we see there one poly has 3 entries, another 4 and so on. So there can't be a simple one size fits all solution.

Finally, you must show your efforts so far along with why it must be a linked list. Is this an assignment or homework?
Read https://www.daniweb.com/welcome/rules

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

This is usually an interview question. Be sure to use a search engine to find prior dissertations about abstractions and interface in your choice of language but from my view there is no hard demand for such. But and this is borne out by the longer answers which I won't expand on here, using these can reduce work later in the product's life cycle.

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

As we know such would need a definition of "best." For some this means the right price, the right access (not all will travel to France today for the best courses) and then we need to define what digital marketing is.

Try to be more specific next time about what you call "best."

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

Next time you should ask a question.

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

That site is not slow so I worry that you are just spamming.

Essam_5 commented: No, I just needed help. I have a weak phone version +0
rproffitt 2,701 https://5calls.org Moderator

Welcome to Daniweb.

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

Much more detail is required. But hey, here's the simplest camera access method I could find for a browser:
https://developers.google.com/web/fundamentals/media/capturing-images

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

I see a few hurdles.

  1. C rather than C++ or other.
  2. No detail about what this app manages. Plugins to what app?
  3. What GUI? There are now hundreds to thousands out there today.
rproffitt 2,701 https://5calls.org Moderator

I have to think you want single words here? Here you go:

Questions
Reverend Jim commented: Careful. Wouldn't want to put yourself in Jeopardy. +15
rproffitt 2,701 https://5calls.org Moderator

The usual first project for a new language is "Hello World!" Here's this one for you.

Why we do that is to see if our compiler/interpreter is setup and working before we move to bigger projects.

From https://rosettacode.org/wiki/Hello_world/Text :

print("Hello world!")
rproffitt 2,701 https://5calls.org Moderator

My preference might be the Daniweb Code Block method.

<! doctype html>
<html>
<body>
<title> How to write a html file</title>
<h1> how to write html</h1>
<p> when creating a html file you make use of of your notepad
</p>
<h2> processing of html</h2>
<p> when starting you make use of word like doctype, head, paragraph, body etc. You also make use of punctuation marks like <>and / .</p>
</body>
</html>
rproffitt 2,701 https://5calls.org Moderator

Somewhere in China, there's this diamond farm.
diamondfarm.png

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

Sorry I only have carbon.

In other words, take a little time to explain what you need.

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

I'm guessing you are asking for quotes for such work. Look up FIVERR and similar on the web to outsource this.

Also, Is this your assignment? Homework?

Please read the following:
https://www.daniweb.com/welcome/rules
https://www.daniweb.com/programming/threads/534782/the-code-please#post2277444

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

PS. I didn't add another probable flaw. Also, what did you mean by the comment? (I can see it still.)

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

That method looks to have flaws.

  1. Doesn't count words. (counts what it counts.)
  2. A double space would throw it off and more.
  3. A very well done app. Read https://github.com/coreutils/coreutils/blob/master/src/wc.c
rproffitt 2,701 https://5calls.org Moderator
rproffitt 2,701 https://5calls.org Moderator
rproffitt 2,701 https://5calls.org Moderator
rproffitt 2,701 https://5calls.org Moderator

This sounds correct. Windows and the Apple OS do not have same/similar file and folder permissions so my answer is it's about permissions and not a code issue.

Here's a basic tutorial about Apple folder permissions:
https://support.apple.com/guide/mac-help/change-permissions-for-files-folders-or-disks-mchlp1203/mac

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

Neat idea. Was there a question here? Also, Python doesn't mean there's a camera or suitable input device so maybe it matters what machine you are trying this on?

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

First, VB6 is over 28 years ago and good luck buying a license today as well as installing the system on today's Windows.

I'd move to vb.net and for your data grid I'd look at the DataGridView noted at https://www.dotnetperls.com/datagridview-vbnet

Syed Zubair commented: Amazing!!! Not agreed then why we are using Windows 11 Pro,base system of vb6. I am smiling surprises to read your comments on vb. +0
rproffitt 2,701 https://5calls.org Moderator

As you know this, please make a tutorial here on Daniweb.

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

My answer will be no. " without training data " and the accuracy so high is why.

That aside the more I learn about ML (machine learning) is that training data is rarely optional. That is unless you code it all yourself with a lot of code.

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

I see a possible gaffe on my part. Line 16 calls out an int and we are comparing a char on line 26. Possible fix? Change int to char on line 16.

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

Mary and I received the Pfizer vaccine. We are in the 65 and older group (not by much) and for us it was just a sore muscle for a week or so.

I have some allergies so I brought along my epinephrine inhaler as a precaution but nothing happened both times.

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

Time to try other PHP or check configuration. Why? I tried that on a few online PHP sites and got this:
"Warning: gethostbyname() has been disabled for security reasons"

That appears to be happening to you. I am not conversant with your choice of PHP or server.

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

Thanks for the comment. That makes me think you need to use the following function to convert numerics to strings.

Read https://www.php.net/manual/en/function.strval.php

Dani commented: PHP is an untyped language. You can just use substr() on the number with no need to convert it to a string. -8
RC_820 commented: thanks bro i already found the result where i want +0
rproffitt 2,701 https://5calls.org Moderator

There must be some missing detail. Nothing in the code seems to emit a notification.

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

I can't see how any combination of the variables given results in 9213 or such. Maybe your examples were incorrect?

RC_820 commented: must take 1 by 1 number from variable example like this $num1 = 9; $num2 = 2; $num3 = 1; $num4 = 3; and combine $num1.$num2.$num3.$num4 = 9213 and etc +0
rproffitt 2,701 https://5calls.org Moderator

: i mean like this now i login in mozila browser then i open another browser like chrome if i login in chrome yang login in mozila will auto logout

I'm currently logged in on Firefox and Chrome so the stock setup doesn't autologout.

Remember that we can configure PCs and apps almost anyway we want. Here I can't guess how you made these browsers do that. You would have to tell me how you did that.

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

To me this code is working too hard. Here's my take on it.

/******************************************************************************

                              Online C++ Compiler.
                https://www.onlinegdb.com/online_c++_compiler
               Code, Compile, Run and Debug C++ program online.
Write your code in this editor and press "Run" button to compile and execute it.

*******************************************************************************/

#include <iostream>
#include <fstream>
using namespace std;

void read ()
{
    ifstream in;
    ofstream out;
    int a;

    in.open("phnum.txt");
    out.open("outFile.txt");

    while(!in.eof() )
    {
        in>>a;
            if(a != '-')
            {
                out<<a;
            }
    }
    in.close ();
    out.close ();
}

int main ()
{
    read ();
    system("pause");
    return 0;
}