Stdlib stringtrabajos

Filtro

Mis búsquedas recientes
Filtrar por:
Presupuesto
a
a
a
Tipo
Habilidades
Idiomas
    Estado del trabajo
    2,000 stdlib string trabajados encontrados, precios en USD
    Project for Chanaka B. Finalizado left

    Hey, This need to be done with PHP I need to search and replace inside an html string only in texts (Not in img src, or script src etc) Tags need to be included all tags without data attributes. for example: a span p button h1 h2 h3 h4 h5 h6 String to search: j2 replace with: j<sup>2</sup> example html string is attached as html file to the task i guess - need to use regex

    $20 (Avg Bid)
    $20 Oferta promedio
    1 ofertas

    ...looking for the following: php 7 class that works with mysql 8 and does the following: is used as the wrapper to the MySQL Database. function createAd(string $username, imagedata $image, datetime $from, datetime $to, int $impressions) This will create an entry in a database table called "advertisements" that will contain the information needed to show the $image when showAd() is called between the $from and $to dates. The $impressions will be stored in a 2 columns called "impressions" and "remaining" function showAd(string $ipAddressOfClient) This will query the latest advertisement in the "advertisements" table based puesdocode: WHERE CURRENTDATE() BETWEEN $from and $to AND $remaining > 0 ORDER...

    $202 (Avg Bid)
    $202 Oferta promedio
    37 ofertas
    C++ trees Finalizado left

    Creating c++ trees and inserting string values in it , menu driven Program

    $17 (Avg Bid)
    $17 Oferta promedio
    10 ofertas

    WHat data format do most machine learning methods take as input? An array, audio clips, images, a table, a matrix, a string or word, a data frame? Whoever can give me the right answer gets the project.

    $22 (Avg Bid)
    $22 Oferta promedio
    4 ofertas

    I have encrypt string and decrypt string I want to know what type of encryption is used and write code to encrypt in Python, I dont need decrypt (sorry my bad English) example: decrypt: encrypt: BbXY2eUW8ecOigwm+1UKF/oxxd51abktyeKbWp21d8uSMN9J3s7LpvnzJNKBep7jAYP/DhzFcYwbhLdBja3NUQ== more test case: -> 6y4X7FkKOF4hl1jP3LsZgigoZGGaGHoPuW2Wilyd00c9WCNLIlLTPsYRQfAv3mpLgf3mARA9e0wvYWnFaGQu8Q== 3485.4926543.0add19874dae1b5d62a256fe52518b26 -> zzDRrhwSJA42z5LB8LamahupbOXmZZ6li+/WnDL/Neq4+qMR1oY8yENdUFI+h7+ulJgvKszS9RZP9AGyU4aOvQ==

    $518 (Avg Bid)
    $518 Oferta promedio
    21 ofertas

    I need PHP code for matching strings. Example: $stringOne = "SGE211OX66GX"; $stringTwo = "2110"; Now You have to check that stringOne is matching with stringTwo. Here both string have common value "211"

    $18 (Avg Bid)
    $18 Oferta promedio
    11 ofertas

    The application will run in the background The feature flow: Step 1: Press Copy or Ctrl+C a series of strings (for eg. the string must have more than 10 characters and start with 7Txxxxxxxx PLEASE NOTE THAT IT WILL BE FEW MORE SERIES OF STRING PATTERN) Step 2: The background application will auto-match with data on the database (if valid, will auto-capture new series of numbers. If not valid will pop out a notification as an invalid number) Step 3: When pressing Paste or Ctrl+V will paste the new series of numbers pre-set in the database. Please put your correct bid and proposal.

    $90 (Avg Bid)
    $90 Oferta promedio
    11 ofertas

    I need a large number of JSON files importing into excel and then structuring into columns based on the string. There are some examples below, but i need an excel template creating that i can re-use for many similar examples in the future. Folder here - For more details read this document -

    $182 (Avg Bid)
    $182 Oferta promedio
    21 ofertas

    convert, comma separated, string from textarea field (on click) and render results in an html table format...maintaining the lines from the textarea as the table rows. Also, the comma separated values will be individual input fields within the table. See the attached video. Finally, the solution should be short and conscience...a must!

    $150 (Avg Bid)
    $150 Oferta promedio
    14 ofertas
    Bash Assignment Finalizado left

    ...BYTES fields are selected by the user as search criteria, the user should be able to choose greater than (-gt), less than (-lt), equal to (-eq) or not equal to !(-eq) the specific value they provide, e.g. find all matches where PACKETS > `10` 5. When the SRC IP or DEST IP fields are used as search criteria, the user should only need provide a partial search string rather than a complete value, e.g. search using the partial string EXT rather than the exact value EXT_SERVER Advanced Functional Requirements Implement two (2) of the following advanced functionalities: 1. Enable the log tool script to run searches on a single server access log of the user’s choice using both two (2) and three (3) field criteria inputs, e.g. find all matches where PROTOCOL=`TC...

    $20 (Avg Bid)
    $20 Oferta promedio
    1 ofertas
    Math Problem Finalizado left

    ...8 to 14.5 kilometres from the earth’s surface. 4) Once the balloon has ascended as far as it is able, the rope will pull tight. a. The rope being pulled tight will do two things. i. It will activate the BCD. The BCD will transfer from the balloon to the BCD just enough Helium or Hydrogen to allow the balloon to descend. ii. Think of a lawnmower how the rope pulls tight and then lets the pull string wind back up 5) Once the balloon and everything attached to the balloon arrives back at the dock the balloon and BCD will reattach to the dock. 6) Once the Balloon and BCD connect to the dock, Power Source A will charge the BCD and pump the balloon full of Helium or Hydrogen that comes from the BCD. 7) The lifts and repeats steps ...

    $102 (Avg Bid)
    $102 Oferta promedio
    7 ofertas
    C++ project Finalizado left

    Writing methods of two classes: Order and Database Read and Write to files Work with arrays Use string manipulation methods Know about github

    $105 (Avg Bid)
    $105 Oferta promedio
    17 ofertas
    Encryption of hash Finalizado left

    ...OAEPWithSHA-256 d. AndMFG1Padding (SHA1 is used for OAEP’s MFG1Padding) 3) Convert TIMS Public key string (2048 Bit RSA Public Key as sent during Handshaking by TIMS while pairing) to Byte array using Base64 decoder. 4) Get X509 specification Key object from Byte array derived from Step 3. 5) Generate public key object from X509 specification key object as derived from Step 4 using RSA algorithm. 6) Encrypt Byte array data as derived from step 1 using Cipher initiated from step 2 and X509 specification Public Key as derived from step 5. 7) Convert encrypted byte array data as derived from step 6 to Character array using Hex encoding. 8) Convert the character array as derived from step 7 to String. 9) The string as derived from step 8 is the final encrypted HAS...

    $140 (Avg Bid)
    $140 Oferta promedio
    2 ofertas

    I need to pass a multi element object via AXIOS to a .Net Web API. The array needs to be converted into an object and does not work. The object could be as many as 100 objects each with their own objects. When I pass one everything works fine but I need help to build the string to pass the entire payload. The final output will look something like if there are 3 elements let payload = {"FacultyMember":"A, P","FundingSource":"NIH","GrantNumber":"5R01CA253460-02","Role":"PI","GrantTitle":"Collagen Sequence Variants in Racial Disparities of Breast Cancer","ProjectPeriod":"06/2020-05/2025","DirectCost":367214}, {"FacultyMember":"A, P"...

    $34 (Avg Bid)
    $34 Oferta promedio
    4 ofertas
    PLC programmer Finalizado left

    We are using plc to control an underwater vehicle. We have certain sensor values that have to be sent through a 232/485 data string to our survey department. For example our compass heading and depth. Am I relatively new to PLC programming and not familiar with collecting data an outputting on 232/485. All the data is there, we just need to output it. We are using automation direct P1000.

    $465 (Avg Bid)
    $465 Oferta promedio
    13 ofertas

    Looking for a python developer to write a script with a web interface where I can do the follow data crawl: The interface will allow me to enter a URL range, enter a string (one or more) to be matched, press GO and the script will crawl through the urls, find matches and display the results on the same page. It will allow me to export matching results in text form. The script should be a single page stand-alone, and I'd like to be able to run standalone if I upload it to a web directory, it will be accessible over the web. I believe python is quite popular for making data search and extraction tasks, so with your bid, make sure to include some examples of what you have built using python.

    $181 (Avg Bid)
    $181 Oferta promedio
    8 ofertas

    ...not have a connection downwards - The number of nodes SHOULD NOT be hardcoded - The nodes should be displayed in the order of the javascript array, they SHOULD NOT be sorted by date or anything else. - The titles can be up to 50 characters long, make sure they fit (in up to 2 lines) - The page should be responsive to screen size (mobile, desktop) - The "color" property of each object will be a string containing an RGB hex value (#f233a5), use that color as the color of the node - the lines or connections between the nodes should be of color #363636 - You should be able to fit the sample content in the content part: sample_content = "Content, lorep ipsumContent, lorep ipsumContent, lorep ipsumContent, lorep ipsumContent, lorep ipsumContent,lorep ipsumContent, lorep ...

    $39 (Avg Bid)
    $39 Oferta promedio
    11 ofertas

    ...retrieved, that information needs to be written to a mysql database. As it is now, I have a page with the address autocomplete functional, I can write the address to the mysql database and retrieve the same. I have built the proper XML query to send to the post office API and have been able to parse the XML results. I have built the json query for the revenue service API and do get the json result string. I need some help putting the pieces together. I would like the first page with the address to refresh (AJAX??) to run my php script to update the 5 digit zip into the 9 digit zip. Once the 9 digit zip is returned, run my script to retrieve the sales tax rate for that 9 digit zip code. I will upload code and can show what I have so far if you have an interest. This is just a pro...

    $24 (Avg Bid)
    $24 Oferta promedio
    10 ofertas

    Hey, This need to be done with PHP I need to search and replace inside an html string only in texts (Not in img src, or script src etc) Tags need to be included all tags without data attributes. for example: a span p button h1 h2 h3 h4 h5 h6 String to search: j2 replace with: j<sup>2</sup> example html string is attached as html file to the task i guess - need to use regex

    $20 (Avg Bid)
    Garantizado
    $20
    9 participaciones
    c projects Finalizado left

    we have to build a function that receives as input 5 strings so that the first four strings constitute 4 sentences, and the fifth string of the following form: word -i, -n, -v, -x So{ ?−, ?−, ?−, ?− } are called switches, in the fifth sentence it is not guaranteed that all switches will appear, The program must print on the screen all the sentences in which the word word is found. In addition: 1. If ?− appears then the software should ignore the difference between lowercase and uppercase letters. 2. If ?− appears then the software prints before the sentence the order in which it was received. 3. If ?− appears then print the sentences in which only the word word is found without anything else 4. If ?− appears then print all the sentence...

    $19 (Avg Bid)
    $19 Oferta promedio
    9 ofertas

    Write a menu based 8086 ALP program which does the following on pressing the corresponding key on the standard keyboard. 1 read a string with alphabets, special character and digits 2 Identify only the consonants, sort and display them. 3 Display the maximum occurring character in the string also if you could explain the code to me

    $52 (Avg Bid)
    $52 Oferta promedio
    6 ofertas
    This service desk Finalizado left

    ...priorities[] - an array of type string to hold the priority level for each service request. The size of the array is indicative of the number of requests in the simulation (100). The values in the array represent the level of priority that will associated with the request (high, medium, or low). serviceTimes[] - an array of type int to hold the service times of each service request. The size of the array is indicative of the number of requests in the simulation (100). The values in the array represent the amount of service time associated with the request. There are many ways these arrays can be populated, but as a suggestion, follow this logic: Use a loop that repeats based on the number of service request. Generate a random number for the priority level then associate a str...

    $148 (Avg Bid)
    $148 Oferta promedio
    5 ofertas

    Bom dia, tudo certo? Gostaria de ver se é viável desenvolver um firmawre para ESP32. Preciso de um Hotspot, configurado por bluetooth e armazenado após configuração(com possibilidade de reconfigurar); Qua...Finalizar(endExam) for chamado pelo WS, deverá encerrar os contadores e deixar a pasta salva no SD card com todas as fotos e posições GPS. Quando o método Retornar posições GPS(getGPS) for chamado pelo WS, deverá devolver via WS o arquivo txt ou json com as posições GPS capturadas para o ID da aula Quando o método Retornar fotos(getPhoto) for chamado pelo WS, deverá devolver via WS as imagens em string Base64 ou array bytes, as fotos para determinada aula pelo ID. ...

    $340 (Avg Bid)
    $340 Oferta promedio
    1 ofertas

    Please ONLY bid on this project if you have a clear and tested solution to the following issue: We are submitting pdf documents into Tesseract for OCR. This produces a string output of the raw text obtained by the OCR process. Let us say that for our purposes, we want to identify if any of the Unique Customer ID numbers in our DB are contained in this output text. We have all of this working - no issues. Here's the problem. OCR is not 100% accurate. So a customer ID in our DB might be CID000115, so it is checking the output text for this number, however maybe the OCR returned CID0ll5 in the output string. Meaning - the OCR process detected "l's" instead of "1's". So here is the solution we need to implement. We are creating...

    $208 (Avg Bid)
    Destacado Urgente
    $208 Oferta promedio
    17 ofertas

    Please only bid if you can do it in 3 hours. This is a small python program that finds the motif string based on the DNA sequences and regex pattern files. Thank you.

    $40 (Avg Bid)
    $40 Oferta promedio
    14 ofertas

    Firma un documento XML con el estandar XadES-BES. Necesitamos desarrollar una clase en Php 8 o superior que reciba los siguientes argumentos: 1.- Un string que contiene un archivo XML 2.- La ruta del certificado formato p.12 3.- La clave del certificado. Y debe devolver: 1.- Un string con el archivo XML firmado. Las definiciones técnicas son las siguientes: * Estándar de firma XadES_BES [login to view URL] * Versión del esquema 1.3.2 [login to view URL] * Codificación UTF-8 El desarrollo debe ser específicamente en PHP 8 y que acepte todas las entidades que emiten los certificados en el Ecuador : Banco Central Del Ecuador. Registro Civil. Security Data Seguridad en Datos y Firma Digital S.A. Consejo De La Judicatura. ANFAC Autor...

    $225 (Avg Bid)
    $225 Oferta promedio
    7 ofertas

    ...to store in a database this information: *Indentification: -NAME (string) -MODEL (string) -DATACENTER (string) -IP (string) *Specifications: -PROCESSOR(string) -RAM (int) -DRIVES: (relation to Drives table (id, name, capacity) -COST(decimal) *Other info: -OBSERVATIONS (string) -HOST LICENSE (multivaluated) *Virtual Machines (multivaluated to virtual machines table) About Virtual Machines we want to store in a database this information: *Identification: -NAME (string) -HOST (NAME, related with hosts NAME) *Specifications: -OPERATING SYSTEM: (relation to OS table (id, name, code (string)) -RAM (in...

    $926 (Avg Bid)
    $926 Oferta promedio
    33 ofertas

    ...buckets Module should: • Create S3 bucket as user home directory • Allow using existing S3 bucket as a home directory (if property CreateBucket is false) Users Module should allow creating multiple users. Each user can have the following properties: • User should have secure password created (string) • HomeDirectory - S3 bucket location (string) • CreateBucket - Whether create S3 bucket (string) • AllowFrom - List of IP addresses that user is allowed to connect from (list) • PublicKey - SSH Public key (string) • ReadOnly - User can only read files (bool) • Tags - Tags (map) name = "nep-interview-sftp" users = { user1 = { HomeDirectory = "/nep-interview-user1-bucket/" PublicKey = "...

    $80 (Avg Bid)
    $80 Oferta promedio
    2 ofertas
    Checkboxes as Filters Finalizado left

    ...envision the code with my limited javascript/html ability. If a different approach is needed, that is fine, just discuss with me before investing a lot of time. // fire this javascript loop on any change to the checkboxs var lShopThis, thisPrice, thisMils // declare variables to be set in loop var OptPrices = p1 + p2 + p3 // build string of price values to show ( maybe array is easier) var OptMils = m1 + m2 + m3 // build string of Mils values to show (maybe array is easier) for ( productitem of productgrid ) { // loop thru all of the products within the product grid thisPrice = // somehow pull p1 or p2 or p3 from the classes of the item's div thisMils = // somehow pull m1 or m2 or m3 from the classes of the item's div lShowTh...

    $156 (Avg Bid)
    $156 Oferta promedio
    16 ofertas

    UPX is an executable compression system that is open source. I want you to take the current latest version of UPX's source code (from here: ) and alter the code in a way that any executable compressed with the customized version cannot be unpacked with 'upx -d' command, and that the final executable no longer contains the "UPX" string marker. That is, change it to something else. I can pay more, if your customized version cannot be automatically detected as "UPX compressed" by virustotal dot com. The customized version must naturally still be able to compress a given Windows exe file (32 bits) and that compressed exe file must still run normally. The purpose of this task is to create a slightly altered version of UPX to make it a bit more diffi...

    $20 (Avg Bid)
    $20 Oferta promedio
    1 ofertas

    ...com/23696848/) 4. Request Body of Insert and Update Event (Recurrence) () 5. The api for inserting and updating events has been connected , just add the field of Recurrence. 6. Please use the Recurrence rules of google calendar directly to create a Recurrence string () 【Note】 1. Use ReactJS to integrate RESTful API 2. Use react-material to implement components. 3. Use react-material JSS for styling. 4. Use react-material grid system to sort out pages. 5. You don’t need to code buttons, input field, slider etc. We’ll provide all basic components. 6. You shouldn’t install any

    $80 (Avg Bid)
    $80 Oferta promedio
    10 ofertas

    1. Load data into timescale db. 2. download data from the database given a start time and end time store it in some file format and upload that file to MinIO. Your cli tool should accept input parameters like ‘start-time’, ‘end-time’, ‘s3- url’, ‘timescaledb connection string’, etc

    $545 (Avg Bid)
    $545 Oferta promedio
    28 ofertas

    ...Today as an option • Date Range • Time • DateTime • Section Divider • HTML Field * The Forms Table will have these columns • id number • name string • slug string • shortcode string • cropId (From the Terms table) number • areaId (From the Terms table) number • pageid number • columns number • createdBy string • createdDate datetime • lastModifyBy string • lastModifyDate datetime * The Fields Table will have these columns • id number • formId number • name string • type string • options (array) string • createdBy string • createdDate...

    $1212 (Avg Bid)
    $1212 Oferta promedio
    85 ofertas

    ...Tweets are written as JSON files to a well defined directory structure in S3 e.g. s3://bucketname/basedir/yyyy/mm/dd/hh/ We require a full stack developer to setup the entire end to end inc dev pipelines, IAC, the python app (running in docker on lambda), inc python unit tests, integration tests and infra code validation and deployment tests The search query will be specified as a string appended to the API search query in addition a 2nd lambda (currently empty) will be triggered to process the downloaded tweets, passing the s3 url of recently downloaded json tweet file We have a good starting point for the code through the AWS serverless example (here) which uses SAM to deploy function + cursor + event trigger. Solution Outcome First lambda (downloadTweets) capture tweets in

    $28 / hr (Avg Bid)
    $28 / hr Oferta promedio
    9 ofertas

    I need you to code an application using Arithmetic Coding to compress string and files I need it to be simple as possible, it can be windows forms or command line application (your choice) the application should contain decompression option too language: C# (.net Framework) source code required too You can check the reference from the attachments

    $135 (Avg Bid)
    Urgente
    $135 Oferta promedio
    4 ofertas

    ...buckets Module should: • Create S3 bucket as user home directory • Allow using existing S3 bucket as a home directory (if property CreateBucket is false) Users Module should allow creating multiple users. Each user can have the following properties: • User should have secure password created (string) • HomeDirectory - S3 bucket location (string) • CreateBucket - Whether create S3 bucket (string) • AllowFrom - List of IP addresses that user is allowed to connect from (list) • PublicKey - SSH Public key (string) • ReadOnly - User can only read files (bool) • Tags - Tags (map) name = "nep-interview-sftp" users = { user1 = { HomeDirectory = "/nep-test-user1-bucket/" PublicKey = "ssh-...

    $228 (Avg Bid)
    $228 Oferta promedio
    5 ofertas

    ...(called employee web interface) should be accessible from the App. The functionality of the employee web interface can be found from the this Youtube Video : All the functions that you see in the video should be integrated in the app. The App should use an HTTP Post Request with some parameter from the apache server. The server will return either an String or JSON Array. You need to use the response from the PHP and process in the app. I do not have the time to implement the app. The entire application has been developed by me. If I were to develop the app, it would not have taken 3-4 weeks. The app should be in 2 different European languages: German and English and will be extended further to other languages. You should use git for the version

    $562 (Avg Bid)
    $562 Oferta promedio
    41 ofertas

    ...buckets Module should: • Create S3 bucket as user home directory • Allow using existing S3 bucket as a home directory (if property CreateBucket is false) Users Module should allow creating multiple users. Each user can have the following properties: • User should have secure password created (string) • HomeDirectory - S3 bucket location (string) • CreateBucket - Whether create S3 bucket (string) • AllowFrom - List of IP addresses that user is allowed to connect from (list) • PublicKey - SSH Public key (string) • ReadOnly - User can only read files (bool) • Tags - Tags (map) name = "nep-interview-sftp" users = { user1 = { HomeDirectory = "/nep-test-user1-bucket/" PublicKey = "ssh-...

    $210 (Avg Bid)
    $210 Oferta promedio
    3 ofertas

    Hello, This line of code: keywords = ', '.join(list(map(lambda x: f"{x}'", ('keywords').split(', ')))) or "" prints this: tags = [element1', element2', element3] I NEED IT TO PRINT THIS: ["element1", "element2", "element3"]

    $17 (Avg Bid)
    $17 Oferta promedio
    13 ofertas
    fix error in python Finalizado left

    TypeError: string indices must be integers.

    $8 / hr (Avg Bid)
    $8 / hr Oferta promedio
    21 ofertas

    Django Backend I can't change my user model with api. I get the following 400 error: {'friends': [ErrorDetail(string='Incorrect type. Expected pk value, received str.', code='incorrect_type')]} class User(AbstractUser): friends = ('User',blank=True) class UserSerializer(): class Meta: model = User fields=('id','friends','username','full_name','first_name','last_name') class UserById(APIView): def put(self, request, pk=None): user = (pk=pk) serializer = UserSerializer(user, data=) if serializer.is_valid(): () info_message={'msgs':{'info':f'updated'}} return ...

    $27 (Avg Bid)
    $27 Oferta promedio
    11 ofertas

    Hi, Develop a Quiz application using a TCP socket client and a TCP socket server. The client and server use internet domain stream sockets. The server will ask the client  ve questions, one after the other. The client is allowed only one attempt to ...strings, QuizQ, contains the questions. The array of strings, QuizA, contains the answers. The answer to a question at index i in QuizQ is at the same index in QuizA. You must include the  le in the server program only. The server randomly selects  ve questions from the quiz database. The quiz is designed in such a way that there are only four possible answers: • Y. • N. • An integer. • A character string of maximum length 16 bytes and containing one word only. Most of the codes are already done. Text me for more...

    $67 (Avg Bid)
    $67 Oferta promedio
    7 ofertas

    I am looking for someone to transcribe and supply me both notation and tab for a 4 string electric bass for Pagan Baby and Born to Move as played by Stu Cook Of Creedence Clearwater revival. Must be as played. Both songs are from the 1970 Pendulum Album.

    $60 (Avg Bid)
    $60 Oferta promedio
    5 ofertas

    The project is to develop a program/application to evaluate the cognitive abilities of children and young adults with developmental disabilities, who are also non-verbal or minimally verbal. Each page of the application allows the Behaviorist and/or Teacher...the app. I am certain once the app is in use, that we will get useful feedback to improve the product over time. The file gives you the basic concepts of the app. I also include where I attempted to develop a user prompt to enter the teacher choice for correct response, but I was not able to link this to an if else statement so the appropriate response string would print in the input box. I don't mind if you find my feeble attempts a little humorous. A little levity is good for the soul. Doc

    $216 (Avg Bid)
    Acuerdo de Confidencialidad
    $216 Oferta promedio
    13 ofertas
    Fixing my swiftUI code Finalizado left

    ...Response: Codable { var results: [Result] } struct Result: Hashable, Codable { var trackId: String var friendId: String var trackName: String var trackUrl: String var status: String } class blacklistViewModel: ObservableObject { @Published var results = [Result]() @KeyChain(key: "zid" ,account: "zLogin") var storedId @KeyChain(key: "zpassword",account: "zLogin") var storedPassword var cancellables = Set<AnyCancellable>() init() { fetch() } func fetch(){ guard let url = URL(string: appUrl + "") else { return } let parameters = ["id" : String(data: !, encoding: .utf8)!, "password&...

    $20 (Avg Bid)
    $20 Oferta promedio
    1 ofertas
    Easy project C++ Finalizado left

    Write a method ReadPoints to read the student's grade points in the different subjects. You should save the points in an array When the method is called, the user must enter a number of rating points. The grade points to be entered are controlled by the content in the subject field. Wri...(array, vector or list). Write a method print that makes the printout of the grades. Write a method Statistics that will calculate the number of "A", "C" and "F" grades and the total number of grade points. When the Statistics method is called, the grading statistics must be printed. Write pseudocode for this method (statistic). Also draw flow charts(for this method statistics) Following array string courses [5] = {"matematics","swedish",&...

    $22 (Avg Bid)
    $22 Oferta promedio
    8 ofertas

    XOR based source routing is a routing technique based on binary linear algebra rather than scanning of routing or forwarding table. The input and output interface is represented as a binary string , XORed together to get a router interface label such that during forwarding the input interface is XORed with the router interface to get the output interface. The task is to write a python code which takes the value of number of vertices of a graph as input, create a random graph with full mesh structure. Secondly take a source and a destination node as input, use shortest path algorithm to get a path and then forward the packet from source to destination with the XOR based source routing technique. Further explanations of XOR Based Source Routing is given in the journal below. Finally p...

    $64 (Avg Bid)
    $64 Oferta promedio
    2 ofertas

    XOR based source routing is a routing technique based on binary linear algebra rather than scanning of routing or forwarding table. The input and output interface is represented as a binary string , XORed together to get a router interface label such that during forwarding the input interface is XORed with the router interface to get the output interface. The task is to write a python code which takes the value of number of vertices of a graph as input, create a random graph with full mesh structure. Secondly take a source and a destination node as input, use shortest path algorithm to get a path and then forward the packet from source to destination with the XOR based source routing technique. Further explanations of XOR Based Source Routing is given in the journal below. Finally...

    $24 (Avg Bid)
    $24 Oferta promedio
    1 ofertas

    ...= null; In the downloadTextResource and download methods, transfer the value of the local variable variables url to the class property specified above. Extend the HttpHelperFunctions class with the following method public static String currentUrlToStringNS() {... } which returns the following properties of the URL object in the manner of a toString method: Protocol Host Port QueryString File 3 Another http get method: Implement another method to download resources using an http get operation and save them to a file: public static String makeHttpGetRequestNS(String urlString) throws IOException {...} Follow the small tutorial you can find at Test your method! 4 The file protocol and the file protocol Use one of your method(s) to make the following

    $20 (Avg Bid)
    $20 Oferta promedio
    2 ofertas
    fix start Finalizado left

    ...with chmod +x fix.py. Under the Files Tab on the left, click on your newly created script to edit it. Copy/Paste the boilerplate code from BOILERPLATE.md. In the Helper Functions section of the boilerplate, solve this challenge: Fix Start Helper Function Write a function called fix_start with a parameter called word, which represents a string passed in from the command line. Your fix_start function should take in a string and return a string where all occurrences of its first char have been changed to *, except do not change the first char itself. Examples: / babble ba**le # ./ oogabooga o*gab**ga In the Main() Function of Your Script In the Main Function section of the boilerplate, create a variable called arg_1 and set it to the f...

    $102 (Avg Bid)
    Urgente
    $102 Oferta promedio
    8 ofertas