It is an intro to python class but your goal is to create a Python script (Program) that will present the user with two different options that produces the required output. See PDF for full instructions.
1) Open an Input text file (Users-Pwds.txt) that contains usernames and passwords. Then create an Output text File (Users-Pwds-Chked.txt). The output text file will contain the username, password, and strength (Weak or Moderate or Strong).
2) A Password Generator that will prompt the user for a username and randomly generate a STRONG password. Then it will append the new username and password to the Input text file (Users-Pwds.txt).
All step by step instructions can be found in the attach links and a link to a youtube video to the project that provides additional help
It is an intro to python class but your goal is to create a Python script (Program) that will present the user with two different options. See PDF for full instructions.
1) Open an Input text file (Users-Pwds.txt) that contains usernames and passwords. Then create an Output text File (Users-Pwds-Chked.txt). The output text file will contain the username, password, and strength (Weak or Moderate or Strong).
2) A Password Generator that will prompt the user for a username and randomly generate a STRONG password. Then it will append the new username and password to the Input text file (Users-Pwds.txt).
All step by step instructions can be found in the attach links and a link to a youtube video to the project that provides additional help.
It is an intro to python class but your goal is to create a Python script (Program) that will present the user with two different options. See PDF for full instructions.
1) Open an Input text file (Users-Pwds.txt) that contains usernames and passwords. Then create an Output text File (Users-Pwds-Chked.txt). The output text file will contain the username, password, and strength (Weak or Moderate or Strong).
2) A Password Generator that will prompt the user for a username and randomly generate a STRONG password. Then it will append the new username and password to the Input text file (Users-Pwds.txt).
All step by step instructions can be found in the attach links
It is an intro to python class but your goal is to create a Python script (Program) that will present the user with two different options. See PDF for full instructions.
1) Open an Input text file (Users-Pwds.txt) that contains usernames and passwords. Then create an Output text File (Users-Pwds-Chked.txt). The output text file will contain the username, password, and strength (Weak or Moderate or Strong).
2) A Password Generator that will prompt the user for a username and randomly generate a STRONG password. Then it will append the new username and password to the Input text file (Users-Pwds.txt).
All step by step instructions can be found in the attach links, also this link if you need any additional help.
https://www.youtube.com/watch?v=4f8-01PlYMM&feature=emb_title
The assignment was to decide on a project in a programming language, research techniques and skills that I had not used before and implement them into the project. I decided to do a multi-user chatroom in Java. The layout for the project report is attached, I had started work on the planning stage and the project proposal is in section 2.1 in the report but when handing this in recieved a fail grade so remediations must be made to these stages. There must be evidence of "research" of the skills used to create the chatroom, and I am happy to clarify on any of the sections if it is not clear what must be done.
EDIT: I've attached the original template project as well to show what needs to be done for each section, only thing that cannot change from my work is the project plan in 2.1
P.S I'm not sure if 100 is too low for this kind of work but I recieve more money early next month so I can pay extra when this arrives
The assignment was to decide on a project in a programming language, research techniques and skills that I had not used before and implement them into the project. I decided to do a multi-user chatroom in Java. The layout for the project report is attached, I had started work on the planning stage and the project proposal is in section 2.1 in the report but when handing this in recieved a fail grade so remediations must be made to these stages. There must be evidence of "research" of the skills used to create the chatroom, and I am happy to clarify on any of the sections if it is not clear what must be done.
P.S I'm not sure if 100 is too low for this kind of work but I recieve more money early next month so I can pay extra when this arrives
In this assessment, you will implement the areTheyConnected function to
search a graph using its adjacency list to determine if one node is
"connected" to another.
For example, consider the following adjacency list:
const adjacencyList = {
'carrie': ['humza', 'jun'],
'farrah': ['humza'],
'humza': ['carrie', 'farrah', 'jun', 'silla'],
'jun': ['carrie', 'silla'],
'ophelia': ['travis'],
'silla': ['humza', 'yervand'],
'travis': ['ophelia'],
'ursula': ['travis'],
'victor': [],
'yervand': ['silla']
};
Your function will take a starting name and an ending name. Your function
will search the graph to determine if you could get from one name to another.
In this function, as is not usually in real life, these interpersonal
relationships are a one-way street. Look at the entry for "ursu
In this assignment, you will make LIRI. LIRI is like iPhone's SIRI. However, while SIRI is a Speech Interpretation and Recognition Interface, LIRI is a _Language_ Interpretation and Recognition Interface. LIRI will be a command line node app that takes in parameters and gives you back data.
must use source code editor vs code
The functionalities below are required:
Provide an entry screen as a JPanel containing GUI objects for players to:
Enter Player 1s name
Enter Player 2s name
Have options for either player 1 to start or randomly select who moves first
The dimensions of the board: rectangular, at least 3 but no more than 12 rows & columns
The number of placements in a row required for victory, at least 3 but no more than 6
A button to confirm the selected options and begin play
After confirming the options, gameplay will begin. Display the game board in a different JPanel object, which is updated after each move. This JPanel will have a grid layout of the specified number of rows and columns. Each square should use a subclass of JPanel with custom graphics to display, appropriately, one of the following:
W
You will write a multiclass C++ interfacing prototype system for Wildlife Zoo that incorporates Java for certain functionalities. Note: The Java file does not need to be modified. It is being attached for reference. Please see the bolded "TODO" in the C++ code below screenshots.
1. A user menu which displays the following options:
2. Load Animal Data
3. Generate Data
4. Display Animal Data
5. Add Record
6. Delete Record
7. Save Animal Data
8. Generate Data: Your supervisor has created this code for you in Java. In the C++ class you have been given, the createZooFile() function has been created for you. You should not modify the Java code.
9. a. For this function, you should make sure the user menu calls the createZooFile() function when the user selects Generate Data from the menu.
10. b. You will need to call this function and generate a file. When you are prompted for input, remember the following character limits:
11. i. Track #: 6 characters