Source code keylogger program linux työt

Suodata

Viimeisimmät hakuni
Suodatusperuste:
Budjetti
asti
asti
asti
Tyyppi
Taidot
Kielet
    Työn tila
    2,000 source code keylogger program linux työtä löytyi, hinnoittelu EUR

    I am looking for a skilled designer to make significant changes to our existing packing slip layout in shopify template.. Required modifications include: • Changing the Layout/Design: The new design should feature only the order number, customer name, date, and item description. No images should be present. • Adding/Removing Fields: I'd like to remove the company logo and billing address from the existing format.

    €87 (Avg Bid)
    Kiireellinen
    €87 Keskimäär. tarjous
    9 tarjoukset

    I am looking for a skilled designer to make significant changes to our existing packing slip layout in shopify template.. Required modifications include: • Changing the Layout/Design: The new design should feature only the order number, customer name, date, and item description. No images should be present. • Adding/Removing Fields: I'd like to remove the company logo and billing address from the existing format.

    €46 (Avg Bid)
    Kiireellinen
    €46 Keskimäär. tarjous
    47 tarjoukset
    Zeek/Bro Linux IDS Specialist 3 päivää left
    VARMENNETTU

    I am in need of a specialist who is proficient in Zeek/Bro Intrusion Detection Systems (IDS) specifically on the Linux platform. Key Tasks: - Conducting comprehensive Traffic Analysis - Effective Log Management - Developing customized scripts - Reviewing and Implementing rules effectively The primary goal of this project is to: - Enhance our network's security - Develop strategies for the detection and prevention of cyber attacks - Improve our incident response capabilities Ideal Skills: - Profound knowledge and experience with Zeek/Bro IDS and Linux are paramount. - Solid track record in traffic analysis and log management - Experience with script development - Proven ability to review and implement rules effectively. - Familiarity with Cybersecurity polic...

    €148 (Avg Bid)
    €148 Keskimäär. tarjous
    23 tarjoukset
    Configure Grafana / Percona PMM 3 päivää left
    VARMENNETTU

    I need a Grafana expert to help installing and configuring a Grafana instance on a VM: - Use the Percona...instance on a VM: - Use the Percona PMM solution to setup a Grafana instance to monitor a MySQL instance - Setup SSL using automatically renewing Let's Encrypt certificates using DNS-01 challenge method - Configure the Grafana instance to allow SSO using Azure AD - Additionally install plugins to allow monitoring a Windows server and .NET application So basically you need knowledge about: - Grafana - Linux - Docker - Let's Encrypt - Azure AD - MySQL - Percona PMM Would need you to document and describe every step, so we can easily repeat on our production environment. Please let me know if you have knowledge about the mentioned subjects and how you would like to ap...

    €438 (Avg Bid)
    €438 Keskimäär. tarjous
    41 tarjoukset
    JS Code Enhancement: Ringtone Maker UI 2 päivää left
    VARMENNETTU

    i need who has good knowledge in js, and have idea about wave surfer library, i made a ringtone maker script, but the problem is that the audio not playing from part while i drag handles,

    €16 (Avg Bid)
    €16 Keskimäär. tarjous
    7 tarjoukset
    Azure Forms Code Transfer 3 päivää left
    VARMENNETTU

    I need help to share my source code, which is stored in Azure, with my client. The code is simple and not too complex. You'll primarily be working with basic forms that need to be made accessible to the client. Skills required: - Strong understanding of Azure - Code sharing and management - Experience in working with forms In your application, include your relevant experience. This will help me evaluate your suitability for the project.

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

    I am looking for a skilled and experienced individual to help me with setting up an RTMP live streaming system on Ubuntu. What I need: * The successful ...The streaming will not require recording features or video on demand capabilities. * Though it was unspecified where the streaming will be targeted, we could be exploring diverse platforms such as websites, mobile apps, or even social media. Thus, expertise in various streaming platforms will be beneficial. Ideal Freelancer: * The ideal freelancer for this job will have a strong background in Linux, specifically Ubuntu, and have previously set up RTMP live streaming. * Please share previous experiences or project you have done that aligns with this requirement for assessment. Looking forward to connecting with experts in t...

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

    ... Project Requirements: Data packets to be transmitted are split into frames of 8 bytes each, with the first 7 bytes of the frame encoded in ASCII. The last byte is an integer frame counter that does not convert to ASCII. A checksum is generated from the packet data and appended at the end of the packet using the following function: c Copy code uint16_t crc_chk_value(uint8_t *data, uint16_t size) { uint16_t crc = 0; while (size--) { crc ^= *data++; for (unsigned k = 0; k < 8; k++) crc = crc & 1 ? (crc >> 1) ^ 0xa001 : crc >> 1; } return crc; } If the last frame has free space, it is filled with zeros. An example of a packet structure and its breakdown into frames

    €472 (Avg Bid)
    €472 Keskimäär. tarjous
    21 tarjoukset

    ...search of a talented Python programmer with expertise in digital watermarking. I aim to enhance the quality of images through the improvement of watermarking code using DWT and DCT, determining parameters such as NC, PSNR, SSIM, and this has to be achieved without using OpenCV. Key Requirements: - Mastery in Python programming - Deep understanding of digital watermarking techniques using DWT and DCT - Competent in calculating parameters NC, PSNR, and SSIM independently - Ability to work without reliance on OpenCV - Experience in improving image quality through coding With your support, we'll move closer to achieving a watermarking code capable of improving the quality of images to the highest standards. Your work will immensely contribute in boosting the usability ...

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

    I have a few fixes I need to make in the code snippet that inserts custom content into wordpress post. PHP CSS HTML JS Will take 30 mins

    €23 (Avg Bid)
    €23 Keskimäär. tarjous
    39 tarjoukset

    I am seeking a skilled Shopify developer proficient in liquid code to revamp my collections page. The project entails modifying the original layout based on a specific design I have planned. It is expressly not just about relocating elements; it requires deep comprehension of Shopify's liquid code. Ideal choices for this would be: - Experienced in Shopify development and liquid code - Able to implement designs into code - Understands the balance between aesthetics and functionality - Has a keen eye for detail to ensure alignment with my design. Let's transform my collections page into an engaging and user-friendly experience. I need a header The first div needs to be a fixed full screen page with a lottie animation in the middle(this is provided...

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

    I'm currently dealing with an issue on a piece of code in OpenGL GLSL and C++. The code operates as designed when run on an integrated GPU but unfortunately, falls with a dedicated GeForce NVIDIA GPU (see pictures). The code deals with compute shaders and parallel computing of a combinatorial problem. The OpenGL and GLSL versions in use are 4.3. I'm sending pictures how it gives me the proper output on integrated and the error shown for dedicated NVIDIA. The solver must have a dedicated GeForce GPU and should first present that the code also doesn''t work for him/her on the dedicated GPU !! The key functionalities in use are Buffer Objects and Compute Shaders. As such, I'm in search of a skilled developer who: - Has in-depth experti...

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

    I am looking for an experienced and knowledgeable developer as a support person for a GPS tracking platform jut like gpswox. This platform is being utilized to track a variety of devices such as cars, personal devices and fixed assets. Your job will include but not limited to: - Timely support and management of the platform. -Good knowledge of Linux is vital for this Support work. The ideal freelancer for this job would have: - Prior experience and a strong portfolio in GPS tracking platforms. - A deep understanding of real-time tracking, geo-fencing and history playback. - Familiarity with web-based platform and mobile App (ios and Android) development. - Potential skills in mobile app development for future system updates.

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

    ...Capacitor application developed on Angular 13; every time an iOS user tries to sign in using Apple SignIn, it constantly returns an error - CODE unimplemented. The required dependencies for Apple Sign in have been installed yet this particular error persists. Hence, I'm in dire need of an experienced Angular developer who can zero in on this problem and rectify the error effectively and urgently. The appropriate freelancer should have: - A deep understanding of Angular 13 and its nuances - Significant experience with the Capacitor framework - Authenticating apps via Apple SignIn - Strong debugging and problem-solving skills - Familiarity in handling 'CODE Unimplemented' error is a plus Your main responsibility will be to find the root cause of the issue ...

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

    Cần viết một đoạn code cảnh báo. Dựa trên indicator có sẵn trên tradingview. - dựa trên giá và khối lượng (indicator volume). Để cảnh báo bằng tin nhắn điện thoại hoặc cảnh báo bằng tradinview

    €387 (Avg Bid)
    €387 Keskimäär. tarjous
    6 tarjoukset
    Server support professional 2 päivää left
    VARMENNETTU

    We are seeking a server support professional with 20+ years of extensive knowledge in configuring and maintaining servers and domains. Ideal skills and experiences: - Proven experience in server and domain management in PLESK, AWS SERVER, CLOUDFLARE, CONTABO - Expertise in both Windows and Linux server environments - Ability to provide services such as server configuration, server maintenance, and domain registration - Excellent problem-solving skills and commitment to tackling any server or domain issues This project is open-ended and could potentially require varied services. please mention in your bid what are your other strengths and why I should choose you over other freelancers?

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

    I am looking for a highly experienced Program Management Consultant to take the lead in designing, implementing, and maintaining operational processes for a large company. Key focus will be on rolling out and managing new processes, with a goal of increasing productivity and enhancing project delivery. What I'm looking for: - Proven experience in implementing new processes - Strong portfolio showcasing successful process improvements - Ability to optimize operations for enhanced productivity Successful freelancers should include examples of relevant past work in their applications. The ideal candidate can demonstrate past success in streamlining operations and effectively managing new process rollouts. Your proposal should clearly show your ability to take on and excel in th...

    €19 / hr (Avg Bid)
    €19 / hr Keskimäär. tarjous
    23 tarjoukset
    Excel VBA Expert for Macbook - Fix a code 2 päivää left
    VARMENNETTU

    I'm in need of a skilled freelancer who is an expert in Excel 365 and specifically skilled in VBA automating tasks. The main function of this role includes: - Automating tasks in Excel 365 - Utilizing VBA to generate regular reports - Should work in Windows and Macbook both The ideal candidate for this project has strong experience in using Excel 365, with specific knowledge in automating tasks through VBA. I am especially interested in those who have a proven track record of generating regular reports using VBA. Please include examples of similar work in your proposal.

    €16 (Avg Bid)
    €16 Keskimäär. tarjous
    13 tarjoukset
    Rocky Linux9 Migration ASAP 2 päivää left
    VARMENNETTU

    I urgently need a professional to assist me with the migration from Centos7 to Rocky Linux9. The tasks include: - Assessment of the current Centos7 setup - Thorough planning of the migration to Rocky Linux9 - Actual migration from Centos7 to Rocky Linux9 The whole project should be completed ASAP. Ideal Skills: - Extensive experience with migrating between different Linux distributions, especially from Centos7 to Rocky Linux9. - Good understanding of system architecture and server infrastructures. - Familiarity with Web Server Setup, Custom Scripts, and Database Systems might be needed, as there might be specific configurations or applications currently on Centos7 that need to be replicated on Rocky Linux9, although this will be confirmed during the assessment. - Strong proble...

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

    I require a skilled professional comfortable with Linux system administration. A very important part of this project is the Installation of FFMPEG with CUDA support on an Almalinux 8 server, implemented on a 1080ti card. Key Requirements: - You must be comfortable with Linux server administration, specifically AlmaLinux 8. - You must be able to install the latest version of FFMPEG. - CUDA support on the FFMPEG must be duly enabled. - The main goal after installation is to achieve top-notch video encoding performance. - Professional experience or technical understanding of video encoding software and processes is a plus. - You must have prior experience or know-how dealing with Nvidia graphics cards, particularly the 1080ti model. I have root/administrator access to the s...

    €53 (Avg Bid)
    €53 Keskimäär. tarjous
    4 tarjoukset
    Comprehensive VPS Website Development 2 päivää left
    VARMENNETTU

    ...skilled web developer to build a comprehensive website that will function on a Linux server. Ideally, the website will be primarily VPS Hosting focused and seamlessly run on the Linux/Windows. Key Requirements: - Full website development expertise. - Proven experience in creating VPS Hosting websites. - Ability to establish both Graphical User Interface (GUI) and Command Line Interface (CLI) for the VPS. - Excellent problem-solving skills and knowledge of potential server issues with proactive strategies for minimising downtime. - Prior experience in working with VPS Hosting is a must. I'm expecting a clean, user-friendly, and robust website that can effectively handle high traffic and transactions. I already have a Linux/Windows Machine ready for hosting th...

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

    ...expert to convert a BIN file specifically for TMS320F28062 into Assembly code. Key requirements: - Prior experience working with low-level programming languages, particularly Assembly - Strong proficiency in code conversion, specifically from BIN to Assembly - Extensive understanding of TMS320F28062 Detailed scope of work: - Translate all the given BIN files for TMS320F28062 into Assembly language - Ensure high-level optimization of the converted code to maintain efficiency - Add extensive comments throughout the code for better clarity and understanding of each module/function Skills desired: - Proficient in Assembly language - Experience with microcontrollers, especially TMS320F28062 - Understanding of high-level code optimization techniques ...

    €232 (Avg Bid)
    €232 Keskimäär. tarjous
    3 tarjoukset
    Linux Server Security Analyst Needed 2 päivää left
    VARMENNETTU

    I'm in need of a server manager with intermediate-level cybersecurity and Linux experience to effectively monitor the security of my server. Key responsibilities include: - Ongoing security monitoring of the server and Wordpress websites - Threat identification and mitigation - Advise on potential security upgrades - Ensure the safety of sensitive information It is essential for potential freelancers to understand the Linux operating system thoroughly, and have a sound understanding of server cpanel and Vesta Cp. The ideal candidate should bring a proactive approach to identify and fix security weaknesses, offering consistent updates and reports on server security status. Be patient honest and always willing to go an extra mile for longterm work relationship

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

    I've got a web application with user authentication, data input forms, and search functionality that is already developed and running on PHP 8.2. However, I need a masterful PHP / MariaDB developer who can help to get it running impeccably in PHPStorm along with remote SSH development on a Raspberry Pi device, all without any database errors. The job calls for someone well skilled in: - In-depth knowledge and experience with PHP and MariaDB - Being familiar with PHPStorm and Raspberry Pi - Solving Database issues (how do we determine what tables to create?) I have access to a running system and we can grab any DB data we need. I don't need a full database migrated, just a working PHP web application that doesn't report all these errors. This is not a long term commitm...

    €125 (Avg Bid)
    €125 Keskimäär. tarjous
    20 tarjoukset

    More details: What type of building is the lighting design for? A new residential building class 1a. Must meet Australian NCC building code What style of lighting are you considering for your residential building? Modern Which areas in the residential building require the modern lighting design? Living room, Kitchen, Bedroom, bathrooms, office, Patio, front door

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

    ...looking for an experienced animator who can design a simple yet informative graphical motion video. The video should effectively illustrate how partitioning works within the Linux operating system. Though the project is directed towards an audience with basic knowledge of Linux systems, it must be clear enough for even a novice to understand. To fully represent the concept within the video, the scope will be limited to the partitioning aspect of Linux file system. The successful freelancer for this project should have: - Strong skills in animation, preferably a background in educational content. - A solid understanding of Linux systems, particularly the concept of partitioning. - Ability to communicate complex tech concepts in a simple and engaging manner...

    €113 (Avg Bid)
    €113 Keskimäär. tarjous
    38 tarjoukset

    I'm seeking a skilled developer who can design an all-inclusive cashier system for food trucks featuring various payment and customer loyalty program options, and sales tracking capabilities. Key System Features: 1. Payment Options: The system should support multiple payment methods including Cash, Credit Card, and Mobile Wallet. 2. Loyalty Program: I'd like to implement a loyalty program that includes a Points-based rewards system and offers Exclusive deals to customers. 3. Sales Tracking & Reporting: Following each shift, I want the system to generate a report detailing sales and order tracking. If you have the necessary skills and experience – especially with similar point-of-sale systems or restaurant management software – please plac...

    €506 (Avg Bid)
    €506 Keskimäär. tarjous
    36 tarjoukset

    DONT BET IF YOU HAVE DELIVERY TIMES LONGER AS 1 HOUR AND CANT DO IT RIGHT NOW. THX I'm in need of a seasoned Linux professional, who is familiar especially with the OPNsense distro, to set up WireGuard on my system. You must be capable of configuring both the client and server aspects of WireGuard on OPNsense. my wireguard is working (at least i guess). the client is connected (rx = 0, rt = counting). i guess the firewall rules are the issue. goal: on the client the traffic for Internal should go over the VPN, all other traffic without vpn

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

    Looking for a Python whiz who can help me expedite the creation of a program coding to graph shear stress, deflection and bending moment of a beam. Here's what I need: - Incorporation of equations from mechanics of materials, structural engineering, and physics. I need someone with a solid understanding of these fields. - The program should accept inputs of the following: dimensions of the beam and applied loads on the beam. Knowledge of these inputs is crucial for accurate delivery of this project. The ideal candidate for this project will have: - Strong Python coding skills - Background in physics or structural engineering - Proven experience in creating graphic-based programs As I am in a bit of a rush, I need this project completed ASAP. Only experts who can del...

    €20 (Avg Bid)
    €20 Keskimäär. tarjous
    7 tarjoukset

    I’m in need of an expert in server security with a specific focus on Linux and Apache error logs. High-Level Requirements: - Know Linux in detail - Check Apache Error Logs and Security logs - Should understand why server down some times or lags after a while Key Skills: - Proficient in Linux security tactics and solutions - Strong knowledge of Apache and experience in analyzing error logs Experience: Freelancers who have extensive experience and expertise in server security are encouraged to apply. As we're dealing with sophisticated systems, I prefer an individual with a high level of expertise. Past experience, particularly dealing with Linux and Apache, will be the cornerstone of your application. Your experience is key, so please highlight yo...

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

    As the owner of an app using the Flutter Framework, I need a few updates to be made. ...to be made. I'm looking to change the current logo from Logo A to a new one, and rename the package from its present name to 'Package Name 1', a more fitting name for the app's new direction. I also need Firebase config file additions including Firebase Auth, Firebase Storage, and Firebase Cloud Messaging to enhance the app's performance. The successful freelancer will then push all this updated code to Git and release the updated app to the Play Store. Ideal skills and experience for this job would include: - Proven experience with Flutter. - Understanding of Firebase Auth, Storage, and Cloud Messaging. - Experience with Git and Google Play Store deployment. - Graphic d...

    €16 / hr (Avg Bid)
    €16 / hr Keskimäär. tarjous
    39 tarjoukset

    i want to make a headless synthesizer with my ARM board (similar to raspberry pi) the synthesizer will receive commands from usb midi keyboard and play some sounds i want to use soundfonts (fluidsynth) for the instruments for the effects i want to use LV2 plugins the effects are controlled by knobs on the midi controller i want to run only f...and play some sounds i want to use soundfonts (fluidsynth) for the instruments for the effects i want to use LV2 plugins the effects are controlled by knobs on the midi controller i want to run only from commandline (no xwindows).. . everything should be controlled by python. can you help me with - the setup - the choice of the right components - making the python program pls tell me about your experience with linux synthesi...

    €16 / hr (Avg Bid)
    €16 / hr Keskimäär. tarjous
    19 tarjoukset

    I have a Python code with the end goal of producing a 3D reconstruction. Currently, it's not delivering expected results and requires a thorough inspection and correction. Specifically, issues reside in areas related to the camera pose, time, and data splitting logic. This code requires inputs including: - Camera pose (encompasses both position and orientation) - Time information - Dataset splitting, based on unique non-standard criteria I'm looking for Python experts, ideally with experience in 3D reconstruction, to find and correct the errors within the logic of my code. Your ability to decode existing Python script, figure out errors and offer logical corrections/improvements will be key. Understanding and having experience with camera positioning and t...

    €145 (Avg Bid)
    €145 Keskimäär. tarjous
    42 tarjoukset
    Proprietary software 1 päivä left

    The objective of this project is to build a proprietary software from existing code available on the web and to modify the code as well as add more features as per our specifications. We are looking for a person or team that's experienced in embedded systems, proficiency with SPI communication. having worked with especially Raspberry Pi and ADALM-PLUTO and on the Linux and Python platform.

    €485 (Avg Bid)
    Salassapitosopimus
    €485 Keskimäär. tarjous
    21 tarjoukset

    I am in need of an expert to create an interactive bash script, compatible with a Debian 12 operating sy...needs to be installed before frappe and not included, this can be done with 2 commands. sudo apt-get install yarn sudo npm install --global yarn - System should also install Let's Encrypt with snap The ideal freelancer for this project should have: - Proven experience working with bash scripting on Linux-based systems. - Working knowledge of ERPNext and its respective modules. - Ability to create scripts that allow for user inputs. Your input will directly affect the success of this project, so attention to detail and a clear understanding of user requirements are of the utmost importance.

    €137 (Avg Bid)
    €137 Keskimäär. tarjous
    31 tarjoukset

    Conference application with program, access to plenary sessions, web and mobile applications available only to registered people with the possibility of interaction between participants (chat, separate rooms) and interaction with plenary sessions (e.g. the ability to ask questions) additional information: - the application is to be only for this event, so it is a one-time use - everything has to be a web version only - is the app supposed to be for phones and tablets? - just like the web version above, it would be good if it was functional and readable on a phone Registration form, name and surname, etc Registration by e-mail address - login only via email or also via Facebook, Google, etc.? - Only by email - can users also write to each other or only in rooms? - they can onl...

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

    Requirements - C, C++ (middle), Python (optional) programming languages. - Ability to read and understand electronic schematics. - Be ready to deal with hardware. - Be striving for self-education and self-organization. - Have good English verbal and written skills (B2/Upper-Intermediate). Qualifications: - Embedded Linux - Multithreading/multiprocessing - ESP32 MCU development - Web protocols (MQTT, WebSocket) - Low-level protocols (UART, I2C, USB) - Wireless protocols (BLE) - Cloud services (AWS) - Electronic schematics and PCB design - Hardware bring up and debug If you believe that your skills and expertise align with the requirements of this position, please send us your CV. Additionally, if you have a portfolio or examples of previous work, we would be interested in seeing th...

    €19 / hr (Avg Bid)
    €19 / hr Keskimäär. tarjous
    32 tarjoukset

    I need a professional to assist with the installation and configuration of the latest version of Vicidial on a Linux operating system. The key tasks include: - Vicidial software installation: Ensure a smooth and efficient installation process, troubleshooting any complications that may arise. Familiarity with various versions of Vicidial is a plus, notably the latest. - Setting up configuration: Proactively set up and optimize Vicidial configurations to cater to our business needs, ensuring seamless functionality. Ideal candidates should have solid experience with Linux and Vicidial, including its installation and configuration. Your bid will be more favorable if you've previously completed similar projects successfully. I'm happy to provide additional informati...

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

    More details: What should the simple Python program do? Perform calculations, Manipulate strings How should the program perform calculations? Addition, Subtraction, Multiplication What specific calculations should the program perform? the program need to count letters in a code list

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

    I need someone to help me set up ESP-IDF v4.2 and Python 3.10.12 on my Ubuntu laptop. The task requires immediate attention, so a swift completion would be appreciated. The successful freelancer should be experienced in: - Linux/Ubuntu system administration - The configuration and operation of ESP-IDF, specifically v4.2. - Python installations, in particular Python 3.10.12. Please be specific about your experience in these areas when you bid. Your help is essential to the smooth operation of my workstation, so let's make this as efficient as possible.

    €62 (Avg Bid)
    €62 Keskimäär. tarjous
    7 tarjoukset

    Requirements - C, C++ (middle), Python (optional) programming languages. - Ability to read and understand electronic schematics. - Be ready to deal with hardware. - Be striving for self-education and self-organization. - Have good English verbal and written skills (B2/Upper-Intermediate). Qualifications - Embedded Linux - Multithreading/multiprocessing - ESP32 MCU development - Web protocols (MQTT, WebSocket) - Low-level protocols (UART, I2C, USB) - Wireless protocols (BLE) - Cloud services (AWS) - Electronic schematics and PCB design - Hardware bring up and debug If you believe that your skills and expertise align with the requirements of this position, please send us your CV for review. Additionally, if you have a portfolio or examples of previous work, we would be interested i...

    €35 / hr (Avg Bid)
    €35 / hr Keskimäär. tarjous
    34 tarjoukset

    ... Project details are below: Details 1. Form is here: - u: test - pw: Freelancer88390 2. I will provide WP access, FTP, Access to Freeagent (the 3rd party site that gets the data). We have existing code utilizing the API that you can use for reference. Here is documentation from Freeagent: 3. Need to have tasks completed in 3 days. 4. Add your code in /child-theme/funcincludes/coach_sync.php. The existing code can be used as a starting place. Can find some reference examples in 5. This is a development server, so ok for testing. Project Requirements 1. On the form, there is a field that says "Not You? If the above name and email are

    €447 (Avg Bid)
    €447 Keskimäär. tarjous
    39 tarjoukset
    VLC Player Chrome Extension with AI 1 päivä left
    VARMENNETTU

    I am looking for an experienced developer to create a VLC Media Player extension based on chrome extension “Chat GPT summarize and chat” and VLC extension “VLC-subtitle-word-search”. This project would require an advanced understanding of creating VLC media player extensions as well as experience with LUA language. The Media Player must: - Support Windows, MacOS, and Linux - Facilitate video and audio playback - Offer subtitle support - Offer chat agent interaction A significant addition to this project is the inclusion of AI-generated notes. They should be auto-summarized, providing key insights via chat facilities. I require a freelancer who is proficient in AI technology, specifically in information extraction and text summarization. An ideal freelanc...

    €182 (Avg Bid)
    €182 Keskimäär. tarjous
    19 tarjoukset
    Full Python to PySpark Code Conversion 1 päivä left
    VARMENNETTU

    - Conversion of the entire Python code into PySpark. Skills and experience required: - Proficient knowledge in Python.

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

    I'm in need of a skilled Javascript and Node.js programmer to assist me in building an online multiplayer snake game akin to Slither.io. Albeit the design work required is minimal, the interface should still be simple yet appealing. Skills and Experience: - Proficient in Javascript, Node.js, and related technologies. - Firm understanding of WebSockets, Linux, and Database and Client-server programming. - Fluent in English for effective communication Candidates with a background in multiplayer game development will be highly considered. Your proposal should demonstrate your ability to create low-latency multiplayer games using JavaScript, WebSockets, and node.js. The game will be deployed on several Ubuntu VPSs that we maintain ourselves. We rent these VPSs near users ...

    €1957 (Avg Bid)
    €1957 Keskimäär. tarjous
    36 tarjoukset

    ...desktop application. The ideal freelancer should be knowledgeable and experienced in creating applications that function optimally on multiple operating systems, specifically Windows, Mac, and Linux. Though the main functionality required for the desktop application was not clearly stated, I presume skills in data management, file sharing, and graphic design could be essential for this project. Be prepared to discuss this during the negotiation process. • Key Qualifications: - Proven expertise in building QT desktop applications - Proficiency in developing applications for Windows, Mac, and Linux - Potential capabilities in data management, file sharing, and graphic design - Ability to deliver within a short timeframe Please only bid if you are confiden...

    €1072 (Avg Bid)
    €1072 Keskimäär. tarjous
    59 tarjoukset

    I'm in urgent need of a versatile C programmer, specialized in socket programming. An ideal candidate understands the ins...person must also have strong experience successfully handling socket connections. If your background includes building FTP servers, even better. The project spans various operating systems, so versatility is key. If you're knowledgeable with navigating Windows, Linux, and macOS platforms, then you might be the perfect fit. Requirements: - Proficiency in C programming language - Experience with creating TCP sockets - Background in sending and receiving data over sockets - Handling socket connections - Familiarity with Windows, Linux, and macOS environments - FTP server build experience a plus If you match the requirements, I'm looking ...

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

    I'm in urgent need of a versatile C programmer, specialized in socket programming. An ideal candidate understands the ins...person must also have strong experience successfully handling socket connections. If your background includes building FTP servers, even better. The project spans various operating systems, so versatility is key. If you're knowledgeable with navigating Windows, Linux, and macOS platforms, then you might be the perfect fit. Requirements: - Proficiency in C programming language - Experience with creating TCP sockets - Background in sending and receiving data over sockets - Handling socket connections - Familiarity with Windows, Linux, and macOS environments - FTP server build experience a plus If you match the requirements, I'm looking ...

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

    ...Tracking & Performance Marketing Software! Are you a skilled developer with a proven track record in Affiliate Tracking Software? Mandatory Requirements: Proven experience in developer Affiliate Tracking Software Proficiency in PHP, Angular programming Strong command of MySQL database Familiarity with Javascript and its libraries (Ajax, jQuery) Proficient in HTML/CSS Experience working with Linux Show us your references in the area of affiliate tracking Milestones will only be created once we're confident that your work aligns with our project requirements. Serious candidates with extensive experience in Affiliate Tracking Software are encouraged to apply. Serious inquiries only, please. We value your time as much as ours. Successful bidders will be contacted f...

    €2046 (Avg Bid)
    €2046 Keskimäär. tarjous
    132 tarjoukset