Category: Computer science and IT assignments

introduction to Compilers

Find and investigate an example of a practical problem solved using any of the
theoretical concepts discussed in this course (such as state machines, formal
grammars, syntax trees or compilers). Your investigation should highlight the
nature of the problem and explain the solution. The discussion should be
around 500 words. You will be assessed on:
1.) Novelty [5 marks]
You should aim to find an example that was not discussed in class, and
that clearly demonstrates how the theory was applied.
2.) Academic presentation and referencing [5 marks]
You should use academic language and properly reference your work.
3.) Content [10 marks]
The discussion should be clear and concise. You need to provide a
general discussion but can facilitate this by an example.

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’, ‘description’, ‘price’, ‘color’. You may add additional columns as you like.
Fill your table with an inventory of at least 15 items. You can decide what sporting equipment your online store should sell. If you’re using MySQL, I recommend downloading and using the MySQL Workbench for creating the table and inserting data into the table.
When the project is started, you should be able to open a browser and navigate to the website through localhost:8088.
The UI should display a table with all the items in the inventory, all columns except the ID column.
Use port 8088 as default port!

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 message and exit.
    Convert the decimal input to hexadecimal and binary using string methods and display the result
    Send the output to a hash table and append to conversions.csv

2)Write a function called Get-HexadecimalNumber which will to 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 that as a hexadecimal number beginning with “0x” (0x2A). If incorrect input is given display a message and exit.
    Remove the “0x” from input and convert to decimal and binary. Display the result
    Send the output to a hash table and append to conversions.csv

3)    Write a function called Get-BinaryNumber which will to 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 that a binary number, string of 0’s and 1’s, was entered. If incorrect input is given display a message and exit.
    Convert the binary input to decimal and hexadecimal and display the result
   
    Send the output to a hash table and append to conversions.csv

SPS CW

As attached below, the coursework is about linear regression. I am given a set of training data of csv files and the data can be divided into 1 to 3 segments depending on the number of data. Each segment should have a linear regression plot of either a linear, polynomial or an unknown function. The least sum squared error should be the chosen function of the respective segment.

programming questions

Hi , i just want to tell you  these are programming question , every week we get 2  questions on tuesday evening  which they are graded , the deadline for the the two questions are on friday 11 am which is 3 days to work on them , but they are small programs , sometimes it 3 but he rarely give us three questions.
they are small programs and easy that what are lecture said , but at this moment i lost track of what is going on c programming class, if you can help me with them ,for the remaining 4 weeks or 5 weeks, that basically the end of the semester, thanks I appreciate your help .

Maya formula for a sound spectrum

Basically recreate the sound specturm formula in this paper: http://www.cs.columbia.edu/cg/lego/acoustic-voxels-siggraph-2016-li-et-al.pdf

I have already designed a sample filter (.obj) which can be imported into Maya. I want to know what the sound spectrum looks like after i feed some sound (a physical tap at the open end) into the filter. The formula needs to be inputted into Maya. I want this formula that works in Maya and can be used for any more filters that i create. An explanation of how the formula works is needed too.

Maya formula for a sound spectrum

Basically recreate the sound specturm formula in this paper: http://www.cs.columbia.edu/cg/lego/acoustic-voxels-siggraph-2016-li-et-al.pdf

I have already designed a sample filter (.obj) which can be imported into Maya. I want to know what the sound spectrum looks like after i feed some sound (a physical tap at the open end) into the filter. The formula needs to be inputted into Maya. I want this formula that works in Maya and can be used for any more filters that i create. An explanation of how the formula works is needed too.

Maya formula for a sound spectrum

Basically recreate the sound specturm formula in this paper: http://www.cs.columbia.edu/cg/lego/acoustic-voxels-siggraph-2016-li-et-al.pdf

I have already designed a sample filter (.obj) which can be imported into Maya. I want to know what the sound spectrum looks like after i feed some sound (a physical tap at the open end) into the filter. The formula needs to be inputted into Maya. I want this formula that works in Maya and can be used for any more filters that i create. An explanation of how the formula works is needed too.

Maya formula for a sound spectrum

Basically recreate the sound specturm formula in this paper: http://www.cs.columbia.edu/cg/lego/acoustic-voxels-siggraph-2016-li-et-al.pdf

I have already designed a sample filter (.obj) which can be imported into Maya. I want to know what the sound spectrum looks like after i feed some sound (a physical tap at the open end) into the filter. The formula needs to be inputted into Maya. I want this formula that works in Maya and can be used for any more filters that i create. An explanation of how the formula works is needed too.

Maya formula for a sound spectrum

Basically recreate the sound specturm formula in this paper: http://www.cs.columbia.edu/cg/lego/acoustic-voxels-siggraph-2016-li-et-al.pdf

I have already designed a sample filter (.obj) which can be imported into Maya. I want to know what the sound spectrum looks like after i feed some sound (a physical tap at the open end) into the filter. The formula needs to be inputted into Maya. I want this formula that works in Maya and can be used for any more filters that i create. An explanation of how the formula works is needed too.