Hide shell script source code unix jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 hide shell script source code unix jobs found, pricing in SGD

    I want a strategy for tradingview that it opens the orders manually or crossing emas, we input a range for the stop loss and take profit using % or $ and when it reachs the SL it opens a new order using the same range and different direction, if it is long, turn in to a short but with the value increase by a pre set multiplier (one for the SL ad one for the TP) and also add a possibility to multiples TP We also need to pre set a limit of times that the reversion happens and also add a option tralling stop loss. Can you make it?

    $234 (Avg Bid)
    $234 Avg Bid
    15 bids

    I'm looking to buy a complete and *READY* code for a football management browser game (like Hattrick, Trophy Manager, etc.). Essential features include: - Registration - Team creation and player management - Tactics creation - Transfers - Game simulation - Leagues system. Preferred technologies are JavaScript and C#, but others are acceptable. I'm also open to offers for partially finished games.

    $1165 (Avg Bid)
    $1165 Avg Bid
    25 bids

    I'm in...proficient Python developer who can help compile a Python code, that I have acquired from GitHub, into an executable format for Windows. As the client, I expect: - Understanding the existing Python code and its dependencies - Transforming the Python code into a Windows executable file Successful freelancers should provide a detailed project proposal illustrating how they plan to compile the code to exe on a Windows operating system. Though no specific Python libraries or frameworks were mentioned, a background in Python coding and debugging is paramount. The ideal freelancer should have a deep understanding of Python code, dependencies, and experience dealing with code from GitHub. Experience in generating Windows executable files...

    $30 (Avg Bid)
    $30 Avg Bid
    18 bids

    I am seeking a proficient Pine Script specialist with a proven track record in creating high-accuracy indicators for TradingView. The goal is to produce an indicator that can deliver buy and sell signals with exceptional precision, particularly when applied to short timeframes ranging from 1 to 5 minutes. Key Requirements: - Development of a Pine Script Indicator: The main task is to design an indicator that generates both buy and sell signals. The accuracy of these signals is crucial, and they should be specifically tailored for the 1-5 mins timeframe. - Incorporation of Multiple Trading Indicators: While I do not have a specific strategy in mind, the ideal candidate should be well-versed in using a variety of indicators to create a robust and reliable tool. - Commitment to...

    $205 (Avg Bid)
    $205 Avg Bid
    5 bids

    ...need of a skilled Delphi developer, well-versed with Delphi 5, to work on an existing software project. The goal is to both fix bugs and enhance the software with new features, ultimately improving its performance. Key Responsibilities: - Identify and address issues causing certain features not to work - Implement necessary bug fixes - Integrate new features in a seamless manner - Optimize the code for improved performance familiar with firebird database and report builder. Ideal skills and Experience: - Strong background in Delphi development, specifically with Delphi 5 - Proven track record of fixing bugs and enhancing existing software - Understanding of software optimization techniques - Ability to work effectively both independently and as part of a team - Strong probl...

    $9 / hr (Avg Bid)
    $9 / hr Avg Bid
    11 bids

    I'm looking for a professional who can convert my Amibroker AFL script into a TradingView Pine Script. The converted script should be able to generate buy/sell signals and provide backtesting capability. The ideal candidate should have experience in: - Amibroker AFL and TradingView Pine Script languages - Developing buy/sell signals - Implementing backtesting functionality Moreover, my trading strategy is based on breakout patterns. The converted script should reflect this strategy and incorporate the following indicators: - Moving Averages - Relative Strength Index (RSI) - Supertrend I'm looking for a freelancer who can deliver a polished and fully functional script that mirrors the performance of the original AFL script in Tr...

    $155 (Avg Bid)
    $155 Avg Bid
    3 bids

    Looking for help in modifying an existing python script and related sql database table The current script - (1) scrapes company financial data from website and populates database (2) scrapes news related to keywords from google news (3)sentiment classification of news items (4)pushes data to sql database The company names and keywords are currently hardcoded in the script Requirement- (1) Company names/urls/keywords (will be provided) to be put in master table in the database (2) The script to loop through and scrape the relevant data and put in database

    $385 (Avg Bid)
    $385 Avg Bid
    26 bids

    i have script .js i want convert it to powershell .ps1

    $42 (Avg Bid)
    $42 Avg Bid
    34 bids

    I need a script for NinjaTrader 8 that automatically marks a "untested" 60-minute high/low with a labeled line. This line should disappear once the level is tested by price touching it. I will send a video to those interested to show what I am referring to. The script should: - Automatically mark a 60-minute high/low with a labeled line. -The 60 minute high/low will show on ANY timeframe chart. For example, if I'm looking at a 60 minute chart and 5 minute chart side by side, and both have the new indicator on them, the 60 minute lines should be the same on both charts. I will be adding this indicator to many charts and the timeframes will all be different, but they should all pull their lines from the untested 60 minute high/low. - Make the label &qu...

    $203 (Avg Bid)
    $203 Avg Bid
    19 bids

    I'm seeking an experienced developer to create a desktop face recognition script. The script should be designed for personal use and should function as follows: - Verify Identity Using Facial Features: I need the script to accurately identify the face through the camera and ensure that the right person is in front of it. This is a crucial functionality for the script. - Desktop Application: The face recognition script should be developed as a desktop application. It should be user-friendly and easily accessible on Windows. I'm looking for a freelancer who has experience in creating face recognition scripts. Proper understanding of machine learning, computer vision, and security protocols will be a plus. Your proposal should include previous p...

    $129 (Avg Bid)
    $129 Avg Bid
    9 bids

    I am currently working on a JavaFX project that is in need of...graphical charts and visualizations. However, the Graphical User Interface (GUI) needs enhancement to ensure a better user experience. • Finish the incomplete JavaFX code and make the project work properly. • Enhance the GUI – it should be pretty straightforward for someone with your skills. • Ensure that the GUI makes logical sense and applies well to the rest of the code. The ideal candidate for this project should be an experienced JavaFX coder comfortable with GUI enhancement implementations. Having excellent attention to detail and problem-solving skills will be a plus. so milestone3 is my last task and the zip file contains my code that need to be completed with the task i adde...

    $30 (Avg Bid)
    $30 Avg Bid
    7 bids

    Coding of trading view indicator to requirements provided for divergence of chart price and two separately provided overlaid lines.

    $81 (Avg Bid)
    $81 Avg Bid
    1 bids
    Java Code Fix Needed 6 days left
    VERIFIED

    ...setColor(Integer color) { = color; } and in parser class (INTENSITY, ((), 0)); The problem is sometimes the Api giving the color value as string not as interger but only on on checkbox config we add and this already defined in java if(checkVariant is true) then consider it string and parse it what i have to do to fix my code based on that condition so i can parse the string value this way: updateProperties("color", ((), )); how i can solve this issue so in case checkVariant is true then parse it as string otherwise leave it as it is now which integer. can i do that only on parser or i need to change the Pojo class as well (colorWsDTO) who can do it in

    $35 (Avg Bid)
    $35 Avg Bid
    25 bids

    I need an English scriptwriter to create a 10-15 minute play script. I am looking for a skilled and experienced scriptwriter who can create an engaging 10-15 minute English play script. The scriptwriter needs to have a good understanding of radio playwriting and be able to develop a compelling narrative that will keep listeners hooked. The play should be well-structured, entertaining, and suitable for a radio audience. Key requirements include: - Previous experience in scriptwriting for radio, theatre or similar platforms - Strong storytelling skills - Ability to write in English fluently I am looking forward to receiving creative and high-quality submissions from talented scriptwriters. Please include samples of your previous work in your bid.

    $93 (Avg Bid)
    $93 Avg Bid
    19 bids

    ...I'm looking to establish a new SMM panel, I need a skilled developer who can integrate key features into the script. Here's an overview of what the project entails: - **Core Features**: Implement a User Management System, API Integration and Payment Gateway Integration. Given the sensitivity of the data involved, it's crucial that these features are robust, secure and user-friendly. Build a cross-functional SMM panel that generates and sells traffic for all social media platforms. - **Security**: Incorporate Two-Factor Authentication and an IP Whitelisting system. Additionally, the script should have an extensive Activity Log Monitoring mechanism. - **Performance**: Develop a script that prioritizes speed and responsiveness. This includes a Fast Loa...

    $686 (Avg Bid)
    $686 Avg Bid
    97 bids
    Trophy icon Product Demo Video with Animation 2 days left

    ...interesting way. - Ideal animation style would be engaging, clear and professional - While I'm open to suggestions, I'm looking for an animation style that best serves to explain our new bonus scheme. - The video should be concise and to the point, and on brand - brand logo attached and brand colours are: SCIS Logo Green - #8dc044 SCIS Logo Grey - #818181 SCIS Accent Dark Blue - #00252a - The script is also attached - the voiceover needs to be a female, British based accent. Skills required: - Proficiency in creating effective product demo videos - Strong experience in animation with a preference for 2D or 3D styles - Good storytelling skills to make the video engaging and informative - Excellent voiceover abilities or connections to a professional voiceover artis...

    $135 (Avg Bid)
    $135
    2 entries

    I have made an extension which likes posts of fb one by one and after 5 seconds, page refreshes and then likes new post again one by one. The post which is already liked remains as it is. I am facing an issue that after 1 hour my I'd gets logged out. Mujhe bas yeh chaiye ki vo Waps se login ho jaye I can pay max : 600 rupees

    $16 (Avg Bid)
    $16 Avg Bid
    6 bids

    I'm looking for a skilled TouchDesigner and Python developer to create a script for automatically sending MOV videos as email attachments. Key Requirements: - Design and develop a Python script for TouchDesigner that can attach MOV videos to outgoing emails. - Ensure the script is robust, reliable and can handle various video sizes. - Email content doesn't need to be customized for each recipient, so a standard email template is sufficient. - Mail input from user side Your role will involve: - Understanding the project's requirements and the specific constraints of sending MOV videos via email. - Creating the necessary Python script within the TouchDesigner environment. - Testing and refining the script to ensure it performs reliably acro...

    $703 (Avg Bid)
    $703 Avg Bid
    39 bids

    I'm in search of a seasoned Pine script developer to design my custom strategy, which involves unique indicators. Here's what's needed: - Design and implementation of my custom strategy on Pine Script - Integration of specific custom indicators - Focus on clarity and user-friendliness Ideal Skills and Experience: The perfect candidate for this job will be proficient with Pine script, TradingView, and understand different types of trading indicators. Prior experience in developing custom scripts will be a significant plus. Application Requirements: I want to see your past work. Show me a project, situate it in context, and tell me about the challenges you faced. This project will require excellent communication, so use your application to demonstrate ...

    $154 (Avg Bid)
    $154 Avg Bid
    5 bids

    I am looking for a Python developer who can implement concepts from a research paper. - The dev...paper. - The developer must have solid experience in Python, ideally with an intermediate understanding of complex programming concepts. They should be comfortable with an intermediate level of complexity in translating research concepts into code. - Knowledge and experience with the PyTorch framework is a must. The freelancer will need to use it to implement the code from the research paper. This project will require a good understanding of data structures, algorithms, and object-oriented programming in Python. Experience with prior work involving code implementation from research papers would be advantageous. Please only bid if you meet these qualifications and c...

    $16 / hr (Avg Bid)
    $16 / hr Avg Bid
    21 bids

    ...API for such as : 1. Historical Data 2. Financial Scrapped Source 3. Financial Summary Scrapped Source 4. Interest rate 5. Some More Required Skill & Experience : 1. Php & SQL 2. Familiar with python installing & setting up environments 3. Experienced in Linux Debian & LNMP server by SSH 4. You need to know on how to run python scripts on debian by ssh, and setup cron task on debian, and debugging etc Personality's Criteria : 1. No toxic working environment 2. Agile, Responsive, and Fast Delivery 3. Collaborative as a team 4. Responsible, Credible, Reliable and Integrity person 5. No agency, only direct hiring ------ I'm looking for a skilled DevOps professional who can help in maintaining my server code. As the DevOps server code...

    $39 (Avg Bid)
    $39 Avg Bid
    14 bids

    I'm in need of a competent MEP specialist to draft comprehensive plans for the MEP systems of a large retail/entertainment space. The space is currently a grey shell space. The walls, foundation, windows are already installed. We are waiting for the certificate of occupancy so we can begin the process of the build out. Key Points: - Scope: The project involves creating plans for Electrical, Plumbing, and HVAC systems, tailored to the specific requirements of a large retail space. - Space Size: The retail area is over 2000 sqft in total. This means the MEP plans need to be designed to cover a considerable area. - Energy-Efficiency: While green building design considerations are not a strict requirement, I would appreciate it if the freelancer keeps energy efficiency in mind in...

    $22 / hr (Avg Bid)
    $22 / hr Avg Bid
    29 bids

    Code Upgrade for BuddyBoss App Customization

    $259 (Avg Bid)
    $259 Avg Bid
    1 bids

    I'm looking to implement a user registration system for a paid tutorial video platform. Here's what I need: Script for user registration for gaining access for paid tutorial video Workflow Register new account / login fields: full name | email | password Once user creates his account, only he will access his account if he is using the same device where he first registered. Users need to register to gain access to a tutorial video. Once the registration is approve by the administrator, user will be able to login to watch video. Administrator will need dashboard for accounts administration: Registered users: Fields: full name | email | password | [Botton to active or disactive accounts. User IP/Geo Location/Device ID

    $82 (Avg Bid)
    $82 Avg Bid
    9 bids

    I'm seeking a skilled Pine Script developer with experience in TradingView. I need to modify an existing strategy to make it visually unique. The primary focus is on changing the color scheme, incorporating custom faces and icons, and implementing unique iconography. Key Requirements: - Modify an existing strategy on TradingView's Pine Script - Enhance the visual elements including color, faces, and icons - Utilize unique iconography to make the strategy distinct Ideal Skills: - Proficiency in Pine Script - Experience in creating and modifying trading strategies - Strong eye for visual design and aesthetics - Ability to implement custom faces and icons - Familiarity with unique iconography in trading strategies If you have prior experience in similar proj...

    $298 (Avg Bid)
    $298 Avg Bid
    24 bids

    I need a skilled developer to assist me in generating NFT art using code for the Solana blockchain. A specific feature I'd like is the use of Hash Lips as the source for the art generation. Im having trouble with the programs, looking for someone to walk me through it

    $422 (Avg Bid)
    $422 Avg Bid
    4 bids

    ...Intermediate or beginners please dont bother i do not have time to explain over and over again. So this is the requirements for the project: Inviter script must have some user friendly interface (HTML or app interface like Java or similar) Inviter script will take inputs of multiple Telegram API’s (accounts) total from 5 or 10 accounts a) API ID b) API Hash All API’s (Accounts) would be added to target channel/group as admins Script will read files where all accounts to be invited will be listed in the following format: @jacksparow @did738 @simao79 @wiro … The user file will contain anywhere from 1000-2000 users thats why i need script to be multithreaded and add Users from 10 Telegram API’s simultaneously because ...

    $233 (Avg Bid)
    $233 Avg Bid
    11 bids

    I am seeking a skilled professional to install and configure scripts purchased from CodeCanyon. The tasks include: Downloading and extracting files. Setting up and connecting the database. Uploading files to the server. Running the installer and finalizing the configuration. Troubleshooting any post-installation issues. If you are an expert who can ensure a fast and efficient installation, please contact me for more details.

    $43 (Avg Bid)
    $43 Avg Bid
    9 bids

    ...CID Numbers Description: We are looking for an experienced developer to automate the process of retrieving data from specific websites using CRM and CID numbers. The goal is to develop a script or tool that will: Look up Doctor's Specialization: Use CRM numbers to search on the website: CFM Doctors Search Extract doctor's information including their specialization. Look up Disease Descriptions: Use CID numbers to search on the website: MedicinaNet CID10 Search Extract the disease description. Deliverables: ( ) A script or tool that can take a list of CRM and CID numbers as input. Automate the search process on the specified websites. Extract the required data and compile it into an Excel file with separate

    $28 (Avg Bid)
    $28 Avg Bid
    6 bids

    I am seeking an expert w...specific criterion - dates within the PDF text. Your role will be to parse these dates and save the files in a designated folder on my computer. Skills and Experience: - Proficiency in Outlook: A deep understanding of Outlook's email management functionalities is a must for this project. - PDF Parsing: Experience with parsing text within PDFs is essential. - Automation: The ability to create a script or use a tool that can automate the process of saving the PDFs according to the specified criteria. - Efficiency: The project needs to be completed urgently, so the ideal candidate should be able to work swiftly without compromising on quality. If you're confident in your skills and can deliver this project expediently, I'd be keen to discus...

    $27 (Avg Bid)
    $27 Avg Bid
    10 bids

    I am in need of a Python developer with expertise in hardware oriented programming to add some additional functionality to an already written script of mine. The existing functions also need to be double-checked for correctness. Key requirements include: - Modify the existing Python script to incorporate the additional features required - Review the current script and ascertain that all existing functions are properly written and functioning as they should - Build a Debian OS image for COM (Computer-On-Module) installation that can be used to implement the updated python script seamlessly. Success in this role will require: - Proven experience with Python, specifically in writing and improving scripts with a focus towards integration with hardware - Solid kn...

    $816 (Avg Bid)
    $816 Avg Bid
    35 bids

    I need a male voiceover artist to deliver a friendly, engaging voiceover for my Discord server's rules. The script is less than 50 words long and simply outlines the server regulations. Freelancers with previous experience in voiceover work, particularly in a casual and friendly tone will be ideal for this task. Understanding the nuances of Discord would be a plus.

    $31 (Avg Bid)
    $31 Avg Bid
    4 bids

    I need a 3D model to be created using Lua scripting and Icesl for a project that I'm working on. The project is urgent and I need it completed as soon as possible. Key Requirements: - Expertise in 3D modeling - Proficiency in Lua scripting - Previous experience with Icesl Please let me know your availability and your experience with similar projects. Time is of the essence here, so I'm looking for someone who can dedicate time and effort to this quickly.

    $144 (Avg Bid)
    $144 Avg Bid
    5 bids

    I have a Python notebook containing well-structured code that effectively translates a sample of a large dataset from English to Arabic. However, the current code cannot handle the entire dataset due to its size. using : model_name = 'Helsinki-NLP/opus-mt-en-ar' Tasks: - Modify the existing Python code in the provided notebook to translate the entire dataset from English to Arabic. - Ensure the translated data is saved in two formats: Comma-Separated Values (CSV), and Apache Parquet (.parquet) - Provide the CSV and parquet files after saving (most run and give results)

    $34 (Avg Bid)
    $34 Avg Bid
    20 bids

    I'm in need of a professional who can create a web-based file sharing script much like Dropbox or Zoho Wedrive. This project is geared towards individuals and requires the following key functionalities: - File Uploading and Downloading: The ability to upload and download files securely and seamlessly is a must. - File Versioning: Implementing a system that tracks and allows users to access previous versions of files is critical for this project. Ideal candidates should have extensive experience in web-based application development, particularly within the file-sharing niche. A solid understanding of data security, user experience, and scalability is also a plus. I'm looking for a proactive and highly skilled professional who can deliver a reliable, full-featured file sha...

    $649 (Avg Bid)
    $649 Avg Bid
    23 bids

    I'm looking to have a custom aimbot script made for a game that was released in 2004. This game has no anti-cheat, making the development process seemingly straight-forward for someone with experience in coding Gunbound scripts. The aim of this project is to create a basic aimbot script. I'm open to programming language suggestions, as long as it's optimal for the task at hand. I'm not interested in additional features at this stage, just a simple script to enhance aiming in the game. Ideal Skills: - Proficiency in coding custom aimbot scripts - Experience in Gunbound or similar game - Proficient in C++, Python, or AutoHotkey (preferred, but not mandatory) - Strong understanding of game mechanics Please provide details of your similar previous ...

    $18 (Avg Bid)
    $18 Avg Bid
    4 bids

    ...a repainting issue in my existing Pine Script strategy. The key details for this project are as follows: - **Specific Problem**: The current issue that I am experiencing is that my Pine Script strategy is repainting. This means the strategy is altering historical signals on the chart in an unrealistic way, which is making it difficult to accurately assess the strategy's performance. - **Modification Level**: I am open to a comprehensive overhaul of the script in order to provide a long-term, optimal solution. This may involve a significant revision of the code, but it is essential that the original logic and intended results of the strategy are maintained. - **Intended Use**: Once the repainting issue is fixed, I plan to use the corrected Pine Script...

    $20 (Avg Bid)
    $20 Avg Bid
    2 bids

    I am in need of a coder well-versed in Lua and experienced with IceSL. The task involves: - Developing a Lua script that can generate a 3D model. - The 3D model in question is a cycloidal gear and pinion element, generally employed In clock gears. Skills and Experience Required: Mechanical Engineer - Proficient in Lua scripting language. - Experience with IceSL for 3D modelling. This task requires an understanding of code as well as a foundational knowledge of mechanical engineering principles. If you possess these skills and experience, I'd love to hear from you. Please include any relevant work in your proposal.

    $172 (Avg Bid)
    $172 Avg Bid
    12 bids

    I require a skilled translator to convert the Paine script to Arabic. This translation serves a dual purpose: making the script accessible to the Arabic-speaking audience and preserving its original meaning. It's intended for use within a TradingView indicator. Key Requirements: - Proficiency in both English and Arabic. - Familiarity with the Paine script. - Understanding of TradingView's indicator system. - Ability to maintain the script's tone and meaning during translation. Please include samples of your past work or relevant certifications in your bid.

    $112 (Avg Bid)
    $112 Avg Bid
    56 bids
    QNX Remote Command Batch File 5 days left
    VERIFIED

    I’m looking for an experienced system programmer who can create a batch file or script that performs a specific set of tasks on a local W10/11computer. The tasks I need accomplished are: - Connect to the remote QNX computer via SSH (Secure Shell)( login/ password in config file.) -send some command (must be configurable - Run certain commands via batch file on windows 10/11 computer. (Configurable) - Run local bat comands on Windows computer (configurable) - Send key combinations on Windows computer (configurable) Managing errors if they occurs. Keep CMD open for manually entering other commands ( in feature can be automated as another project or add-on) Prior experience with batch file creation and QNX systems is necessary. Proficiency in SSH connections is also ess...

    $44 - $366
    Sealed
    $44 - $366
    10 bids

    ...Scope: The series should consist of 15 scripts, covering topics from Beginner to Medium levels. We make no books for AI-experts. Pages: 15-25 per script You can use ChatGPT for this Writing Guidelines: You can utilize ChatGPT or similar AI tools to assist in writing the content. Ensure all content is original and not copied from other books to comply with copyright laws. Write in a conversational style, as the scripts will be converted into audiobooks. Free visual graphics are welcome but not mandatory. If you use images, ensure they are properly licensed and provide the license information below the image and again collectively at the end of the script. AI Expertise: While using AI tools for content generation, you must have a solid understanding of AI to proofread and en...

    $729 (Avg Bid)
    $729 Avg Bid
    73 bids

    ...compatible with both web and mobile platforms. Programming Language: - While I have no specific preferences for the programming language, developing the AI agent using Google App Script is preferred for the first version. However, feel free to propose alternative languages that can efficiently meet the project requirements. Ideal Skills: - Proficiency in AI development, with a focus on chatbots, automated responses, and data retrieval. - Bilingual proficiency in English and Hebrew would be an advantage. - Experience in creating and deploying AI agents for web and mobile platforms. - Competency in Google App Script development would be highly appreciated. - Abilety to show samples of similar projects you did. Feel free to ask any further questions for clarification. Look...

    $174 (Avg Bid)
    $174 Avg Bid
    21 bids

    I need a skilled Pine Script coder for TradingView to help with extracting code from a restricted invite-only script. This script is accessible to me but is otherwise restricted. Key Responsibilities: - Extract the code from the restricted script - Perform major modifications as needed (e.g., changing algorithm, adding/removing features) Ideal Skills and Experience: - Strong experience in Pine Script coding for TradingView - Proven track record of extracting and modifying code from restricted or invite-only scripts - Ability to make significant changes to a given algorithm, indicator or strategy

    $154 (Avg Bid)
    $154 Avg Bid
    6 bids

    I'm seeking a Django/ Java Script with Bootstrap expert who can assist with the layout and design of my website atplands.com. The primary goal of this project is to update the site's visual appearance. My website: Reference downloadable Theme code: Key tasks include: - Reviewing the current website and providing recommendations for improvements - Collaborating with the team to create a new, fresh look for the site - Ensuring the new design is functional and user-friendly Ideal skills for this project include: - Strong experience with Django/ Java Script with Bootstrap - Proven track record of working on front-end development using JavaScript/Bootstrap - A good eye for design and layout - Ability to understand and implement JavaScript

    $151 (Avg Bid)
    $151 Avg Bid
    13 bids

    ..., but before I proceed, I need a thorough background check on the company and its owner. The ideal freelancer for this job should: - Have expertise in Open-source Intelligence methods - Be able to investigate and provide comprehensive information on the company's reputation, the owner's background, and the overall trustworthiness. - Have the ability to cross-check for financial fraud, legal issues, and misconduct. - Be able to cover a global perspective in their research, especially focused on the regions of United States, Europe, and Asia. Please provide details on your relevant experience with Open-source Intelligence, as well as any similar tasks you've completed in the past. Your familiarity with conducting such research on companies will be a sign...

    $94 (Avg Bid)
    $94 Avg Bid
    23 bids

    I need an expert in Python for maintenance tasks on some existing code. Key Tasks: - **Bug Fixing:** This code has some bugs that need to be identified and fixed to ensure its proper functioning. - **Code Optimization:** Your expertise is crucial to streamline and optimize the performance of the existing code. Ideal Candidate: - Proficient in Python - Experienced in code maintenance - Skilled in bug fixing and code optimization.

    $26 (Avg Bid)
    $26 Avg Bid
    17 bids

    I'm looking for a seasoned C++ expert to optimize a codebase for improved readability and maintainability. Your primary goal in this project will be to ensure the code is easier to understand and work with in the long run. Key Responsibilities: - Analyzing the existing C++ code and identifying areas for improvement. - Implementing optimization strategies to enhance the code's readability and maintainability. Ideal Qualifications: - Extensive experience in C++ development, specifically in optimizing code. - Proven track record of enhancing code readability and maintainability. - Strong understanding of best practices in C++ development. I'm open to discussing the specifics of the project with the selected expert.

    $265 (Avg Bid)
    $265 Avg Bid
    6 bids

    What we have -------------------------- 1: Excel or CSV file. containing addresses to post letters 2: Letter Quality ( Paper weight, Sizes, Cost per letter etc configuration in JSON array) What we need -------------------- - Standalone PHP Script where we will be able to select an item from provided JSON. - Through DHL API we will validate the provided addresses(in the form of exel or csv) if each individual address is valid - or we should be able to select the areas of over choice over google map is shown in the provided video - this funcationaly is also provided over DHL api I think. and there demographic filters can also be applied which are provided be DHL api also shown in the video Please apply only if you the the required experience. these links may help

    $857 (Avg Bid)
    $857 Avg Bid
    68 bids

    I require an individual proficient in VB macro script for Mach3. This project entails recreating a Mach4 script that particularly focuses on: - Arc motion control - Tool length calculation from spindle holder to tool tip - B/C axis management and position zeroing I have mach4 script that need to be rewriten to mach3 VB language, I have also a video how it works in mach4 fo refernece. You should be able to implement these specifications based on available documentation. Please remember that the recreated script should maintain as much fidelity to the original Mach4 script as possible. Ideal skills and experiences for the job include: - Familiarity with Mach3 and Mach4 CNC software - Expertise in creating VB macro scripts - Understanding of CNC machin...

    $202 (Avg Bid)
    $202 Avg Bid
    9 bids