Bộ lọc

Tìm kiếm gần đây của tôi
Lọc theo:
Ngân sách
đến
đến
đến
Loại
Nhiều kỹ năng
Ngôn ngữ
    Tình trạng công việc
    1,629 sbrk mips công việc được tìm thấy, giá theo USD

    I'm in need of a professional with expertise in MIPS assembly programming. My project involves the intermediate level of work - encompassing areas such as handling registers, system calls, and recursion. Your task will primarily be focused on developing new functions. You should possess: - Thorough understanding of MIPS architecture - Proficiency in assembly programming - Experience with system calls - Capability to handle registers - Knowledge on recursion in MIPS programming Your primary responsibility will be to create new functions, so a problem-solving mindset is important. Innovation is highly valued in this role and your creativity in developing new solutions will be a key indicator of success. Remember, your knowledge and techniques in MIPS assembly...

    $104 (Avg Bid)
    $104 Giá đặt trung bình
    6 lượt đặt giá
    MIPS Compiler Creation Đã kết thúc left

    You will modify file transform.c with any code transformations your compiler requires, and file mips_ast.c by implementing an AST traversal that emits MIPS code, thus compiling programs in Albatross. You may need to modify your semantic analysis to add the Albatross intrinsics as functions. will need to pass the 10 test cases

    $140 (Avg Bid)
    $140 Giá đặt trung bình
    1 lượt đặt giá

    I'm seeking a skilled developer to carry out the task of implementing a basic/compact model of The C versions of games played on a grid consisting of a small 2D array and are displayed using simple ASCII text characters using printf. They are no fun to play in the C version, but that allows you to test out your game logic, etc. **Key Tasks:** - Implementation of a functional MIPS architecture - Ensuring architecture's simplicity and understandability for educational purposes

    $62 (Avg Bid)
    $62 Giá đặt trung bình
    8 lượt đặt giá

    I'm seeking a proficient software engineer with solid experience in Assembly and C++. The task is to design a MIPS simulator for educational purposes, leveraging both languages and their capabilities. The simulator shall: - Support various MIPS instructions, providing ample learning material and exercises. - Have an interactive user interface, proving straightforwards for beginners yet satisfying for more advanced users. - Possess the ability to step through code execution, offering users the chance to see how their code runs on a granular level. Strong grasp of Assembly language, C++, and an understanding of how to create engaging, instructional software are key skills needed for this project.

    $43 / hr (Avg Bid)
    $43 / hr Giá đặt trung bình
    9 lượt đặt giá

    I'm seeking for a highly skilled coder to enhance efficiency of the existing computer system. In this project, the main goal is to optimize the code running on a computer system with a MIPS architecture. While the specific programming language was not mentioned, proficient knowledge in languages such as C++, Java, or Python would be beneficial as these are the commonly used ones in such projects. Successful applicants ideally should have: * Strong experience in computer architecture and MIPS * Proven track record of optimizing code for efficiency * Expertise in at least one of the following languages: C++, Java, or Python * Possess problem-solving skills I'm open to detailed project proposals to understand your approach towards this project. Previous work sam...

    $39 / hr (Avg Bid)
    Gấp
    $39 / hr Giá đặt trung bình
    18 lượt đặt giá

    I am in need of a highly skilled tutor in Advanced Computer Architecture. This position requires; - an advanced mastery in MIPS, 5-stage Pipelines, Exploiting ILP and Tomasulo’s algorithm among other concepts - ability to effectively communicate these concepts at a high level over online video calls. The selected tutor should possess a quick-paced teaching style to keep up with my advanced learning tempo. Hands on experience in these areas would be ideal, but a deep theoretical understanding could suffice.

    $40 / hr (Avg Bid)
    $40 / hr Giá đặt trung bình
    15 lượt đặt giá

    I'm seeking a proficient software engineer with solid experience in Assembly and C++. The task is to design a MIPS simulator for educational purposes, leveraging both languages and their capabilities. The simulator shall: - Support various MIPS instructions, providing ample learning material and exercises. - Have an interactive user interface, proving straightforwards for beginners yet satisfying for more advanced users. - Possess the ability to step through code execution, offering users the chance to see how their code runs on a granular level. Strong grasp of Assembly language, C++, and an understanding of how to create engaging, instructional software are key skills needed for this project.

    $20 / hr (Avg Bid)
    $20 / hr Giá đặt trung bình
    15 lượt đặt giá
    Trophy icon I have a project in MIPS assembly language Đã kết thúc left

    I am looking for a skilled MIPS assembly language programmer who can optimize an existing partially functional program within a week. Specific requirements for the project: - Optimize an existing program written in MIPS assembly language - The program is currently partially functional and needs improvement - The deadline for the project is four days Ideal skills and experience: - Proficiency in MIPS assembly language programming - Strong understanding of program optimization techniques - Experience in debugging and improving existing programs - Ability to work efficiently and meet tight deadlines If you have the necessary expertise and can deliver high-quality results within the given timeframe, please submit your proposal.

    $20 (Avg Bid)
    Bảo đảm
    $20
    1 bài tham dự
    Project mips assembly Đã kết thúc left

    I am looking for a freelancer who is experienced in Mips Assembly programming. This project is at an beginner-intermediate level of complexity. Specific Requirements: - I have detailed instructions that need to be followed for this project. - I need all these detailed instructions to be met Deadline: - The deadline for this project is less than a week. Dec 6th, Wednesday Ideal Skills and Experience: - Experience in Mips Assembly programming - Strong understanding of computer architecture and assembly language - Ability to follow detailed instructions for the project

    $26 (Avg Bid)
    $26 Giá đặt trung bình
    3 lượt đặt giá

    I am looking for a freelancer who can help me with implementing basic MIPS instructions for my project. The specific objective of this project is to implement these instructions and optimize the performance of the MIPS computer. I do not require a detailed report explaining the implemented instructions, as the code alone is enough. As for the tools and software, there is no preference, so the freelancer can choose any suitable tool or software for this project. Ideal skills and experience: - Strong understanding of computer organization and MIPS architecture - Proficiency in implementing basic MIPS instructions - Knowledge of optimizing performance of a MIPS computer - Familiarity with MIPS Simulator and/or Logisim (optional)

    $89 (Avg Bid)
    $89 Giá đặt trung bình
    11 lượt đặt giá
    Computer Organization -- 2 Đã kết thúc left

    MIPS research question and answers

    $22 (Avg Bid)
    $22 Giá đặt trung bình
    37 lượt đặt giá
    Assembly Programming Đã kết thúc left

    I need to have a code for this situation: Suppose a student has taken n assessments during the period and the grades are stored sequentially in computer memory. Create an assembly program for the MIPS processor that reads notes until the read note is -1. Then, calculate the average of the grades and store the student's situation in a memory address following the codes below: 1 - Approved (MF >= 7.0) 2 - Final Test (3.0 <= MF < 7.0) 3 - Failed (MF < 3.0) It's easy i know but i don't have time to learn it

    $33 (Avg Bid)
    $33 Giá đặt trung bình
    4 lượt đặt giá

    I'm looking for an experienced programmer to help me convert a small C++ code (less than 100 lines) to MIPS assembly for execution in QtSpim. Time is of the essence as this is quite an urgent project, so completing it within the timeframe agreed upon is imperative. No comments are needed in the MIPS assembly code, but accuracy and accuracy is prioritized. If you think you're the freelancer for the job, don't hesitate to reach out and I'll be more than happy to provide more context and details about the project!

    $26 (Avg Bid)
    $26 Giá đặt trung bình
    15 lượt đặt giá

    I am looking for a skilled developer to create a stack-based single core microprocessor simulator using C programming language. The simulator should be based on the MIPS microprocessor architecture. I require a basic simulator with standard functionalities, so no additional features or functionalities are needed. As for the delivery method, I am open to suggestions as this question was skipped.

    $158 (Avg Bid)
    $158 Giá đặt trung bình
    8 lượt đặt giá
    MIPS assembly code Đã kết thúc left

    Need it as soon as possible, thanks

    $65 (Avg Bid)
    $65 Giá đặt trung bình
    4 lượt đặt giá

    I am looking for someone who can help me with a project involving writing a MIPS assembly program to solve a specific problem. The project needs to be completed as soon as possible. Requirements: - Strong knowledge and experience in writing MIPS assembly code - Familiarity with MIPS architecture and instruction set - Ability to understand and analyze a problem and develop an appropriate solution using MIPS assembly code - Attention to detail and ability to write clean and efficient code Skills and Experience: - Proficiency in MIPS assembly programming - Experience in solving problems using MIPS assembly code - Knowledge of MIPS architecture and instruction set - Strong debugging and problem-solving skills - Ability to optimize code for eff...

    $125 (Avg Bid)
    $125 Giá đặt trung bình
    7 lượt đặt giá

    As a freelancer, I'm looking for someone to develop a MIPS assembly language that will take infix expression as an input (for example, ((5-1) + 3)) and will convert it to postfix expression, while also including the parenthesis. Additionally, the code must be able to evaluate the postfix expression, while displaying the result, such as handling both integer and floating point numbers. If you're confident you can fulfill these requirements, I would be very grateful for your help!

    $62 (Avg Bid)
    $62 Giá đặt trung bình
    4 lượt đặt giá

    I am looking for a skilled programmer who can help me with a MIPS program to evaluate simple integer arithmetic expressions. The ideal candidate for this project should have experience in MIPS programming and a strong understanding of arithmetic operations. Skills and experience required: - Proficiency in MIPS programming - Strong knowledge of arithmetic operations and expressions - Experience in evaluating simple integer arithmetic expressions - Familiarity with the complexity of simple expressions - Ability to work with 1-5 arithmetic expressions This project involves creating a MIPS program that can evaluate simple integer arithmetic expressions. The program should be able to handle 1-5 expressions efficiently. If you have the necessary skills and exper...

    $35 (Avg Bid)
    $35 Giá đặt trung bình
    3 lượt đặt giá

    I am looking for a freelancer who can help me with the MIPS code. The complexity level of the algorithm is basic. I have a specific deadline of 2 days for this project. Skills and Experience: - Proficiency in MIPS code - Strong understanding of algorithm implementation - Ability to work efficiently and meet tight deadlines

    $105 (Avg Bid)
    $105 Giá đặt trung bình
    6 lượt đặt giá

    I am looking for someone who can help me with a project involving writing a MIPS assembly program to solve a specific problem. The project needs to be completed as soon as possible. Requirements: - Strong knowledge and experience in writing MIPS assembly code - Familiarity with MIPS architecture and instruction set - Ability to understand and analyze a problem and develop an appropriate solution using MIPS assembly code - Attention to detail and ability to write clean and efficient code Skills and Experience: - Proficiency in MIPS assembly programming - Experience in solving problems using MIPS assembly code - Knowledge of MIPS architecture and instruction set - Strong debugging and problem-solving skills - Ability to optimize code for eff...

    $185 (Avg Bid)
    $185 Giá đặt trung bình
    9 lượt đặt giá

    I am looking for a skilled freelancer who can write a complete program in MIPS assembly language that can evaluate arithmetic expressions. The program must be able to handle arithmetic operations such as addition, subtraction, multiplication, division, and exponentiation. Ideal Skills and Experience: - Proficiency in MIPS assembly language - Strong understanding of arithmetic operations - Experience in writing programs that evaluate arithmetic expressions - Familiarity with working in the Infix notation format Please include your past work in your application to demonstrate your experience in this field.

    $22 (Avg Bid)
    $22 Giá đặt trung bình
    5 lượt đặt giá

    Project Description: I am looking for a skilled programmer who can develop a MIPS assembly language program using SPIM. The program will be focused on evaluating arithmetic expressions, specifically addition and subtraction operations. Requirements: - Proficiency in MIPS assembly language and SPIM - Experience in developing programs for evaluating arithmetic expressions - Ability to ensure accurate and efficient code execution - Familiarity with the SPIM environment and its functionalities Formatting Requirements: Unfortunately, the client is unsure about any specific formatting requirements for the code. Therefore, it would be ideal if the programmer can provide flexibility in terms of code formatting. Deadline: The client has specified that the project needs to be c...

    $141 (Avg Bid)
    $141 Giá đặt trung bình
    7 lượt đặt giá
    MIPS Assembly Đã kết thúc left

    I am looking for a MIPS Assembly programmer to help me with a sorting algorithm before the deadline of 10 hours. The algorithm I need implemented is the Quick Sort algorithm. I expect this project to take a qualified programmer no more than 10 hours. If you have experience with MIPS Assembly code and can complete this project before the deadline, then please consider applying! Thank you!

    $40 (Avg Bid)
    $40 Giá đặt trung bình
    2 lượt đặt giá

    I need someone who can build openwrt with some modifications. Its a Qualcomm Atheros QCA9531 rev 2 machine : Qualcomm Atheros AP147 reference board For YunCore AP80Q/AP90Q

    $537 (Avg Bid)
    $537 Giá đặt trung bình
    12 lượt đặt giá
    Converting C to MIPs code -- 3 Đã kết thúc left

    Project Title: Converting C to MIPs code Overview: I am looking for a skilled developer to assist me in converting my C code to MIPs code. The complexity of the C code is medium, and I have a somewhat familiar understanding of MIPs code. The project needs to be completed within one day. Skills and Experience Required: - Strong proficiency in C programming language - Expertise in MIPs code conversion - Familiarity with C to MIPs code conversion techniques - Ability to work quickly and efficiently to meet the tight deadline Deliverables: - Successfully convert the provided C code to MIPs code - Ensure the converted code is error-free and functions as intended Please note that this project requires a developer with a good understanding of both C a...

    $15 (Avg Bid)
    $15 Giá đặt trung bình
    2 lượt đặt giá

    Experienced Assembly Language Programmer Needed for Writing MIPS Assembly Code Skills and Experience Required: - Proficiency in MIPS assembly language - Strong understanding of computer architecture and memory management - Experience with the SPIM simulator - Ability to write efficient and optimized assembly code - Attention to detail and ability to follow specifications Project Details: We are seeking an experienced assembly language programmer to assist us with writing MIPS assembly code for our project. The ideal candidate should be well-versed in MIPS assembly language and have a strong understanding of computer architecture and memory management. The project involves writing more than 20 lines of assembly code, so the candidate should have prior experien...

    $32 (Avg Bid)
    $32 Giá đặt trung bình
    10 lượt đặt giá

    I am looking for a skilled developer who can write a C code in MIPS assembly language to meet my specific requirements. The purpose of the code is to perform arithmetic operations. Requirements: - Proficiency in MIPS assembly language and C programming - Strong understanding of arithmetic operations - Ability to write efficient and optimized code - Attention to detail in meeting the specific requirements Experience: - Prior experience in writing C code in MIPS assembly language - Familiarity with manipulating data structures and control flow - Experience in writing basic level code If you have the necessary skills and experience, please submit your proposal.

    $28 (Avg Bid)
    $28 Giá đặt trung bình
    6 lượt đặt giá

    I am looking for an experienced MIPS assembly language programmer to write a C code in MIPS assembly language. The purpose of the code is to perform basic arithmetic operations. Requirements: - Proficient in MIPS assembly language programming - Strong understanding of C programming language - Ability to perform basic arithmetic operations in MIPS assembly language Deadline: - The project must be completed in less than a week.

    $20 (Avg Bid)
    $20 Giá đặt trung bình
    7 lượt đặt giá

    I am in need of a skilled programmer who can write a C program in MIPS assembly language. The purpose of the program is for programming. Requirements: - Proficiency in C programming and MIPS assembly language - Experience in calculation, sorting, and data manipulation - Ability to meet an urgent deadline of 1-2 days

    $19 (Avg Bid)
    $19 Giá đặt trung bình
    9 lượt đặt giá
    MIPS Architecture Đã kết thúc left

    MIPS Architecture Project I am looking for someone with expertise in MIPS architecture to assist with a specific aspect of the architecture. Specific aspect: - Instruction set architecture - Memory hierarchy - Pipeline design Expertise level required: - Beginner - Intermediate - Expert Deadline for completion: - Within a week - Within two weeks - More than two weeks Skills and experience required: - Strong knowledge of MIPS architecture - Experience in the specific aspect of MIPS architecture required - Ability to meet the specified deadline Please provide examples of previous work in MIPS architecture and specify your level of expertise in the specific aspect mentioned.

    $64 (Avg Bid)
    $64 Giá đặt trung bình
    8 lượt đặt giá
    MIPS Processor Đã kết thúc left

    I am seeking a skilled developer to design and implement a MIPS processor on logism. The processor should have specific features and capabilities, which I will provide in detail. The project needs to be completed within a couple days, so I am looking for someone with experience in fast turnarounds. Ideal skills for this job include: - Proficiency in MIPS architecture and assembly language - Experience with floating-point operations and multithreading support - Knowledge of using logism and fast turnaround time

    $255 (Avg Bid)
    Gấp
    $255 Giá đặt trung bình
    4 lượt đặt giá

    simple mips lab using logism. need done by friday evening. attached prompt.

    $171 (Avg Bid)
    Gấp
    $171 Giá đặt trung bình
    8 lượt đặt giá
    MIPS Project Đã kết thúc left

    I am seeking a skilled developer to work on a MIPS project. The objective of the project is not specified. The current state of the project is also not specified. The deadline for completing the project is not specified. Ideal skills and experience for this job would include: - Expertise in MIPS architecture - Proficiency in programming languages such as Assembly and C++, Linux, Kernal

    $126 (Avg Bid)
    $126 Giá đặt trung bình
    13 lượt đặt giá
    Linux 2.4 kernel Đã kết thúc left

    Looking for some cool linux nerds that would want to help compile the 2.4 linux kernel on MIPS R3000. the project is opensource but i am willing to pay for help. im running into a few errors here. while i can compile the standard kernel i need to make changes to it to make a new version but i get stuck at ksysms.c which seems to be related to the proc FS ?? i could be way off i just need a little help and you will be doing this for the community too :) the initial code is based on uclinux which is a microlinux port with no mmu instructions. all the source code is on github and i will share the link with you and i have a video i can share with you that displays where im stuck at.

    $19 / hr (Avg Bid)
    $19 / hr Giá đặt trung bình
    12 lượt đặt giá

    Looking for some cool linux nerds that would want to help compile the 2.4 linux kernel on MIPS R3000. the project is opensource but i am willing to pay for help. im running into a few errors here. while i can compile the standard kernel i need to make changes to it to make a new version but i get stuck at ksysms.c which seems to be related to the proc FS ?? i could be way off i just need a little help and you will be doing this for the community too :) the initial code is based on uclinux which is a microlinux port with no mmu instructions. all the source code is on github and i will share the link with you and i have a video i can share with you that displays where im stuck at.

    $14 / hr (Avg Bid)
    $14 / hr Giá đặt trung bình
    10 lượt đặt giá

    ...looking for a freelancer to help with the implementation of a single-cycle MIPS processor. The ideal candidate should have experience in digital logic design and computer architecture. The project requires the following: MIPS instructions: - The client has specific MIPS instructions that need to be implemented. - Details of the instructions will be provided by the client in project documentation. Documentation: - The client requires in-depth analysis with diagrams in the documentation. - The documentation should cover all aspects of the implementation process, including design, testing on ModelSim simulator, and verification. Skills and experience: - Digital logic design - Computer architecture - Experience with MIPS instruction set - Experience with Veril...

    $44 (Avg Bid)
    $44 Giá đặt trung bình
    6 lượt đặt giá

    ...time. Plot graph: time versus vector size. Inspect compiler generated assembly code. Observe if compiler vectorized code for very large vector sizes. Try to optimize compiler generated code. Based on compiler generated assembly code (or your optimized code) create an assembly code for dot product computation function (in the same way as shown in the text book for “clear-array example for MIPS”). Please refer to Tutorial in the Appendix. Use QueryPerformanceCounter function to measure execution time. Plot graph time versus vector size. 4. To optimize the code further use vector instruction DPPS in function that computes dot product. instruction to Improve performance of vector assembly code in §2. Use QueryPerformanceCounter function to measure e...

    $163 (Avg Bid)
    $163 Giá đặt trung bình
    8 lượt đặt giá
    C to MARS MIPS Đã kết thúc left

    I am looking for an experienced low-level programmer to convert some C code using the MARS MIPS instruction set + a few other requirements on top. C code to unoptimized MARS MIPS C code to optimized MARS MIPS (for ex. using loop unrolling) Some exercise about pipelines and hazards. (please get in touch for full description)

    $228 (Avg Bid)
    $228 Giá đặt trung bình
    4 lượt đặt giá

    The project is written in C. there is parser, lexer, symbol table, and mips translation files. I need someone who familair with MIPS to complete the missing mips translations, and make sure everything compiles and run (fix issues if exists).

    $104 (Avg Bid)
    $104 Giá đặt trung bình
    11 lượt đặt giá

    I am look...address translation - Implementing page table management - Ensuring compatibility with Linux operating system -This assignment involves designing and implementing a number of data-structures and the functions that manipulate them -Test and debug If you have experience in virtual memory sub-system implementation by implementing address space management, page table management, and management of the MIPS software-managed Translation Lookaside Buffer (TLB) and are proficient in C programming language, please submit your proposal. Kindly note that: - We work together by sharing my development environment using anydesk/teamviewer/google remote. - We work on hourly basis and pay your effort after the work through freelancer platform instantly after that work daily basis. ...

    $14 / hr (Avg Bid)
    $14 / hr Giá đặt trung bình
    10 lượt đặt giá

    I am looking for an experienced C Developer to help with a project that involves both MIPS and DOCKER programming. The developer should have experience both with MIPS and DOCKER and be comfortable working remotely. The main responsibility of the developer is to create code and develop functionality while ensuring that the product meets performance and quality expectations. Code maintenance and bug fixing may be required as well.

    $123 (Avg Bid)
    $123 Giá đặt trung bình
    4 lượt đặt giá
    MIPS Simulator Đã kết thúc left

    Need a developer who is very proficient in C++. I am looking for someone to develop a MIPS Simulator with a graphical user interface for a Windows operating system. The simulator should be implemented using the C++ programming language. The project must include a graphical user interface for users to interact with the simulator. Furthermore for testing, the simulator will need to be able to execute sample programs provided by me. The successful applicant should have experience developing in C++, be familiar with the architecture of a MIPS Simulator and be willing to clearly communicate their progress throughout the duration of the project.

    $360 (Avg Bid)
    $360 Giá đặt trung bình
    9 lượt đặt giá

    I'm looking for someone to write a pipeline execution table for a piece of code written in MIPS, assuming full forwarding and branch not taken, also I need only to show a single iteration of each of the loops The code is believe to be complete and has 39 instructions that need to be executed. If you are experienced with writing pipeline execution table for MIPS, please provide me with your proposal. I will be requiring a thorough work that details all the steps for each instruction.

    $100 (Avg Bid)
    $100 Giá đặt trung bình
    4 lượt đặt giá

    Need an expert who has core knowledge of computer architecture.

    $20 (Avg Bid)
    $20 Giá đặt trung bình
    4 lượt đặt giá
    MIPS QTSPIM Assemly language. Đã kết thúc left

    Hi Rajaganapathy S., I noticed your profile and would like to offer you my project. We can discuss any details over chat.

    $24 (Avg Bid)
    $24 Giá đặt trung bình
    1 lượt đặt giá

    I am looking for an expert in MIPS QTSPIM Assembly Language. I will explain the details in the chat

    $86 (Avg Bid)
    $86 Giá đặt trung bình
    6 lượt đặt giá

    I have an error in MARIS MIPS SIMULATOR that needs to be fixed. The type of error is a runtime error, but no modifications have been made to the source code. I need someone experienced with these types of errors to help me resolve it.

    $19 (Avg Bid)
    $19 Giá đặt trung bình
    1 lượt đặt giá
    CONVERT INTO MIPS ASSEMBLY Đã kết thúc left

    I am looking for assistance to convert a program written in the C# language into MIPS assembly. The project requires an experienced programmer who is familiar working with assembly language. To help with this task, I have the original source code of the C program on hand and no optimization steps are necessary, just compile it with no changes. The output must be correctly and correctly functioning MIPS assembly code. It just a simple code with 2 for loops and a function.

    $160 (Avg Bid)
    $160 Giá đặt trung bình
    16 lượt đặt giá

    ...its corresponding machine code, 2) transferring one machine code to its corresponding assembly code. You can do the self-check by swapping the input and output. The following contents in parentheses illustrate the commands to run your program and their corresponding outputs: Input1: MIPS assembly code (python3 -a "add $s0, $a1, $t7") Output1: corresponding machine code in 8 hex characters (00af8020) Input2: machine code in 8 hex characters (python3 -m "00af8020") Output2: corresponding MIPS assembly code (add $s0, $a1, $t7)...

    $13 (Avg Bid)
    $13 Giá đặt trung bình
    3 lượt đặt giá
    Linux Kernel compilation MIPS Đã kết thúc left

    Looking for some cool linux nerds that would want to help compile the 2.4 linux kernel on MIPSEL. the project is opensource but i am willing to pay for help.

    $20 / hr (Avg Bid)
    $20 / hr Giá đặt trung bình
    13 lượt đặt giá