Web development and programming
191828 questions • Page 3507 / 3837
Your task is to implement a simple chatbot in Racket ). Here\'s a sample chat th
Your task is to implement a simple chatbot in Racket). Here's a sample chat that your program will carry out: > (chat-with 'Name) hi name talk to me >>>how are you? wh…
Your task is to implement a simple chatbot in Scheme (Racket ). A chatbot is a p
Your task is to implement a simple chatbot in Scheme (Racket). A chatbot is a program that can chat with a human. One of the earliest and most famous chatbots is Eliza (Links to a…
Your task is to implement a simple chatbot in Scheme (Racket ). A chatbot is a p
Your task is to implement a simple chatbot in Scheme (Racket). A chatbot is a program that can chat with a human. One of the earliest and most famous chatbots is Eliza (Links to a…
Your task is to implement a simple chatbot in Scheme (Racket ). A chatbot is a p
Your task is to implement a simple chatbot in Scheme (Racket). A chatbot is a program that can chat with a human. One of the earliest and most famous chatbots is Eliza (Links to a…
Your task is to implement a simple chatbot in Scheme (Racket ). A chatbot is a p
Your task is to implement a simple chatbot in Scheme (Racket). A chatbot is a program that can chat with a human. One of the earliest and most famous chatbots is Eliza (Links to a…
Your task is to implement a simple chatbot in Scheme (Racket ). Here\'s a sample
Your task is to implement a simple chatbot in Scheme (Racket). Here's a sample chat that your program will carry out: > (chat-with 'Name) hi name talk to me >>>how are…
Your task is to implement a simple chatbot in Scheme (Racket ). Here\'s a sample
Your task is to implement a simple chatbot in Scheme (Racket). Here's a sample chat that your program will carry out: > (chat-with 'Name) hi name talk to me >>>how are…
Your task is to implement a simplified prefix calculator in Python. An expressio
Your task is to implement a simplified prefix calculator in Python. An expression is written in prefix notation when the operator is written before the operands. Your calculator w…
Your task is to implement one of the very popular games in history -- number gue
Your task is to implement one of the very popular games in history -- number guessing game! Source code for this game is widely available. Here is the implementation you should us…
Your task is to implement one of the very popular games in history -- number gue
Your task is to implement one of the very popular games in history -- number guessing game! Source code for this game is widely available. Here is the implementation you should us…
Your task is to implement the IntVector class, which is a simpler version of an
Your task is to implement the IntVector class, which is a simpler version of an ArrayList of integers. For this problem, you are NOT allowed to use an ArrayList , or other complex…
Your task is to implement the Object class. It only needs to have a static membe
Your task is to implement the Object class. It only needs to have a static member named count, which should be incremented each time a new instance of the class is created. You sh…
Your task is to manage phone book records using doubly linked lists with dummy n
Your task is to manage phone book records using doubly linked lists with dummy node or without dummy node (choose one) . You will have to implement . the basic functions that supp…
Your task is to model the following circuit using gate level primitives given th
Your task is to model the following circuit using gate level primitives given the following Verilog module skeleton. Name your gates according to the logic diagram below and use w…
Your task is to modify your array of structs program (prog2) that maintains a li
Your task is to modify your array of structs program (prog2) that maintains a list of Insurance clients and convert it to an array of objects. You will use a class called Client t…
Your task is to read a file containing arithmetic instructions such as Each inst
Your task is to read a file containing arithmetic instructions such as Each instruction contains an integer, an operator (+, -, or *), and another integer. Return an array list of…
Your task is to read a file containing arithmetic instructions such as Each inst
Your task is to read a file containing arithmetic instructions such as Each instruction contains an integer, an operator (+, -, or *), and another integer. Return an array list of…
Your task is to read a file containing arithmetic instructions such as Each inst
Your task is to read a file containing arithmetic instructions such as Each instruction contains an integer, an operator (+, -, or *), and another integer. Return an array list of…
Your task is to read and write data coming from and HTML form (provided) into ei
Your task is to read and write data coming from and HTML form (provided) into either a cookie or into a session. A radio button in the HTML form is used to indicate which data sto…
Your task is to recreate this game in Java, albeit in a simpler, text-based form
Your task is to recreate this game in Java, albeit in a simpler, text-based format. The player enters sequences of three numbers to see if they follow the hidden rule. When the pl…
Your task is to take the race track program presented in class and add several p
Your task is to take the race track program presented in class and add several parts to it. Add a new class called Motorcycle. It should extend vehicle which will allow it to be a…
Your task is to use a secret code to code the input vector of strings. The secre
Your task is to use a secret code to code the input vector of strings. The secret coding proceeds as follows - Write the message in a rectangular block, one row at a time. Then wr…
Your task is to write a C program that randomly generates, conducts, and scores
Your task is to write a C program that randomly generates, conducts, and scores a simple arithmetic quiz based on certain user parameters. The arithmetic quiz will ask questions d…
Your task is to write a C++ program that will open the file: customers.txt , loo
Your task is to write a C++ program that will open the file: customers.txt, loop through the file and create user names for each customer and write these user names to a new file …
Your task is to write a C++program that simulates a parking meter within the par
Your task is to write a C++program that simulates a parking meter within the parking deck. The program will start by reading in the time a car arrives in the parking deck. It will…
Your task is to write a GFF3 feature exporter. A user should be able to run your
Your task is to write a GFF3 feature exporter. A user should be able to run your script like this: $ export_gff3_feature.py --source_gff=/path/to/some.gff3 --type=gene --attribute…
Your task is to write a Perl program that will allow a user to enter pairs of th
Your task is to write a Perl program that will allow a user to enter pairs of three-dimensional points and display the distances between them. Specifically, the program will displ…
Your task is to write a class called Data, stored in a file named Data.h. Your c
Your task is to write a class called Data, stored in a file named Data.h. Your class should be able to store a collection (vector) of integers. In addition to the appropriate cons…
Your task is to write a class called Data, stored in a file named Data.h. Your c
Your task is to write a class called Data, stored in a file named Data.h. Your class should be able to store a collection (vector) of integers. In addition to the appropriate cons…
Your task is to write a function that compute a definite integral, namely, integ
Your task is to write a function that compute a definite integral, namely, integral _a^b f(x) dx where f is an arbitrary continuous unary function. Naturally, you should provide a…
Your task is to write a little utility program to assist a local insurance agenc
Your task is to write a little utility program to assist a local insurance agency on calculating monthly cost of car insurance based on personal information and driving history of…
Your task is to write a program (Java or C++) that decrypts a ciphertext encrypt
Your task is to write a program (Java or C++) that decrypts a ciphertext encrypted with a toy version of RSA that uses a small value for n. Your program should work with any n <…
Your task is to write a program in java that uses a textfile containing any numb
Your task is to write a program in java that uses a textfile containing any number of lines of integer values as input. Each line in the file is supposed to have no more than 15 v…
Your task is to write a program that processes the text file studentResponses.tx
Your task is to write a program that processes the text file studentResponses.txt. The program should provide the user 5 choices for analyzing the contents of the text file. The c…
Your task is to write a program that simulates a parking meter within the parkin
Your task is to write a program that simulates a parking meter within the parking deck. The program will start by reading in the time a car arrives in the parking deck. It will th…
Your task is to write a program that uses a textfile containing any number of li
Your task is to write a program that uses a textfile containing any number of lines of integer values as input. Each line in the file is supposed to have no more than 15 values in…
Your task is to write a program that will calculate the total bill of a customer
Your task is to write a program that will calculate the total bill of a customer after purchasing 3 items from the grocery store. This assignment builds on 2 key concepts from the…
Your task is to write a program that would ask user to enter 10 integers. If the
Your task is to write a program that would ask user to enter 10 integers. If the entered numbers are in ascending order, your program should output success. If the numbers are not…
Your task is to write a program to sort the sacks of grain that Jack plundered b
Your task is to write a program to sort the sacks of grain that Jack plundered by the type of grain in each sack, and calculate how much of each type of grain he has. This will be…
Your task is to write a simple Java class (program) called Wrapper. Write a meth
Your task is to write a simple Java class (program) called Wrapper. Write a method with the following signature and return value: public Long addIntegers(Integer a, Integer b) {..…
Your task is to write a simple inventory control system for a small specialty st
Your task is to write a simple inventory control system for a small specialty store, which acquires and sells various items of different types. Your program will process an input …
Your task is to write a sniffer tool/program that will sniff out target names in
Your task is to write a sniffer tool/program that will sniff out target names in selected files. Such a tool can be used in security agencies to flag down all emails, text message…
Your task is to write an application that prints stars (*) or dollar signs ($) d
Your task is to write an application that prints stars (*) or dollar signs ($) depending on the command line argument. The first command line argument must be a string of “star” o…
Your task is to write an application to ask people’s preferences on a topic of y
Your task is to write an application to ask people’s preferences on a topic of your choice and compute statistics and display the results. Follow the direction in Exercise 7.40, b…
Your task is to write assembly code to initialize an array of 10 numbers. Then c
Your task is to write assembly code to initialize an array of 10 numbers. Then calculate mean, minimum and maximum of those numbers. Based on the calculated mean, you will have to…
Your task is to write the body of the createBST and the checkAVL functions. You
Your task is to write the body of the createBST and the checkAVL functions. You have complete freedom in designing the BST class, and you can add any helper methods you need in th…
Your task is to write two programs that print the following drawing of one of th
Your task is to write two programs that print the following drawing of one of the arched openings found on either side of Marsh Chapel: (image that needs to be printed): http://cs…
Your task is to: - Read the data listed below \"Data to Evaluate\" from a file.
Your task is to: - Read the data listed below "Data to Evaluate" from a file. - Evaluate each number to see if they are representing a possible credit card number - Validate each …
Your task is to: Read the data listed below \"Data to Evaluate\" from a file ey
Your task is to: Read the data listed below "Data to Evaluate" from a file ey are representing a possible credit card number - Evaluate each number to see if th - Validate each cr…
Your task this week is to create a \'Dice\' class which contains a collection of
Your task this week is to create a 'Dice' class which contains a collection of 'Die' as a private variable and simulates the rolling of multiple dice. You should include your 'Die…
Subject
Web development and programming
Use Browse or pick another subject.