Remote Database

You can use AWS, Azure, HelioHost, or any other service for hosting your database.Create a NEW Java SpringBoot application that displays the inventory of a store that sells sporting equipment. In your database you need one table, name it ‘inventory’.In this table you need at least the following columns: ‘id’, …

computer science

ALL THE INFORMATION YOU NEED IS ATTACHED BUT THIS ISNT A LONG OR HARD ASSIGNMENT. READ THE “If you remember” doc specifically because thats what I need done. The idea is to just check for things and note it down in microsoft excel, or google sheets if you don’t have …

Choreography using MEL language

My assignment is to program a dance in Autodesk Maya using MEL script, which is Maya’s programming language. This dance has to be “Achy Breaky Heart”. The requirements are the following: usually a choreography is divided into 8 sets, which is the count “1,2,3,4,5,6,7,8” that guides the choreo. It needs …

Unit Conversion on MATLAB

THE ASSIGNMENT WILL BE GIVEN TO THE LOWEST BID. Design and implement a basic unit converter that converts numbers that have been entered by the user onto the Command Window (using the input() function).– Your script should contain code that converts all the units given on the previous page (temperature, …

Water Quality

The Delaware River in the Philadelphia area is designated as Zone 3 by the Delaware RiverBasin Commission (DRBC). Imaging a wastewater treatment plant discharges 3 MGD(million gallons per day) of effluent containing 25 mg/L BOD and 2 mg/L DO to the upperstream of the Delaware River Zone 3. Is it …

3 functions in PowerShell

1)    Write a function called Get-DecimalNumber which will do the following:    Test if the file conversions.csv exists, and if not display a warning message, create it and suppress all output to the console    Validate user input as an integer (1-255) has been entered. If incorrect input is given display a …

Unit Conversion on MATLAB

I WILL ONLY ACCEPT $25. YOU WILL BE REJECTED IF YOU BID HIGHER!!!! Design and implement a basic unit converter that converts numbers that have been entered by the user onto the Command Window (using the input() function).– Your script should contain code that converts all the units given on …

Android application

Was to A weight gain application similar to the weight loss ones e.g MyFitnessPal on ios & android with a much simpler UI & functionality while also containing 1 or 2 “complex” features for extra marks. I had used AssignCode earlier this year with an expert who got me a …

Small Business Network Proposal

Need to submit a proposal to a client who is moving a small firm to a new office location. The proposal is on the analysis and design of the office network. In preparing the proposal you must decide on the architecture, topology, and network hardware and software of the new …

C# Console Application project

TASK 1: Create a new C# Console Application project and add a class called Employee. This class should have twoinstance variables: a name (of type String) and a salary (of type double). Implement the constructor withtwo parameters that will set up the initial values of the instance variables: public Employee …