Programim C Jobs
C Programming is a powerful, high-level and highly structured programming language used to develop a range of applications, including operating systems, processing intensive computations and embedded systems. The language is designed to create a network of instructions that tells a computer what to do and how to do it. C Programmers are highly skilled software developers who understand how to turn lines of code into working programs that can solve a wide variety of challenges.
With their deep knowledge of the language, C programmers have an arsenal of tools at their disposal. From the basics like data structures and control flow, to more intricate details such as compilers and graphics libraries, C Programmers can create low-level system components, implement complex algorithms and develop sophisticated graphical user interfaces.
Here's some projects that our expert C Programmers made real:
- Developing custom machine learning functions and programs
- Writing software for a range of robotic applications
- Creating advanced websites and mobile applications with secure authentication systems
- Enhancing image processing techniques with sophisticated algorithms
- Streamlining hardware communication protocols with custom implementations
- Simplifying communication between hardware components with protocol decoders
- Developing sophisticated animation features for post production workflows
At Freelancer.com we have the right C Programmer for any project you might need, no matter how complex or specialty it is. Our freelancers are highly qualified to write powerful applications in C and provide creative solutions with unparalleled speed and reliability. If you need help developing an application in C Programming, don’t hesitate to post your project on Freelancer.com today – our team of experts is ready to find the perfect solution for you!
Nga 197,618 vlerësimet, klientët vlerësojnë C Programmers 4.86 nga 5 yje.Punësoni C Programmers
Nordic nRF52 PDM Microphone Project I am seeking a software developer who can assist me in developing a Nordic nRF52 PDM microphone. The microphone should measure sound level in dB. Ideal Skills and Experience: - Proficiency in software development for Nordic nRF52 in KEIL with SDK by Nordic It is necessary to implement the code for the microcontroller in C . It is necessary to receive data from the MEMS microphone MMICT390200012 via the PDM interface. Microcontroller Nordic nRF52832. ARM KEIL development environment. The environment is already configured and there is a project. The official SDK from Nordic nRF5_SDK_17.1.0_ddde560 is used. All peripherals, UART for debugging are also configured. PCBA is factory produciton. Scheme in the attachment Algorithm: Set up the PDM interface. I...
Ju lutemi Regjistrohuni ose Identifikohuni për të parë të dhënat.
I am looking for a skilled developer to make some changes on Audacity. Specifically, I need two text boxes and two buttons added to the macro manager. The first box i can put a number in it and it will create a macros with that number, lets say i putted 10 it will create 10 macros in sequence numbers, like macro 1 macro 2 macro 3 and so on, also the second box should be the number of macros inside the next macro, macro gonna contain from the previous one, like macro 3 will contain macro 2 10 times and so on, make the first macro contain the order (duplicate)، two buttons are (apply) to apply the effect and (delete all) to delete them all if i want, there is a picture for 62 macros i made with macro 61 been contained in macro 62.
I am looking for a freelancer who can develop a VB trading software for me for stocks. Developer should have good background working with stocks, trading related platforms and must know how to code on VB. More details through chat.
I am looking for a freelancer who can develop a VB trading software for me for stocks. Developer should have good background working with stocks, trading related platforms and must know how to code on VB. More details through chat.
When turn on the developer tool in the Chrome browser, there is a function to switch to the device toolbar. With that, we can do an Android simulation. I want to implement it with a chrome extension. Or if you have any good ideas for Androidizing Chrome we can discuss. Currently, I am controlling Chrome using the chromedevtools protocol (CDP) with c#. I used user-agent for mobile, but I want it to be more perfect thank you
I am looking for someone to assist me building a weight balance with a simple code for measuring the weight with 4 load sensors. For that purpose, i need to use the following components: Nordic Semiconductors nRF21540-DK with nRF52 series and HX711 amplifier, along with 4 load sensors. I have already done the hardware part. It is just necessary to help with the firmware. I also have all components needed, it is not necessary for you to have them. The programming should be in Zephyr on nRF Connect SDK version 2.3.0 on Visual Studio Code. I'm using this github page as a reference: I also request to do the project together like in Zoom Meetings, Discord... If you think this could be the project for you, send me a message.
OBJECTIVE: We need an MPLAB Harmony V3 project for the PIC32 development board (MCU to use is PIC32MK1024MCM064) which can read and write .txt and .csv files, buffer data to a microSD card. No other MCU model to be used. -The data to be written in the file is integer and float along with the variable name. (use some test variables) -The data should be written with time stamping. You can use the external RTCC module that is already interfaced with the MCU. -The SD card size is 32 GB (FAT32). The project code should work for lower memory SD cards as well. Do not use RTOS, only MPLAB harmony is allowed. We shall provide more info (connections, schematic) to selected candidates only. At that point you will have a chance to resubmit the bid. Any milestones needed, need to be specified, else we...
I am seeking a skilled MQL 4/5 programmer based in India who can work with me on a regular basis for expert advisor development. The ideal candidate should have experience in MQL 4/5 and be available for ongoing work. The project will involve developing custom scripts and indicators to meet my specific needs. The programmer should have expertise in MQL development and be able to deliver high-quality work within tight deadlines. Key skills required for this project include: - Proficiency in MQL 4 programming - Experience in developing expert advisors - Strong knowledge of custom scripting and indicator development - Ability to work collaboratively with me to meet project goals - Excellent communication skills and attention to detail. *******Only Indian developer can Apply******************...
I am seeking an experienced Product Manager who has expertise in Artificial Intelligence and programming. The primary task of this position is Product Development, though experience with Market Research and Project Management is a plus. The ideal candidate should have no specific preference in terms of programming language or platform. The desired timeline for the project is 2-3 months, though this can be negotiable. If you have the expertise and are interested in this opportunity, please reach out to discuss in more detail.
I am looking for a freelancer who can help me interpret open source code for an OTT platform. The code may be written in Java, Python, or JavaScript. I am not sure if the code is for the entire platform or just a specific feature/module. I do not require any customization or additional features to be implemented, just assistance with understanding the code. Ideal skills for this job include experience with front-end API and a strong understanding of programming languages.
Ju lutemi Regjistrohuni ose Identifikohuni për të parë të dhënat.
Project number 1 Option number 1 You are required to convert the code of the "Simplex" program, specifically the "best improvement" version, so that instead of performing calculations using double precision, they will be implemented using a LARGENUMBER represented by the "largenumbers.h" routines provided with the project. This must be a direct modification of the code of the "Simplex" program available on the files. The largenumbers code allows working with precision of at least 120 decimal digits compared to approximately 15 digits in double precision.
Optimization In this project, there are two stages: Stage 1: You need to write a program that takes a polynomial Pn(x) of a positive integer degree n and a positive coefficient a0 of xn and computes all its roots, including the complex ones. The solution method is by recursion in the following form: a. If the degree n is less than or equal to 4, use the solve_p4c.c program to find the roots. b. Otherwise, if the degree n of the polynomial Pn(x) is even, find a segment (a,b) where Pn(a)* Pn(b) < 0. This is always possible because this polynomial tends to −∞ when x → −∞ and tends to +∞ when x → +∞. You can simply calculate Pn(0), if it is negative, take a=0, look for a value m=2k where Pn(m) is positive and take b=m. If Pn(0) is positive, ...
Ju lutemi Regjistrohuni ose Identifikohuni për të parë të dhënat.
I am looking for a C++ developer with experience in Linux and Bluetooth to help me with a project. The purpose of the project is to transfer data via Bluetooth from a phone to a linux embedded system. The ideal candidate should have experience working with embedded systems and Bluetooth. The project will be focused on developing a system that will transfer data seamlessly and securely over Bluetooth. Allow the devices to connect over bluetooth whether that is just automatically allowing connection or through discovery and selection then for them to communicate over the connection. It can use PAN IP network or rfcomm to send and receive the data that part is not fully determined.
Optimisation Method Project I am looking for a skilled freelancer to assist me in optimizing an area of my business. I am open to optimizing any area, whether it be marketing, operations or finance. The specific aspect of the area that I am interested in optimizing is also flexible, as I am open to optimizing lead generation, customer acquisition or cost reduction. The optimization of this area is critical to my business's success, and I am looking for someone who has experience and expertise in this field. The ideal freelancer would have a strong background in data analysis, as well as experience in developing and implementing optimization strategies. Key skills and experience required for this project include: - Data analysis and interpretation - Optimization strategy develop...
Ju lutemi Regjistrohuni ose Identifikohuni për të parë të dhënat.
Operator will send a web link via sms(sms app is ready) to the customers mobile, with CustomerCode embedded () Customer will open the link in Android/Os and the operator will have access to phones camera. Operator will direct customer to point the camera and take photos. Photos then, will be uploaded to specific web service , using above code etc 1231. Need a cost for this project. Payment will take place after delivery of product.
I am looking for a Experienced Programmer to scrape data from website. Only highly experienced programmer. Completed details will be provided to shortlisted candidates only. Write CODE at the starting of your proposal.
Ju lutemi Regjistrohuni ose Identifikohuni për të parë të dhënat.
Could be a simple game (for example. pong) or data analysis and prediction program (for example. stock price prediction).
Ju lutemi Regjistrohuni ose Identifikohuni për të parë të dhënat.
My project is a simple IoT project using TCP/IP sockets in Flutter. I am building for both Android and iOS platforms. I have not decided yet if I need a server-side component or not; it might be needed if my requirements become more complex. I will be using cloud services as part of the project implementation. With this project, I am looking for a freelancer who can help me navigate the complexities of IoT programming and ensure that this project is successful. Thanks for considering my project!
I am looking for a developer to create a brick breaker game using lab windows CVI in C language. The game should be designed specifically for Windows platform and I would prefer the developer to have experience in developing games using lab windows CVI in C language. As for the game's design and features, I have a few general ideas that I would like the developer to incorporate. The game should have different levels of difficulty, power-ups, and a high-score board. However, I am open to any other suggestions the developer may have. This is an urgent project and I am looking for someone who can deliver within a tight deadline. If you have experience in developing games using lab windows CVI in C language and can deliver high-quality work within a short period of time, then I would ...
I need a C# programmer to Recode an indicator for the Ninja trader 8 platform ... Specific technical indicators from TRADINGVIEW (open sourse)to be coded into Ninja trader 8 platform (C#).. Ideal skills and experience include knowledge of NT8 platform, PINE Script and C# programming languages, and experience with TRADINGVIEW is available in PineScript (TradingView) need to conver in nt8 platform..must be done in short term.. I will give the link of indicaor which one needs to recode. I have the C# code too but it required debugging to work.
I am looking for a freelancer to help me create a digital product that focuses on productivity for small businesses. The ideal candidate should have experience in creating digital products that are user-friendly and visually appealing. The project will involve the following: - Develop a concept for the digital product that aligns with the client's requirements - Create wireframes and mockups to illustrate the user interface and user experience - Develop the digital product using appropriate software and programming languages - Conduct user testing to ensure the product meets the needs of small businesses - Provide ongoing maintenance and updates to the digital product Ideal Skills and Experience: - Experience in creating digital products that focus on productivity - Expertise in sof...
Ju lutemi Regjistrohuni ose Identifikohuni për të parë të dhënat.
I am in need of a highly-skilled freelancer to develop an advanced EA program algorithm for portfolio management. The algorithm will need to analyze complex financial data and provide insightful analysis to help manage the portfolio effectively. The ideal candidate should possess advanced skills in algorithm development and have a strong understanding of financial data analysis. The project requires an algorithm that can handle complex data sets and provide real-time analysis for effective decision-making. If you have experience in developing advanced portfolio management algorithms, please submit your proposal.
I have a strategy on ToS platform that needs to be replicated, so it can be traded as an EA. Or coded to trade automated on TradingView. It is an Indicator strategy that is either Long or Short in the Futures market at all times and based off the Ergodic Oscillator. I tried a coded version for NT8 but the settings from ToS would not replicate or match as I wanted.
I am looking for a professional to create a 3 phase auto starter for my motor, Using HOLTEK HT66F0021, I have shared ckt diagram for that I just need code . It should also have a feature for phase reversal protection, as well as an enclosure made of plastic. I am hoping to find someone who can deliver a reliable and effective product within the specified timeframe. I welcome any suggestions and advice from experts in the field and will be happy to discuss any additional requirements as necessary.
I'm looking for a freelance who can integrate Traditional Fibonacci Pivots and have them applied on a monthly/weekly/daily timeframe. Additionally they must create a function that calculates the distance between the closest opened buy/sell positions and the market price, and execute a buy/sell if the distance meets the criteria. Here are the project requirements: • The freelancer should be familiar with Fibonacci Pivot formula to use • The freelancer should have experience working with cTrader • The project should be completed using C# programming language Ideal Skills and Experience: • Experience in cTrader platform development • Strong understanding of Fibonacci Pivots and their integration • Proficient in C# programming language If you have any ques...
I need an experienced firmware developer who have already done firmware development for Antminer S19 Pro or WhatsMiner miners. Bid only if you have past experience only. I would need sample of your past work over a zoom call.
I am looking for a skilled software developer to create a Desktop Application for Bitcoin Mining. It requires a good knowledge in Blockchain and mining/architecture. The ideal candidate should have expertise in C++, Python, or JAVA / other programming language. The software must be able to run on sleep mode in the background on a desktop computer, and mine automated every moment. I am aware that mining rigs (ie. Antminer S9) are physical hardware that operates mining. I was wondering if it would be possible to create a desktop software version of this, so It can mine using CPU power? I have a Windows 10 desktop computer, and it has a 64 bit operating system. I have seen some websites offer this, but the amount mined is negligible. I was hoping for the software to mine around $200 USD p...
I am looking for a C++ program expert to help me with a Trojan issue. The program should be designed to run on Windows operating system. The level of complexity required for the program is intermediate. I just want add webshell and autostart only. No other is required
I am looking for a qualified freelancer to develop an algorithm for me using Java programming language. The algorithm will be based on Graph Theory principles, and I have specific requirements for how it should function. I am open to input from the freelancer about how best to implement the algorithm in order to meet my needs, but ultimately I would like it to solve my particular problem. This project requires a great deal of skill in programming, as well as knowledge of algorithm design, so I am looking for someone with significant experience in this field. Application is for to acquire, organisation and evaluation of anonym user data for a personal creation and optimization of service.
Looking for malware dev in c++ I have the initial project exe:Application I need to make a DLL functional Run with Rundll32 and regsvr32 and add more functions. For educational purposes
i have a code i want to test as an automatic crypto trading bot just need someone who knows how to turn it into a program.
I am looking for an experienced Arduino developer to create a program for controlling OV5640 cameras using the Arduino Uno platform. The program should be written in the Arduino’s C programming language and manage the API for the OV5640 cameras. I need someone who is knowledgeable in the field and can manage all the camera specs properly (set image quality, enable autofocus, etc) being able to take a photo and store it properly to an SD card. Your expertise should allow you to create a reliable and efficient program. I look forward to working with you on this project.
Ju lutemi Regjistrohuni ose Identifikohuni për të parë të dhënat.
Ju lutemi Regjistrohuni ose Identifikohuni për të parë të dhënat.
I'm looking to create a student smart card utilizing RFID technology. The primary function of this card will be payment, but it will also have the capability for high school students to use it as identification and attendance tracking. This card would be for students in high school, so age and security concerns should be at the forefront of the development. The target audience will be high school students, so any designs, colors, or shapes should be appealing to a teen demographic. I am looking for someone with the ability to design a card that can integrate with existing systems, secure systems that have the capability for payment and identification/attendance tracking, and a stylish look that is trendy for teens.
Hi, I need help with a small esp32 project. I need a function that connects the esp32 via wifi and http to a server and uploads folders and the containing files from an SD card. The project delivery is the function in Arduino IDE + the the php script for the server.
Hi, I need a little help with my list box.
I am looking for a freelancer to program a PIC16F630 using C++ and Proteus. I have a specific program in mind that I would like to use. The ideal candidate should have beginner level expertise in programming and be comfortable using C++. Both Assembly Language and C++ are acceptable.
Разработка антивирусного программного обеспечения. Целью которой является поиск и обнаружение вирусов на компьютере (Windows 10 и выше). Возможность выбрать определенный файл или программу для сканирования на вирусы или полный поиск вирусов (Данная программа схожа на антивирус Node32). обновление сигнатуры баз антивируса, фиксация действий пользователей в базе данных (удаление, копирование, создание документов, установка и удаление программ на компьютере и т.д.). Обширный список сетевых соединений (Открытые порты, отправка пакетов и т.д.).
Hello, I need a easy trading bot for kucoin that permit me only sell tokens ( slowly ) that already have. I need this because the token have less liquidity and I want to sell my tokens in a determined price range. Something like this or even easier: - using the Kucoin API to check for token liquidity - In case there is enough liquidity so the price doesn’t drop X percent sell part of the tokens until it reaches X percent”
I am looking for a freelancer who can develop a VB trading software for me for stocks. Developer should have good background working with stocks, trading related platforms and must know how to code on VB. More details through chat.
I am looking for a freelancer who can develop a VB trading software for me for stocks. Developer should have good background working with stocks, trading related platforms and must know how to code on VB. More details through chat.
Ju lutemi Regjistrohuni ose Identifikohuni për të parë të dhënat.