Memory project afghanistan työt

Suodata

Viimeisimmät hakuni
Suodatusperuste:
Budjetti
asti
asti
asti
Tyyppi
Taidot
Kielet
    Työn tila
    2,000 memory project afghanistan työtä löytyi, hinnoittelu EUR

    The idea is to experiment and listen to the frames of the modbus master and slave (Any RS485 modbus slave), you can simulate the HMI with Weintek, for example, with a camera to capture images of the HMI and using OCR (artificial vision) in Python Windows to match the variables found with the memory table that is running, you can virtualize com ports. you can simulate the communication of any process

    €43 (Avg Bid)
    €43 Keskimäär. tarjous
    11 tarjoukset

    I'm seeking assistance for an exciting project, which involves harnessing GPU capabilities to act as a node in a blockchain network. This promises to be an adventure into the world of blockchain technology, distributed consensuses, and GPU programming. Precisely, I need somebody with experience in the following: - Understanding blockchain basics. No prior experience with blockchain is necessary, but it would be advantageous. - Implementing Proof of Work as the preferred consensus algorithm in our project. - Being adept at CUDA GPU programming techniques, we will mainly focus on memory optimizations, asynchronous operations, and multi-threading tasks. For this project, proficiency in GPU programming and a deep understanding of distributed system principle...

    €211 (Avg Bid)
    €211 Keskimäär. tarjous
    27 tarjoukset

    I broke a sentimental mug :( that my partner purchased while fighting in Afghanistan. The photo of the original mug is okay. I'm looking for a skilled designer who can replicate the image so I can have it on printed on a new mug, ensuring it's 99% identical to the original. Just to be clear I need the image only I’m happy to get it printed on to the mug myself Key Requirements: - Recreate the original image, making it an exact replica with no changes. - Ensure the replication is highly accurate, despite the original image being somewhat damaged. - The new mug image should be of high quality Ideal Skills and Experience: - Proficient in graphic design with experience in replication work.

    €19 (Avg Bid)
    €19 Keskimäär. tarjous
    29 tarjoukset

    I need a skilled photomanipulation expert to help me restore a unique, simple image from a broken mug. I need the image to be almost identical to the one on the mug please so I can get it printed on to a new mug. The partner purchased this mug when he was fighting in Afghanistan :( it was very sentimental to him :( I dropped it - Current file: photo on iPhone - Conditions: The design entails minimum colors, and though it's visibly worn out, the image is still recognizable. - Final product: Your task is to clean up, rectify, and flatten the image so that it can be reprinted on a new mug. Ideal skills include Photoshop or similar, with a solid background in image restoration. The goal is to turn back the clock on this special keepsake. Time-oriented freelancers preferred.

    €17 (Avg Bid)
    €17 Keskimäär. tarjous
    37 tarjoukset

    I need verilog code,testbench and simulation for this duty : Design a vector processing system that performs dot product of two vectors kept in the memory. The length of the vector is given as an input and at each clock cycle one element from each vector is multiplied and added. At the end of the processing a valid signal will be raised along with the result. Elements of the vectors are 8-bit unsigned vectors.

    €107 (Avg Bid)
    €107 Keskimäär. tarjous
    11 tarjoukset

    ...for someone with significant experience in implementing advanced algorithms in computer science. The main goal of this project is to improve problem-solving efficiency with the use of data structures. Key Tasks: - Analyze current algorithms to identify areas for optimization - Implement advanced data structures aimed at problem-solving optimization - Test and adjust where necessary to ensure maximum memory efficiency Ideal Skills: - Strong knowledge and experience in advanced computer science algorithms - Proven track record of utilizing data structures for problem-solving - Excellent ability to analyze data and optimize memory usage Successful completion of this project demands a deep understanding of advanced computer science algorithms and the ability ...

    €18 (Avg Bid)
    €18 Keskimäär. tarjous
    11 tarjoukset

    ...Provide technical guidance and support to other team members on performance-related issues. Key Areas Affected: • Slow response times • High database load • Memory consumption issues It appears these issues are caused by: • Inefficient database queries, • Heavy server-side processing, • Inadequate caching mechanisms. Specific functionalities affected include: • User login/authentication, • Database queries, • Data processing/analysis. Ideal Skills & Experience: • Deep understanding of the Django framework. • Proficiency in database optimization techniques to enhance load times. • Expertise in server management to rectify memory consumption issues. • Practical knowledge of caching mechanisms to boo...

    €174 (Avg Bid)
    €174 Keskimäär. tarjous
    16 tarjoukset

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

    €128 (Avg Bid)
    €128 Keskimäär. tarjous
    1 tarjoukset

    ...who can bring my memoir to life. Various family and friends have read this draft with wide-ranging opinions of it from overall enjoyment to deep frustration. Now it needs dispassionate professional criticism to move it further. In the interest of everyone's time I am attaching the manuscript. My name is Sean Kenny and I am the author of these novels: The Hungry Earth Fast-Wing Celtic Fury The Memory Trap The Ulstermen All of these books and their provenance are part of the memoir. I look forward to some proposals! Sean Kenny...

    €231 - €693
    Mainostettu Sinetöity
    €231 - €693
    54 tarjoukset

    ...real-time is crucial. - Speed tracking: I need the device to be able to measure and communicate its speed accurately. Compatibility: - The custom GPS tracker should be designed to work seamlessly with the Ai-Thinker A9G GPS/GPRS module. Requirements Details:- 1. Assign unique ID to module. 2. Switch button to enbale/disable tracking. 3. Fetch GPS coordinates 3.1 Store last 50 coordinates in memory. 3.2 Have customizable recording frequency (i.e. Rate at which module should capture GPS coordinates) 4. Push GPS coorinates to (firestore DB (Important)) 4.1 Two Push modes 4.1.1 : LIVE: Send the coordinates as and when they are recieved. 4.1.2 : DELAYED: Store coordinates in a temperory queue and Send them every 5 Sec. 5. Along with GPS also send Speed information. // Pu...

    €60 (Avg Bid)
    €60 Keskimäär. tarjous
    2 tarjoukset

    ...The main aim of this project is to enable users to access IPv6 websites efficiently. Key Project Requirements: - **GoLang Proficiency**: You should have a deep understanding of GoLang, particularly in terms of its concurrency support, networking capabilities, and memory management. - **IPv6 Experience**: Prior experience with IPv6 implementation and networking is highly recommended. - **Proxy Server Development**: Experience in developing proxy servers will be a definite advantage. - **General Internet User Focus**: The server should be user-friendly and accessible for general internet users. - **Developer and Tester Friendly**: It should also cater to the needs of developers and testers, providing comprehensive tools and features for their tasks. In summary, thi...

    €228 (Avg Bid)
    €228 Keskimäär. tarjous
    13 tarjoukset

    ...buffer is only a reference to an existing memory region somewhere. // When we want to access its content, we have to map it while requesting the required // mode of access (read, read/write). // This type of abstraction is necessary, because the buffer in question might not be // on the machine's main memory itself, but rather in the GPU's memory. // So mapping the buffer makes the underlying memory region accessible to us. // See: mapInfo := () defer () // We know what format the data in the memory region has, since we requested // it by setting the fakesink's caps. So what we do here is interpret the // memory region we mapped as an array of signed

    €57 (Avg Bid)
    €57 Keskimäär. tarjous
    6 tarjoukset

    I'm in search of an experienced graphic designer who is able to create a vintage logo for my project based in Afghanistan. The ideal candidate would have a deep understanding and appreciation for vintage design elements. Key Responsibilities: - Design a vintage-style logo that embodies the spirit and identity of Afghanistan - Consider nuanced vintage design elements in the creation Ideal Skills and Experience: - Proficient in graphic design software - Prior experience in creating vintage-style logos - Understanding of Afghanistan's culture and identity is a plus Looking forward to your proposal and portfolio.

    €14 / hr (Avg Bid)
    €14 / hr Keskimäär. tarjous
    84 tarjoukset

    I have a Wordpress based website and I'm looking for an expert who can integrate HubSpot and Moneris and donation forms and clean up a few other forms...HubSpot and Moneris with the existing Wordpress website. - Donation form should support recurring donations on a monthly and annual basis with An email dedication feature allowing donors to include a personalized message to honour or in memory of a person for their donation. Ideal Skills: - Proficiency in HubSpot and Moneris integration. - Experience with Wordpress websites and forms. - Familiarity with setting up donation forms and managing recurring donations. - Ability to implement an email dedication feature on forms. Your successful completion of this project will help me to streamline our donation process and imp...

    €122 (Avg Bid)
    €122 Keskimäär. tarjous
    52 tarjoukset

    we need a logo for our Memory Foam Pillow Brand" FEATHEREST" for our E commerce store Need source file with all the fonts and Elements. I'm in need of a combination logo, blending text and an icon. The icon should be minimalist in style, avoiding complexity and detail. As for color, I'm open to suggestions - just nothing too garish or overly bright. Key Points: - Combination Logo: Your design should seamlessly blend text and an icon. - Minimalist Icon: The icon should be simple and clean, without intricate details. - Color Scheme: While I haven't specified particular colors, please avoid overly bright or garish options. Ideal qualities in a freelancer for this job include: - Proven experience in designing combination logos. - An understand...

    €9 (Avg Bid)
    Taattu
    €9
    113 työtä

    Hello, I need someone who has some knowledge of PS4 coding, I have sample files from PlayStation themself etc. I'm needing a PRX file created which is essentially a DLL for PS4, I'm needing this PRX to be able to send a notification, and read/write memory too for certain games, it would have to be coded specifically for that game I'm pretty sure, I already have one made for another game just not got access to the source.

    €154 (Avg Bid)
    €154 Keskimäär. tarjous
    10 tarjoukset

    ...Collaborate with the engineering team to integrate advanced image processing algorithms seamlessly with Unity. - Establish and maintain best practices for Unity development and version control within a shared workspace. - Optimize performance and memory usage of Unity applications dealing with large-scale data processing. - Train and mentor team members on Unity-specific skills and practices. - Manage code repositories, ensuring robust version control and efficient collaboration across teams. - Troubleshoot and resolve any Unity-related issues that affect project timelines or performance. Qualifications: - Proven experience (5+ years) in Unity development, with a strong portfolio of projects that demonstrate expertise in both 2D and 3D environments. - Prior experience wor...

    €21 / hr (Avg Bid)
    €21 / hr Keskimäär. tarjous
    18 tarjoukset

    I have a specific theme from Themeforest that I'd like to be installed and set up on my WordPress website. Key requirements: - Apply basic customization (colors, fonts) to the theme to align with my brand identity. - Install and configure SEO optimization plugins for my website to be search engine friendly. - Implement security plugins to keep my website secure from any po...Proven experience with WordPress and Themeforest themes. - Strong grasp of basic design principles to carry out basic customization. - In-depth knowledge of and experience with SEO optimization plugins, security plugins and contact form plugins. - Strong communication skills for an efficient collaboration process. Theme is installed however there is number of errors to solve including increasing memory ...

    €150 (Avg Bid)
    €150 Keskimäär. tarjous
    212 tarjoukset

    I am currently looking for an expert who can implement an LSTM (Long Short Term Memory) model, using TorchSharp.Net. I need the ability to create a model with 5 features (float), a step window of 10, and 50 hidden neurons. I need the ability to load the model, pass it data and get a predicted value. The final deliverable should be a C# .Net Console application with solution file that includes a file. The data can be random or static arrays. Key Requirements: - Strong knowledge of C# .NET - Proficient in using TorchSharp If you have these skills and are confident in developing deep learning implementations, I would be pleased to discuss the project further with you.

    €198 (Avg Bid)
    €198 Keskimäär. tarjous
    11 tarjoukset

    This project requires a specialist in Bash scripting to create a set of commands to read and write system configurations, specifically file permissions, into Linux non-volatile memory. The ideal candidate would have prior experience with Linux system administration and Bash scripting. A deep understanding of file permissions is essential to meet the project's objectives. The chosen script should be able to accurately perform the intended operations without the use of any other scripting languages.

    €27 (Avg Bid)
    €27 Keskimäär. tarjous
    17 tarjoukset

    I search a C and C++ developer with understanding of Python and Linux. Your task will involve: - Updating existing C/C++ code on Linux by adding a new feature that integrates Python. - A crucial part of this project tasks is being able to run Python code from within the compiled C++ application and transfer results through shared memory.

    €1239 (Avg Bid)
    €1239 Keskimäär. tarjous
    56 tarjoukset

    Feel free to ask any questions for clarity. Need assistance to connect my ESP32-2432 microcontroller to my Windows system. With an intermediate level experience, I need guidance and walkthrough for the overall process. The final goal is to create software able to: - Load PD...the overall process. The final goal is to create software able to: - Load PDF files stored locally on the microcontroller - View these PDFs - Provide annotation capabilities to these PDFs The ideal freelancer: - Is proficient with ESP32-2432 microcontrollers - Has extensive knowledge in software development for embedded systems, particularly with PDF viewer development - Strong understanding of memory management on these devices - Excellence in explaining technical details and instructions in a simple, clea...

    €17 (Avg Bid)
    €17 Keskimäär. tarjous
    3 tarjoukset

    ...features of this software include: - Play MP3 audio files: The software should be able to play audio files that are stored in cache memory. It's crucial that the player has a smooth and user-friendly interface for easy playback. - Auto-update from an online source: I would like the software to be capable of periodically updating the audio tracks from an online source. The method of update can be the most convenient for you to implement. I do not need features for managing the audio tracks (e.g., playlists, adjusting track order, or deleting tracks). The primary focus is on the playability and auto-updating of the tracks. The ideal developer for this project should have: - Experience in developing custom Windows applications - Proficiency in working with MP3 audio...

    €145 (Avg Bid)
    €145 Keskimäär. tarjous
    4 tarjoukset

    I am in need of a skilled architect to create detailed architectural plans for a new construction project. The plans will be for a building designed in a traditional style second dwelling (granny flat) Key Requirements: - Expertise in architectural design Rough sketch attached from memory Lockyer Valley council said it needs to be under 100 sq mtr. Then directed us to find a private certifier It's important that the final plans are ready for submission to relevant authorities to obtain building permits.

    €6 (Avg Bid)
    €6 Keskimäär. tarjous
    4 tarjoukset

    I'm urgently in need of high-energy and captivating action shots of surfing that will mostly be used for a humorous purpose. I was s...shots of surfing that will mostly be used for a humorous purpose. I was surfing and the photographer took a photo of the wrong person :((( This one particular wave I got put in hospital by and want a photo as a memory that’s actually me instead of someone else who the photographer I hired shot!! The first 2 photos are the person who the photographer wrongly captured. ( I was surfing the same bank) Next is a photo of me actually surfing which you could maybe use, take in note the grey rails and logo on my surfboard. Also is photos of my face that may be required The project is time-sensitive, so I need a freelancer who can ...

    €42 (Avg Bid)
    Kiireellinen
    €42 Keskimäär. tarjous
    44 tarjoukset

    Project Description: We possess a large dataset containing strings where each string consists of one or more words. Our task is to identify exact matches for these strings within another dataset that includes complete sentences. Currently, our method of loading the first set into memory as a set variable (ensuring no duplicates) and each string from the second dataset as a separate string variable is proving inefficient. Problem Statement: Iterating through the first dataset to look up each value in the second dataset has been excessively time-consuming. We require a more efficient algorithm to enhance the speed and effectiveness of these exact match lookups. Project Objectives: Develop a Python script that can perform exact match lookups quickly and accurately. Ensu...

    €161 (Avg Bid)
    €161 Keskimäär. tarjous
    51 tarjoukset

    hello, I have a project and I'm stuck at some point, please see the specifications in the zip it's for tomorrow morning budget:20$ language:french,arabic actually no need for much because I have already done rendering 1 and rendering 2 of the project, now for rendering 3, I just need to modify the block diagrams, the truth table, the state graph and the memory map (which are all done during rendering 1) according to the modifications requested by the workbook. load... We don't need coding in vhdl, just make the modifications on rendering 1 according to the instructions for rendering 3 if ever we can do a 10 minute meeting to explain to you what I need

    €21 (Avg Bid)
    €21 Keskimäär. tarjous
    3 tarjoukset
    Trophy icon Realistic Youthful Photo Recreation Loppunut left

    As someone with an enduring admiration for captured memories, I am seeking an experienced freelancer that can constructively provide a realistic interpreta...retouching An ideal freelancer would be someone who: - Has a keen eye for details pertaining to facial attributes and morphology - Can resonate with the essence of my youthful projection - Is innovative in age interpretation in photo recreation - Possesses significant experience in similar projects I am eager to witness the transformation of a product of your skills culminating into a tangible memory, renewing a forgotten part of my personal history. Your experience is your tool kit in this journey. It carries significant weight in my decision-making process. I look forward to viewing portfolios that demonstrate similar ex...

    €15 (Avg Bid)
    Taattu
    €15
    66 työtä

    I'm looking for a fluent Spanish-English interpreter for a wedding ceremony. - Job Type: Simultaneous interpreting for a two-hour event. You will be required to simultaniously interpret the ceremony a...supply of the interpreters headset, and some for our Spanish only speaking guests (4 or 5 should be enough) - Setting: This is for a wedding ceremony. Some prior experience in wedding event interpreting would be a bonus, but not a requirement. - Skills: Native level proficiency in both Spanish and English is mandatory. You should also have excellent interpersonal and listening skills, and a sharp memory. Previous experience in simultaneous interpreting is critical. This role is on-site, so you should be comfortable navigating a lively, festive environment with poise and p...

    €463 (Avg Bid)
    Paikallinen
    €463 Keskimäär. tarjous
    1 tarjoukset

    I require an expert in Arduino Esp32 to develop the following functionalities: - Implement wi...and store 4 diverse coin denominations. Storage and Processing of Data: - Experience working with Arduino internal non-volatile memory is crucial, as this is the preferred method of storing denomination data. Key Skills: - Arduino ESP32 proficiency - Understanding of wireless communication - Expertise in internal non-volatile memory systems - Ability in sensor input and digital output control - Experience in handling multiple currency denominations This is quite a specialized project, and a successful outcome will require someone with a strong background in Arduino ESP32 system and sensor integration. Time management skills are also essential to ensure project mi...

    €314 (Avg Bid)
    €314 Keskimäär. tarjous
    19 tarjoukset

    I am seeking a skilled React Js developer to build a calculator application that not only manages basic arithmetic operations (addition, subtraction, multiplication, division) and percentage calculations, but also provides memory functions developed with two types of memory: M1 and M2. Key Specifications: - The calculator should be equipped to handle basic arithmetic operations and percentage calculations, as is standard with any calculator. - In addition to the above, two types of memory functions, M1 and M2, are needed. M1 and M2 should hold independent memory, allowing for calculations to be stored separately. - Calculations should be allowed between the memories M1 and M2. This means you can perform operations using the stored figures in M1 and M2. - L...

    €93 (Avg Bid)
    €93 Keskimäär. tarjous
    28 tarjoukset

    I urgently require a talented individual experienced in managing Remote Desktop Connections. The pressing assignment revolves around the following: * Fluent in memory management, process scheduling, and file systems * Proficient in accessing, controlling, and sharing files between computers utilizing Remote Desktop Connection The scenario involves operating systems: Windows and Linux. If you've got expertise in these areas and can deliver within a few hours, then this project is for you. Time efficiency is of the essence here.

    €10 / hr (Avg Bid)
    €10 / hr Keskimäär. tarjous
    21 tarjoukset

    I am seeking ...well-researched information on the breakthroughs in software advancements in parallel computer architecture technology with a focus on in-memory computing. Specifically, I am interested in how these advancements have led or could lead to improvements in terms of high-performance computing. Ideal Skills & Experience: - Strong understanding of parallel computer architecture - Experience in in-memory computing - Knowledgeable in software advancements - Ability to conduct thorough literature review Responsibilities: - Identify and analyze recent advancements (up to 10 years) - Focus on software improvements in parallel architecture technology, particularly in in-memory computing - Discuss implications for high-performance computing. around 300-500 ...

    €35 (Avg Bid)
    €35 Keskimäär. tarjous
    19 tarjoukset

    1. Project Overview ● Title: Texas Hold'em Poker Game ● Development Platform: Unity ● Blockchain Integration: Web3 with the integration of the coin token Main Features: ● Multiplayer gameplay: Real-time poker games with multiple players. ● In-game currency transactions: Players can deposit and withdraw using the coin token. ● User profile management: Users can change their profile names and images. ● Gameplay mechanics: Includes options to bet, raise, fold, and call. ● Social features: In-game chat system for player communication. ● Customization options: Players can change the color of the poker table. ● Table management: Players can join existing tables or create new ones. 2. Technical Architecture ● Framework and Libraries Used: ● Unity: Version 2020.3.1f1 ● :...

    €2544 (Avg Bid)
    €2544 Keskimäär. tarjous
    35 tarjoukset

    I am in need of a skilled logo designer who can create a unique, abstract logo for my bitcoin website/app. The main objective is brand recognition. Ideal Skills: - Expert in creating abstract designs - Proficient in using bold, vibrant, monochromatic, and metallic colors - Understanding of the bitcoin industry Logo Requirements: - The logo should grab attention and stick in memory. - Should entail an abstract, unique, non-geometric design. - Use bold, vibrant, monochromatic, and metallic colors. - It should instill a sense of trust and authority. Looking forward to outstanding pieces that capture my brand's essence.

    €40 (Avg Bid)
    €40 Keskimäär. tarjous
    50 tarjoukset

    EC200 : Winbond memory ic integration File system integration, NVS memory integration gyro sensor integration. Sms integration

    €289 (Avg Bid)
    €289 Keskimäär. tarjous
    6 tarjoukset

    I am building the backend in NodeJs, and I have deployed the nodeJs app on AWS ec2 and using Ubuntu. The issue is, that sometimes (Once in a day or twice in a day) I get the "Reached heap limit Allocation failed" error in my PM2 log and then app stops w...in my PM2 log and then app stops working. The App is hosted on AWS EC2. I check the AWS EC2 monitoring tab I get a sudden spike in Network in (bytes) and CPU utilization (%), and then the app got crash. Just FYI: I am using and some webhooks in my application. I need a person who has done the memory detection work before. Please note, since the application is in production so I will not be able to provide you the codebase and you will need to work by Remote. Please mention: Memory in your proposal beginning to ...

    €97 (Avg Bid)
    €97 Keskimäär. tarjous
    4 tarjoukset

    I'm urgently looking for an Angular developer to optimize my existing project's code. The main areas of concern are the rendering speed, memory usage, power, and CPU consumption. The project is already built, but it's not running as efficiently as I'd like. You'll need to tackle the following: - Analyzing and improving component rendering - Optimizing DOM manipulation - Enhancing API calls for better network efficiency - Removal of unwanted/ununsed node modules I need this project completed ASAP, so I'm looking for someone who has a lot of experience working with Angular, particularly in optimizing projects for performance. A deep understanding of the Angular framework is essential, and experience in similar projects would be a big plus...

    €302 (Avg Bid)
    €302 Keskimäär. tarjous
    55 tarjoukset

    ...website design that caters to elder care services. This platform should provide a comprehensive view of our offerings which include: - Assisted living - In-home care - Memory care Each care service should have 3-5 distinctive plans detailed out for prospective clients to understand what their investment would include. An essential component of this project is the integration of a booking function. This will allow users to directly sign up for their chosen care plans. I prioritize usability and simplicity, ensuring a seamless user experience for all, regardless of their tech-savviness. Skills and experience ideal for this project: - Proven record in end-to-end website design and development - Knowledge in implementing an efficient booking function - Familiarity...

    €328 (Avg Bid)
    €328 Keskimäär. tarjous
    86 tarjoukset

    ...enhancing an existing project and resolving issues. Key Responsibilities: - Enhance existing project: You'll be tasked with improving the functionality of an existing project that utilizes the PIC microcontroller. - Troubleshooting and Debugging: Your primary responsibility will be to identify and fix issues with the current setup. Requirements: - Proficiency with PIC microcontroller programming. - Experience with debugging and troubleshooting existing PIC microcontroller projects. - Ability to improve existing systems without comprehensive documentation. Ideal Candidate: - Strong problem-solving skills. - Experience in enhancing existing systems with limited or no documentation. - Ability to understand and enhance existing code. Please note that the cu...

    €4 / hr (Avg Bid)
    €4 / hr Keskimäär. tarjous
    6 tarjoukset

    ...also optimize its performance. The primary goal of this project is to enhance the overall performance of the application, with a specific focus on improving the speed, efficiency, and resource utilization. Key Areas for Performance Optimization: - Database Queries: The application has several database interactions that need to be optimized to reduce query times and enhance overall database performance. - Algorithm Efficiency: There are certain algorithms in the application that should be revisited and optimized for better performance. - Memory Management: The application currently faces memory management issues that need to be addressed to make it more efficient and less resource-intensive. Ideal skills and experience for this project include: - Strong C# ...

    €324 (Avg Bid)
    €324 Keskimäär. tarjous
    22 tarjoukset

    ...VC++ 2015 distirbuables. Key project requirements and expectations: - I am looking for a skilled developer who has a deep understanding of C++ and VCPP. - This project primarily involves debugging, so the ideal freelancer would have a strong track record of troubleshooting and resolving bugs in C++ codebases. - Experience working with unmanaged code and fixing memory leaks is a definite plus. - Due to the urgent nature of these issues, a prompt and efficient turnaround time is highly desired. - Knowledge of version control systems, particularly Git, would be beneficial but not a strict requirement. If you are confident in your C++ skills and have a proven history of resolving complex bugs or adding new enhancements, I would like to hear from you. This project...

    €714 (Avg Bid)
    €714 Keskimäär. tarjous
    8 tarjoukset

    ...where customers can build their own PC, choosing from various components. It should have an easy-to-use interface and integrate with WooCommerce for the checkout process. Example page: Key Features: - Customers should be able to select from the following components: CPU (processor), RAM (memory), Storage (hard drive/SSD), Motherboard, Case, Case fans, Graphics Card, and other PC components. - Customization should include options to select the brand and model, as well as their respective performance levels. Ideal Skills and Expertise: - Expertise in WooCommerce integration - Proven experience in designing custom pages - Knowledge in computer hardware will be an advantage - Strong

    €632 (Avg Bid)
    Salassapitosopimus
    €632 Keskimäär. tarjous
    136 tarjoukset

    I need a seasoned developer who can help me enhance my React scene. Specific Requirements: - **Performance Optimization:** My scene needs to run more efficiently. This includes improving rendering speed and reducing memory usage. - **Visual Enhancements:** I'm aiming for a more realistic look for my models. You should be able to suggest and implement changes that make the models look more vivid and lifelike. - **Texture, Lighting, Shading Enhancements:** In order to achieve the realistic look, I need to enhance the texture, lighting, and shading of the models. This will require a keen eye for detail and an understanding of how to implement these changes in Three.js. need the final render to look something like this : Your Profile: - Proficient

    €171 (Avg Bid)
    €171 Keskimäär. tarjous
    37 tarjoukset

    As an upscale pillow business, I am on the lookout for skilled individuals who can aid us in producing top-notch body pillows. Our desired freelancer should possess the following: - Experience in manufacturing/sourcing silk, memory foam, and imitation rabbit fur products -Adding a clear, see through side pocket on one side of the pillow - Adding a digital hand made drawing, with writing on top of the drawing. - Knowledge in the fine points of standard-sized pillow construction - A clear understanding of product quality and durability I'm seeking a dynamic individual who can seamlessly integrate these three materials to create body pillows that are truly unrivaled in comfort, look, and feel. If you're adept in handling these materials and can ensure a consistent, high-qu...

    €26 (Avg Bid)
    €26 Keskimäär. tarjous
    15 tarjoukset

    As an upscale pillow business, I am on the lookout for skilled individuals who can aid us in producing top-notch body pillows. Our desired freelancer should possess the following: - Experience in manufacturing/sourcing silk, memory foam, and imitation rabbit fur products -Adding a clear, see through side pocket on one side of the pillow - Adding a digital hand made drawing, with writing on top of the drawing. - Knowledge in the fine points of standard-sized pillow construction - A clear understanding of product quality and durability I'm seeking a dynamic individual who can seamlessly integrate these three materials to create body pillows that are truly unrivaled in comfort, look, and feel. If you're adept in handling these materials and can ensure a consistent, high-qu...

    €32 (Avg Bid)
    Kiireellinen
    €32 Keskimäär. tarjous
    18 tarjoukset

    I'm in need of a ...Data Pipeline with Realtime streaming for efficient data handling. - API integration with third parties to ensure seamless operation. Target Audience: This platform is primarily aimed at banking and financial institutions, as well as e-commerce companies. Preferred Technology Stack: - Java & Python for the core of the platform. - Big Data technologies for processing large volumes of data. - In-Memory DB for fast data storage and retrieval. - Drools & JBPM for fraud detection and management. The ideal candidate should have experience in developing similar platforms, with a solid grasp of real-time monitoring, fraud detection, data visualization and big data technologies. Strong background in Java, Python, with a good understanding of Drools and JB...

    €786 (Avg Bid)
    €786 Keskimäär. tarjous
    52 tarjoukset

    Storecheckers are a Global Market Research and Mystery Shopping company. We undertake worldwide mystery shopping visits and audits. This assignment is an audit of an Examination Centre, checking that the security standards are being met. You MUST HAVE fluent English skills, and you must be able to communicate in a professional manner and be smart and well-presented, as you will be representing us during the audit. As an auditor, you will arrive at the test center an hour before the start of the exam, give your ID, show a letter of authorization, which we will provide for you beforehand, and tell them what you are there to do. You will then sit with the TCA or the manager and ask a series of questions, and ask to see various things. The audit itself is very simple and easy, as we give yo...

    €144 (Avg Bid)
    Paikallinen
    €144 Keskimäär. tarjous
    3 tarjoukset
    Trophy icon School Club Brand Recognition Logo Loppunut left

    The name of the club is MUSIC 4 MEMORIES. It is to help those suffering with any sort of memory degenerative disease such as Alzheimer's or dementia; through music therapy. I need a skilled logo designer who can swiftly create an engaging logo for a school club, focusing on brand recognition. Requirements: - Experience in logo design, specifically for organizations in the learning/education sector. - Ability to work quickly (ASAP requirement). - A strong understanding of brand recognition principles. Ideal skills: - Graphic Design - Branding - Creativity - Understanding of the school/education sector. **** The idea image is a brain with the brain stem as an instrument. this is just a thought for you to use as inspiration from. I would love to see some unique, out of the ...

    €9 (Avg Bid)
    €9
    87 työtä