icon

UseTopicwritingscode to get 5% OFF on your first order!

Archive for the ‘Computer science and IT assignments’ Category

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 […]

C# Abstract Class Implementation

/ Hello! The instructions on this one are below. The instructor says it should only take 5-10 minutes to do! It mentions an abstract class example of the animal. I will include the image shown to us in the attachments as Animal.jpg! Thank you!! Lets go back to our D&D game program idea. You are […]

Online Booking and Management system for Beauty Salon

The main goal of the project is to create a web application that solves the issue of appointments in a beauty salon going unfilled, due to cancellations and time constraints. The project aims to provide a service to allow clients to book/cancel/modify appointments online. A dashboard with notifications for the business owner to keep daily […]

Check/ improve simple Python Code

Creating function for AWS API Gateway endpoint: import jsonimport random def lambda_handler(event, context):    # TODO implement    Cheeses = [“fromage”, “”, “formaggio”, “ost”]        which_one = range(0, len(Cheeses), 1)    return {        ‘statusCode’: 200,        ‘body’: json.dumps(Cheeses[which_one]), “headers”: {}, “isbase64Encoded”; “false” }

Check/ improve simple Python Code

Creating function for AWS API Gateway endpoint: import jsonimport random def lambda_handler(event, context):    # TODO implement    Cheeses = [“fromage”, “”, “formaggio”, “ost”]        which_one = range(0, len(Cheeses), 1)    return {        ‘statusCode’: 200,        ‘body’: json.dumps(Cheeses[which_one]), “headers”: {}, “isbase64Encoded”; “false” }

Check/ improve simple Python Code

Creating function for AWS API Gateway endpoint: import jsonimport random def lambda_handler(event, context):    # TODO implement    Cheeses = [“fromage”, “”, “formaggio”, “ost”]        which_one = range(0, len(Cheeses), 1)    return {        ‘statusCode’: 200,        ‘body’: json.dumps(Cheeses[which_one]), “headers”: {}, “isbase64Encoded”; “false” }

Check/ improve simple Python Code

Creating function for AWS API Gateway endpoint: import jsonimport random def lambda_handler(event, context):    # TODO implement    Cheeses = [“fromage”, “”, “formaggio”, “ost”]        which_one = range(0, len(Cheeses), 1)    return {        ‘statusCode’: 200,        ‘body’: json.dumps(Cheeses[which_one]), “headers”: {}, “isbase64Encoded”; “false” }

web scraping

Scrape university websites (below) to create a data set of professors working there (name, date of birth, year when phD obtained, University where PhD was obtained). https://unimap.unipi.it/cercapersone/cercapersone.php https://www.docenti.unina.it/#!/search http://www.uniroma3.it/persone/ZzRsSHkrcGZPa25vVG5OdzZqeXhqOUx1TVE0cXhUdlcvM3o1blJVb1FzWT0=/ (python file)

C++ Programming for Financial Engineering

Need someone so take 10 homeworks and 10 quizzes in C++ Programming course offered by Quant Net. Please understand that I am a full time student and dont have money so please quote based on my affordability. Also please only contact if you have done any Quant Net courses, C++ programming for financial engineering course […]

Coding a B+ Tree

Implement a DBTable and the BTree classes. The DBTable class implements the basic parts of a database table and the BTree class implements a B+Tree. The DBTable must use the B+Tree to find rows in the table. Every DBTable method will use Btree. The assignment also comes with an outline of methods to implement in […]

Powered by WordPress | Designed by: Premium WordPress Themes | Thanks to Themes Gallery, Bromoney and Wordpress Themes