Tax calculation program codecông việc

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
    2,000 tax calculation program code công việc được tìm thấy, giá theo USD

    I'm seeking an experienced web developer to create a website geared towards showcasing the artistic achievements of students in our after-school program. - Main Purpose: The website's primary purpose is to highlight our students' accomplishments in art by subject, thereby providing them an opportunity to shine and attract more participants. - Development: The website needs to be user-friendly with a categorically organized showcase. It must be easy for administrators to upload and categorize new achievements. Ideal candidates should have substantial experience in website development, particularly in creating sites for educational or child-focused organizations. Familiarity with artistic subject matter and a good sense of website design will be beneficial too. Be ...

    $12 / hr (Avg Bid)
    $12 / hr Giá đặt trung bình
    102 lượt đặt giá
    C++ Trading Code Integration... Đã kết thúc left

    I'm in need of a proficient C++ developer to integrate C++ trading code with my price feed Ideal Skills: - Proficiency in C++ - Experience with integrating C++ code with price feed Please note, that despite of not having selected these specifically yet, I am open to your recommendations. Apply if you believe you can achieve these functionalities successfully.

    $7 - $22
    $7 - $22
    0 lượt đặt giá

    ...involves generating code for running a regression with 4 explanatory and one dependent variable. The analysis is for a thesis, and although we have some knowledge within r and statistical programming we encountered some issues and are therefore looking for help. The tests considered relevant: - ADF and PP test, where the Phillips-Perron is to complement ADF´s inability to check for autocorrelation and heteroskedasticity in the data - Determining the correct number of lags for the regression - cointegration tests. - Panel Data Analysis. Creating a regression - explaining why this is the best suited for the model (only a couple of sentences needed) Any other tests considered relevant for generating a sufficient regression. Key Responsibilities: - Develop R code...

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

    We need is an app code for iOS and Android in FLUTTER and LAVAVEL for already existing app (android Google and iOS Apple) The needed effect is to make the smartphone emitting music and music vibrations being generated from online downloaded music and mp3 music of the own effect of the music vibration should be a haptic sensation by holding the phone in the palm, like putting hands on a speaker. Pls. take in consideration that it is not the normal vibration like in timer but it has to be generated by the heard music (music vibration). The user should be able to have his own library and history of his music. Send me a written message if you understand what I mean and how you intend to find a solution. Knowledge of Flutter,Lavavel,Python Mac iOS device

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

    As a small business owner, I require an Excel expert who can assist in creating a custom-made Excel file specifically for quotation calculation purposes. This Excel file will primarily perform comparisons of quotation calculations derived from various vendor rate lists. The ideal candidate should possess the following skills and experience: • Expertise in Excel formula calculations, and knowledge of macros will be helpful. • Familiarity with business quotation calculations from various supplier rate lists. • A proven track record of creating tailor-made business tools using Excel. The role's responsibilities include: • Designing and constructing an Excel file suitable for executing complex quotation calculations reliably. • Implementing financial fo...

    $4 / hr (Avg Bid)
    $4 / hr Giá đặt trung bình
    31 lượt đặt giá
    Windows Task Automation Program Đã kết thúc left

    I require a developer proficient in Java to build a program compatible with Windows. The main purpose of this program is to facilitate the automation of tasks. Ideal Skills and Experience: - Proficient in Java - Experience with task automation software development - Deep understanding of Windows platform - Strong debugging and problem-solving skills The project success will be based upon the efficient automation of tasks within the Windows platform through the developed program. I would appreciate viewing your previous work similar to this task during your application process.

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

    ...a desktop application for me. The primary purpose of this app is to automate certain tasks which are largely centered around data management. **Application Function**: Specific tasks I'm interested in automating are data entry and data calculation. The app should be able to accurately execute these tasks autonomously with minimal supervision. **Ideal Candidate**: This role is best suited to a freelance developer with solid experience in C# .net, python and a deep understanding of desktop applications. A strong background in data management and calculation would also be beneficial, as this forms the core functionality of the application I'm envisioning. In sum, if you're an experienced coder that can scrape data with an eye for detail and a knack for cre...

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

    I am in need of a balance sheet and income statement for my business. The chosen freelancer should have a background in finance and a solid understanding of the accrual accounting approach. At the moment I have all data of income and expense transaction in summarized form, full bank statement, all detail of tax filing. However I need someone who can help me prepare it into a trial balance or balance sheet. Data will be anonymized (i.e. staff, customer and supplier names) for privacy reasons.

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

    I'm looking for a skilled developer to build an offline automation system catering to account processing tasks: Key Tasks: - Data entry - Calculation of financial transactions - Report generation - MLM Plan Incorporation with recurring functions Aligned to eventually be accessible online, this system will be primarily used by one administrator. I operate in the consumer industry, so related experience and understanding is advantageous. Proficiency in VBA or Python programming is paramount. Accounting knowledge is also indispensable, as well as familiarity with Multi-level Marketing (MLM) schemes. This project offers an opportunity to create something that could greatly enhance efficiency in consumer finance. Please bid keeping in mind the balance between quality and cost. ...

    $442 (Avg Bid)
    $442 Giá đặt trung bình
    24 lượt đặt giá
    Enhance Java Program Efficiency Đã kết thúc left

    I am currently seeking a diligent and knowledgeable Java developer to accelerate the efficiency of my existing program. OBJECTIVE: Given the limited information provided, I anticipate that the project's objective could be any of the following (or a combination): - Improvement of runtime performance - Reduction in memory usage - Overall enhancement in program efficiency PREFFERED APPLICANT: I am primarily interested in candidates who can provide: - Records of past work, demonstrating their skills and achievements - Relevant experience, underlining their ability to handle similar work or challenges - Detailed project proposals, showing their approach to solving issues and their understanding of this particular project The ideal candidate possesses advanced knowledge...

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

    ...generate code as follows: Input values json = { "id": "screenName", "name": "Employee", "type": "component", "controls": [ { "id": "name", "name": "name", "label": "Name", "type": "input" }, { "id": "dept", "type": "select" } ] } => util -> typescript component: `const ${}Component = (props) => { return <> ${(c => </> }` Use babel-generete AST - Abstract Syntax Tree Output code: const EmployeeComponent = () => { const fn () => { // call api and set in state } return <> <label>...

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

    I am looking for a seasoned Tableau Developer to help create a graph and perform a calculation for my project. Appropriate candidates should be: - Proficient in using Tableau for data visualization - Familiar with different types of graph and calculation techniques - Able to handle various data volumes, table calculation and complexities. Please apply if you have the mentioned skills and experience and can contribute to decisions regarding graph type and calculations.

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

    Take my existing Streamlit application and transform it into a mobile application for iOS Streamlit app link: http://3.27.159.221:8501/ Would like to have similar features/design to and Extra work avaialble if you can covert it to more stable web based solution aswell! If you do not talk specifics about the task and solution in your post I will not consider your application

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

    I'm Dr. Ceaser, wishing to engage the world with my online meditation program -- accessible five days a week. The goal is to contribute significantly to the emotional and mental well-being of the participants. Features: - Subscription-based model, payment accepted only via credit card. - Live online sessions will be provided for trainees. - The specific hosting platform will rely on which is regarded as the most reliable for this purpose. Ideal Experience and Skills - Understanding of payment gateway integration (for credit card payments). - Experience in setting up live video streaming on platforms like Zoom, Facebook Live or YouTube Live. - Knowledge in designing a seamless user interface to maintain one-way communication during live sessions. This project does not necess...

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

    transform a Google sheet spreadsheet into software with security code

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

    We are seeking a young, dynamic Auditor/Tax Advisor to join our team in Mahe, Seychelles. This is an exciting opportunity for a motivated individual eager to contribute to the reactivation of an established company and the launch of an innovative new startup—a small beach bar with significant potential for growth. Responsibilities: Conduct a comprehensive audit of the existing company to assess current financial health and compliance status. Provide expert advice on tax implications, financial restructuring, and efficient business activation strategies. Assist in setting up financial systems and processes for the new beach bar startup, ensuring compliance with local regulations and tax laws. Offer ongoing financial advice and tax planning to optimize bus...

    $26 / hr (Avg Bid)
    $26 / hr Giá đặt trung bình
    37 lượt đặt giá
    Spring Boot AWS Program Đã kết thúc left

    Spring Boot AWS Program. Upload document from spring boot to aws S3 bucket

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

    I'm in need of an accountant with proficiency in tax preparation, financial analysis, and bookkeeping. While not mandatory, an understanding of my industry would be a bonus. When applying, kindly provide: - Information on your past experiences in these accounting areas - Any specific industry experience you may have The ideal candidate should have some industry experience and a proven track record of handling similar projects successfully. I appreciate a commitment to accuracy and attention to detail. Let's enhance financial clarity together.

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

    ...tailored for Workers, Supervisors, Management, and Customers. 4. **Payment Gateway Integration:** - Integrate a secure and reliable payment gateway to facilitate transactions. 5. **Odoo Integration:** - Integrate Odoo Inventory and Accounting modules to streamline operations. 6. **QR and Online Receipt Generation:** - Implement QR code functionality for tracking and generate online receipts for transactions. 7. **Material Consumption Calculation:** - Develop a system to calculate the consumption of wash materials for each service. 8. **Revenue Reporting:** - Create a comprehensive revenue reporting system and merge it with daily wash data. **Proposal Submission:** Interested and qualified developers/firms are invited to submit their proposals by [Inser...

    $192 (Avg Bid)
    $192 Giá đặt trung bình
    22 lượt đặt giá
    Wordpress Developer Needed Đã kết thúc left

    Looking for wordpress developer to fix issues with 2 website. Website 1: in gravity forms calculator, i need to hide calculation fields until all input data fields are filled. in addition, one of calculation fields, i need to manipulate calculation result displaid, to round result, and have max result possible. Website 2: in plugin "Checkout Field Editor for WooCommerce" - doesn't send fields in order email. need to fix. and another very small css fix which I didn't manage. must be delivered today (in next 12 hours). ping me if possible. if i happy with work, more projects in near future

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

    I'm seeking an expert in Generative AI, specifically in the area of text generation, who can help me elevate my beginner's knowledge into a more advanced understanding. The objective is to apply these skills for content creation. You will be teaching me in learning some of these skills. Ideal Candidate: - Exceptional expertise in AI and text generation - Creative thinker able to apply AI for content creation - Someone who has handled inputs from PDF and various files. - Should have done fine-tuning of models. - Experience with various datasets. Primary Responsibility: - Conduct interactive sessions explaining core concepts of Generative AI - Address queries and provide clarifications efficiently.

    $8 / hr (Avg Bid)
    $8 / hr Giá đặt trung bình
    4 lượt đặt giá
    Python code bug fixes Đã kết thúc left

    Its existing Python code bug fixes, it's preferred remotely.

    $9 (Avg Bid)
    $9 Giá đặt trung bình
    28 lượt đặt giá
    Sports Program Promo Video Đã kết thúc left

    I need a vibrant and professional freelancer to create a 30-60 second promotional video for my children's sports program. The perfect candidate should have experience in video production, animation, video editing and children's content.

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

    ...days for this task. **Project Overview:** I have a PHP Laravel source code that includes a licensing program, and I am looking for a talented developer to remove the entire licensing mechanism. Once the licensing program is successfully removed, I expect the freelancer to hand over the complete source code. I can provide a hosting package for testing purposes, or the freelancer is welcome to use their own hosting account. **Deliverables:** 1. Removal of the licensing program from the source code. 2. Handover of the complete source code. 3. Testing on provided hosting or freelancer's own hosting account. **Additional Requirements:** I request detailed change logs documenting every modification made to the source code during ...

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

    Hi there, for a simple responsive page I'm searching for help in writing some cool pure css :-) (without libraries please – no bootstrap, jQuery etc.) HTML is already done and should not be changed. If some class or id is needed, we can add that. Do you have a quick sample as reference? One Main page with custom code needed. All (three) secondary pages will have the same style. Please check the attached files. Responsive version need to be done on the fly, there's no extra draft available. Do you have 2-3 hours today to get that done? Have a great day

    $110 (Avg Bid)
    $110 Giá đặt trung bình
    39 lượt đặt giá
    Fire Escape Steel Stair Design Đã kết thúc left

    I'm seeking a structural designer to create plans for a single-level steel stair fire escape. Please see the jpeg for stair and landing form; and dwg for the dimensions. Both stair and landing should be steel. Required drawings and documents: - Steel structure design and drawings of stair including B.O.Q; submission in dwg...designer to create plans for a single-level steel stair fire escape. Please see the jpeg for stair and landing form; and dwg for the dimensions. Both stair and landing should be steel. Required drawings and documents: - Steel structure design and drawings of stair including B.O.Q; submission in dwg format - Steel structure design and drawings of landing including B.O.Q; submission in dwg format - Calculation reports. English, Azerbaijani or Russian wil...

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

    I'm looking for someone who can remove the protection from my program, which is controlled by the presence of a USB key. Unfortunately, I've lost the USB key and can no longer access the program.

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

    ...seeking an expert mobile app developer to build an Android application to manage and monitor attendance and payroll for construction workers. The features needed in the application are as follows: - Time Tracking: The application will need to accurately track worker hours. The working hours should be logged using GPS location tracking technology and also have a manual entry option. - Payroll Calculation: The application needs to calculate payroll based on the logged working hours of the workers. - Worker Database: The application should maintain a comprehensive database of the workers which includes their personal details and work history. - Supervisor Location Tracking: The system needs to have a feature that tracks the current location of the supervisors at the work-site. ...

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

    I'm seeking a creative professional to design a social media template for the upcoming Ramadan Kareem sale. The template will be used on Facebook and its primary purpose is to announce daily discounted products during this holiday period. Ideal Skills: - Proven experience in social media graphic design - Proficiency in design software - Understanding and respect for Islamic culture - Experience in creating sale/promotional templates - Knowledge of Facebook platform - Ability to meet strict deadlines.

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

    I am requiring a programmer who can help me create and integrate a program that can produce line charts from CSV data. This program will be for generating certificates. The needed skills include data visualization, coding, and solid understanding of CSV datasets. Key Responsibilities: - Develop a code that can create a line chart. The line chart should allow for customizations in axes labels and data range, as well as in the style and size of data points. - The developed code should enable data extraction from the CSV to the certificate. This includes the date of achievement and specific data. - Apply business logo to the certificate. Ideal Experience: - Proven expertise in developing similar projects. - Strong grasp on data visualization, handling CSV files,...

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

    I'm looking for a programmer proficient in C# to create a simple sample code using Open XML SDK for generating a bullet list. The bullet style should be dots. See attached image for correct and incorrect result. Output is C# code. Payment: - 20% on project start. - 80% when code is ready and verified

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

    Hi, I have an app with a small data , the user can create more than one profile and every profile can upload image for it, the issue when I close the app and run it again from Xcode the profiles images don't show, please see the attached code , P.S. I will not send the app only the attached swift code.

    $45 (Avg Bid)
    $45 Giá đặt trung bình
    11 lượt đặt giá
    Investment Research Consulting Đã kết thúc left

    As an ambitious entrepreneur seeking unconventional financial growth, I am in search of a competent financial advisor. The id...requirements are: - Comprehensive knowledge of the tech sector’s investment landscape. - Ability to effectively devise high-risk investment strategies with the potential for significant returns. - Experience in gauging and managing investment volatility. - Proficiency in providing ongoing guidance and recalibrating strategies when necessary. Knowledge and experience in budgeting, forecasting, and tax planning, although not required, are a plus. I'm hunting for a financial guru who can navigate the choppy waters of high-risk investments. I already know about Forex, crypto, stocks, peer to peer lending and realestate. Just seeing if theres someth...

    $56 (Avg Bid)
    $56 Giá đặt trung bình
    19 lượt đặt giá
    Wordpress Code Error Resolution Đã kết thúc left

    I moved my Wordpress site from one host to another. Now I am receiving an error message on the homepage. in both desktop and mobile. I had no issues prior to the move. I twist me a simple piece of code. I am looking for someone to resolve this quickly and at a reasonable price.

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

    I'm looking for a proficient developer to create a QR code reader application for iOS, Android, and Web platforms. This should be an integrated platform that scans QR codes efficiently. Key Features: - QR Code Scanning: The primary function of this app should be scanning QR codes effectively and efficiently. Additional Features: - The application should incorporate fantastic additional features such as a QR code scanner. Though some requirements were left open-ended, the developer should keep some aspects in mind: - User-friendly interface: The application should be intuitive and easy to use, even for those who are not tech-savvy. - Speed and Efficiency: The app must be fast and provide accurate results, minimizing the waiting time for users. - Flexibility: ...

    $421 (Avg Bid)
    $421 Giá đặt trung bình
    63 lượt đặt giá
    Annual Filing Expert for US LLC Đã kết thúc left

    I'm searching for a skilled Certified Public Accountant (CPA) or a Business Accountant familiar with IRS taxation in the United States. Key tasks wi...Accountant (CPA) or a Business Accountant familiar with IRS taxation in the United States. Key tasks will include: - Annual filling for S corp - Preparation of financial statements for our business - Comprehensive Bookkeeping services - Insightful Tax planning and compliance Our LLC is relatively small, generating under $1 million in revenue and with less than ten employees. The ideal freelancer should have specific experience and expertise in managing the accounts of a comparable business size. Your comprehensive understanding of LLC annual filings and tax procedures are vital for this role. Please detail your previou...

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

    I am actively seeking a limited duration, freelance role in the field of accounting. The ideal freelancer will have: - Great proficiency in all general accounting practices - Solid understanding of financial statements and reports - High accuracy and attention to detail - Strong knowledge in using accounting software Understanding of the tax system will be an additional asset. I encourage all skilled accountants looking for project-based work to apply.

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

    I have CSV export functionality, i need to add a new column, Need springboot Expert to explain me and guide me explaining the code which is written on Functional Programming , Generics and Builder Patterns

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

    I'm seeking an expert who can efficiently implement a trend-following strategy to my TradingView platform. Your primary task will involve programming using Moving Averages as a key indicator for this strategy. Key Tasks: - Embed a trend-following strategy to my TradingView platform - Incorporate the use of Moving Averages as an indicator for the strategy - Crossovers - Other conditions Ideal skills and experience: - Proficiency in TradingView platform - Solid background in creating and embedding trading strategy - Understands the application of Moving Averages in a trend-following strategy. - Excellent programming skills Your proficiency in TradingView, programming, and thorough comprehension of the trend-following strategy will be critical. I anticipate a smooth and efficient...

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

    I require proficient assistance to modify the HTML code for the images on my website. Specifically, the tasks required will include: - Identifying the most suitable places in the code to modify images - Resizing these images using non-uniform dimensions The freelancer chosen for this task must be an expert in HTML and should have considerable experience in manipulating images through coding. Expertise in image resizing, specifically non-uniform scaling, will be crucial to the effective completion of this project. Understanding of best practices for coding and web design is also critical. Ideal skills: - HTML - CSS - Web Design - Image Editing.

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

    I am in need of an expert who is adept in both pinescript and Amibroker fine-tuning. I currently have an advanced pinescript code, which I require to be accurately converted into Amibroker code AFL. Key Project Requirements: - Clear understanding of converting pinescript code into Amibroker code AFL - Experience with handling advanced level pinescript code - Ability to ensure the functionality and accuracy of trade signal generation Your foremost task in this project will be to make certain that the converted code in Amibroker retains the effectiveness of the trade signal generation of the original pinescript code. This aspect is crucial and requires attention to detail. Ideal Candidate: - Prior experience in advanced pinescript - Ex...

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

    I am looking for a skilled business consu...from one corporation to another in different jurisdictions. Here are the specifics for this Task: - You'll need to help me liquidate my Nevada-based corporation with a goal to simplify administration and compliance while taking advantage of tax benefits in Canada. - My corporation primarily holds real estate properties that are fully developed and currently in use. - The main goal is to transfer these properties to a Canadian corporation. - Aside from ample experience in international business restructuring and asset transfer, particular expertise in tax law (Canada and US) would be a strong advantage. Your proposal should include your plan of action and timeline. Proven track records in similar tasks would make you a frontru...

    $250 - $750
    $250 - $750
    0 lượt đặt giá
    ADP Pay Stub Creation Đã kết thúc left

    I require a competent professional who can generate ADP pay stubs containing specific elements like the employee's name, salary information, and tax deductions, etc. Must show ADP stubs you've done before, so I can compare. must be able to deliver TODAY (no exceptions) must understand how to do proper tax calculations by state i need two recent stubs created

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

    I have an Excel VBA simulation program that I require recoded into Python. This project is not about merely translating the existing code, but about enhancing it to extend its capabilities and improve performance. Key elements of the job: - Recoding: You must be experienced in recoding from VBA to Python, translating the existing script flawlessly. - Simulation Presentation: I require an advanced 2D flow chart with interactions. Familiarity with graphic representation and data visualization in Python is required. - Detail: I expect comprehensive details of all operations. Experience in complex project mapping will be beneficial. This project will suit a developer with deep expertise in both Excel VBA and Python, accompanied by a robust understanding of data visualization....

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

    I am seeking a proficient developer to create a web-based distance calculator. This platform should be able to calculate the distance between 2 or more places, but the ability to expand beyond basic calculations is a must. I want a similar website like https://distanta.r...map interface that interacts dynamically as per user input - Optimized Routing: The tool should offer assistance in finding optimal routes among multiple locations The tool should be built using OpenStreetMap data, so a familiarity with leveraging its APIs effectively will be crucial. Ideal Skills: - Web development - Experience in working with OpenStreetMap APIs - Knowledge about route calculation algorithms - UI design This project will require a balance between buttoned-up coding and user-centric desi...

    $347 (Avg Bid)
    $347 Giá đặt trung bình
    26 lượt đặt giá
    LC3 Assembly Code Creation Đã kết thúc left

    ...routine sort the list from big to small using bubble sort algorithm by the average grade of every student. Attached pseudo code of bubble sort at the end of the pdf, but you need to implement it on linked list and not array. 4. Implement subroutine called BestStudent – that gets in Register R0 address of array with length 6, and in register R1 address to linked list, and in R2 the length of the list, the sub routines finds the 6 best averages in the list of students that in R1 and saves them in the array that saved in R0 in order big to small (that’s why we sorted before). In case there are repeats of average grade, insert it only once to the array. 5. Write a wrapper code that gets from the user the number of students in every course, a number of students is b...

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

    I'm looking for a specialist to facilitate the publication of my code from local Terraform modules to the Terraform private Cloud Registry. The successful freelancer will need to integrate features for semantic version control. Here are the specific tasks: - Implement version control integration using GitHub - Ensure semantic versioning of the codebase - Confirm all changes with me before implementing - Guarantee data integrity and security during the process The ideal candidate would have prior experience in software development especially in the use of Terraform, comfort with GitHub, and expertise in version control systems. Please note, you will need to work with write access permissions for my GitHub account during this project.

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

    i have python code, i have replit account as well.. I need someone who can help me to deploy it Facing issues

    $2 / hr (Avg Bid)
    $2 / hr Giá đặt trung bình
    12 lượt đặt giá
    Excel Macro Guru Đã kết thúc left

    ...Requirements: - Expert-developed Excel macros that automate repetitive tasks, making my workload more manageable. - The macros created should focus on performing calculations, thus, speed and precision are of the essence. - Due to the nature of the project, potential contractors must understand Excel inside out, especially on how to configure and troubleshoot macros. No specific type of calculation was specified, therefore experience with a wide range of calculations from basic arithmetic to complex equations is integral. Your problem-solving skill will be a plus point as the ability to understand and improve current systems is instrumental in achieving an efficient automated process....

    $6 - $32
    Niêm phong
    $6 - $32
    31 lượt đặt giá
    Excel VBA Code Correction Đã kết thúc left

    I have a VBA code that's currently running into issues on Microsoft Excel. The problem lies in the code not interacting properly with the correct data, causing it to function incorrectly. Key Requirements: - Understanding of VBA code interaction with data - Specific experience in troubleshooting code functionality - Familiarity with VBA for Microsoft Excel Your role will be to diagnose the problem causing the interaction failure and apply comprehensive fixes. In your proposal, please share relevant experiences of VBA troubleshooting and data handling. Efficiency and effectiveness in resolving the issue will be highly appreciated.

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