Filtrér

Mine seneste søgninger
Filtrer ved:
Budget
til
til
til
Slags
Færdigheder
Sprog
    Job-status
    2,000 pasar sql csv linux jobs fundet, i prisklassen EUR

    Hello, I am glad to submit the proposal as follows: Development of module for computing the relative distance between teacher and the student and storing the same in csv file along with the results of previous work. Experimentation will be performed using few videos. Thanks.

    €115 (Avg Bid)
    €115 Gns Bud
    1 bud
    Aplicación marcas Udløbet left

    ...frameworks como Bootstrap para un diseño responsive y una mejor experiencia de usuario. Backend: Flask se encargará de la lógica backend de la aplicación, incluyendo el procesamiento de las entradas del usuario, el almacenamiento de datos en la base de datos, la generación de costos basados en las selecciones del usuario, y el manejo de los pagos. Base de datos: Utilizar una base de datos relacional como SQL para almacenar los datos del usuario y la información de registro de forma segura. Pasarelas de pago: Integrar las pasarelas de pago Stripe y PayPal para gestionar los pagos de forma segura. Tanto Stripe como PayPal ofrecen APIs robustas que pueden integrarse fácilmente en la aplicación Flask. Seguridad: Implementar las ...

    €300 (Avg Bid)
    €300 Gns Bud
    19 bud

    As someone looking to install Game Script A on my Linux server, I've run into a bit of a snag. I require an expert's help to download and manually install five dependencies that gdown can't pull from the command line. Key Requirements: - Proficient in Linux Systems - Experience in manual downloads & installations - Knowledge about gaming scripts would be a bonus The whole process usually takes under an hour. The names of these missing files are within the game script. Your task will be to access my Remote Desktop Protocol and perform the necessary operations to make everything run smoothly. I look forward to working with you successfully. i have a guide here skip to step 40

    €25 (Avg Bid)
    €25 Gns Bud
    7 bud

    I will order the full configuration and implementation of Algolia search engine in an online store. It is to work as an overlay-window when the search box is clicked. The data is prepared in a .csv file or available in pimcore.

    €153 (Avg Bid)
    €153 Gns Bud
    24 bud

    I'm looking for someone with experience of Linux Server administration, database management, and web development to get a site live for me on Digital Ocean. Job Description: Site is already on the DO sever as 'siteA' Need 'siteB' created from a copy of siteA Need SSL certificate applied to siteB, and for the site to be made public. That's basically it. Need it doing today. Cheers, Chris

    €156 (Avg Bid)
    €156 Gns Bud
    43 bud

    I'm looking for a skilled programmer with a robust background in program design and experience in working on various platforms. While the target operating platform remains unspecified, ability to work with diverse platforms including Windows, Mac, and Linux would be a plus. This project specifically involves creating a program that flips pages for PDF files. Consequently, familiarity with PDF structures is essential. In your application, please highlight: - Your past experience developing similar programs - Your expertise in platform-specific programming - Your familiarity with PDF structures and scripts I look forward to working with you on this exciting project!

    €25 (Avg Bid)
    €25 Gns Bud
    17 bud

    ...produce a solution for retrieving specific order details and implementing real-time updates in stock values. Notable tasks include: - Fetching Customer name/address, product information, and quantity details from Amazon orders, and presenting in CSV format. - Ensuring the API sends back the tracking information to Amazon, including Carrier name, shipping method, and the associated tracking number. -Updating stock values to Amazon on a daily/regular basis An experienced developer who has worked with Amazon's API previously is a must. Familiarity with CSV data and order tracking systems is also highly desirable. A solution designed for efficiency and accuracy in retrieving and sending required data is essential. The developer is expected to test the solution for err...

    €194 (Avg Bid)
    €194 Gns Bud
    56 bud
    Tecdoc Database Udløbet left

    I need the Tecdoc 2023 3Q or 4Q in sql format and the pictures. or the same data as CSV plus pictures.

    €153 (Avg Bid)
    €153 Gns Bud
    31 bud

    I'm seeking a proficient data specialist who can successfully convert a CSV file into an XLSX Excel format. This conversion needs to be done meticulously to ensure optimal usability for sharing data with others. Key responsibilities will include: - Converting a CSV file into an XLSX format - Checking data integrity post-conversion - Ensuring the final layout is easy to understand and use for sharing with others The ideal freelancer for this job has extensive experience with Microsoft Excel and, more specifically, with CSV to Excel conversions. This is a one-off project, but I'm interested in a flawless output. Accuracy and meticulous attention to detail are critical for this task.

    €15 / hr (Avg Bid)
    €15 / hr Gns Bud
    63 bud

    I am urgently seeking a proficient Node.js developer for remote work on my project. Requirements include: - Assisting with backend development and ensuring system efficiency. - Facilitating database integration by creating and managing interactions between the database and user interfaces. - Incorporating a specific solution in my code, namely a place for data to be updated by an admin in SQL commission to user invite. Candidates with prior experience in resolving similar issues will be preferred. The task needs to be completed as soon as possible. Proficiency in user authentication, data validation, and error handling will be beneficial.

    €15 (Avg Bid)
    €15 Gns Bud
    15 bud

    Hi, we have a ready box mock up for e-bay. We would like to create the thousand of boxes via a csv file or something like that. The texts/ pictures numerated from 1-11 are dynamic and change with each box. You can find our ready design as a psd (I will provide you with a link as its too big to upload here) and attached also the file with picture of the dynamic parts 1-11. For any questions feel free to contact me.

    €11 / hr (Avg Bid)
    €11 / hr Gns Bud
    18 bud

    Preferred location India, Delhi for the data entry agency or freelancer. Seeking a well-organized professional for a scaled data entry project. The task primarily involves handling a high volume of data and entering these into our Database system. Here's what I am needing from you: - Capable of performing high-speed data entry while maintaining accuracy - Familiarity with SQL Database system is crucial - Expertise in alphanumeric data categorization and management - Experience in working with bulk volume projects previously will be a plus - Detail-oriented to minimize potential errors Your role would not only involve data entry but also supporting in keeping our database well-ordered and reliable. Please take note that due to the high volume of data, maintaining speed in en...

    €265 (Avg Bid)
    €265 Gns Bud
    34 bud

    We need two relatively short functions to be written. The target platform for these is Arm64 Linux. 1. Write a "C" function to convert from YUY422 colorspace to RGB, utilizing Arm Neon SIMD for max speed, since we are processing video frames in real-time. Using SiMD shoud be at least 4x faster than not. Need someone who is experienced with C and Neon simd intrinsics. We will provide some test data to use to test the function, or you can use a website that has an online converter we will supply the url. The basic color conversion formula is: R = Y + 1.402 * (Cr - 128) G = Y - 0.344 * (Cb - 128) - 0.714 * (Cr - 128) B = Y + 1.772 * (Cb - 128) We want the function signature to be : void convertYUYVtoRGB8888_neon (uint32_t *rgbDest, const uint16_t *yuyvSrc, int pixels...

    €74 (Avg Bid)
    €74 Gns Bud
    6 bud

    I'm looking for a qualified professional skilled in Linux systems and MongoDB databases to help with the installation of an open-source EV-server on a cloud-based VPS. The VPS is provided by Strato. We also have a amazon AWS account. If needed it can be installed there. Skills and Experience: - Strong skills and proven experience in Linux based systems - Extensive expertise working with MongoDB databases - Familiar with Strato cloud service provider OR Amazon AWS if needed. Tasks: - Install and configure open-source EV-server () - Set up MongoDB database for EV-Server usage I am able to do it myself, but because of time i need to outsource it.

    €136 (Avg Bid)
    €136 Gns Bud
    30 bud

    I'm seeking a professional to aid in matching and synchronizing our prices with various online retailers. This project involves working with data that is currently in CSV file formats. Key Project Tasks: - Correctly map, match and sync our data with the corresponding data from online retailers. - Implement synchronization to ensure updated accurate price comparison. Ideal Skills & Experience: - It's essential to have a background in data synchronization and comparison. - Fluency in managing and manipulating CSV files. - Experience working with online retail pricing data is a significant plus. Through this project, synchronization of our data with online retailers will be achieved, thereby enhancing our pricing strategy and competitiveness.

    €19 (Avg Bid)
    €19 Gns Bud
    17 bud

    ...a seasoned Python developer with specific experience in video analysis to create a script that can transcribe a full mp4 video and audio into text. Key Requirements: - The script should be able to read a video in mp4, mkv, mov format or a audio (AAC, mp3, ...) - The library used for reading the video is not fixed. You can choose from libraries which should be compatible with both Windows and Linux (and mac) - take a look here: - The output should detail the (as a class, TranscriptionDetails) ... - file path ... - file name ... - frame number / or location in the video/audio ... - time code / or location in the video/audio ... - the transcription ... - confidence of transcription and should be outputed in a JSON

    €64 (Avg Bid)
    €64 Gns Bud
    16 bud

    I need a driven and detail-oriented developer with stellar skills in Java, Spring, Hibernate, MySQL and React.js to collaborate with us or independently work on our project. Tasks include but are not limited to: - Java, Spring, Hibernate development - Designing SQL queries and ensuring data integrity with MySQL during the data processing stage - Creating a modern and sleek user interface using React.js An ideal candidate will possess a strong background in these areas, with a particular emphasis on developing user-friendly applications with a contemporary aesthetic. Your role will be pivotal in ensuring seamless function and an engaging user experience.

    €438 (Avg Bid)
    €438 Gns Bud
    27 bud

    We are looking for nginx or Apache expert to host do reverse proxy for website OS is Redhat Linux

    €13 / hr (Avg Bid)
    €13 / hr Gns Bud
    33 bud

    I'm in need of a skilled developer proficient in Bash to create a highly functional installimage tool. The tool should be capable of: - Facilitating Linux OS installations (for Ubuntu, CentOS, and Debian specifically) - Performing password resets efficiently - Implementing a rescue mode functionality A developer with demonstrated experience creating similar tools will be considered highly. Familiarity with Linux system administration can prove to be advantageous as well. Your skills in Bash scripting should be excellent as this project needs a precision-involved, error-free deliverable. Let's bring this installimage tool to life!

    €105 (Avg Bid)
    €105 Gns Bud
    10 bud

    NOTE: Only working directly with Developers only No third parties or Sales Guy or CEO prohibited on this project: so please refrain doing so. Thanks even if you have a skills we are looking do not bid if you are not ready to work remotly, and on EST TIME Zones: we are looking Expert in Vue JS - Front End - Web API .Net core and good knowledge of handling web api .net core and store procedure this gonna be a long term project for a right and skilled dev we are looking, so no time wasters please bid only if you are skilled full because technical screening will be done before hiring over here. we have project just started and right candidate expection is to grasp and get going on it we are easy going company and only required a quality and on-time results that is it. we do throw bonuses ...

    €31 / hr (Avg Bid)
    €31 / hr Gns Bud
    60 bud

    Convert current .NET to .NET core then after 3-4 weeks testing the system we will convert MS SQL to PostgreSQL. During the testing period we will have ongoing work on our frontend () and also make improvements and fixes to the new .NET core API Key Responsibilities: Our project manager will coordinate the work which will all be delivered via GetLab. We have estimated the 1st conversion (.NET to .NET core) at one week for one developer working FULL time. Payment: 50% on delivery of the .NET core version. We will test for 10 days and release 2nd 50% if the system is stable. During these 10 days we have full time work for our frontend () and backend improvements and fixes. Candidates should analyze our .NET from gitlab to make bids.

    €6 / hr (Avg Bid)
    €6 / hr Gns Bud
    41 bud

    I need experienced Linux System Network Engineer to configure the networking features of my Almalinux server. The work primarily involves: - NIC Configuration: The server uses an Ethernet Network Interface Card (NIC). I require assistance to properly configure this Ethernet NIC. - Ethernet Configurations: The foremost Ethernet setting I want to implement is the static IP setup. Therefore, a profound understanding of IP addressing and subnetting is essential. In addition to Linux system administration, your skills and experience should ideally include Almalinux, NIC settings configuration and IP addressing. This should be a straightforward assignment for those familiar with networking on Linux servers. Please only bid if you have prior experience in the above-ment...

    €67 (Avg Bid)
    €67 Gns Bud
    14 bud

    I am seeking an experienced database developer who can convert my Oracle PL/SQL scripts into Postgres SQL. This will involve interpreting and translating specific Oracle functions and procedures that I require in Postgres SQL. Key Points: - The Oracle PL/SQL script to be converted involves intermediate complexity functions and procedures. - It is possible that there are dependencies within the original Oracle PL/SQL scripts. Ensuring these dependencies are adequately handled in the Postgres SQL version will be part of this project. Skills and Experience: - Strong comprehension of both Oracle PL/SQL and Postgres SQL - Detailed knowledge of relational databases and SQL scripting - Ability to tackle unforeseen script dependen...

    €166 (Avg Bid)
    €166 Gns Bud
    32 bud

    I'm seeking an expert developer to create a decryption application compatible with Linux, specialized in handling Ioncube-encrypted files. The ideal candidate will leverage their robust coding skills and experience to develop a system capable of decrypting multiple files simultaneously. Key functionalities should include: - Compatibility with Linux OS - A user-friendly interface that supports drag-and-drop functionality - Incorporating a progress bar to track the decryption process Proficient experience with Linux platform, a strong understanding of Ioncube encryption, and the ability to create interactive user experiences are required for this project. Your proficient command in innovative coding methods and problem-solving skills should be geared towards achi...

    €100 (Avg Bid)
    €100 Gns Bud
    23 bud

    I'm in need of a well-structured, effective Python script that runs on Linux, made primarily for personal use. The script should perform consistent checks on RPC nodes in the Solana blockchain to ensure they are functioning correctly. Key Performance Checklist: - Frequent and accurate uptime health reports of Solana RPC nodes. - Lightweight structure to minimize hardware and bandwidth usage. - Error and anomaly detection. Required Skills and Experience: - Solid command of Python programming language. - Knowledge of RPC nodes operation in the Solana ecosystem. - Robust understanding of Linux OS parameters and scripting functions. - Proven track record of creating efficient and resource-friendly scripts. The ideal freelancer should have a resonance understanding of S...

    €549 (Avg Bid)
    Haster
    €549 Gns Bud
    16 bud

    Halo freelancer saya butuh Jasa Migrasi Wordpress dari Linode ke Rumahweb (Cleaning Database karena ada Sql Injection) karena sebelumnya website ada sql injection sehingga perlu dibersihkan databasenya sebelum dipindah ke wordpress baru di hosting baru. Website Terima Kasih

    €111 (Avg Bid)
    €111 Gns Bud
    19 bud

    I'm looking for a data analyst who will take the text data in my CSV file and streamline it for import into a database. My project will involve the following tasks: - Consolidating vast amounts of text data, approximately 23,000 rows, 140 columns (CSV). - Cleaning up any discrepancies, repetitions, and inaccuracies, - Organizing the cleaned data into fields provided by me. - Deduplicate data. - Simplify some data to reduce the total number of permutations. e.g. "Dark earth green" and "Pine forest green" would become "Green". This data is from the scraping of an ecommerce store with physical products. The ideal candidate for this project will have strong experience with text data management and data cleaning in spreadsheets. Being detail-o...

    €17 / hr (Avg Bid)
    €17 / hr Gns Bud
    88 bud

    ...sector pertenecen. Posteriormente, mantenemos un control riguroso de las horas de riego, que incluye todos los datos relevantes del usuario: red, fuente, periodo, temporada, horas asignadas y solicitadas, horas restantes (resultado de la diferencia entre horas asignadas y solicitadas) y el estado. El estado indica si las horas restantes son cero, lo que significa que se ha agotado el riego, o si al pasar al siguiente periodo se considera vencido, ya que no se podrá hacer uso de este. Proceso de Registro de Servicio: Se selecciona al usuario y el sistema devuelve los datos de control de horas de riego. Solo se pueden seleccionar aquellos registros que estén vigentes. Una vez seleccionado, se procede a la inserción de datos en la base de datos y se genera un...

    €142 (Avg Bid)
    €142 Gns Bud
    5 bud

    ...and experienced freelancer to install Virtualizor KVM on my dedicated Almalinux server. Here are the specifics: - I have root access to the server, making it convenient for the configuration and installation process. - The server is currently running on Almalinux, requiring someone with strong knowledge of this Linux distribution. - The project calls for immediate attention and should be completed as soon as possible. Ideal skills and experience required: - Proficiency in Linux and specifically Almalinux distribution - Previous experience installing and configuring Virtualizor KVM on dedicated servers - Ability to work fast and effectively Your role will be to swiftly and correctly install Virtualizor KVM on the Almalinux dedicated server. Clear communication and tim...

    €32 (Avg Bid)
    €32 Gns Bud
    4 bud

    I'm in need of an experienced data specialist who can perform the task of rigorously cleaning a small dataset with less than 10,000 rows. The few but intricate specifics ...than 10,000 rows. The few but intricate specifics of the task include: - Removing any and all duplicates present in the data - Standardizing data formats across the dataset to promote consistency - Identifying and correcting any errors found within the clusters of information The data is in an Excel/CSV format and I expect the specialist to be highly proficient in managing and manipulating data files of this sort. Experience in data cleaning, data analysis, and ability to work with Excel/CSV files is paramount. Accuracy, attention to detail, and maintaining the integrity of the data are key requirem...

    €3 / hr (Avg Bid)
    €3 / hr Gns Bud
    27 bud

    I am in need of developing an extensive, up-to-date database of marketing and ownership email or phone contacts from 200+ bars and venues located in Boston and Cambridge. Skills required for this project include: - Database creation and management - ...information is correctly gathered as intended. Specifically, I'll require: - Contact Name - Venue Name - Direct Phone number/Email address - Website URL (where applicable) - Social media handle(s) (where applicable) Your task is to gather this information as accurately as possible and present it in a neat, organized fashion. The final output should be provided in common formats such as Excel, CSV, or Google Sheets. Potential candidates should be prepared to submit a small sample (3 locations) of their work to demonstrate t...

    €119 (Avg Bid)
    €119 Gns Bud
    68 bud

    I need a skilled developer to create a sleek application compatible with Windows and Linux platforms. The core feature required is User Authentication, strictly adhering to standard protocol, i.e., email and password log in option. Successful candidate should have: - Advanced knowledge in cross-platform application development - Proven experience in implementing user authentication features - Proficiency in C, C++, or Python programming languages - Understanding of Windows and Linux OS environments - Detail-oriented with focus on security and user privacy. A plus if you have experience in UI/UX design. Target completion of the project is within 4-6 weeks from the start date. Please provide examples of your previous work when bidding.

    €7 / hr (Avg Bid)
    €7 / hr Gns Bud
    16 bud

    I'm in need of a masterful web developer for a quick turnaround project. The task primarily involves integrating a MySQL database w...developer for a quick turnaround project. The task primarily involves integrating a MySQL database with a pre-existing project. The database will hold project management data. Key Responsibilities: - Implement MySQL database into a current project - Ensure seamless link between database and the existing system Ideal Candidate: - Fluent in HTML, CSS, JS, AngularJS, and Node.js - Experienced in SQL, specifically with MySQL - Able to quickly grasp the structure of an existing system and adapt it to include a database - Can complete work within a 24 hour timeframe Please be aware, this project is a part of an educational assignment. Looking forwar...

    €18 (Avg Bid)
    €18 Gns Bud
    9 bud

    ...information-based website for my project. The site will interface with an MS SQL Server database hosted on Azure providing the following features: - User Registration and Login: People should be able to set up personal accounts on the site. - Database Interrogation: The site should read and write efficiently to the MS SQL Server database. - Content Hosting: The website will primarily feature survey tools as well as support guidance for users. Skills in creating intuitive, user-friendly surveys are crucial for this project. Specific requirements for this project are outlined in the attached document. Essential skills for this project include web development, experience with Azure, and proficiency in working with MS SQL Server databases. Experience in creating sur...

    €486 (Avg Bid)
    €486 Gns Bud
    34 bud

    In this project, you will be required to convert a piece of SQL code currently written in Java into C#. The code performs various database management functions. The goal is to accurately replicate the present functions and capabilities. High proficiency in both Java and C#, as well as a robust understanding of SQL and database management, are essential for this task. Experience in code conversion will be highly regarded. Key Requirements: - Convert Java SQL code into C# - Maintain all current database management capabilities - Thorough testing to ensure full functionality This job requires someone with a sharp eye for detail and commitment to quality, as the complexity of SQL database management in Java needs to be perfectly translated into C#. Please onl...

    €29 / hr (Avg Bid)
    €29 / hr Gns Bud
    89 bud

    ...groups for scaling. Cloud Storage: Use for Magento media files storage. Cloud Storage Cloud SQL (Managed MySQL): For database management; or install MySQL on a VM. Cloud SQL Additional GCP Services (Optional): Cloud Load Balancing: For traffic distribution across VMs. Cloud Load Balancing Cloud CDN: For global content delivery optimization. Cloud CDN Cloud DNS: To manage domain name records. Cloud DNS Magento Installation Download and Setup: Latest Magento Open Source code. Magento Download Web Server Configuration: Apache virtual host settings for your domain and Magento document root. Database Setup: Create and configure your database in Cloud SQL or on a VM. Magento Installer: Utilize either web-based installe...

    €204 (Avg Bid)
    €204 Gns Bud
    62 bud

    ...sucesivamente. El sistema debe de manejar todo relacionado a una suite ERP, Contabilidad, Inventarios, Kardex, Reportes, Manejo de numeros de Serie, Lotes, Facturacion Electronica con manejo de certificado digital, etc. Se brindara acceso al sistema actual para que puedan guiarse en el desarrollo. Si gustan antes de proponer su precio pueden hacerle una evaluacion. El Unico requisito es base de datos SQL SERVER y que sea desarrollado bajo C#....

    €2139 (Avg Bid)
    €2139 Gns Bud
    38 bud

    ... Registro de Coordenadas Geográficas: Documentar las coordenadas exactas de cada estación. Clasificación por Autopista: Crear una lista clasificada por autopista con la información recopilada. Entregables: Una lista completa de estaciones de peaje con el nombre de la autopista y coordenadas geográficas. Documentación sobre el método de recopilación y verificación de datos. Archivos en formatos CSV o Excel con la información recopilada. Información Adicional: Incluimos un archivo de muestra para guiar el registro de datos requerido. Este debe seguir el formato proporcionado. Cronograma y Presupuesto: Solicitamos una propuesta que incluya cronograma y presupuesto. Buscamos una relación ópt...

    €125 (Avg Bid)
    €125 Gns Bud
    8 bud

    For this urgent project, I need a freelancer who is highly skilled data analyst or data scientist who can process and structure CSV data files. My requirements are: - I have a CSV file containing product data. - I have another CSV file that contains only SKUs. - The SKUs in the second file are the only ones I need to remain in the product data file. - I need the product data file filtered to only include entries of SKUs that exist in the second file and retuned to me asap. k. Please be aware that this project needs to be completed as soon as possible (TODAY), so only bid if you're able to start work immediately and conclude it within a short time frame. I appreciate timely and accurate work.

    €23 (Avg Bid)
    €23 Gns Bud
    31 bud

    Looking to have created to small apps in visual studio to access and write to SQL Server database. Please see the full description in the PDFs I have uploaded.

    €460 (Avg Bid)
    €460 Gns Bud
    114 bud

    For my ongoing horse racing analysis, I need a freelancer with web scraping and data mining expertise. Key responsibilities will include: - Daily web scraping of The data should be region-specific. - Extracting and compiling horse names, bookmaker names, and the corresponding odds. - Creating a CSV file for each race with the extracted data. The ideal professional for this project should have: - Prior experience in web scraping tasks. - Familiarity with working on similar sports or betting projects. - Ability to deliver accurate data regularly and punctually. Your expertise can streamline my work and ensure that no important data is missed. This task can be a doorway for future similar collaborations.

    €42 (Avg Bid)
    €42 Gns Bud
    25 bud

    My project requires detailed scraping of the 'Last 21 Days' form from the Irish Racing website for all trainers. I'm interested in gathering specific information from each line item in the form. Not only should you efficien...21 Days' form from the Irish Racing website for all trainers. I'm interested in gathering specific information from each line item in the form. Not only should you efficiently loop through the website's entire trainer database, you'll also need to provide a neat and organized dataframe in a CSV file format. The Ideal candidate should: - Be proficient in Python for web scraping - Able to handle large amounts of data scraping and manipulation professionally - Show a strong understanding in parsing CSV files Knowing ...

    €37 (Avg Bid)
    €37 Gns Bud
    16 bud

    I'm seeking a proficient Visual C# developer with expertise in SQL Server integration for a critical project. Your task will be to enhance my application by incorporating Intermediate level database operations, specifically working with Stored Procedures and Triggers. Key Skills: - Extensive experience in Visual C# development - Proven expertise in SQL Server integration - Proficiency in implementing Stored Procedures and Triggers. Your ability to work efficiently while maintaining quality will be of utmost importance to the successful completion of this project.

    €22 (Avg Bid)
    €22 Gns Bud
    10 bud

    I'm seeking an exper...freelancer to help deploy a completed React project on my Linux VPS that is running Plesk. Key Task Requirements: - Familiarity with React and deployment techniques - A background in Linux server management, specifically with Plesk - Experience with backend technologies, notably Node.js Your task will be to ensure seamless deployment and integration of the fully developed React project onto the server. You should be readily available to troubleshoot any issues that may arise during the deployment. Skills & Experience: - Proficiency in React.js - In-depth understanding of Linux systems - Expertise in Node.js backend - Prior experience with Plesk Bids will be considered based on relevant experience and high level of expertise in Rea...

    €8 / hr (Avg Bid)
    €8 / hr Gns Bud
    42 bud

    We are looking for quality backlinks for hemp or cannabis industry Fill out my CSV file when placing bid. How soon do you need your project completed? ASAP

    €80 (Avg Bid)
    €80 Gns Bud
    62 bud

    The project is a fixed $45 considering you are an expert and develop results in less than 2 hours. I'm seeking the expertise of an AI specialist specifically skilled in Topic Modeling and Machine Learning. I have a database of 7500 questions stored in an Excel/CSV format. The primary aim of this project is to analyze these queries for specific trends and patterns. Your mission will be to identify the most popular topics being asked about. Each question is labeled to a category/theme/topic. Ideal method is Word-Text-Topic Extraction approach. A strong level of experience in interpreting complex data sets is expected for optimal identification of these key patterns. The perfect candidate will have a proven track record in similar AI analysis tasks and will be able to demonstra...

    €27 (Avg Bid)
    €27 Gns Bud
    24 bud

    1. Load the a whole list of patients from CSV file into the standing orders screen. It will search a SQL database to find the Internal ID 2. After we insert the orders, we then insert one record for each patient into the Appointment Book table for the Date of Procedures. Process identical to inserting into the currentrx - only one record so easier.

    €300 (Avg Bid)
    €300 Gns Bud
    1 bud

    I urgently require the development of a robust bulk email application for marketing purposes. The following details outline my specific needs: • Email ...choice of a specific email service provider, the designed app should offer the flexibility to integrate with multiple popular providers like Gmail, Outlook, and Mailchimp. • Email List Management: The application must have the ability to manage email lists by importing from CSV files. This feature is critical to store and easily access my marketing contacts. Ideal Skills and Experience: • Proven expertise in developing email marketing applications • Familiarity with various Email Service Providers • Strong experience in CSV file management within software development • Immediate availabilit...

    €574 (Avg Bid)
    €574 Gns Bud
    20 bud

    We are looking for C developers who have experience with Seccomp for a 1.5 hour interview where you will be asked to use Seccomp to sandbox a simple C program. This is a fixed-price project (200£). To be able to participate in this study, you have to: * Have C programming experience. * Have experience with Seccomp. You will be given SSH access to a Linux virtual machine where you will be solving the task. The session is only 1.5 hours and the job will be completed once the session is over. We will ask you to share the screen while solving the task. The audio of the session will be recorded and recordings will be destroyed after transcribed. The transcriptions will be anonymised by removing individual names, and identifying information. To apply for this study, please answ...

    €161 (Avg Bid)
    €161 Gns Bud
    8 bud

    I am seeking a proficient data analyst to conduct a thorough descriptive analysis on mixed data (numbers and text). Your role will be to: - Analyze the mixed data using Microsoft Excel - Efficiently interpret the data, understanding patterns and trends - Produce comprehensive reports detailing your findings Ideal candidates will have: - Needs to have experience in SQL, PowerBI, DAX (must)and Python (optional) - Demonstrable experience in data analysis, particularly descriptive analysis - Adept at working with mixed data of both numerical and textual nature - Proficiency in Microsoft Excel, including advanced functions Your ability to interpret and translate data into understandable, actionable insights will be crucial for this project. Experience in making intuitive and insightfu...

    €6 / hr (Avg Bid)
    €6 / hr Gns Bud
    37 bud