Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Web development and programming

191828 questions • Page 3522 / 3837

\"\"\" guitar_string.py Models a guitar string. \"\"\" import math import random
""" guitar_string.py Models a guitar string. """ import math import random import ring_buffer import stdarray import stdio import sys # Sampling rate. SPS = 44100 def create(frequ…
\"attackers las arbitrar National Vulnerability Database (NVD) NVD Part I. Commo
"attackers las arbitrar National Vulnerability Database (NVD) NVD Part I. Common Platform Enumeration (CPE) Visit NVD (https:/nvd.nist.gov/vuln, Under Products, choose CPE search.…
\"border: 0px; height: 0px; margin: 0px; padding: 0px; width: 707px\"> 1. The fo
"border: 0px; height: 0px; margin: 0px; padding: 0px; width: 707px"> 1. The following code converts a sentence into all UPPER CASE. You will use this code to answer all of the …
\"border: 0px; height: 0px; margin: 0px; padding: 0px; width: 707px\"> Design an
"border: 0px; height: 0px; margin: 0px; padding: 0px; width: 707px"> Design an EmployeeInfo class that holds the following information: Employee ID number: an integer Employee …
\"border: 0px; height: 0px; margin: 0px; padding: 0px; width: 707px\"> Strugglin
"border: 0px; height: 0px; margin: 0px; padding: 0px; width: 707px"> Struggling to finish the code. Here is the problem: The Doughnut Shoppe sells four varieties of doughnuts: …
\"can a technical writing document be a powerpoint?\" I am writing this on a ins
"can a technical writing document be a powerpoint?" I am writing this on a instruction manual on how to build a computer.... Can it just be a powerpoint based off these instructio…
\"checking the Ins key. If it is toggled off, the entered character overtypes th
"checking the Ins key. If it is toggled off, the entered character overtypes the present character; if toggled on, the character is inserted so that characters to the right are bu…
\"color:rgb(68,68,68);font-family:\'Lucida grande\', Arial, Verdana, sans-serif;
"color:rgb(68,68,68);font-family:'Lucida grande', Arial, Verdana, sans-serif;font-size:small;"> Class TwoNumbers "color:rgb(68,68,68);font-family:'Lucida grande', Arial, Verdan…
\"doctype\">Please help me finish my code, Draw Card button will display 5 rando
"doctype">Please help me finish my code, Draw Card button will display 5 randomly selected cards and total text box will display the total values of the cards. also i need a fl…
\"font-family:Arial, Verdana, Helvetica, sans-serif;font-size:16px;\"> This proj
"font-family:Arial, Verdana, Helvetica, sans-serif;font-size:16px;"> This project deals with creating a menu-driven program that employees of the coffee shop in the university …
\"font-size: 14pt; line-height: 115%; font-family: \"Times New Roman\",\"serif\"
"font-size: 14pt; line-height: 115%; font-family: "Times New Roman","serif";"> Could someone please help me with this assignment? "font-size:12.0pt;line-height:115%;font-family…
\"forloop\" in assembly so I am trying to write a program with the input and out
"forloop" in assembly so I am trying to write a program with the input and output in assembly but the rest of the functions in assembly language. The program consists of reading a…
\"in clojure\" Here is an alternative procedural representation of pairs (but we
"in clojure" Here is an alternative procedural representation of pairs (but we’re missing the rest-proc function). (def cons-proc (fn [x y] (fn [m] (m x y)))) (def first-proc (fn …
\"main asm 26 Memory allocation of Arrays must be done before the RESET and stop
"main asm 26 Memory allocation of Arrays must be done before the RESET and stopNDT 27 ARY1 set 0x0200 Memory allocation ARY1 28 ARY is -set 0x0210 ;Memory allocation ARYS 29 ARY2 …
\"margin:0in 0in .0001pt;font-size:medium;font-family:\'Times New Roman\', serif
"margin:0in 0in .0001pt;font-size:medium;font-family:'Times New Roman', serif;"> "font-size:small;font-family:'times new roman', times;">Write a program that can be used by …
\"margin:0px 0px .5em;padding:0px;border:0px;font-family:Helvetica, sans-serif;l
"margin:0px 0px .5em;padding:0px;border:0px;font-family:Helvetica, sans-serif;line-height:16px;vertical-align:baseline;color:rgb(51,51,51);background-color:rgb(241,241,241);"> …
\"my C programming lab\". I had been worked on this lab over the break, but stil
"my C programming lab". I had been worked on this lab over the break, but still confused and driving me nuts. I'll be grateful if someone could help me. Suffix Examples: str1 is “…
\"outsourcing\". Some U.S. companies are still sending accounting, architecture,
"outsourcing". Some U.S. companies are still sending accounting, architecture, and computer related jobs overseas to India and other countries, because the labor is less expensive…
\"previous question\": Suggest a modification of the SkipList structure, such th
"previous question": Suggest a modification of the SkipList structure, such that in addition to the operations insert(x), find(x) and delete(x), you could also answer the operatio…
\"size\" variable and replacing that \\int *\" with vector< int >. int setSize(i
"size" variable and replacing that int *" with vector&lt; int &gt;. int setSize(int dsize);[header file] int IntList::setSize(int dsize) [cpp file] {   if( dsize&lt;0 ) {     dsiz…
\"tee\" is a Linux shell command that will take the output of a command and rout
"tee" is a Linux shell command that will take the output of a command and route it into a stdout AS WELL AS to multiple files or commands. For example: cat file.txt | tee &gt; (do…
\"use strict\"; var $ = function(id) { return document.getElementById(id); }; //
"use strict"; var $ = function(id) { return document.getElementById(id); }; // the event handler for the click event of each h2 element var toggle = function() {     var h2 = this…
\"using eclipse \" Given the structure in Figure for the Interface and the class
"using eclipse " Given the structure in Figurefor the Interface and the classes, write ajava program that implements the given structure. Add a driver,create atleast one object of…
\"void\" functions do not have parameters. True False Variable declarations can
"void" functions do not have parameters. True False Variable declarations can appear almost anywhere in the body of a C++ True False A C++ reference is an alias for memory allocat…
\"you must to demonstrate that the Main routine will run on a Binary Search Tree
"you must to demonstrate that the Main routine will run on a Binary Search Tree" (IN JAVA) =================================================== Consider the following list of emplo…
\' + data[\'result\'] + \' \'); $(\'#input\').val(\'\'); // reset the textbox })
' + data['result'] + ' '); $('#input').val(''); // reset the textbox }) .fail((xhr) =&gt; { alert('Problem contacting server'); console.log(xhr); }); }); }); Hello, from Node!! ')…
\' + data[\'result\'] + \' \'); $(\'#input\').val(\'\'); // reset the textbox })
' + data['result'] + ' '); $('#input').val(''); // reset the textbox }) .fail((xhr) =&gt; { alert('Problem contacting server'); console.log(xhr); }); }); }); Hello, from Node!! ')…
\' Write a method in JAVA called collapse that accepts an array of integers as a
' Write a method in JAVA called collapse that accepts an array of integers as a parameter and returns a new array containing the result of replacing each pair of integers with the…
\' can someone edit this code where it will output to a file #include
' can someone edit this code where it will output to a file #include &lt;iostream&gt; #include &lt;fstream&gt; //For file operations #include &lt;string.h&gt; //For string compari…
\'A\' < \'a\' && 4 = 7 || 4 < y What is the value of the expression
'A' &lt; 'a' &amp;&amp; 4 &lt;= 8 || 2.5 &gt;= 7 || 4 &lt; y What is the value of the expression above? Select one: a. x b. It cannot be determined. c. false d. true In math to ge…
\'Okay so I m working on a fraction calculator and I have some mishaps. First my
'Okay so I m working on a fraction calculator and I have some mishaps. First my program is not suppose to take fractions that are 2/0 because you cant do that. It doesnt exist. I …
\'So I\'m doing a program that multiplies two arrays x and y and stores them int
'So I'm doing a program that multiplies two arrays x and y and stores them into z[] when I run my program output doesnt match my lab handout and Im pretty sure I added the arrays …
\'Song Lyrics\' programming assignment Write a program that prints out the lyric
'Song Lyrics' programming assignment Write a program that prints out the lyrics to one or several verses of your favorite song. Be sure to include at least one comment in the prog…
\'\'\' Following is an example function of k-fold cross validation. - In this co
''' Following is an example function of k-fold cross validation. - In this code, you are given the dataset, x_train and y_train. And you try to find the best model with k-fold cro…
\'\'\' This homework consists of 8 problems. The first 7 ask that you fill in a
''' This homework consists of 8 problems. The first 7 ask that you fill in a blank in the code below. The last problem asked you to draw some conclusions from the data generated. …
\'\'\'Adds item to the beginning of the list only if that item is unique (i.e. i
'''Adds item to the beginning of the list only if that item is unique (i.e. its cargo does not match the cargo of any other node in the list)''' while(current != None and current.…
\'\'\'Provides basic operations for Binary Search Trees using a tuple representa
'''Provides basic operations for Binary Search Trees using a tuple representation. In this representation, a BST is either an empty tuple or a length-3 tuple consisting of a data …
\'dotnet restore\' Error when building App with Yeoman Hello I am building a MVC
'dotnet restore' Error when building App with Yeoman Hello I am building a MVC Core Web app with yeoman and am having some issues. I have found an answer that describes my issue p…
\'driver\', \'car\', \'accident\' and \'report\' are names of some tables in the
'driver', 'car', 'accident' and 'report' are names of some tables in the insurance database system. These tables were created by executing the following SQL creation statements. C…
\'egrep\' runs grep in a different mode. Same as grep -E. Special characters don
'egrep' runs grep in a different mode. Same as grep -E. Special characters don't have to be marked with So + is written+..is written (...), etc. In extended regexps, + is a litera…
\'m having a problem with my study guide question for my Java class with excepti
'm having a problem with my study guide question for my Java class with exceptions and Stacks.My test is in a few days any help quickly would be appreciated. This is the prompt : …
\'m in java one and need help with this code. please follow the directions given
'm in java one and need help with this code. please follow the directions given and test your program to make sure it works as it is required. I will apreciate your help. thank yo…
\'m in java one and need help with this code. please follow the given directions
'm in java one and need help with this code. please follow the given directions and test your program to make sure it works as it is required. I will apreciate your help. thank yo…
\'m in java one and need help with this code. please follow the given directions
'm in java one and need help with this code. please follow the given directions and test your program to make sure it works as it is required. I will apreciate your help. thank yo…
\'m trying to make a program where the parent reads from a file some operations,
'm trying to make a program where the parent reads from a file some operations, passes them to the child with a pipe, and the child makes all the operations with bc. Later on, the…
\'this line calculates the subtotal before taxes and shipping sngSubTotal = sngQ
'this line calculates the subtotal before taxes and shipping sngSubTotal = sngQuantity * msngQuiltCost 'this line calculates the sales tax based on the tax rate constant sngSalesT…
\'word.exe\' (Win32): Loaded \'C:\\Users\\David\\Documents\\Visual Studio 2013\\
'word.exe' (Win32): Loaded 'C:UsersDavidDocumentsVisual Studio 2013ProjectswordDebugword.exe'. Symbols loaded. 'word.exe' (Win32): Loaded 'C:WindowsSysWOW64 tdll.dll'. Cannot find…
\\ 2. indicate whether a queue would be a suitable data structure to use in each
2. indicate whether a queue would be a suitable data structure to use in each of the following applications. a. an ailing company wants to evaluate employee records so that it can…
\\ ACME Corp has offices in Toledo, Detroit and Columbus. Each office has 128 co
ACME Corp has offices in Toledo, Detroit and Columbus. Each office has 128 computers. The IT plan calls for connecting all offices using T-1 data lines. The Toledo site will also …
\\ Essay Class Design an Essay class that extends the GradedActivity class prese
Essay Class Design an Essay class that extends the GradedActivity class presented in this chapter. The Essay class should determine the grade a student receives for an essay. The …