Blogs Ping Introduction The network program was operated with the program version of Pycharm 2019.3.1 (professional edition) Algorithm: Initiate Network commands test application is opened in a Window. Go to ping address for entering address and select option The command receives address from the program. The address is received by destination If the site isContinue reading “Programming & Algorithm”
Author Archives: civic1919
Programming & Algorithm
Blogs Ping Introduction The network program was operated with the program version of Pycharm 2019.3.1 (professional edition) Algorithm: Initiate Network commands test application is opened in a Window. Go to ping address for entering address and select option The command receives address from the program. The address is received by destination If the site isContinue reading “Programming & Algorithm”
Individual Project -Week 1
I’m reaching why the GP patient’s data record essential, because the doctor needs to look at the patient illness history and medication record to help the doctor to identify, which types of prescription to give to the patient. Ingeneral, the patient data used to improving health care services, develop new medication and prevent the disease.Continue reading “Individual Project -Week 1”
Programming And Algorithm
This is python coding for Network commands import tkinter as windowToolKitInterfaceimport osdef routeCommand(): result= os.system(“route”)def netStatCommand(): result= os.system(“netstat”) print(result)def nbtStatCommand(): result = os.system(“nbtstat “) print(result)def tracertCommand(): result = os.system(“tracert “) print(result)def pathPingCommand(): result = os.system(“pathping “) print(result)def ipconfigCommand(): result = os.system(“ipconfig”) print(result)myWindow = windowToolKitInterface.Tk()myWindow.title(“Networking program”)myWindow.configure(background=’green’)myWindow.geometry(“300×170″)myWindowFrame = windowToolKitInterface.Frame(myWindow)myWindowFrame.pack()routeButton = windowToolKitInterface.Button(myWindowFrame, text=”route”, fg=”black”,command=routeCommand)netStatButton= windowToolKitInterface.Button(myWindowFrame, text=”Netstat”, fg =Continue reading “Programming And Algorithm”
Test 2
Design program
My First Blog Post
Be yourself; Everyone else is already taken. — Oscar Wilde. This is the first post on my new blog. I’m just getting this new blog going, so stay tuned for more. Subscribe below to get notified when I post new updates.
Introduce Yourself (Example Post)
This is an example post, originally published as part of Blogging University. Enroll in one of our ten programs, and start your blog right. You’re going to publish a post today. Don’t worry about how your blog looks. Don’t worry if you haven’t given it a name yet, or you’re feeling overwhelmed. Just click theContinue reading “Introduce Yourself (Example Post)”