絞り込む

私の最近の検索
次の条件で絞り込む:
予算
to
to
to
種類
スキル
言語
    ジョブステータス
    2,000 online c 仕事が見つかりました。次の価格: USD

    I'm in need of a developer with specific experience in creating a serial port driver (RS232) for a Windows operating system. The key requirements include: - The driver needs to be developed using the C programming language. Profound knowledge of C, Windows APIs and asynchronous serial communication (RS232) is essential. - As part of the project, a communication dashboard needs to be created too. The dashboard must have the capacity to track live data, support multiple connections and should incorporate a customizable interface. Therefore, seeking candidates with strong skills in GUI development, database management and networking too. Looking forward to discussing this project with interested and capable applicants.

    $416 (Avg Bid)
    $416 平均入札額
    6 入札

    I'm in search of a skilled vocal coach who can provide online lessons, specifically focusing on R&B. Ideally, you would conduct these sessions twice a week or more. Key requirements: - Experience with online vocal coaching - Ability to teach R&B and Pop singing techniques - Availability for twice weekly lessons - Patience and an encouraging teaching style to help a beginner like me develop skills Please consider the weekly commitment, as well as your familiarity with R&B singing, before applying for this project. I'm excited to embark on this learning journey and appreciate your expertise and guidance.

    $66 / hr (Avg Bid)
    $66 / hr 平均入札額
    1 入札

    ...gradually grow as the site grows) - Feature short bios for these artists to enrich the viewer experience Ideal candidates should have: - Experience in website creation, preferably involving art galleries - A knack for content writing, especially short artist biographies (thought parents will provide the bulk of the bio information as artist join). - An understanding of what engages viewers on an online art platform You will need to provide an easy to update interface to accommodate new artists and artwork collection. Our goal is to empower and showcase the talent of young artists while also facilitating the sale of their artwork. A passion for children's creativity and imagination will go a long way in this job....

    $473 (Avg Bid)
    $473 平均入札額
    35 入札
    Trophy icon Create Video Card -------- 11 29 日 left

    Instructions: 1. Create Video Card a) Change your video editing software Resolution settings to 576x896 before you start b) You may chop up the video, reverse it, loop it, or my favorite thing to do: Let it play, duplicate it, reverse the duplicate, so the video is double the length. c) Ask CHAT#$% for a list of scary/demonic/terrifying/spooky/weird names, try a few different names 2. Animate the writing and Dice.... if you think it looks good, possibly add cool effects/Ai tools/Ai animation/Video enhancement. Do whatever you think is best 3. Add sound (****Please use ONLY 100% Vector copyright free sounds and FX (full commercial use only)(No Attribution required) (Same with the Ai) 4. Try to seal Entries so nobody can see your work 5. Upload final work as .mp4 Dice: https...

    $21 (Avg Bid)
    保証

    I am looking for a competent AI assistant to aid me with data analysis, research, and the implementation of pilot codes. This AI assistant should be proficient in Python and C#, and have a working knowledge of Markdown. The assistant should be: • Able to parse and interpret huge amounts of data • Capable of conducting thorough web research independently • Experienced in pilot code implementation • Comfortable working within a Windows Operating system Ideally, the successful candidate will have experience in data analysis and machine learning. Experience with the Windows operating system is a must. Understanding of other platforms is a plus. This is a great opportunity for freelancers who have a knack for detailed analysis and have hands-on experi...

    $1108 (Avg Bid)
    $1108 平均入札額
    33 入札

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

    $10 / hr (Avg Bid)
    $10 / hr 平均入札額
    1 入札

    I'm looking for an experienced C programmer to create an IEC-104 slave application from a Modbus TCP/IP implementation done in C for Linux. This application will run on Debian and will be primarily used for monitoring and logging purposes. Key Deliverables: - Develop IEC-104 slave application - Implement monitoring and logging functionalities - Ensure seamless integration with existing Modbus TCP/IP implementation Ideal Skills and Experience: - Proficiency in C programming - Experience with Linux, particularly Debian - Prior exposure to Modbus TCP/IP and IEC-104 protocols - Strong understanding of monitoring and logging systems - Ability to deliver clean, efficient and well-documented code If you have prior experience in similar projects or have a strong back...

    $350 (Avg Bid)
    $350 平均入札額
    4 入札

    I'm in search of a Chinese instructor who can help me develop a beginner level proficiency in the language. I'm taking on this challenge mainly for personal interest, to enrich my cultural knowledge and broaden my...beginner level proficiency in the language. I'm taking on this challenge mainly for personal interest, to enrich my cultural knowledge and broaden my horizons. Due to the convenience it offers, I'd prefer the lessons to be conducted online. In terms of the ideal candidate, I'm looking for someone who has: - Proficiency in the Chinese language, especially in beginner-level teaching. - Previous experience teaching Chinese as a foreign language. - Strong communication skills and a patient demeanor. - The ability to conduct engaging and interactive ...

    $338 (Avg Bid)
    $338 平均入札額
    13 入札

    I'm using 10++ mvvm for user controls but i need global data collection class with single instance that can be access by all mvvm. so one class with 5-10 observable collections that i can use with multiple mvvm at the same time so i dont have to keep loading data after updates

    $10 (Avg Bid)
    $10 平均入札額
    4 入札

    I'm looking for an experienced e-learning developer who could help in updating my online courses. The updates should primarily focus on making the content more relevant and engaging for intermediate learners. Key Tasks: - Adding new content: You'll be responsible for researching, writing, and incorporating new material to keep the course content up-to-date and engaging. - Rewriting existing content: If the existing content needs to be rephrased or updated, you'll need to rewrite it without altering the core message and learning objectives. - Improving course structure: You'll also need to assess and potentially reorganize the course structure to enhance the learning experience for the target audience. Ideal Skills: - Experience in instructional design and e-...

    $122 (Avg Bid)
    $122 平均入札額
    51 入札

    I have an existing C# application that needs some immediate fixing. It's currently generating compilation and runtime errors and experiencing performance issues such as slow response times and crashing under heavy load. I also wish to include some upgrades and edits as part of this project. Your primary tasks: - Fixing Compilation and Runtime Errors: I need you to address the errors that appear during the compilation process and those that arise while the application is running. This is a crucial part of the project, as the app currently cannot function properly due to these issues. - Performance Optimization: The app is not performing optimally; it has a delayed response time and tends to crash when under heavy load. Your role will involve identifying and rectifying the ro...

    $36 / hr (Avg Bid)
    $36 / hr 平均入札額
    64 入札

    ...$this->logger->error($this->logPrefix . "Couldn't create socket: [$errorcode] $errormsg"); return Command::FAILURE; } socket_getsockname($sock, $addr, $port); $this->logger->warning($this->logPrefix . "Server Listening on $addr:$port"); while ($c = socket_accept($sock)) { $this->logger->warning($this->logPrefix . "Socket Open"); $buffer = ""; $buffer2 = ""; while (true) { $line = socket_read($c, 512); $this->logger->warning( $this->logPrefix . "-------------------------------------------------------------------"); $this->logger-&g...

    $115 (Avg Bid)
    $115 平均入札額
    4 入札

    I'm looking for a personal assistant to help with various online tasks, primarily data entry, research, and email management. Key Responsibilities: - Data Entry: This involves copying and pasting data, as well as cleaning and organizing it. Furthermore, I need assistance with data analysis and reporting. The ideal candidate should be comfortable with working in spreadsheets, and have a good eye for detail. - Research: The research tasks will include market research, competitor analysis, and product research. You should be able to gather and synthesize data from various sources to help me make informed decisions. A background in a related field is a plus. Skills: - Proficient in using spreadsheets - Strong attention to detail - Excellent research skills - Ability to work i...

    $27 / hr (Avg Bid)
    $27 / hr 平均入札額
    79 入札
    .NET developer needed 6 日 left
    認証完了

    We're in search of a highly versatile .NET developer for our undisclosed project. While we haven't stated specific skills or project type, candidates should have: - Broad knowledge in .NET and its most popular programming languages (i.e., C# programming, ASP.NET development, and SQL database) - Experience in various .NET projects (i.e., web and desktop applications, as well as enhancement of existing .NET applications) - Proficiency in Windows, Linux, and Mac development platforms Your flexibility and adaptability are our key considerations as project specifics will be discussed upon engagement.

    $106 (Avg Bid)
    $106 平均入札額
    32 入札

    I am in need of a professional and talented video editor to edit my online course videos. The raw material to be edited is 1 hour long but there will be more work available if I am satisfied with the editing. The required style is a traditional lecture format - simple, clean, and incredibly clear. Ideal Skills: - Proven experience in video editing - Excellent understanding of timing and storytelling in editing - Proficiency using editing software Tasks to be completed include but are not limited to: - Trimming footage and putting together the sequence of the course (I will provide written scripts of the course to match) - Zooming picture in and out when needed - Incorporating creative inputs, enhancing video and colour grading for consistency Bids are welcome from experi...

    $31 (Avg Bid)
    $31 平均入札額
    22 入札

    I'm seeking a dynamic Sales Manager to drive sales and customer acquisition for my online jewelry store. Key Responsibilities: - **Lead Generation**: The ideal candidate will have a proven track record in creating leads for the jewelry industry and will be adept at converting them into sales. - **Order Fulfillment**: The chosen candidate will be responsible for ensuring that all orders are processed and fulfilled efficiently. Customer Acquisition and Sales Strategy: - **Online Advertising Campaigns**: Experience with creating and executing effective online advertising campaigns is crucial. The selected candidate will utilize platforms like Facebook and Instagram to drive traffic and sales. - **Social Media Management**: I'm looking for someone who can mana...

    $147 (Avg Bid)
    $147 平均入札額
    24 入札

    I am looking for an experienced sales manager to help expand my online jewelry store's customer base. The main task is to generate leads and close sales, particularly targeting women. Key Responsibilities: - Generating leads: Your main goal will be to find new potential customers for our jewelry products. This includes identifying new market segments and approaches to reach them. - Closing sales: You will be responsible for converting these leads into customers. This will involve understanding customer needs, providing product information, and overcoming objections to secure sales. Target Market: We cater to a predominantly female audience. Therefore, understanding and effectively interacting with this demographic is crucial. Sales Channels: - Social media platforms: Utiliz...

    $128 (Avg Bid)
    $128 平均入札額
    37 入札

    I'm seeking an online tutoring job, particularly in the English Language domain. I have professional level proficiency in English, which will enable me to tutor effectively. I am especially interested in this job as it would allow me to not only contribute financially but also help to improve my language skills. Applicants with past experience in English tutoring are preferred. Proficiency in the English language is expected for the job.

    $19 / hr (Avg Bid)
    $19 / hr 平均入札額
    20 入札

    I'm looking for a skilled web developer to create an advanced online tutor booking website with a focus on tutor search and booking. Key Features: - Users should be able to seamlessly interact with the site on both web and mobile platforms. - The site should offer advanced interactivity, including video calling and interactive calendars to enhance the tutoring experience. Skills and Experience: - Proven experience in developing similar platforms with a focus on user interaction and engagement. - Proficiency in integrating advanced features like video calls and interactive calendars on a website. - Familiarity with designing for both web and mobile platforms to ensure a smooth user experience across devices.

    $483 (Avg Bid)
    $483 平均入札額
    177 入札
    Profesor de finanzas Online 6 日 left
    認証完了

    IMPRESCINDIBLE tener estudios en finanzas/economía. Preferiblemente una maestría en Finanzas. Se precisa a un/a redactor/a para redactar textos añadiendo explicaciones sobre conceptos como tasas interés, inflación, bonos del tesoro, etc. con un lenguaje coloquial para que lo pueda entender cualquier persona. Disponibilidad de 4 horas al día. Hay un proceso para su creación que se explicará. Serán 3-4 textos a la semana. Cada uno tiene un coste de 25$ y se entregará en 24h. Temas de ejemplo (POR FAVOR, SI NO DOMINAS ESTOS TEMAS, NO TE INSCRIBAS. Todos los temas son relativos a estados unidos): -Que son los bonos del tesoro, la inflación y cómo está relacionado y como afecta a una persona comú...

    $16 (Avg Bid)
    $16 平均入札額
    5 入札
    ONLINE CASINO AND GAMES 6 日 left
    認証完了

    'm looking for a developer with extensive knowledge in creating online casino platforms. The focus of the project will be developing slot games and live dealer games in a fun and vibrant design style. Ideal Skills and Experience: - Experience in designing and programming online casino games - Knowledge in developing both slot and live dealer games - Ability to create engaging and vibrant visual designs - Understanding of common online casino platform features What we need: - Casino platform - Games from the attached in this project (should be from a game provider like pragmatic play, not own-made) - Admin panel for super agent, agent, and cashier. What we expect: - A fully functional casino platform with withdraw and deposit. - Account hierarchy for admin pane...

    $6933 (Avg Bid)
    $6933 平均入札額
    36 入札

    Hi FreelancerLatino, I noticed you posted a following project ( https://www.freelancer.com/projects/c-sharp-programming/WebAPI-Development-with-Authentication/details )

    $10 (Avg Bid)
    $10 平均入札額
    1 入札

    Deployable data engineering Project Idea: Real-time Sentiment Analysis for an Online Store 1. Overview: - Develop a web application for an online store where users can submit reviews for products. - Utilize Apache Kafka for real-time event streaming. - Implement Apache Airflow for workflow orchestration. - Use Apache Spark for data processing and sentiment analysis. - Store processed data in Cassandra DB for recording activities. - Store analyzed data in Amazon S3. 2. Workflow: - User submits a review through the web UI. - The review data is streamed to Kafka topics. - Airflow schedules tasks to ingest data from Kafka, process it using Spark, and store it in Cassandra. - Spark performs sentiment analysis on reviews. categorize it into positive...

    $211 (Avg Bid)
    $211 平均入札額
    11 入札

    Hi Mohammad A., I noticed you posted a following project ( https://www.freelancer.com/projects/c-sharp-programming/WhatsApp-Number-Filtering-Tool-Creation/details )

    $10 (Avg Bid)
    $10 平均入札額
    1 入札

    In this project, I need a competent photo editor to make a couple of specific changes to an image. The edits needed are: - Removal of 'Person C' from the photograph. The person sitting - Adjustment of 'Person B's' orientation in the photograph to face the opposite direction. To face the man The ideal freelancer for this job should possess strong skills in photo manipulation, and have prior experience in using editing tools effectively to remove and manipulate subjects within photos. High attention to detail is essential to maintain the realism of the edited photo.

    $66 (Avg Bid)
    $66 平均入札額
    80 入札

    I'm looking for an expert who can help me in increasing my online sales through social media targeting young adults from 18 to 34 years of age. - Strong experience in social media marketing is essential, particularly with platforms popular among the specified demographic, such as Instagram, TikTok and Snapchat - The ideal candidate should have good insights into current trends that appeal to young adults to create engaging content - The ability to track and analyze performance on social media campaigns, adjusting the approach as necessary to maximize the sales, is crucial. Experience with conversion rate optimization would be a plus.

    $6 / hr (Avg Bid)
    $6 / hr 平均入札額
    29 入札

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

    $73 (Avg Bid)
    $73 平均入札額
    1 入札

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

    $182 (Avg Bid)
    $182 平均入札額
    1 入札

    ...owner alone that generate 60 existing clients and 400 prospective clients. We are looking for bilingual speakers: Arabic and English for social media/ LinkedIn outreach. Your tasks include: -Screening existing Facebook and Instagram users by sending DMs using your accounts to check if they are interested in a certain boat by providing our boats database. -Approaching users on LinkedIn targeting C-Level, Doctors, Engineers etc who are based on Arabian Gulf seafront cities. -Inviting users on public groups or any other boat lovers communities to join our FB page or to follow us on Instagram. -Nurturing clients who inquired about any of our services and set them if they are qualified and interested. -Updating all generated leads and/or appointments into CRM. -Providing EOD re...

    $17 / hr (Avg Bid)
    $17 / hr 平均入札額
    11 入札

    I'm looking for a skilled C programmer to assist with implementing some basic functions on a microcontroller I've built and tested for a graduating project needed by monday Specifically, I need help with: - Input/Output Control: I want the programmer to help me display a name and menu on the screen of the microcontroller. This task should involve reading and writing to GPIO pins. - Logic Operations: I also need assistance with this basic function. I need the C programmer to help me create a simple logic operation which will allow me to select menu options. The ideal candidate for this job should have experience with microcontroller programming and C language. The person should also be able to work with GPIO pins and display simple data on a screen. Experi...

    $24 (Avg Bid)
    緊急
    $24 平均入札額
    10 入札

    I am seeking a skilled freelancer to create a website for my online business. The primary objective of this project is to establish a professional online presence that caters to a wide range of businesses, ultimately driving revenue and profits. Key requirements for the project include: - Full-featured, visually appealing website: The website should be engaging and user-friendly, with a design that reflects the professionalism and ethos of my business. - E-commerce capabilities: I want the site to be equipped with the necessary features to facilitate online transactions. - Scalability: The website should be scalable to accommodate future expansion and growth of the business. - SEO optimization: The site should be built with SEO best practices in mind to ensure optimal...

    $22 / hr (Avg Bid)
    $22 / hr 平均入札額
    47 入札

    Im working on a c++ image processing project , and i need to convert my C++ code to Verilog using HLS vitis , then implement it to run on Ultra96v2 Xilinx FPGA board .

    $506 (Avg Bid)
    $506 平均入札額
    16 入札

    ...clearly. b. Normalization: Provide a detailed explanation of how you applied normalization techniques to ensure that your database design is free of redundancy and update anomalies. Your submission should include: The process of normalizing your database design to at least 3NF (Third Normal Form). Identification of any potential issues you encountered during normalization and how you resolved them. c. SQL Schema: - Create an SQL schema that includes defined entities. - Define primary keys, foreign keys, and appropriate constraints. - Ensure that the database schema enforces referential integrity. You need to create all of the above things from one of them (I will specify in chat): Scenario 3: Public Library Management Create a database for a public library to manage books, memb...

    $54 (Avg Bid)
    $54 平均入札額
    6 入札

    我们是在美国的公司,只服务在美华人。需要在一些美国的网站上推广我们的服务,并且针对性的进行我们自己网站的优化。 你必须讲中文。

    $110 (Avg Bid)
    $110 平均入札額
    7 入札

    I'm looking for a developer with extensive knowledge in creating online casino platforms. The focus of the project will be developing slot games and live dealer games in a fun and vibrant design style. Ideal Skills and Experience: - Experience in designing and programming online casino games - Knowledge in developing both slot and live dealer games - Ability to create engaging and vibrant visual designs - Understanding of common online casino platform features What we need: - Casino platform - Games from the attached in this project (should be from a game provider like pragmatic play, not own-made) - Admin panel for super agent, agent, and cashier. What we expect: - A fully functional casino platform with withdraw and deposit. - Account hierarchy for admin pa...

    $4217 (Avg Bid)
    $4217 平均入札額
    35 入札

    I'm exploring the possibilities of blockchain technology and need the assistance of an experienced C# developer. The task is to create a simple (SAMPLE) program using the NBitcoin library. This program will create a Bitcoin transaction, pushing data into both op_return and op_pushdata segments. I would want to be able to do it live or on testnet. Skills Required: - Proficiency in C# - Experience with the NBitcoin library. This task would involve mainly pushing simple text data for demonstrating purposes. Familiarity with manipulating both fixed and dynamic datasets is highly beneficial for this project. If you're an experienced C# developer with a solid background in NBitcoin and can easily complete this task, please reach out.

    $190 (Avg Bid)
    $190 平均入札額
    43 入札
    PHP Coder Needed for Online RPG 5 日 left
    認証完了

    I'm looking for a skilled PHP coder to tackle the coding aspect of a website project. This website is an online paid-to-play role-playing game, and you'll be instrumental in bringing it to life. Key Responsibilities: - Website Development: You'll be working on the PHP code that will form the backbone of the site. - Building from Scratch: The project is starting from ground zero, so you'll be involved in its creation every step of the way. Ideal Skills and Experience: - PHP Expertise: A strong foundation in PHP is essential for this role. - Web Development: Experience in website development will be a big advantage. - Game Development (preferred but not mandatory): While not a must, any experience in game development, particularly RPGs, would be highly beneficial...

    $31 (Avg Bid)
    $31 平均入札額
    43 入札

    ! Please read before bidding ! We need a website / online store for a facility management company. The functions and type of product configuration should be the same as in this website: Language German, English, Preparations for several languages are to be made As system we would prefer Wordpress/Elmentor Pro with WooCommerce Alternatively, Shopify would also be an option The corporate design is available, but the design of the store still needs to be adapted accordingly.

    $3756 (Avg Bid)
    $3756 平均入札額
    204 入札

    ...follows: a. research and documentation of all areas, elements, playgrounds, sport fields, etc. - mood board for each area with reference pictures and details about size, dimensions and features. b. 2D master plan of all areas (black and white with dimensions and coloured without dimension) (*we have a total area of approximately 107.000 sqm with buildings included that are not more of 10.000 sqm) c. 3D master plan with renders/photorealistic images and videos of each area Each of these 3 phases consist in one major milestone. We can have intermediate milestones for each area. Child-friendly facilities include: 1. An indoor and outdoor playground 2. Outdoor car* route for traffic education (*we will not use actual cars but small electric vehicles for kids) 3. Outdoor ad...

    $2421 (Avg Bid)
    $2421 平均入札額
    40 入札

    I am looking for a programmer to develop a software application. The application should have a user-friendly interface, be highly functional, and should be designed keeping scalability in mind. Key Requirements: - Proficiency in one or more of the following languages: Python, Java, C++ - Experience in software development - Ability to create a user-friendly interface - Knowledge of best coding practices and ability to ensure high performance and scalability. If you are comfortable working with the above requirements, please bid for the project.

    $2214 (Avg Bid)
    $2214 平均入札額
    110 入札

    I want to build an online school website/system to give students school homework and track the progress, can do video calling class etc. Also we want to be able to dispense online classes too. If you already have a system like this , Now give me a list of features that your system already has, and a price tag for that system and what I have been looking for. Tech could be Laravel/Django as backend and React/Vue/Angular as frontend.

    $2285 (Avg Bid)
    $2285 平均入札額
    150 入札

    Please read my requirements: 1. Specific needs: I need a List of double-blind peer-reviewed Journals of International Law. Don't send the names of expensive journals. 2. Publication cost: The journal's publication cost must be cheaper or free. Please write the publication cost per page. 3. Status: The journal must be Indexed with Research Gate, Google Scholar, Academia, JSTOR, etc. 4. Ranking: ...international humanitarian law, peace, security, and conflict. Searching guidelines: Here, I am giving an example. is an International Journal of Science and Research (IJSR). Although it seems to be a science journal, it also publishes International law articles. The processing and publication cost is twenty-five dollars per page, and its International Ranking is Qualis-CAPES (Clas...

    $10 (Avg Bid)
    保証

    I am looking for a skilled C# developer to modify an existing Instagram bot program. The objective is to enhance the functionality of the bot by leveraging the Instagram API. The bot currently has a desktop interface, and your role will be to update and optimize it. The ideal candidate will have experience with C# development and be familiar with working with APIs. Attention to detail, problem-solving skills, and the ability to work independently are key for this project.

    $178 (Avg Bid)
    $178 平均入札額
    29 入札

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

    $50 / hr (Avg Bid)
    $50 / hr 平均入札額
    1 入札

    I'm looking to develop an online examination platform that caters to students. The system should include the following features: - **Student Accounts**: Users should be able to register and use the platform as students. - **Examination Module**: The website should allow for both practice tests and real exams. - **Immediate Results**: Exam results should be displayed immediately after the exam has been taken. Ideally, I'm looking for a developer with experience in e-learning platforms or online examination systems. The developer should be proficient in backend and frontend development, be able to handle databases securely and have a good understanding of user experience. Please let me know if you've worked on similar projects in the past, and send over exam...

    $137 (Avg Bid)
    $137 平均入札額
    40 入札
    Looking for C expert in Linux 5 日 left
    認証完了

    I'm in need of a C language expert, experienced with Linux You should debug the codes and fix issues. It should be done today. If you can work and fix immediately, please bid only 'c programming' words. Thanks

    $37 (Avg Bid)
    $37 平均入札額
    24 入札

    I'm in need of a skilled freelancer with proficient online research and data entry skills. Responsibilities: - Conduct online research to collect necessary data - Expertise in entering numerical data precisely - Compile, verify accuracy and organize the information into a Excel spreadsheet Desired skills/experience: - Attention to detail - Experience in data entry - Excellent knowledge of MS Excel - Strong ability in online researching

    $10 / hr (Avg Bid)
    $10 / hr 平均入札額
    76 入札

    URGENTT PROJECT. The project would be to design and build a PCB device and 3D Printable enclosure that supplies power via POE (power over Ethernet) to equipment and can accept a standard construction equipment battery from a manufacturer such as Dewalt, Ryobi, etc. to provide the power to the attached device. There should be 2...Dewalt, Ryobi, etc. to provide the power to the attached device. There should be 2 Ethernet ports (an incoming and outgoing ethernet port) supporting 5Gbps and the power draw will be selectable via switch or button. The power will need to conform to the standards for 802.3af (POE), 802.3at (POE+), and 802.3bt (POE++) and include a power meter that shows the amount of battery power remaining. A USB-C port should also be included. The enclosure should be 3D ...

    $470 (Avg Bid)
    $470 平均入札額
    28 入札

    I'm seeking a distinguished programmer fluent in Java and C. Experience in both languages is essential, as the project will involve intricate tasks that require thorough understanding of the languages. I appreciate precision, good communication, and dedication. Although there's no specific deadline, I put great value on progress and regular updates. Please include examples of your previous programming work in the bid. Skills/Experience: - Proficiency in Java and C - Strong problem solving abilities - Excellent communication - Attention to detail

    $299 (Avg Bid)
    $299 平均入札額
    16 入札
    software integration 5 日 left
    認証完了

    We have a software written in c++ and we will like it to be linked to our tuning software winols is this something you can help me with Basically i have developed a software to turn off certain functions in a engine control module. You cannot code the software to work with every ecu every software version. So lets say the user selects mercedes then selects edc17c66 ecu and want adblue dpf egr off the software will send the file they have uploaded to my winols and in my winols there will be a file for that sw version ecu and it will make all modifications taking the modifications from the modified file in my winols database and export the file back to the end user who is using the software And winols has a plugin called winols lua. Thats how you can make communication with winols e...

    $30 - $250
    シール
    $30 - $250
    6 入札