lab5

This program is complicated for me but a professional should be able to figure it out  in a couple hours. It is a python program that takes in a FASTA file and finds Open Reading Frames (ORF’s. They are started with a three letter code ATG then end with one …

Matlab assignment

I have data and I would like to create a model that can predict the output. I am using autoregressive moving average (ARMA) but I am unsure of where to begin in Matlab. I probably ought to preprocess the data and then create the model. It would be really useful …

Java Programming Assignment

Program uses interfaces and abstract classes. Building several mock classes for this assignment. Assignment also utilities UML diagrams that will be used as a reference when building classes and methods. This assignment doesn’t need any high level programming. Simple logic and try/catch blocks will work for problem solving.

TLS-SSL Handshake with Cryptography in Python 2.7

Implement a “simulated” TLS/SSL Handshake in Python 2.7 using a main method. Decrypt and encrypt files as needed using RSA and other encryption protocols. You may use standard libraries, cryptography, and the openssl libraries- but no other libraries. Manually develop the DIFFIE-HELLMAN algorithm. Use the input files included in the …

TRUE BASIC CODING ASSIGNMENT

At least 20 different commands.Program must run without errors. And if your program uses other files, such as images, be sure to include them when submitProgram must be an original work. (No copying of codes between students.)Program must include at least 1 loop (for-next and/or do-loop) and at least 1 …

TRUE BASIC PROJECT CODING

True Basic codingAt least 20 different commandsProgram must run without errors. And if your program uses other files, such as images, be sure to include them when submitProgram must be an original work. (No copying of codes between students.)Program must include at least 1 loop (for-next and/or do-loop) and at …

Python quiz nea

To make a multiple choice quiz game (with buttons). This game contains logins for students so student id and password required. The students results from the quiz are put into a leaderboard where the teacher using a teacher login can view the students doing well. It needs to be a …

MAE 5 Project 1

At least 15 different commands.Program must run without errors. And if your program uses other files, such as images, be sure to include them when submitProgram must be an original work. (No copying of codes between students.)Write a few comments about the purpose of your project at the beginning.Must have …

Ghoster hunters

All in Java, this is a java 2 class so nothing to advanced For this assignment, students will develop a turn-based ghost hunting game with two different levels of ghosts.  The key learning objectives for this assignment are: ability to setup and use classes, understanding and using inheritance, use of …

Codecademy.com Python 2 Functions Assignment

I will need you to complete a project in the free version of codecademy.com. In codecademy, you will chose Python 2, then Functions, work through the project and submit your completed code from the vacation project you completed in codecademy. https://www.codecademy.com/learn/learn-python/modules/learn-python-functions-u-4 Make sure it is syntactically correct for version 3 …