Scientific linux shell script jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 scientific linux shell script jobs found, pricing in USD

    ...experienced developer to build a Pine Script Editor. My specific requirements for this tool are currently flexible but I am prioritizing professionals who hold significant experience with Pine Script. In terms of functionality provided by the script editor, I'm looking for a function that would take output from a filter using TradingView Stock Screener and apply a set of rules utilizing several SMA and key indicators to narrow my list of stock down. For freelancers interested in this task, including examples of past work - especially those relevant to pine script creation for TradinView based on moving averages - in their applications would be extremely beneficial. Required Skills and Experience: - Demonstrable experience with Pine Script - E...

    $222 (Avg Bid)
    Featured
    $222 Avg Bid
    4 bids

    I'm looking for a proficient developer to create a JavaScript script that focuses primarily on data processing. The data in question is text-based. The ideal candidate for this project should have: - Advanced skills and familiarity with JavaScript - Considerable experience in working with text data - Knowledge on various data processing methods and techniques Your main task will be to develop a script which can efficiently process different sets of text data. Further details about the project will be shared with selected candidates. Please include examples of similar projects you've done in your proposal. I need a script to organize/collect, in a CSV file, the transactions of an Injective Blockchain wallet, including date, hash, address of wallet sender ...

    $110 (Avg Bid)
    $110 Avg Bid
    78 bids

    ...support project, revolving around voice recording of promotional scripts. Here's what I'm looking for: Skills and Experience: - Strong command of the English language with a native accent. - Proficiency in voice recording and knowledge about proper voiceover techniques are a bonus, but not mandatory. - Willingness to learn and understand my product in order to create a compelling promotional script. Project Details: - The main task involves recording promotional scripts for customer support. This would be a wonderful opportunity for those with a flair for marketing and communication. - You will not have to write the scripts. They will be provided for you, all you need to bring is your voice and a keen sense of interpretation. - The project does not involve phone, l...

    $10 / hr (Avg Bid)
    $10 / hr Avg Bid
    15 bids

    I have a VPS with Contabo. We tried to upgrade MySQL 5.7 and it crashed. The VPS goes offline. We apply a rescue mode in Debian to access. I need someone who can fix it and finish the MySQL update. Write I know LINUX in your description. I need someone who can deliver FAST.

    $36 (Avg Bid)
    $36 Avg Bid
    22 bids

    I'm looking for a talented Node.js developer, particularly with experience using NodeBB. My project involves setting up a NodeBB forum on a Linux server and integrating it with my domain and MongoDB. Key features required include: - User profiles - Topic/thread moderation tools -Standard off the shelf configuration and firewall security I don't currently have a theme in mind, so I'm open to suggestions from someone more experienced with design. Ideal candidates will be: - Familiar with Linux - Experienced in NodeBB setup and customization - Capable in integrating MongoDB with NodeBB FE/BE schema. Im looking for a candidate who can do this in 1 to 2 hours as a quick gig.

    $29 (Avg Bid)
    $29 Avg Bid
    25 bids

    Hello, We require a 10 Seconds Sample video of the attached script. The successful candidate would be our choice for long term collaboration for many videos to come. We recommend doing 5 seconds from the intro, and another 5 seconds from the middle. Sub-titles required

    $22 (Avg Bid)
    Guaranteed
    $22
    1 entries

    For this role, I need a professional who specializes in adding email verification scripts to API for an existing PHP saas system. The email address validation is the primary requirement. Rather than direct server connection, we will send our script to be examined and require a step-by-step guide on every action necessary to be executed. Required Skills: - Experience with API integration - Proficiency with PHP, Laravel - Excellent written communication skills for document preparation

    $22 (Avg Bid)
    $22 Avg Bid
    58 bids

    ...algorithm for Kaspa: It should be resource-efficient and robust. - A user-friendly interface: This should enhance the user experience and allow for seamless interaction with the mining algorithm. - A secure data encryption system: Protect data integrity and confidentiality throughout the mining process. - Device: Your choice of ESP32-S3-WROOM-1/Raspberry Pi 4/5 / Raspberry Pi Pico - Operating System: Linux or Windows - Algorithm: Kheavyhash - Purpose: The device should be able to effectively mine Kaspa (KAS) once the code is running - While connecting to device through IP an OS/dashboard should appear where hashrate, pool, electricity consumption, temperature and any important information should be visible - The code should provide/recognize support for ASICs chips from Bitmain a...

    $423 (Avg Bid)
    $423 Avg Bid
    144 bids

    I'm seeking a Linux-Apache specialist who can expertly perform a one-time malware scanning on my server • Primarily, your task is to ensure that my informational website is free from any potential security threats. • Candidates with proven experience in server security, particularly in dealing with malware threats, will be in the front line for this project. • Expertise in Linux-Apache environment is essential. Your task will be to identify and alleviate any malware threats detected. • Mastery in related security practices such as firewall configuration and intrusion detection will be advantageous. Your in-depth understanding of diagnostic techniques will ensure the optimal security of my server and website. This is crucial for the success of th...

    $158 (Avg Bid)
    $158 Avg Bid
    7 bids

    ...by including only the valid transactions, following the specific requirements outlined below. Objective Your primary objective is to write a script that processes a series of transactions, validates them, and then mines them into a block. The output of your script should be a file named that follows a specific format. Requirements Input You are provided with a folder named mempool containing several JSON files. Each file represents a transaction that includes all necessary information for validation. Among these transactions, some are invalid. Your script should be able to discern valid transactions from invalid ones. Output Your script must generate an output file named with the following structure: First line: The block header. Second line: The seriali...

    $10 / hr (Avg Bid)
    $10 / hr Avg Bid
    2 bids

    ...long position, and accordingly, our SL will be above "open range high.". I would like to print out the maximum number of points until the "end time" is reached, or stop-loss. Also despite which trade is frst I want to allow for next trade to be taken as soon as exceeds the "open range". The purpose is to measure the maximum move for each trade, if one was taken "in points." I would like the script to return all the data to an Excel file. Here are my requirements: Date: 01/01/2000 "SPY" "open range" "stop loss" "target" Variables that I want to be able to customize - symbol compatible with API - time frame (1min, 10min, 1h, etc.) - time range (for example, 08:00:00–10:00:00)...

    $158 (Avg Bid)
    $158 Avg Bid
    93 bids

    I need the following code to run in Quasar 2.6.0 / Vue 3.0 async fetchAbstracts() { try { const url = 'https://eutils.ncbi.nlm.nih....isArray(abstractText)) { ((text, index) => { (`Abstract Section ${index + 1}: ${text}`); }); } else { (`Abstract: ${abstractText}`); } }); }); } catch (error) { ('Error fetching or parsing the XML:', error); } } I have import axios from "axios"; import xml2js from "xml2js"; In my script file but when I get to const parser = new ({ explicitArray: false, ignoreAttrs: true }); It throws an error of: Error fetching or parsing the XML: TypeError: is not a function I just need working code

    $18 (Avg Bid)
    $18 Avg Bid
    20 bids

    I am looking for someone experienced in scientific writing and research to generate an in-depth research regarding the most suitable biomaterials and solvents to fabricate scaffolds for the reproductive system. Title of project: Suitable biomaterials and solvents to fabricate scaffolds for reproductive system 10,000 word project 1. Abstract 2. Introduction -Background and significance of scaffolds in tissue engineering -Overview of biomaterials and their importance in scaffold fabrication -Statement of the problem and research objectives 3. Biomaterials Selection - Criteria for biomaterial selection (biocompatibility, mechanical properties, degradation rate, etc.) -Types of biomaterials used in scaffold fabrication (synthetic polymers, natural polymers, ceramics, composites...

    $111 (Avg Bid)
    $111 Avg Bid
    26 bids

    i need someone who is good at writing mathematical scripts this job i need to develop a script to count distinct numbers in the outputted arrays we can specify conditions like min or max etc example -------------- suppose i want to count all distinct numbers in the following sets of numbers i will set a the MIN as 1 and MAX as 100 (but i can change this using boxes to enter min and max) to generate the sets or arrays the program asks us for a starting number, increment and max number note: max number is NOT mandatory when i am counting the distinct numbers i can either 1. count all the distinct numbers between a MIN and a MAX that i specify or if i dont specify then we count between the starting number and the max number. we can declare more than one set and in this case it will ...

    $15 (Avg Bid)
    $15 Avg Bid
    54 bids
    Trophy icon Script Installation 2 days left

    Fertig Script installieren. Installation

    $40 (Avg Bid)
    Guaranteed
    $40
    7 entries

    I'm seeking a professional video editor for my YouTube videos, which are long-duration. Your responsibilities will include: - Advanced video editing, cutting and trimming my rough footage according to the indications and script I provide - Occasionally incorporating text animations into the videos - Delivering the final edited video in MP4 format Key qualifications: - Must be fluent in Spanish as the scripts and video content are in Spanish - Familiarity with editing for YouTube is a plus - Ability to interpret scripts and edit accordingly I'm looking for someone who is interested in an ongoing work relationship, outside of this platform for better collaboration. If this sounds like the opportunity for you, submit your bid. I look forward to potentially working with yo...

    $29 (Avg Bid)
    $29 Avg Bid
    32 bids

    ...details can be negociated. Responsibilities Fix language/definitions bug, Create a function to handle exceptions of children staying visible, Show the bonus collections in the first popup window, Add the possibility to modify size and side of the lateral windows, Create an URL-based system that opens the atlas on a particular structure from a link, Adapt the app for Mac and Linux, Set up a functional and reactive webviewer on a website, Create a database for the definitions and explain how to edit them, Explain how to update the .fbx in unity, re-export the app and update it on the website, Work with cross-functionally to provide a smooth user experience of the libre 3D atlas of anatomy. The license is CC-BY-SA; the authorship will in...

    $446 (Avg Bid)
    $446 Avg Bid
    90 bids

    ...clients via FTP. However we want to utilise Google Drive to share these links. However, we do not want customers to be able to share these links with others and we want to be able to revoke access if required. So we are looking for a system that will sit between the Google Drive Links and the Customer links We will utilise multiple Google Drive accounts I currently have this content on multiple linux servers, we wuld like to upload the content directly from the servers to Google Drive, instead of me havkng to upload them from my local. If you have any questions please reach out so that I can explain further. When contacting please make sure that you showcase that you fully understand the project requirements, any previous development similar to this would help secure you th...

    $36 / hr (Avg Bid)
    $36 / hr Avg Bid
    106 bids

    ...application that will interact with the blockchain. Therefor we need all the nesesary APIs. We will do the integration of the App and the Blockchain. I need to know if you can do the following: General: - Create a custom blockchain prefered with Tendermint Core - Create 2 Smart Contracts - can be built in solidity or similar. - APIs like flask or better so the integration is possible even with a Linux frontend -For a higher acceptance it would be good if the created coins are connected to a established network like cosmos, EVM or similar so the created coins will be accepted by exchanges easily. -Prefered freelancers will be chosen if they have connections to exchanges. -Have a look at the attached image Blockchain Overview -Everything should be testable even without our App -...

    $1781 (Avg Bid)
    $1781 Avg Bid
    51 bids

    I have a script with 2 function (see top picture), i need to replace with the 2 function on the bottom picture and have it install on my server It's a github script

    $110 (Avg Bid)
    $110 Avg Bid
    87 bids

    ...requirement. To achieve this, I am looking for someone with: - Expertise in C programming. - Understanding of boolean algebra is preferred although not essential as the algorithm is explained in the attached document and in a video which I have linked to below. The application should be interactive and run from the command-line. Source code is preferred so I can compile for both Windows and Linux using gcc (mingw). The algorithm is iterated consensus (see attached example, and also this on youtube : ). Essentially the process is to systematically compare each string (product term) in a list of such strings and generate new strings using the consensus theorem from boolean algebra. New strings are added to the list and old strings are removed

    $233 (Avg Bid)
    $233 Avg Bid
    3 bids
    Trophy icon Device illustration 2 days left

    Hello, I would need a very good-quality illustration of a scientific device. White and light gray colors. Light 3D effets. This illustration will go to a brochure that will promote this device. The device should be represented in front view. I would need the SVG file as final. Please refer to the attached device picture and let me know if you need any other information.

    $48 (Avg Bid)
    Guaranteed
    $48
    24 entries

    ...some Code Canyon scripts. I did not specify which scripts for this project, giving you the flexibility to apply based on your wide-ranging experience in PHP script modification. Main Task: • Modify various Code Canyon PHP scripts as per requirement. The ideal freelancer for this job should have: Relevant Experience: • A strong track record of modifying PHP Scripts, preferably but not limited to, CodeCanyon scripts. Your application will stand out if you share specific examples of your previous work in this area. • Experience in a related industry would be a bonus. In your application kindly focus on your: • Experience with PHP and script modification. This project could lead to multiple further enhancements and modifications with the right person ...

    $20 / hr (Avg Bid)
    $20 / hr Avg Bid
    125 bids

    I'm in need of a seasoned professional versed in Structural Revit Drafting. The project will involve a medium complexity level, focused on residential buildings and small commercial structures. Your task will require: - Interpreting and drafting detailed sketches provided by me. - Preserving architectural s...Preserving architectural sensitivity while drafting. - Prior experience with similar medium scale projects. You should ideally have a strong portfolio showcasing your expertise in Revit Drafting, specifically related to residential and small commercial buildings. Precision and a keen eye for detail are paramount in this project. Delivering drafts that adhere to specified instructions is crucial. Shell details, main and secondary elements need to be accurately represented...

    $111 (Avg Bid)
    $111 Avg Bid
    27 bids

    As an individual in need of a sophisticated log management system, I require a small software system capable of running smoothly on Linux. This self-installing system should be adept in reading logs sourced heterogeneously from SQL Server databases and file systems. Post reading, the software should be equipped to accurately transfer these logs either to an FTP folder or a predetermined online database. Ideal Suitabilities: - Significant experience in Linux-based software development - Proficient in managing SQL Server-based logs - Strong understanding of file system log management - Experience with FTP file transfer protocols - Familiarity with online database systems Given the complex demands of this project, bidders will require a deft understanding of several different ...

    $536 (Avg Bid)
    $536 Avg Bid
    54 bids

    ...Regenerating Exact same graphs shown in PDF using same dataset * Step 2: Apply other various ML + DL algorithms for future prediction and Obtain better results in term of accuracy, precision, F1-score, RMSE, ME, MAE, RMSE, MAPE etc then already applied models * Step 3: Documentation of the work, along with a discussion to validate the model's usage ,compare with step 1 results and justify it as a Scientific research. Ideal Skills & Experience: * Proficient in Python programming language * Prior experience in Machine Learning and Deep Learning algorithms * Anyone with Past Experience as a research assistant will be highly appreciated Please only apply if you hold proficiency in Python programming ,Have past experience in research related tasks and have intermediate ...

    $155 (Avg Bid)
    $155 Avg Bid
    26 bids

    Hi, I would like to create a script that: -uses the Soslcan API -identifies new SOL tokens -creates buy orders based on certain criteria (fdv, volume etc) and sends to wallet please tell me in general how you would go about this so i know you are suitable for the task? As the client for this project, I'm seeking a proficient coder, experienced with Python and Java, to create a system that integrates with Solscan API to provide real-time updates. The runtime for this operation is vital, with a strict two-week deadline in place. Key Requirements: - Proficiency in Python or Java programming - Prior experience with API integration, notably Solscan - Ability to deliver the project in two weeks The selected freelancer will demonstrate a solid understanding of creating real-ti...

    $23 / hr (Avg Bid)
    $23 / hr Avg Bid
    110 bids

    I need an experienced Pine script coder for developing my EMA (Exponential Moving Average) strategy on TradingView. The key task is to incorporate - Implementing and coding the EMA strategy I've detailed. - Ensuring the script can backtest trading data effectively. - Coding the script to generate trade signals. Furthermore, I want this script to automatically initiate and execute trades Synchronized with my broker account. This calls for a high-level experience in TradingView API and order management system. Additionally, this project requires backtesting the strategy on a mixed dataset of both specific historical and most recent market data for determining the effectiveness of the automated trading strategy. Proven expertise in backtesting trading strat...

    $98 (Avg Bid)
    $98 Avg Bid
    12 bids

    I need a skilled developer to generate a custom Python script aimed at Yolo v8 image segmentation. I have a pretrained model and I converted it into ONNX format. Now I have to get and draw inference of it on original image. I can't use ONNX runtime or Ultralystic. Only OpenCV-Python and Numpy are available. Ideal Experience: - Familiarity with Yolo v8. - Experience in image segmentation. - Mastery in Python scripts. This is not a project, only providing python sample script, if you have one, you can earn money in a min.

    $10 (Avg Bid)
    $10 Avg Bid
    12 bids

    Project Overview: We've already implemented a functional cookie consent banner with a script that manages cookie setting (setCookie, readCookie), consent selection (setCookieConsent), and banner behavior (checkbox initialization etc.). We need your expertise to integrate Google Tag Manager (GTM) with this existing script. We need conditional firing of a Google Analytics 4 (GA4) tag based on user consent selections (e.g., "Statistical" consent). I want these consent states to be managed correctly: ad_storage analytics_storage ad_user_data ad_personalization _personalization_storage functionality_storage security_storage and make settings adjusted for google v2 compilance. In your bid please write in short, what is new in Google v2 management. Bid only if yo...

    $20 (Avg Bid)
    $20 Avg Bid
    27 bids

    I'm looking for a motivated and meticulous professional who can successfully convert 5-6 pages of an old paperwork, handwritten in English, into typed text. Key Requirements: - You should have excellent English proficiency to understand and interpret the handwriting, which is difficult to read in some places. - Proven experience in transcription tasks is greatly valued. - You should have strong attention to detail and the ability to accurately transcribe verbatim. In your proposal, please share a brief summary of your experience, along with any similar transcription projects you've completed.

    $33 (Avg Bid)
    $33 Avg Bid
    7 bids

    ...portfolio boasting over 35 SaaS applications, I’m in search of a robust SaaS affiliate management script to streamline my affiliate program operations. My goal is to create a centralized platform where I can showcase all my applications and invite affiliates to join and promote my offerings effortlessly. Ideally, I’m looking for a script on codecanyon or any other similar marketplace that requires minimal customization, allowing me to quickly integrate it into my existing infrastructure. It should offer comprehensive features for both vendors and affiliates, ensuring seamless collaboration and effective promotion of my SaaS products. If you have any recommendations or suggestions for a suitable script available on CodeCanyon, I would greatly apprec...

    $147 (Avg Bid)
    $147 Avg Bid
    19 bids

    I am in need of a proficient developer who can build a REST API for a Python script to facilitate integration with another internal application, primarily written in PHP. Key requirements include: 1. API Development Expertise - You should have strong working knowledge of Python and PHP and substantial experience in REST API development. 2. Integration Knowledge - A clear understanding of how internal system integration works. 3. Problem-solving Abilities - The capacity to troubleshoot, spot issues, and provide quick, effective solutions should any problems around integration arise. This role is suited to anyone who thrives in challenges and is excited to make existing systems more efficient via integration. If you're the kind of developer that loves a good puzzle, I'd ...

    $32 (Avg Bid)
    $32 Avg Bid
    11 bids

    I'm seeking an experienced developer with solid knowledge in OpenSceneGraph 3.6, particularly someone who can swiftly diagnose and fix a bug causing screen flicker when updating camera position. The application in question involves 3D graphics rendering on a Linux system, and the issue can be found at Skills and Experience: - Strong familiarity with OpenSceneGraph (particularly version 3.6) - Proficiency with Linux systems - Expertise in 3D graphics rendering - Proven troubleshooting and debugging skills Your task will be to review the details provided, replicate the issue independently, diagnose the root cause, and then implement a reliable solution. Any changes made should preserve the overall performance and functionality

    $12 (Avg Bid)
    $12 Avg Bid
    4 bids

    Hello, I need custom linux hosting management panel. Features: Admin Interface Home Create Account Manage Accounts Server Information Server Status Restart Service Restart Server MySQL Running Queries Web Server Manager Client Interface: Home Email Accounts Email Autoresponders Backups Cron Jobs DNS Editor Email Forwarders WordPress Manager New FTP Account Mail Route MySQL Databases PHP Manager SpamAssassin SSL Certificates Subdomains

    $471 (Avg Bid)
    $471 Avg Bid
    145 bids

    Hello, I Search CPA network script a PHP for example (site is not reachable down operator) new or used Please offer everything pay immediately

    $447 (Avg Bid)
    $447 Avg Bid
    57 bids

    ...'Performing Streamed Install' stage. However, it works well with: - other very similar Android 14 ROMs for the same phone incl. the slightly older crDroid 10.0 version - LineageOS 21 which crDroid is based upon - my Samsung A8 phone I'm seeking a freelancer with a good grasp on: - the Android system - adb commands and functionality - Proficiency in troubleshooting with either macOS or Windows (Linux not tested) Further requirement to be met on your side is a Android phone with unlocked bootloader onto which you can install the latest crDroid 10.2+ - compatibility see , or an unofficial 10.2+ build, to see if you can reproduce this issue. The task here is to identify the anomaly and fix the issue so even the latest crDroid custom ROM for my Nokia 6.1 can again

    $87 (Avg Bid)
    $87 Avg Bid
    21 bids

    I'm currently dealing with data loss on my dedicated server running on a Linux operating system. Here's what I need: - An expert in server disaster recovery, to help retrieve crucial data that has been lost. - Strong background in Linux-based servers - Skilled at data recovery and system restoration My dedicated server is down. It seems that i have lost all my data. However, as a last chance, I am looking for a server expert, who can recover my website. I have a full cpanel backup from October 2023. My last backup was from October 2023. I do not want to use this backup because, if i do, I'll lose all my data from November 2023 to March 2024. Obviously, I'll provide you with login details to recover the website. Thanks in advance for any contender.

    $140 (Avg Bid)
    $140 Avg Bid
    68 bids

    In this highly specialized project, I am looking for an expert in Snort Network Intrusion Detection Systems (NIDS). Required tasks involve analyzing pack files using this specific technology on a Linux operating system. The successful freelancer for this project would ideally have: - Profound knowledge and experience with Snort NIDS - Deep understanding of TCP and ICMP networking protocols - Prior experience working with Linux systems is a must - Skilled in analyzing network traffic The focus of this project will be predominately on TCP and ICMP networking protocols. The nature of the analysis (whether real-time or of captured traffic files) is yet to be determined and will be discussed once the project starts. In your proposal, please highlight your experience with Sn...

    $35 (Avg Bid)
    $35 Avg Bid
    7 bids

    I'm in need of a skilled professional with deep knowledge of the Squid cache and Linux to assist with a server setup. Core Needs: • Dockerfile • • I have Squid setup on Ubuntu 24.04 TLS option is not working I need help setting up This setup isn't working: https_port 3129 tls-cert=/etc/squid/ tls-key=/etc/squid/ generate-host-certificates=on dynamic_cert_mem_cache_size=4MB

    $150 (Avg Bid)
    $150 Avg Bid
    14 bids
    Suse Linux HPC Python Upgrade 5 days left
    VERIFIED

    I want the Python version on my Suse Linux HPC system updated. It's currently at Python 3.6, but I'm after to the very latest version available. For this task to be successfully accomplished, you need to: - Be proficient with Python and Suse Linux HPC. - Understand how system updates work. - Be able to work quickly and efficiently, as I'd like this done ASAP. - Will need to be upgraded manually because we can’t run update commands because the license to the system has expired. The prior knowledge of managing Python updates will be a big plus, so please indicate your experience in your bid. Thanks!

    $111 (Avg Bid)
    $111 Avg Bid
    81 bids

    ...persist data, it can be in a mySQL, and also send instructions to create the necessary database and tables. If it is to be simplified, we can leave this data persistence step for a second time and initially test without this. Send all installation instructions, installation of the web server, installation of necessary extensions, components in order to be able to upload a copy of the application to a Linux server. The system should also have a hamburger menu for the screens and have options to register cloud providers, accounts (account ID and name), register type of resources....

    $22 (Avg Bid)
    $22 Avg Bid
    26 bids

    Script Feature: - Login to a list of SSH servers by domain or IP (from text file) - Use a set of usernames + password (can be multiple passwords) to login to the servers. - Run Bash Script on the connected server (which comes from a txt file on the server running the script, not on the connected to server) - Timeout if SSH server did not answer. - Display results at the end of a run (show which servers the script did not run because of errors). Login simultaneously to all available ssh servers. Not server by server.

    $29 (Avg Bid)
    $29 Avg Bid
    19 bids

    I am looking for an experienced PR or marketing freelancer who can assist me in gaini...portals, magazines to get articles out Understanding of social sciences, with a preference for those familiar with emotional consumer behavior. - Strong PR and marketing skills, specifically in showcasing scientific research to both specialized and general audiences. - Ability to create compelling narratives around my research that will interest and draw in a diverse audience. - Contacts within both scientific communities and mainstream media, or proven strategies and skills in creating these connections. The end goal is to improve recognition of our research within the global scientific and general community. Any previous experience in a similar project or work in social scienc...

    $19 (Avg Bid)
    $19 Avg Bid
    13 bids

    File attached i need to add three-diver pattern to this code harmonic pine script ASAP type - 332211 Low price will award

    $120 (Avg Bid)
    $120 Avg Bid
    64 bids

    I am on the lookout for a talented freelancer with a deep understanding of Laravel and API integration, specifically with Betsapi. Key project requirements include: - Data synchronization between my Laravel betting script and Betsapi. - Implementing odds display from Betsapi onto my platform. - Enabling event creation features driven by Betsapi data. A standout candidate will streamline this process while preserving the full functionality and integrity of our betting script, and ensure automated live updates from Betsapi. Critical skills and experience: - Proficiency in Laravel - Broad knowledge in API integration - Familiarity with Betsapi or similar odds provider platforms If you have substantial experience integrating APIs into Laravel scripts, especially within be...

    $1155 (Avg Bid)
    $1155 Avg Bid
    138 bids

    I will make a script 'SuperTrend AI v2.1', as detailed in this document:

    $75 (Avg Bid)
    $75 Avg Bid
    1 bids

    i need someone who is good at writing mathematical scripts this job i need to develop a script to count distinct numbers in the outputted arrays we can specify conditions like min or max etc example -------------- suppose i want to count all distinct numbers in the following sets of numbers i will set a the MIN as 1 and MAX as 100 (but i can change this using boxes to enter min and max) to generate the sets or arrays the program asks us for a starting number, increment and max number note: max number is NOT mandatory when i am counting the distinct numbers i can either 1. count all the distinct numbers between a MIN and a MAX that i specify or if i dont specify then we count between the starting number and the max number. we can declare more than one set and in this case it will ...

    $29 (Avg Bid)
    $29 Avg Bid
    20 bids

    ...skilled professional to achieve my project goals. Seeking an experienced web and application developer with full Linux stack, Bash scripting and Rust language experience. The project front end is a small set of web pages accessed from the company website and uses Rust code that drives scripting to read and update kernel and user-space code on OpenWRT and standard routers. Coordinated APIs and system calls will also update AWS Kubernetes RDS databases that are currently part of a larger code set. The project is expected to require up to approximately three months full time with follow on work and potentially much larger projects downstream. Candidates must have proven Linux, Rust, Bash scripting, AWS and the full web development stack. Fluent English and a minimum o...

    $34 / hr (Avg Bid)
    $34 / hr Avg Bid
    53 bids