Web development and programming
191828 questions • Page 3567 / 3837
can someone convert this html page to php
can someone convert this html page to php <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=…
can someone convert this jsp page to php please. :(
can someone convert this jsp page to php please. :( <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <h…
can someone do it asap 1. (15 points) Using pseudocode, implement the symmetric
can someone do it asap 1. (15 points) Using pseudocode, implement the symmetric difference function for both a bit vector and a unidirectional LinkedList, such that the runtime is…
can someone do this for me ? Exercises At the end of each chapter, we include ex
can someone do this for me ? Exercises At the end of each chapter, we include exercises you can do with the things you've learned. We encourage you to at least attempt every probl…
can someone double check these terms to make sure the bold is correct. Thanks Th
can someone double check these terms to make sure the bold is correct. Thanks This term is used to indicate that inputs are in their active states (asserted) when they are LOW. ne…
can someone edit my c++ code where it will output to a file in xcode #include
can someone edit my c++ code where it will output to a file in xcode #include <iostream> #include <fstream> //For file operations #include <string.h> //For strin…
can someone edit my c++ code where it will output to a file. I am currently usin
can someone edit my c++ code where it will output to a file. I am currently using xcode. #include <iostream> #include <cctype> #include <cstring> #include <fs…
can someone edit my c++ code where it will output to a file. I am currently usin
can someone edit my c++ code where it will output to a file. I am currently using xcode. #include <iostream> #include <cctype> #include <cstring> #include <fs…
can someone explain exactly how this function works? I know it converts ASCII to
can someone explain exactly how this function works? I know it converts ASCII to integer but for example what does the while loop do. I am new to C and have no idea how they can a…
can someone explain the deque to me ?? C++ #pragma once // TODO: delete the foll
can someone explain the deque to me ?? C++ #pragma once // TODO: delete the following #include #include <deque> const int B_NODE_CAPACITY = 16; // TODO: create a template cl…
can someone explain to me what does the dot mean ? and what would be the output
can someone explain to me what does the dot mean ? and what would be the output and explain it? import java.io.*; public class Green { private int a; private int b; public Green(i…
can someone explain why 6-9 are those time complexities 6. Suppose we implemente
can someone explain why 6-9 are those time complexities 6. Suppose we implemented a set collection in a class named Arrayset that used an array as the storage data structure. Supp…
can someone explaine this to me? Given a macro definition as the following, what
can someone explaine this to me? Given a macro definition as the following, what is the expansion result of a macro 7. invocation like "RDBUFF oE,BUFFER,LENGTH..80"? (5%) RDBUFF M…
can someone fix my code about tree in c++ to make it output like this: *******Ou
can someone fix my code about tree in c++ to make it output like this: *******Output***** Adding 100 Adding 200 Adding 400 Preorder Print: 300 100 200 400 Inorder Print: 100 200 3…
can someone fix my code about tree in c++ to make it output like this: *******Ou
can someone fix my code about tree in c++ to make it output like this: *******Output***** Adding 100 Adding 200 Adding 400 Preorder Print: 300 100 200 400 Inorder Print: 100 200 3…
can someone fix the code below html CSS. (it convert the html textbox to PDF fil
can someone fix the code below html CSS. (it convert the html textbox to PDF file) <asp:Label ID="UserID" runat="server" BorderStyle="Double"></asp:Label> private void…
can someone fix this? the array is suppose to read each value stated as dobA bla
can someone fix this? the array is suppose to read each value stated as dobA blank is blank dob1 blank dobB blank is dob2. this program exist within 3 other programs as an example…
can someone get me started on this Max sales rep = 30. sales reps are paid commi
can someone get me started on this Max sales rep = 30. sales reps are paid commission based on howmuch they make. reps with more than average sales are paid bonus of150. highest s…
can someone give me a simple example in how to use this code to plot a Lagrange
can someone give me a simple example in how to use this code to plot a Lagrange polynomial? thank you! function y=lagrange (x,point, pointy) LAGRANGE approx a point-defined functi…
can someone help explain each step of the assembly language code using variables
can someone help explain each step of the assembly language code using variables h, t and len. loop: pushl %ebp movl %esp,%ebp movl 0x8(%ebp),%edx movl %edx.%eax addl 0xc(%ebp),%e…
can someone help fix my code where it compiles? import java.awt.Color; import ja
can someone help fix my code where it compiles? import java.awt.Color; import java.awt.Graphics; import java.util.Scanner; /** * * @author Owner */ public class S3g { // constant …
can someone help for the following in the removeAllOccurence method? rate high a
can someone help for the following in the removeAllOccurence method? rate high as much as I can after // Convert 2D array to 1D array // Remove duplicates in array // Remove all o…
can someone help in adding a zero argument constructor that creates an empty lis
can someone help in adding a zero argument constructor that creates an empty list to my LinkedList below? public class LinkedList extends ALinkedList { // @override public ALinked…
can someone help me Write a method named smallestLargest that asks the user to e
can someone help me Write a method named smallestLargest that asks the user to enter numbers, then prints the smallest and largest of all the numbers typed in by the user. You may…
can someone help me answer the following #Fsharp multiple choice questions along
can someone help me answer the following #Fsharp multiple choice questions along with explanations for each question please. 1. If an F# function has type 'a -> 'b when 'a : co…
can someone help me answer the following #Fsharp multiple choice questions along
can someone help me answer the following #Fsharp multiple choice questions along with explanations for each question please. 7. How does F# interpret the type int * bool -> str…
can someone help me answer the following #Fsharp multiple choice questions along
can someone help me answer the following #Fsharp multiple choice questions along with explanations for each question please. 1. What type does F# infer for the expression fun x y …
can someone help me answer the following #Fsharp multiple choice questions along
can someone help me answer the following #Fsharp multiple choice questions along with explanations for each question please. 1. A fraction like 2/3 can be represented in F# as a p…
can someone help me change the program into a 2 dimensional array and without th
can someone help me change the program into a 2 dimensional array and without the ** please #include <iostream> #include<fstream> #include<string> using namespac…
can someone help me compile my code? public class Gpa { public static void main(
can someone help me compile my code? public class Gpa { public static void main( String args[]){ Scanner input = new Scanner(System.in); printgpa(input); } public static void prin…
can someone help me compile this code, and make it where it does the following:
can someone help me compile this code, and make it where it does the following:with this java project i am trying to create a drawing panel of a projectile motion of the size 420 …
can someone help me convert c++ into c? code listed below #include #i
can someone help me convert c++ into c? code listed below #include <iostream> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include &…
can someone help me convert this arduino code into C++ please . #include //http:
can someone help me convert this arduino code into C++ please . #include //http://playground.arduino.cc/uploads/Code/Password.zip //tells to use password library #include //http:/…
can someone help me create a java game of life using these java headers, and met
can someone help me create a java game of life using these java headers, and methods? the headers , main methods are in red color, and wht to do with them are in black. theout put…
can someone help me create this code and explain what these directions are askin
can someone help me create this code and explain what these directions are asking me to do? (Java syntax checker) Write a program that checks whether a user-input Java for-loop de…
can someone help me create this for studying my upcoming test so i can pratice w
can someone help me create this for studying my upcoming test so i can pratice with it . here are the instructions. ----------------------- Each problem appears in its own file, p…
can someone help me create this. this is my code so far import java.awt.Color; i
can someone help me create this. this is my code so far import java.awt.Color; import java.awt.Graphics; import javax.swing.JApplet; public class OCCLogo extends JApplet{ publi…
can someone help me create this. this is my code so far import java.awt.Color; i
can someone help me create this. this is my code so far import java.awt.Color; import java.awt.Graphics; import javax.swing.JApplet; public class OCCLogo extends JApplet{ publi…
can someone help me create this. this is my code so far import java.awt.Color; i
can someone help me create this. this is my code so far import java.awt.Color; import java.awt.Graphics; import javax.swing.JApplet; public class OCCLogo extends JApplet{ publi…
can someone help me dbl check my answers? thanks! 8) What is the network address
can someone help me dbl check my answers? thanks! 8) What is the network address for APIPA? A) 192.168.0.0/24 B) 17216.0.0/16 D)169 254.0016 C) 10,0.0.08 69.254.0.0 16 9) You have…
can someone help me do this i need trace route of Massachusetts Use trace route
can someone help me do this i need trace route of Massachusetts Use trace route to trace the route from your home or work computer to the website of a university or company on ano…
can someone help me do this step in this program ? Allow up to 3 total invalid a
can someone help me do this step in this program ? Allow up to 3 total invalid attempts for the user to enter the correct number of hours worked. After the 3rd attempt, print out …
can someone help me finish by adding a main menu and splitting the codes into 3
can someone help me finish by adding a main menu and splitting the codes into 3 screen which is 1.main menu ,2.ordering pizza ,and receipt import java.awt.*; import java.awt.event…
can someone help me finish my C# code here is the whole code using System; using
can someone help me finish my C# code here is the whole code using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; us…
can someone help me finish my c# code InsertTransaction() – Inserts a transactio
can someone help me finish my c# code InsertTransaction() – Inserts a transaction into the DB. This insert inserts data about an insert or a delete, including data affected and a …
can someone help me fix my code were it compiles and the output is: printing cos
can someone help me fix my code were it compiles and the output is: printing cost of 10 items total cost of items added to clientgrocerylist 92.00 adding more than 10 item to test…
can someone help me fix my code, so that it compiles? public class Getgrade { pu
can someone help me fix my code, so that it compiles? public class Getgrade { public static void main(String[] args) { System.out.println("the grade for 90 is" + getGrade(90)); } …
can someone help me fix my code? /* * To change this template, choose Tools | Te
can someone help me fix my code? /* * To change this template, choose Tools | Templates * and open the template in the editor. */ package math; import java.awt.event.ActionEvent; …
can someone help me fix my code? public class Getgrades { public static void mai
can someone help me fix my code? public class Getgrades { public static void main(String[] args) { System.out.println("the grade for 90 is" + getGrade(90)); } public static double…
can someone help me get the \"error: ID returned 1 exit status\" away so this pr
can someone help me get the "error: ID returned 1 exit status" away so this program will compile correctly? source code below: #ifndef H_LinkedListType #define H_LinkedListType #i…
Subject
Web development and programming
Use Browse or pick another subject.