Change ipod app code jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 change ipod app code jobs found, pricing in USD

    I need to be able to create realistic tablecloth images on a table from flat images of the patterns. - Create a render template for realistic tablecloths which can be edited to change the pattern. - 2 shapes are required - rectangular and round - Ideally the table will be in a replaceable kitchen background environment - Finished image should be 4000x4000px allowing for zoom crops to be taken. - Example shape styles are attached

    $134 (Avg Bid)
    $134 Avg Bid
    53 bids

    I'm looking for a competent writer skilled in crafting engaging and captivating kids' stories. The target audience is elementary school children, between the ages of ...writer skilled in crafting engaging and captivating kids' stories. The target audience is elementary school children, between the ages of 6 to 12 years. Key Job Requirements: - Ability to write compelling stories for children - Skilled in the kids' literature genre Story Themes: - Adventure - Moral lessons Your role will be rewriting the already existed stories, in an extended version. Might change the language to make it more gripping. No prior experience is required. Just prove me that you can do it good with a short story so i can see your language. There will be 10-15 stories that you wi...

    $115 (Avg Bid)
    $115 Avg Bid
    41 bids

    ...Formats: FBX, OBJ, and any other formats compatible with web-based 3D viewers. PBR Texturing: BaseColor, Normal, Roughness, and Metalness maps. Optimization for real-time rendering (low-poly options if necessary). Ensure compatibility with WebGL or similar web technologies for interactive customization. Functionality: Ability to switch between different textures and materials seamlessly. Ability to change chair legs and other customizable features in real-time. Ensure the model is scalable and maintain high-quality visuals at various zoom levels. Additional Features: Provide high-resolution renders for product pages. Include a user manual or guide on integrating the 3D model with our website’s customization tool. Qualifications: Proven experience in creating detailed and...

    $11 (Avg Bid)
    $11 Avg Bid
    4 bids

    I'm looking to buy a complete and *READY* code for a football management browser game (like Hattrick, Trophy Manager, etc.). Essential features include: - Registration - Team creation and player management - Tactics creation - Transfers - Game simulation - Leagues system. Preferred technologies are JavaScript and C#, but others are acceptable. I'm also open to offers for partially finished games.

    $891 (Avg Bid)
    $891 Avg Bid
    26 bids

    I'm in...proficient Python developer who can help compile a Python code, that I have acquired from GitHub, into an executable format for Windows. As the client, I expect: - Understanding the existing Python code and its dependencies - Transforming the Python code into a Windows executable file Successful freelancers should provide a detailed project proposal illustrating how they plan to compile the code to exe on a Windows operating system. Though no specific Python libraries or frameworks were mentioned, a background in Python coding and debugging is paramount. The ideal freelancer should have a deep understanding of Python code, dependencies, and experience dealing with code from GitHub. Experience in generating Windows executable files...

    $28 (Avg Bid)
    $28 Avg Bid
    22 bids

    ...need of a skilled Delphi developer, well-versed with Delphi 5, to work on an existing software project. The goal is to both fix bugs and enhance the software with new features, ultimately improving its performance. Key Responsibilities: - Identify and address issues causing certain features not to work - Implement necessary bug fixes - Integrate new features in a seamless manner - Optimize the code for improved performance familiar with firebird database and report builder. Ideal skills and Experience: - Strong background in Delphi development, specifically with Delphi 5 - Proven track record of fixing bugs and enhancing existing software - Understanding of software optimization techniques - Ability to work effectively both independently and as part of a team - Strong probl...

    $7 / hr (Avg Bid)
    $7 / hr Avg Bid
    11 bids

    ...parts: - Static renders: There are six structures. Each of the six structures will need four exterior renders from different angles and in different environments and two interior renders, for a total of 36 final renders (six per structure). - Configurator renders: This part is a bit more complicated. Each of the six structures will be used in an online configurator tool that allows visitors to change aspects of the exterior to see what it looks like with different colors and finishes. See below for parameters: - Only one angle for each structure - Three colors and three finishes for each structure, so that would mean 9 combinations 1. color 1 with finish 1 2. color 1 with finish 2 3. color 1 with finish 3 4. color 2 with finish 1 5....

    $4501 (Avg Bid)
    $4501 Avg Bid
    47 bids

    I am currently working on a JavaFX project that is in need of...graphical charts and visualizations. However, the Graphical User Interface (GUI) needs enhancement to ensure a better user experience. • Finish the incomplete JavaFX code and make the project work properly. • Enhance the GUI – it should be pretty straightforward for someone with your skills. • Ensure that the GUI makes logical sense and applies well to the rest of the code. The ideal candidate for this project should be an experienced JavaFX coder comfortable with GUI enhancement implementations. Having excellent attention to detail and problem-solving skills will be a plus. so milestone3 is my last task and the zip file contains my code that need to be completed with the task i adde...

    $22 (Avg Bid)
    $22 Avg Bid
    7 bids

    I'm specifically interested in a 3D and animated style for this project. The logo will primarily be used on our website and Visiting Card and T-Shirt, so it should be versatile enough to look goo...that's important You can download the logo from this link which has to be used in this project. The background of the entire logo can be in blue colour or in plain white....please show me in both backgrounds. You are free to change colour combinations also of words Galaxy and Resumes. (.Com to remain in italics). ....I want everything in contrast...colour of logo, colour of 3 words - Galaxy, Resumes and .com This logo if I use on whats app with my customers should animate. DO NOT call or whats app me, communication should happen through Freelancer chat only.

    $13 (Avg Bid)
    $13 Avg Bid
    13 bids

    need the website for online inquries , booking for our activies and hotels. budget is 20k need a website like this the website needs to be dynamic so that we can change, put up offers and stuff.

    $285 (Avg Bid)
    $285 Avg Bid
    38 bids

    Coding of trading view indicator to requirements provided for divergence of chart price and two separately provided overlaid lines.

    $60 (Avg Bid)
    $60 Avg Bid
    1 bids

    It is necessary finish a web application in python + django regard the statistic of stocks. So it is necessary: some fetaures of some filter; -. make some change to mysql database and api to datafeed. -. verify the formulas and add some features; -. make better the design. - create an admin page with security login and import stocks manually. Please answer only if you can show similar experiences

    $133 (Avg Bid)
    $133 Avg Bid
    42 bids
    Java Code Fix Needed 6 days left
    VERIFIED

    i have Pojo class where it is picking property value from api response as integer ...sometimes the Api giving the color value as string not as interger but only on on checkbox config we add and this already defined in java if(checkVariant is true) then consider it string and parse it what i have to do to fix my code based on that condition so i can parse the string value this way: updateProperties("color", ((), )); how i can solve this issue so in case checkVariant is true then parse it as string otherwise leave it as it is now which integer. can i do that only on parser or i need to change the Pojo class as well (colorWsDTO) who can do it in summery and short let em know , thanks please consider error handling in this case

    $26 (Avg Bid)
    $26 Avg Bid
    29 bids

    I have a scanned PDF document that needs some alterations. The primary tasks include changing the company name and updating contact information. Your expertise in both text editing and formatting is crucial for this project. Key Tasks: - Change company name: The new name should be seamlessly integrated into the document, replacing the existing one. - Update contact information: The current contact details in the document need to be replaced with the new information provided. Skills and Experience Required: - Proficiency in PDF editing: Experience with editing text in scanned PDFs is necessary, as the document is not in its original format. - Attention to detail: It's essential that the changes are made accurately without affecting other parts of the document. - Familiarity wi...

    $18 (Avg Bid)
    $18 Avg Bid
    89 bids

    ...involves reviewing the existing code, fixing any issues that may hinder the data extraction, and ensuring that the extracted table is ready for analysis. Please note that no additional data preprocessing is required. (feel free to rewrite code if you have better idea) --- name "iXBRL" , inside folder contain multiple html file(hundreds to thousands), each html file contain multiple tables(vary from 15-35, depend on each html file). Python to extract specific table and vertically stack them together to create an Excel file.(first column add html filename.) inside html file is encoded in chinese, so must use chinese to view it. table name/string partially e.g. "現金流量表" or "被投資公司名稱" or "資金貸與他人"or "轉投資大陸地區" or other name(l...

    $33 (Avg Bid)
    $33 Avg Bid
    19 bids

    I have made an extension which likes posts of fb one by one and after 5 seconds, page refreshes and then likes new post again one by one. The post which is already liked remains as it is. I am facing an issue that after 1 hour my I'd gets logged out. Mujhe bas yeh chaiye ki vo Waps se login ho jaye I can pay max : 600 rupees

    $12 (Avg Bid)
    $12 Avg Bid
    6 bids

    I am in search of a proficient writer to develop a book targeted at novice teachers. The central theme revolves around teacher empowerment. The selected writer should be able to present concepts in an inspirational and motivational style. Focussing on early years - Image of the child, relationship between educators, families, children and communities, rights of ...educators through writing. - Capacity to maintain reader engagement with compelling narrative style. The goal of this project is to create a comprehensive tool that will serve as a robust resource for novice teachers, helping them find their voice, build confidence, and master the art of effective teaching. This is not just a book about teacher empowerment, but a catalyst that inspires transformative change in the educati...

    $264 (Avg Bid)
    $264 Avg Bid
    49 bids

    I want to change my logo, which currently is Kansei. I wish to have a logo that resembles Novamarine more in font style. Additionally, to the new Kansei logo, a star should be added, similar to Novamarine. They currently use the colors red and green because it's an Italian brand, so I would like to have yellow and blue since my company is Swedish.

    $67 (Avg Bid)
    $67 Avg Bid
    73 bids

    I want to present my boyfriend and his best friend who are turning 40 together with a laugh by merging their faces into the iconic film poster for "Stepbrothers." I'm looking to replace the faces of Brennan Huff and Dale Doback in the poster with my friends' faces. The date should be June 8th 2024 and change Will Ferris name to Brent Svendsen and Jim O’riley to Russ Schulhauser. Must be able to have this sized up enough to print as a poster. For this project, I will provide high-quality photos of my friends that will need to be edited to match the tone and style of the poster to ensure the final product looks as realistic as possible. Ideal Skills: - Proficiency in Adobe Photoshop or similar photo editing software - Previous experience in editing photos...

    $50 (Avg Bid)
    Guaranteed
    $50
    42 entries

    I am looking for a Python developer who can implement concepts from a research paper. - The dev...paper. - The developer must have solid experience in Python, ideally with an intermediate understanding of complex programming concepts. They should be comfortable with an intermediate level of complexity in translating research concepts into code. - Knowledge and experience with the PyTorch framework is a must. The freelancer will need to use it to implement the code from the research paper. This project will require a good understanding of data structures, algorithms, and object-oriented programming in Python. Experience with prior work involving code implementation from research papers would be advantageous. Please only bid if you meet these qualifications and c...

    $12 / hr (Avg Bid)
    $12 / hr Avg Bid
    22 bids

    ...page; the balance is off, the row and section spacing is off, and the typesetting is not standardized. - Reorganize the page; the balance is off, the row and section spacing is off, and the typesetting is not standardized. The new pages can use the hero banner from this page on every page: Don't change the content. Just clean it up and present it as professionally as possible. The site is using WooCommerce; however, for this initial project, it is irrelevant since none of the pages are part of the store. However, someone with WooCommerce experience is preferred since there will be follow-up projects, and I prefer to use the same talent if possible. **Ideal Skills and Expertise:** - Strong

    $165 (Avg Bid)
    Urgent
    $165 Avg Bid
    122 bids
    Trophy icon Urgent Color Change in JPG 6 days left

    I need a professional to change the color of an object in a JPG image. This is an urgent project, so I need someone who can start immediately and has a strong track record for meeting tight deadlines. Key Requirements: - The object to be colored is currently black. It needs to be changed to: 1- Beige. 2- Gray. - I need 2 JPG images. - The strap, the square at the bottom of the object need to maintain it color. - The person should be able to deliver high-quality work.

    $10 (Avg Bid)
    Guaranteed
    $10
    171 entries

    ...toxic working environment 2. Agile, Responsive, and Fast Delivery 3. Collaborative as a team 4. Responsible, Credible, Reliable and Integrity person 5. No agency, only direct hiring ------ I'm looking for a skilled DevOps professional who can help in maintaining my server code. As the DevOps server code maintainer for this project, you will be responsible for: - Server Configuration and Setup: Ensuring the smooth operation of our Linux Debian SSH server. - Code Deployment and Version Control: Managing our PHP and SQL code deployments, including version control. - Monitoring and Troubleshooting: Monitoring the server's performance, and troubleshooting any issues that may arise. The ideal candidate should have experience with PHP, SQL, Linux Debi...

    $28 (Avg Bid)
    $28 Avg Bid
    17 bids
    Tradeshow booth designer -- 2 6 days left
    VERIFIED

    We have an existing 10 x 20 booth but we are taking a 20x20 space for our next event. Looking for a designer who can help us redesign our existing booth so that we can just change some graphics, incorporate in a few elements and make it look new.

    $17 (Avg Bid)
    $17 Avg Bid
    15 bids

    Code Upgrade for BuddyBoss App Customization

    $192 (Avg Bid)
    $192 Avg Bid
    1 bids

    More details: Which specific UI change would you like to make to the app? Change color scheme What is the primary color you want for the app's color scheme? Blue Do you require any additional features to be added to the app? add logo

    $120 (Avg Bid)
    $120 Avg Bid
    24 bids

    I'm looking for a skilled Photoshop expert who can provide a live one-on-one tutorial. I have a PSD file with a t-shirt design and I need to learn how to change the color of the t-shirt within the file. Key Requirements: - Graphic Design Skills: You should have a background in graphic design and be proficient in Photoshop. - Teaching Ability: You will need to be able to explain and demonstrate the process of changing the color of the t-shirt effectively. Communication: - The tutorial will be a live one-on-one session. Please plan accordingly.

    $11 (Avg Bid)
    $11 Avg Bid
    5 bids

    I need a skilled developer to assist me in generating NFT art using code for the Solana blockchain. A specific feature I'd like is the use of Hash Lips as the source for the art generation. Im having trouble with the programs, looking for someone to walk me through it

    $313 (Avg Bid)
    $313 Avg Bid
    4 bids
    Word Document Alterations 6 days left
    VERIFIED

    I just need a very easy task. Change the style for 6 docs with some pages. Need to be done NOW And the budget for the all task is 5$ . if you read the proposal you need to write You need to write at the beginning of the text what your city is and what the color of the sky is now. Skills Required

    $5 / hr (Avg Bid)
    $5 / hr Avg Bid
    73 bids
    change a word document 6 days left
    VERIFIED

    I just need a very easy task. Change the style for 6 docs with 3 pages. Need to be done NOW And the budget for the all task is 5$ . if you read the proposal you need to write You need to write at the beginning of the text what your city is and what the color of the sky is now.

    $4 / hr (Avg Bid)
    $4 / hr Avg Bid
    65 bids

    I'm looking for a proficient Blazor developer who can enhance the on-screen keyboard of our existing project. The below project shows on-screen keyboard which shows keyboard when the field is active. Below project has implementation in Blazor : Below is nuget package details: The only change I want to implement is to open the Keyboard inside dialog box when the field gets active instead of displaying on the bottom of the page.

    $24 / hr (Avg Bid)
    $24 / hr Avg Bid
    25 bids

    I'm working to develop a series of 500 infographics aimed at UPSC students. These will cover a range of topics, primarily focusing on current affairs and geographical data. Specific Topics: - Economy and finance - Politics and governance - Environment and climate change Level of Detail: - Intermediate level analysis Key Responsibilities: - Creating infographics on the selected topics. - Ensuring the information is current and accurate. Ideal Skills: - Experience in creating educational infographics. - Knowledge of current affairs and geography. - UPSC exam preparation experience would be a plus. Please note that the graphics should be clear, concise, and engaging for a student audience. Your work should support students in understanding and retaining the information pre...

    $10 (Avg Bid)
    $10 Avg Bid
    2 bids

    I have a Python notebook containing well-structured code that effectively translates a sample of a large dataset from English to Arabic. However, the current code cannot handle the entire dataset due to its size. using : model_name = 'Helsinki-NLP/opus-mt-en-ar' Tasks: - Modify the existing Python code in the provided notebook to translate the entire dataset from English to Arabic. - Ensure the translated data is saved in two formats: Comma-Separated Values (CSV), and Apache Parquet (.parquet) - Provide the CSV and parquet files after saving (most run and give results)

    $25 (Avg Bid)
    $25 Avg Bid
    20 bids

    I have a specific design concept in mind for a certificate that I need created in an Adobe PDF format. Please use this design and copy this design attached. Change the dog picture to the cat picture attached Change dog name Poncho to the cat's name MILLIE Change the dog owner to the cat owner: HANNAH MIEHE Registration Date change to: MAY 20TH, 2024 ADD/keep THE LOGOS ATTACHED TO THE CERTIFICATE TEXT EDIT above I will provide you with all the necessary assets for the design, including a photo and my brand logo. Your role will be to incorporate these into the certificate in a way that aligns with my concept. Ideal skills and experience for this project include: - Proficiency in Adobe Photoshop and Illustrator - Experience in creating visually...

    $10 (Avg Bid)
    Guaranteed
    $10
    12 entries

    We're looking for a skilled professional to radically change our current website. Our needs include: - Redesigning the layout and design for an updated, modern aesthetic - Creating and integrating new content over 6-10 additional pages - Enhancing existing functionality for a smoother user experience The new pages will contain a variety of elements, including: - Concise, informative text - Engaging visual content like pictures and videos - Interactive features, such as forms or quizzes Ideal candidates should have demonstrable experience in front-end web development, UX/UI design as well as a good eye for designing with user engagement in mind. Expertise in content creation and management is also highly valuable. We're looking for someone who can deliver a...

    $33 / hr (Avg Bid)
    $33 / hr Avg Bid
    63 bids

    Simple financial website needs layout updated, images changed, possible logo change, and text (copywriting) updated. You must be able to use SVN for updating. Looking for fast turnaround.

    $144 (Avg Bid)
    $144 Avg Bid
    67 bids

    I need an expert in Python for maintenance tasks on some existing code. Key Tasks: - **Bug Fixing:** This code has some bugs that need to be identified and fixed to ensure its proper functioning. - **Code Optimization:** Your expertise is crucial to streamline and optimize the performance of the existing code. Ideal Candidate: - Proficient in Python - Experienced in code maintenance - Skilled in bug fixing and code optimization.

    $19 (Avg Bid)
    $19 Avg Bid
    17 bids

    I'm looking for a seasoned C++ expert to optimize a codebase for improved readability and maintainability. Your primary goal in this project will be to ensure the code is easier to understand and work with in the long run. Key Responsibilities: - Analyzing the existing C++ code and identifying areas for improvement. - Implementing optimization strategies to enhance the code's readability and maintainability. Ideal Qualifications: - Extensive experience in C++ development, specifically in optimizing code. - Proven track record of enhancing code readability and maintainability. - Strong understanding of best practices in C++ development. I'm open to discussing the specifics of the project with the selected expert.

    $197 (Avg Bid)
    $197 Avg Bid
    6 bids

    solana nodejs code for multi-swap within same tx.

    $22 (Avg Bid)
    $22 Avg Bid
    6 bids

    I'm working on a school project that involves the development of a Coal Mining Security Alert System. I need someone who can code in Quarky to create this block code system. Unfortunately, I haven't gotten to the point of defining the complete scope of the project, but I'd like to start with the code development. I'm looking for someone who can: - Use Quarky to build a block code system - Understand and implement basic security alert functionalities - Be ready for subsequent feature additions and changes Key Features: = Face Detection: Implement face detection functionality to identify individuals within the mining area. = PPE Kit Verification: Utilize image processing techniques to ensure that miners are wearing proper PPE kits. The system...

    $20 (Avg Bid)
    $20 Avg Bid
    4 bids

    ...design is must to choose font, color and other style elements. So I need the design and develop both skills. Please start your proposal with world "confident" so that I filter out random bids. I will provide text content for image, gif you have to use copyright free assets from internet. Task - Change the menu options and their styling to fit with the landing page - Header and Footer - Landing Page --- Vertical slider of 4 pages, paging enabled. When scroll up and down complete page should change. In left side I want the page number indicator too. Each lider will have different background color and background gif for animation. --- Static section --- Static section with decent animations --- Static section --- Static section My budget for this is limited to INR...

    $150 - $450
    Sealed
    $150 - $450
    50 bids
    Modify a code on C# 5 days left
    VERIFIED

    We have a program on C# written on Visual Studio. We want to modify the current program, which read bar codes on a warehouse, for other sections of the company. On this project we will like it to get information from different Oracle tables. Job is to use the original code that we provide and make modifications to adapt to our new requirements.

    $97 (Avg Bid)
    $97 Avg Bid
    27 bids
    Enhanced Webcam Emulator Code 5 days left
    VERIFIED

    I'm looking for a skilled programmer who can develop a custom solution for me using frida-tools. The goal is to manipulate webcam settings within an Android emulator environment via adb. Here's what I need: - Modify the current webcam resolution to be higher. - Improve the webcam image quality to support High Dynamic Range (HDR). - Ensure frida-tools can adjust parameters to emulate native library detection. What I require from you: - Experience with frida-tools and adb commands. - Understanding of Android emulator environments. - Proficiency in webcam technology, including resolution and HDR. - Capability to simulate native Android library detections. Freelancers with prior projects involving webcam customization or Android emulation will be preferred. If you have the techn...

    $191 (Avg Bid)
    $191 Avg Bid
    13 bids

    Banner Redesign See attached original design 1. use all the same wording - change the imagery 2. use the attached logo

    $51 (Avg Bid)
    Guaranteed
    $51
    474 entries

    ...optimize an existing codebase used for data analysis. Key Requirements: - Improve the speed of the code: The primary goal of this project is to significantly enhance the algorithm efficiency, thus resulting in a noticeable speed improvement. Ideal Skills and Experience: - Proficient in Python: You should have extensive experience working with Python and be able to recognize areas in the code that are causing performance bottlenecks. - Data Analysis Experience: Familiarity with data analysis practices would be beneficial as the code is part of this application. - Optimization: You should have a strong background in optimizing code for improved speed and efficiency. Additional Information: - The code is currently functional but is not running at t...

    $25 (Avg Bid)
    $25 Avg Bid
    19 bids

    I need a skilled and experienced mobile app designer who can help me quickly change the background of my app. The specific details on the current background were not provided, so you might need to be flexible and creative in this task. Key Requirements: - Proficiency in mobile app design, particularly in changing backgrounds - Ability to work quickly and under tight deadlines The task is urgent and must be completed ASAP. I am looking forward to working with a professional who can deliver high-quality results under pressure.

    $129 (Avg Bid)
    $129 Avg Bid
    20 bids

    I'm in need of a skilled Delphi developer who can quickly generate a program that can dive into the registry of a Windows machine and extract the names of all programs listed in the "Add/Remove Programs" section. Key Requirements: - The code should be written in Delphi. - It should effectively scan the registry. - Extracted program names should be displayed in a listbox. This is a simple task, but it's important that the code is efficient and free from bugs.

    $118 (Avg Bid)
    $118 Avg Bid
    24 bids

    ...multilingual support (Swedish, Danish, English). Contact Form: Implement validation, translations, CAPTCHA, and backend management. Multilanguage Support: Set up inputs for Swedish, Danish, and English without auto-translation. Articles and Blogs: Improve layout, image handling, and formatting consistency. Search Function: Enhance search to include titles and body text. Main Picture: Add functionality to change the main picture with size guidelines. Home and About Pages: Ensure consistent formatting and editable content. DNS and Email Setup: Correct domain pointers and enable email functionality on server. Proven experience with Django web development and multilingual websites. Strong knowledge of HTML, CSS, and JavaScript. Familiarity with backend systems and database management...

    $158 (Avg Bid)
    $158 Avg Bid
    46 bids

    I will provide you code as discussed

    $124 (Avg Bid)
    $124 Avg Bid
    1 bids