Opencart fatal error allowed memory size bytes exhausted jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 opencart fatal error allowed memory size bytes exhausted jobs found, pricing in USD

    As a clothing brand store, I'm looking to develop a digital storefront primarily dedicated to men's casual/streetwear clothing. I am seeking a team or individual with experience and a proven track record to help with this project. The task will entail: • Building an intuitive, user-friendly store layout • Implementing functionality for a size chart, color options, and customer reviews Ideal freelancer or team should have: • Experience in e-commerce website development • A clear understanding of user interface and user experience principles • Proficient in platforms such as Shopify, Magento, or WooCommerce • Knowledge of the fashion industry, especially men's casual/streetwear Your main task will be to turn my vision into a functional...

    $110 (Avg Bid)
    $110 Avg Bid
    33 bids

    YOUR BID PRICE IS FINAL; NO LATER CHANGE IS ALLOWED. READ CAREFULLY BEFORE YOU BID. See ATTACHMENTS. Cannot share Code before you accept. I have a Journal App built in PHP/JavaScript/Laravel which allows to enter Journal entries, country, some photos and one video of limited size, different costs etc (see ). The job is to implementing the feature of Travel Route Map Creation using Leaflet and OpenStreetMap (both free, opensource). There is a tutorial here Users will be able to search a place in map, create lines of different colors from one place to another, add/tie blog posts, links and pictures with the map, dates, notes and then only map creator can download the map as Image/PDF

    $25 (Avg Bid)
    $25 Avg Bid
    4 bids

    I need an edited process map, ensuring all boxes are the same size and the fonts are consistent. Key requirements are: - **Uniform Box Size**: Make sure all the boxes in the process map have the same size and align with each other. - **Font Consistency**: Ensure the text in all boxes has the same font and size. Use Arial, Times New Roman, or any other professional business font. - **Overall Neatness and Cleanliness**: The edited map should look neat and presentable. The content of the map should not be changed, only the presentation. The key skills required for this task are attention to detail, proficiency with editing tools, and an eye for design.

    $14 (Avg Bid)
    $14 Avg Bid
    22 bids

    hello We are currently looking for someone to manage the server that will run our website and app. (Please enter “ITO” to confirm) -Work: Anywhere you want -Job description: Manage everything from server hosting to operation In particular, maintenance/repair to ensure that security is very strong. Video conference once a week Submit work details and inspection result...our website and app. (Please enter “ITO” to confirm) -Work: Anywhere you want -Job description: Manage everything from server hosting to operation In particular, maintenance/repair to ensure that security is very strong. Video conference once a week Submit work details and inspection results as a report every three days -Salary: $100/month ((Budgets may continue to increase as the company grows in ...

    $134 (Avg Bid)
    $134 Avg Bid
    21 bids

    ...my profile. The wallpaper should be a mix of serious business, science and something unique which could become a brand or identity for future picture which I’m using for posts. I honestly don’t have a clue and was hoping to use the creativity of this network. Please find below a link to my profile and a pic attached. I marked the area in red. It is important that the designed pic has the correct size. See a brief description here: :~:text=Background%20photo%20specifications%3A,(h)%20pixels%20(recommended) Ignore the one which I’m currently using. It is just a placeholder and far away from what I’m looking for. Link to profile:

    $86 (Avg Bid)
    $86 Avg Bid
    48 bids

    hello I am currently looking for a lawyer who can provide legal help regarding IT. Salary will be provided on a monthly basis and additional details are as follows. -Duties: Creating/editing/reviewing international personal information protection laws and terms of use In addition, legitimacy checks are conducted when operating apps and websites. -Budget: $100/month (Budget...for a lawyer who can provide legal help regarding IT. Salary will be provided on a monthly basis and additional details are as follows. -Duties: Creating/editing/reviewing international personal information protection laws and terms of use In addition, legitimacy checks are conducted when operating apps and websites. -Budget: $100/month (Budgets may continue to increase as the company grows in size and sales...

    $76 (Avg Bid)
    $76 Avg Bid
    19 bids

    I've been encountering an error while trying to launch the Medium Tablet API 29 emulator in Android Studio 4.4 on my Windows system. The message says, "The emulator process for AVD Medium_Tablet_API_29 has terminated." I've scoured online resources and tried resolving the issue myself. However, the problem persists even after reinstalling the Android Emulator. I'm looking for a competent Android Studio expert who can help me resolve this error and get my emulator up and running it is, Unable to launch Medium Tablet API 29 - The emulator process for AVD Medium_Tablet_API_29 has terminated. Key Requirements: - Proficient in Android Studio - Experienced in troubleshooting emulator issues Your assistance in resolving this issue would be greatly appr...

    $53 (Avg Bid)
    $53 Avg Bid
    10 bids

    I require a skilled developer to create a Windows-based low level keyboard emulator primarily for gaming purposes. Key Requirements: - OS Compatibility: The emulator should work on Windows systems only. - Emulation Focus: The main target of this project is to mimic keyboard inputs for gaming applications. Ideal Skills and Experience: - Proficient in Windows application d...when it is off. Friends who want to provide a solution with 'keybd_event' and 'SendInput'; this method does not work. A lower-level approach is required Conditions: Notes: The keyboard emulator must work in the game. The project must be compatible with Windows 10. The project should use one of the following languages: C++, Python, or Pascal. Important Information: Macro usage in the game is al...

    $20 (Avg Bid)
    $20 Avg Bid
    4 bids
    PHP Login Bug Fix 6 days left
    VERIFIED

    I need a skilled PHP developer to help me with a bug that's causing our login functionality to malfunction. Key Requirements: - The bug currently prevents users from logging in, and an error message is displayed upon failure - We need this bug fixed so that users can successfully log in without any issues Ideal Skills and Experience: - Proven experience in PHP development, particularly with login systems - Strong debugging skills to identify and rectify the issue - Solid understanding of database connections in PHP - Good communication skills to understand the problem and provide a timely fix

    $12 (Avg Bid)
    $12 Avg Bid
    27 bids

    I require a typographic logo and a minimalistic logo ( for favicon and social media ) primarily for identification purposes. Instead of serving marketing or branding functions, the logo needs to simply and clearly represent my company's name. Please ensure the logo design: - Is typographic: The design should be text-based, using font styles, size, and color to create an impactful image. - Contains the company name: My preference is to use the company name, and no other characters or slogans. For this project, successful candidates will have: - Extensive experience in typographic logo design. - A strong understanding of how a logo contributes to a company's identity. - An impressively creative portfolio to display their ability to deliver varied and powerful typographic...

    $50 (Avg Bid)
    Guaranteed
    $50
    949 entries
    Java Code Issue Resolution 6 days left
    VERIFIED

    i have Pojo class where it is picking property value from api response as integer in the Pojo Class: @JsonProperty("intensity") private Integer intensity; public Integer getColor() { return color; } public void setColor(Integer color) { = color; } and in parser class (INTENSITY, ObjectUtil...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.

    $23 (Avg Bid)
    $23 Avg Bid
    20 bids

    I need a skilled SPSS expert to help me analyze a dataset and draw conclusions for my research report. Key Requirements: - Data Analysis: I need assistance in analyzing the data, which includes variables like Gender, Education level, pro-environmental behavio...objective of my research is to predict one variable based on others, so your expertise in predictive analytics is crucial. - Experience: I'm looking for someone with a strong background in data analysis and research, specifically using SPSS. Knowledge of psychology, or sociology is needed. Please note: - The study involves 155 participants, so you should be comfortable working with datasets of this size. - Clear communication is important; I'll need a report that presents the findings in a way that's suitabl...

    $73 (Avg Bid)
    $73 Avg Bid
    34 bids

    in general I don't get the Greek characters in the description and all the buttons "complete", "delete" etc. throw this error and the reports are not generated its probabely some issue with the path or smtp notifications. please have a look at the video. i will send you the site and db on chat budget: $15-$20 USD deadline: 20/5

    $28 (Avg Bid)
    $28 Avg Bid
    34 bids

    1-I implemented application UI dynamically so it behave. 2-I also implemented new firebase chat system and deleted all agora code and sdk , 3-I also fix the exception and error from the project.

    $100 (Avg Bid)
    $100 Avg Bid
    1 bids

    ...seeking a designer who can craft a visually compelling and user-friendly interface for a house hunting app running on the Android platform. The app aims to simplify the house hunting process with keen attention to detail and a seamless user experience. Key Features: - Property Search: Users should be able to quickly search for properties with immediate results. - Filter Options: Price, location and size are the 'big three' for property search. The interface should feature these elements centrally. - Save Listings: A feature to save and revisit properties is a necessity. Ideal skills and prior experience: Proficient in Android design guidelines, skilled in UX/UI design, and a portfolio showcasing prior app interface designs. Your ability to create a clean interface ...

    $130 (Avg Bid)
    $130 Avg Bid
    7 bids
    Trophy icon Large Wooden Sign for Restaurant 6 days left

    I am in need of a large wooden sign for my restaurant and catering business. The sign should have a rustic look and feature either a bear or loon as a design element. It must clearly showcase the text "Restaurant and Catering". Specifics: - Material: Wood - Size: Large (more than 5 ft) - Display: Primarily for outdoor use Ideal Skills and Experience: - Experience in designing and crafting wooden signs, particularly for outdoor use - Knowledge of rustic design aesthetics - Ability to incorporate a bear or loon design in a visually appealing manner - Understanding of the requirements for signage in an outdoor setting, including weather resistance and durability - Portfolio demonstrating similar work would be a significant advantage. Please include examples of your past w...

    $60 (Avg Bid)
    Featured Guaranteed
    $60
    100 entries

    Am doing a project using a simple shell and tube heat exchanger design and I have a problem with Ansys fluent validation. I already drew the shell and tube heat exchanger, simple design. However, the problem is that am unable to get similar results as the actual value when it comes to pressure drop. for flow rate 1 am getting it correct, but mass flow rate 0.5 and...drew the shell and tube heat exchanger, simple design. However, the problem is that am unable to get similar results as the actual value when it comes to pressure drop. for flow rate 1 am getting it correct, but mass flow rate 0.5 and 2 kg/s are different and far from the actual values for the pressure drop of the shell outlet. I need someone that can fix the issue achieve at least 6% or less error compared to the act...

    $67 (Avg Bid)
    $67 Avg Bid
    10 bids
    Custom Leather Dog Collar 6 days left
    VERIFIED

    I'm in need of a custom leather dog collar for medium-sized dogs like Beagles and Border Collies. Key Project Details: - Material: Leather - Size Range: Medium Dogs (e.g., Beagle, Border Collie) The collar needs to be: - Durable, since it will be worn often - Comfortable for the dog to wear - Stylish and visually appealing While no special features were initially requested, freelancers with innovative ideas or suggestions for unique features will be highly regarded. Ideal Skills: - Experience in designing and creating dog collars - Knowledge of leather working - Ability to create a comfortable, durable and stylish product

    $1 - $5 / hr
    Sealed
    $1 - $5 / hr
    6 bids

    ...shops and help businesses optimize and automate their sales and shipping processes. We are looking for an experienced freelancer to develop plugins and interfaces for various e-commerce platforms. Here are the Plattforms we are seraching Freelancers for: Wix Ikas JTL-Shop Magento BigCommerce WooCommerce Gambio PrestaShop OpenCart Analyze and understand the specific requirements and integration possibilities of the listed platforms. Implement secure and efficient interfaces between the plugin and the respective e-commerce platforms. Ensure the plugin's compatibility with the latest versions of the platforms. Perform testing and debugging to ensure smooth functionality of the plugin. ...

    $2324 (Avg Bid)
    $2324 Avg Bid
    46 bids

    looks like you're encountering a MySQL error related to an incorrect DATETIME value in your query. This error typically occurs when the format of the date and time being used in the query does not match the expected format in MySQL, or when an empty string is being used where a datetime value is resolve this issue, you should first check the format of the 'date_scheduled' values in your 'banners' table to ensure they are in the correct DATETIME format. You might also need to modify your query to handle cases where 'date_scheduled' might be empty or incorrectly you're not sure how to proceed or need further assistance with checking or adjusting your database, you can manage and review your MySQL databases and their tables from Site Too...

    $22 (Avg Bid)
    $22 Avg Bid
    16 bids

    ...moderately active, very active, or extremely active Health Information: Any chronic conditions (e.g., diabetes, hypertension) Medications that affect diet or metabolism Current health status Meal Preferences: Number of meals per day Preferred meal times Cooking skills and kitchen equipment available Budget for groceries Lifestyle Information: Work schedule (e.g., shift work, regular 9-5) Family size (if they are cooking for more than themselves) Nutritional Needs: Macronutrient preferences (e.g., high protein, low carb) Caloric intake goal (can be calculated based on weight, height, age, and activity level) Tracking and Feedback: How they want to track progress (e.g., weight, body measurements) Feedback on meal plans (e.g., did they like the meals, any issues) Other Pre...

    $55 (Avg Bid)
    $55
    2 entries

    ...graphic designer to create an 8-page folded brochure and an offer card for our company. The final deliverables should be vibrant, engaging, and align with our brand identity, enhancing our communication and marketing efforts. Scope of Work: Brochure Design Type: 8-page folded brochure Size: 10 cm width x 16 cm height per page Reference: Attached Reference Content: Provided upon project commencement Style: To be in line with our existing brand guidelines (bright, engaging, informative) Offer on Card Design Size: 10.5 cm width x 14.8 cm height Reference: Reference in attached Photo as well Details to Include: Name, position, contact information, and logo Deliverables: Final designs in PDF format Open files in Adobe Illustrator or Photoshop format Skills Required: Prof...

    $14 (Avg Bid)
    $14 Avg Bid
    19 bids

    I'm in need of a talented graphic designer to create a cohesive and professional A3-size tri-fold brochure and a standard 85x200 roll-up banner for my business. I need the final version by maximum Monday night. The main purpose of this marketing material is to provide general information about our business to the general public. Key requirements include: - A3 Tri-Fold Brochure: This brochure should be designed to be engaging and informative. It will serve as a snapshot of our business, highlighting our key services and values in a creative and visually appealing manner. - Roll-Up Banner: The roll-up banner should be designed to be eye-catching and informative. It will be displayed in various settings to attract attention and provide an overview of our business for those passi...

    $82 (Avg Bid)
    $82 Avg Bid
    44 bids

    ...project. Key Requirements: - **Web Crawler Customization:** The ideal candidate will need to adapt an existing web crawler code to include specific features I require. This includes the ability to extract and filter data from multiple websites. - **Data Management:** I expect the total scale of the data to be relatively small, so the freelancer should have experience handling data sets of this size. - **Data Analysis:** After the information is extracted, I intend to use it primarily for data analysis. The freelancer should have a good understanding of how to structure data for this purpose. Ideal Skills & Experience: - Proven experience in customizing web crawlers and managing data. - Proficient in data analysis and structuring for insights. - Familiarity with handling sm...

    $134 (Avg Bid)
    $134 Avg Bid
    8 bids

    I'm looking for a skilled graphic designer to create a visually engaging poster for printing. Here are some key details to be aware of: - Size: I'm considering printing the poster as A4, A3, or A2. I'm open to suggestions based on what will best suit the design (please feel free to advise on this). - Design: I would like the poster to be a combination of text and images. I will provide the images for use, so the task will involve the placement of these images alongside the text content. I'm looking for a design that's not only aesthetically pleasing but also effectively communicates the message. Ideal skills and experience for this task include: - Proficiency in graphic design and layout software - Previous experience in poster design - Ability to create...

    $22 (Avg Bid)
    $22 Avg Bid
    57 bids

    My Python script is intended to scrape specific Telegram groups, but it's not functioning as expected. I need a developer to address these issues, described below. - **Issue Description**: The script is crashing when scraping certain Telegram groups, which is likely due to the fact that it's not respecting selections. The error presented is “ AttributeError: 'MessageMediaWebPage' object has no attribute 'document'” I can provide the script if you want to check how it’s working. I am open to a whole new script being made. So long as it functions in a similar way. If not familiar you can view telethon api - **Expected Behavior**: The scraping script is supposed to collect data that matches specific regex patterns. This means that

    $26 (Avg Bid)
    $26 Avg Bid
    11 bids

    We can’t use Renko on trading view for signals and strategy Not allowed Doesn’t work Renko doesn’t work with strategies and indicators You have to use candlestick then overlay Renko And then use the indicator. Renko chat don't work, you know that Becareful don’t use Renko Renk is how I trade, but we are trying to autmate this So you are going to have to use Candlestick with Renko overlays and the indicator on the renko, overlays and trade off the Candlesticks with the signals. The renko is to show you the end result, how it is going to look So you have to compare your Candlesticks signals with how the renko signals with what I showed you work They have to match

    $26 / hr (Avg Bid)
    $26 / hr Avg Bid
    13 bids

    I am in need of a custom-designed desk for my music studio. This desk will serve three primary functions: storing recording equipment, managing cables, and organizing my workspace. It is essential that the desk be of a custom size, tailored to fit my specific needs and studio setup. A traditional style with a wood finish is preferred, bringing an elevated aesthetic to the overall studio environment. Skills and Experience required: • Significant experience in woodworking and custom furniture design. • Awareness of the specific needs and constraints of a music recording studio. • Familiarity with cable management solutions. • Exceptional attention to detail. • Demonstrated ability to work based on precise specifications. • Ability to incorporate user fe...

    $109 (Avg Bid)
    $109 Avg Bid
    18 bids

    Description: I require a one-time conversion of my QuickBooks accounts into the iBRXL format, specifically at a summary level. Although I alr...format, there are errors in the current version due to software issues, necessitating resubmission. Requirements: Convert QuickBooks account data to iBRXL format Ensure data is at a summary level Correct any existing errors from the previous software conversion Provide a final, error-free iBRXL file ready for submission Ideal Skills and Experience: Proficiency in QuickBooks and iBRXL format Strong attention to detail and accuracy Experience in data conversion and error correction Ability to deliver a high-quality, error-free file promptly If you have the expertise to perform this conversion and correct the errors, I look forw...

    $15 (Avg Bid)
    $15 Avg Bid
    8 bids

    ...Displaying the current market value of items based on selling prices Detailed Product Pages: Comprehensive price history and 12-month history of trade range, sales, price, average sale price, last sales, current sales, current bids, and current ask price Product details including origin, edition size, release date, SKU, original price, people owning, wanting, trading, and selling Description about the item Section for user comments Similar items based on series, character, location, edition size, etc. Community Features: Forums and groups for discussions and community engagement Events calendar for community events, including live sales and meetups Leaderboard showcasing top collectors and traders SEO Optimization: SEO-friendly URLs and meta tags Content optimization fo...

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

    ...functionality of a website from TypeScript, JavaScript, HTML, and CSS to a Python-based system. The website currently allows users to input a URL for evaluation on its ACT and WCAG compliance. Once evaluated, it highlights any errors and provides recommendations for improvement. The source code is provided. Key Requirements: - Recreate user input URL evaluation - ACT and WCAG compliance checking - Error highlighting - Recommendation provision Design Changes: - Redesign of the website's layout - Improvements to the user interface Design Preferences: - Clean and minimalist design - Modern and trendy elements The source code is available for reference. Ideal candidates should have a solid understanding of web development, particularly in TypeScript, JavaScript, HTML, CSS, a...

    $366 (Avg Bid)
    $366 Avg Bid
    30 bids
    Doinks Flavor sign 6 days left
    VERIFIED

    I have developed a new brand named Doinks. For one of my in store display, I have developed a product holder that needs a creative way to inform of the flavors. The first flavors are a total of 5. The look I want is produced all over the country by Trader Joes sign painters. See samples below. This art could be painted or penned on an 8.5" X 11" canvas or art b...store display, I have developed a product holder that needs a creative way to inform of the flavors. The first flavors are a total of 5. The look I want is produced all over the country by Trader Joes sign painters. See samples below. This art could be painted or penned on an 8.5" X 11" canvas or art board etc. I can scan and use as 1 layered image or could be a fully layered document The finished size...

    $98 (Avg Bid)
    NDA
    $98 Avg Bid
    22 bids

    I have a completed children's book cover artwork and I need someone with experience in book cover formatting to convert it for IngramSpark's requirements. The specifics of the task are as follows: - Format size: The overall dimensions of the cover should be 8.5x11 inches. - File format: The final output should be in JPEG format. - Content: No additional text is needed on the book cover apart from the title and author's name. - Color: The color scheme of the cover art is already determined. Your role will be in ensuring the cover meets IngramSpark's specific formatting guidelines, not in changing the color scheme. The ideal freelancer for this project would have previous experience in graphic design, particularly in book cover formatting. Understanding and fa...

    $30 - $250
    Featured Sealed
    $30 - $250
    27 bids

    ...to display details - plus the ability to forward an event to a friend - plus the ability to follow an event - the app is currently purchased on a one-off basis. TO BE Mandatory criteria – no final payment until these are met 1. Enable SUBSCRIPTION payment for the app from the apple store – must facilitate the option to enable users to subscribe to a quarterly payment model. This is a must. 2. Error trapping - must be able to fail a call or function without crashing the app 3. All dates are in dd/mm/yyyy 4. The Search function must work across all prizes not just those currently calling 5. The code must be deposited in our github 6. Apple must accept the update 7. All drafts must use a version number on the front screen which are incremented for each version 8. Must u...

    $374 (Avg Bid)
    $374 Avg Bid
    56 bids

    I'm in search of a talented sculptor who can create a medium-sized figurative sculpture out of marble. Key Requirements: - Figurative Sculpture: The piece should embody human or animal forms, executed in a classical or contemporary style. - Medium Size: The final sculpture should be up to 3 feet in size, requiring a keen eye for proportion and detail. - Marble Material: I specifically desire the sculpture to be carved out of marble. Expertise in working with this material is essential. Ideal Skills and Experience: - Proven track record in creating figurative sculptures, with a strong portfolio to showcase previous work. - Proficiency in sculpting medium to large pieces, particularly in the 3 feet range. - Previous experience working with marble, with a comprehensive...

    $1 - $5 / hr
    Sealed
    $1 - $5 / hr
    4 bids

    I'll provide you a link to one webpage where the HTML is available that I need to be made responsive across all devices. This means that the layout and content on the site should adjust automatically to the screen size of the device being used. Show me what you did including the new CSS and I should be able to update more pages myself using what you did as a guide. I do not want anything to look much different on a computer/PC screen than it does now. Just make it also work on cellphones, tablets, etc. I'll test your work on the website and ask a few friends to test on their devices then pay you. But I may need more help later which I'll also pay you using Freelancer if needed. Thank you

    $33 (Avg Bid)
    $33 Avg Bid
    43 bids

    I have a Pine Editor script that I believe is in a good place, but I'm hitting some error messages that I can't seem to fix. I need someone who knows their way around Pine Script and TradingView to help me get this script running smoothly. Key Requirements: - Troubleshoot and debug script errors: The main issue I'm facing is error messages when I try to run the script. I need someone to go through the script, identify the root cause of these errors, and help me fix them. - Pine Script proficiency: The ideal freelancer for this project should have a good handle on Pine Script, as it's essential for understanding and improving the script. - TradingView experience: Since the script is set to work within TradingView, experience with this platform is crucial. ...

    $26 (Avg Bid)
    $26 Avg Bid
    5 bids

    I am looking for a skilled professional who can help in retouching and enhancing images. Your task would include removing backgrounds, giving a proper feel to the size of the image, correcting the color, and making the images bright and vibrant. The main purpose of these images is for product marketing and social media posts. Ideal Skills: - Expertise in photo editing softwares - Proven experience in Photo retouching and color correction - Ability to transform images into vibrant, high-quality visuals - Background in marketing and social media content creation would be a plus.

    $21 (Avg Bid)
    $21 Avg Bid
    24 bids

    I am looking for a creative designer to help me develop a modern and minimalist packaging design for a new line of strawberries. The goal of this design is to make my product stand out on the shelves in a very unique way. Key Requirements: - Experience with creating packaging designs. - Proficiency in modern and minimalist styles. - Familiarity with working using recycled paper m...only be visually appealing, but functional as well. The packaging should be able to protect the strawberries during shipping while also being environmentally friendly. The successful freelancer will have a strong understanding of material properties and how to best utilize them in a packaging context. This is a unique project and I'm looking forward to seeing some out-of-the-box idea My boxing size...

    $82 (Avg Bid)
    $82 Avg Bid
    83 bids

    I'm seeking a reliable individual in Singapore to help me collect keys from my current place, pack my personal items, and ship them to India. The items include clothes and a laptop, totaling a medium size (10-20kg). I will pay for shipping cost. Key Requirements: - Collect keys in Singapore: I will provide the necessary details. - Pack items safely: While there are no fragile or valuable goods, I do want to ensure they are neatly packed. - Ship to India: I'm looking for an economical shipping method, but I'm open to suggestions. I'm looking for someone who is prompt and reliable. Please provide me with a quote for this task and your availability.

    $22 - $186
    Local
    $22 - $186
    0 bids

    I need a Pptx document translated from English to Simplified Chinese as soon as possible. The file has 2000 words. Need high quality human translation only. Google/AI or automatic software works are not allowed and will be rejected. Need the translation back in word Pptx format maintaining the formatting and layout of the source file. Price: 30 fixed. Deadline: 24 hours max Don't bid if you don't agree the price and timeframe. Thanks!

    $7 - $20
    Sealed
    $7 - $20
    20 bids

    ...the threads by comparing the final results of the sequential and parallel versions of the programs. • Analyze the sequential and parallel algorithms and determine their computational complexity using both Big O and Omega notations. • Measure and compare the execution time of the sequential and parallel versions of the programs and identify any potential differences in performance as the input size increases. The given number n. Find all possible different ways to compose n as a sum of corresponding numbers 1,3 and 4. E.g. n=5 five different way to get sum of 5: 5=1+1+1+1+1:5=1+1+3:5=1+3+1:5=3+1+1:5=1÷45=4+1...

    $47 (Avg Bid)
    $47 Avg Bid
    10 bids

    I urgently need a professional to resolve unspecified errors on my Shopify Store. I overlooked providing specific details on the issues, but one with experience in identifying and quickly rectifying a wide range of Shopify errors will be ideally suited for this project. Skills and Experience: - Comprehensive knowledge of Shopify platform - Experience with various Shopify themes - Proficiency in troubleshooting and resolving website loading, payment processing, and product display errors. - Excellent problem-solving skills Due to the urgency of the project, it would be best to get it completed as soon as possible. Your rapid response would be greatly appreciated.

    $135 (Avg Bid)
    $135 Avg Bid
    83 bids

    I need 3 custom-sized coupon designs created. I'll provide you with the specific dimensions. The job is straightforward. I have reference images for the kind of design I'm after. Your task will be to create 3 unique designs based on these references. I'll provide you with the specific dimensions for the coupons, so you won't have to guess the size. Requirements: - Experience in graphic design, particularly in creating coupons - Proficiency in design software - Ability to deliver within 1 hour If you're interested, please share some examples of your previous work in design. This will help me get a sense of your style and experience.

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

    I'm in need of a skilled OpenCV programmer to help me with a bug in my WhatsApp automation script. Here's what you need to know: - The specific issue is that the automation isn't starting as expected. - The script is written in Node.js. - I haven't been able to locate any error messages or logs that might be related to the issue. You should ideally have experience with: - WhatsApp automation - Node.js - OpenCV Your task will be to identify the root cause of the automation failing to start and rectify it.

    $12 (Avg Bid)
    $12 Avg Bid
    3 bids

    ...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 in Django. Please refer to the attach...

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

    I am seeking a creative and skilled designer to provide a fresh and innovative ceiling design for a small room, up to 100 sq ft in size. The focus will be on a wooden finish as that is my preferred material. Ideal Skills/Experience: • Prior experience with wood-based ceiling designs • Ability to propose designs suitable for a small space • Understanding of how to adequately balance aesthetics and function • Proven track record of performing high-quality work in specified timelines Responsibilities: • Propose potential ceiling designs that will enhance the room • Provide me with a detailed visualization of the proposed designs • Revise designs based on my feedback, if necessary Note: Since I skipped the preferred style question, I'm open t...

    $19 (Avg Bid)
    $19 Avg Bid
    8 bids

    ...agreement can be void or incapable of being performed. The assignment should provide a comparative analysis of the above-mentioned provisions, and, possibly, other parallel provisions under other laws, and should be supported with UAE cases. Submission - Submission Date: 6 June 2024. -The assignment format that is available on the Blackboard should be followed. -OSCOLA style should be used. -The size of the assignment must not exceed 3000 words excluding footnotes and bibliography. -Must be submitted in word format only. -Must be saved in your student ID number. Guidance A)Students need to observe the following points in drafting their assignments introduction progression of ideas transition throughout essay leading to a well-developed argument of analysis

    $141 (Avg Bid)
    $141 Avg Bid
    46 bids
    Udemy - Rakuten api problem 5 days left
    VERIFIED

    ... But there is this message. I need someone who can analyze the problem, and if possible, solve it. According the Masterstudy plugin support, it´s running. So, could be other problems. this is the error message Error calling GET : (403) <!doctype html> <html> <head><meta charset='utf-8'> <title>Error • Udemy</title> </head> <body> Forbidden <script>(function(){if (!) return;var js = "window['__CF$cv$params']={r:'885cdcdf3f9f9180',t:'MTcxNjA0NTk1Ny4wMzIwMDA='};_cpo=('script');_cpo.nonce='',_cpo.src='/cdn-cgi/challenge-platform/scripts/jsd/',('head')[0]

    $148 (Avg Bid)
    $148 Avg Bid
    38 bids

    I'm seeking a skilled graphics designer to assist in creating a series of small-sized images. Key Project Details: - The images will be small in size, perfect for use on social media, websites, and other digital platforms. - The specific dimensions of the images are yet to be decided, so flexibility in this regard is required. - There's no specific theme or style for these images, so the designer will have creative freedom to propose ideas and execute them. Ideal Skills and Experience: - Proven experience in creating high-quality images, especially for digital use. - Great understanding of design principles. - Ability to work independently and come up with creative and original ideas. - Strong communication skills to ensure we're on the same page throughout the pro...

    $69 (Avg Bid)
    $69 Avg Bid
    80 bids