Project string minipulation jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 project string minipulation jobs found, pricing in USD

    Hello I am looking for a python code to scrape a large number...for a python code to scrape a large number pages and save them as html. In order to get to the page to save, you must click a radio button, submit, and then enter a string of numbers, then submit and then save the html. If the string entered provides an error then you must skip to the next iteration. There is no human verification. I already have a version I made myself that works with Selenium, however I need to increase the speed, so I am looking for someone to see if its possible to do this without even opening a browser and possibly using direct call methods (get, request, cURL, response, JSON?). It should be a simply project for someone who knows how to do this. Please enter the result of 3+2 for your...

    $99 (Avg Bid)
    $99 Avg Bid
    104 bids

    ...communicate with the Bluetooth (a BLE 4.0) to send a simple string to a Arduino board. The app is really easy, i attached a screenshot of the main page. - The Bluetooth button (when click) will show a list of all available BLE. - The red "Non connecte" will go in green and "Connecte" when connected, and when click will disconnect the Bluetooth. - The 1st ok button (at "Reset réglage d'usine") will send a string by bluetooth to put all value at factory. - The slider select a value between 0 and 100. - The button ok bellow the slider ("Envoyer le réglage"), send the value of the slider on the bluetooth in a string like this : "Multiplicateur=50" (if slider is at 50). - The next button (Boitier activ&...

    $179 (Avg Bid)
    $179 Avg Bid
    22 bids

    ...deployment project. Note: please note you dont have understand the networking terminalogy I have used, it is like some variables to you like XYZ Key Requirements: - Experience in full-stack development - (important) Some one who can build page which can take input (ex shema is given below) - Strong portfolio with a focus on past work in UI developments - Preferably using AWS Amplify , would like to here alternatives from Developer ) The ideal candidate will have a proven track record of successful UI projects and be able to demonstrate their ability to develop interfaces that are both intuitive and visually appealing. Please include your past work in your proposal. Data Modeling type USER @model @auth(rules: [{allow: public}]) { id: ID! Name: String IMSI: St...

    $738 (Avg Bid)
    $738 Avg Bid
    17 bids

    I'm seeking a skilled Java and MySQL developer to assist me with two exercises from a training course. Here's a more detailed explanation of the job: - The exercises are centered around Error Handling and Debugging, along with Array and String manipulation and Exception handling. It's crucial that you are well-versed in these areas. -Since this is a learning exercise, I would appreciate it if the code included detailed comments and explanations. Please see the document attached for full details before bidding. Please apply only if you have experience and confidence in these areas.

    $28 (Avg Bid)
    $28 Avg Bid
    10 bids

    ...programming, but I am new to Odoo. Some background information (not part of this project), my original task is that I need to convert some existing modules to Odoo. So I need to learn the structure, constructs, building blocks and architecture of Odoo. So, this project is a small learning assignment is for me to understand how the things are in Odoo. You need to build them and transfer the knowledge to me about how you have built it. I know ABC of python, so will not be a headache for you (hopefully). I want: Part 1: - Two new modules Classes and Students in Odoo. - Classes Module will have properties Class (String) and Room (String) - Students Module will have properties Id (Int), Name (String), Email (String), Phone (String) - 1-N ...

    $169 (Avg Bid)
    $169 Avg Bid
    22 bids

    I need a simple Blazor Server application that when runs first check if user license with follow...requesting to upload a file. Once uploaded redirects user to login page and show all menu options. User should not be able to navigate to any page by entering URL manually, if license is not valid. Attached project is running with login and registration. You can execute the Migration script to create Microsoft Identity tables. In the app settings file change the database connection string. The attached project currently takes user to Login screen on load. Now I want to add license service as check before going to login and only take user to Login if License service returns true. For this project you can just return true and false to reflect both scenarios when ...

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

    ...All of the blocks should have equivalents on both, including block states or orientations so I would expect this to be translated. As Generations is currently in Beta, this posting may require follow up should the developers further alter their source. However the current scope only exists for 3 goals: 1) Creation of a sidemod for the ~250 blocks removed by BiomeOPleanty mod 2) Creation of a string mapping between the existing world download blocks to all of the equivalent blocks including those in the sidemod and Pixelmon mod and translate the world file to a 1.20.1 world 3)Package all required mods to run, and the world file and return them in a reasonable timeframe Ideally I'd like to find someone able to take the world download provided and return a complete world do...

    $33 / hr (Avg Bid)
    $33 / hr Avg Bid
    13 bids
    social media app 3 days left

    Project Title: MongoDB Aggregation Performance Optimization Project Description: We are experiencing significant delays with a MongoDB aggregation pipeline in our application. The specific controller takes about 36 seconds to complete when a user has a large amount of chat data in the database. We need a MongoDB expert to review and optimize the aggregation pipeline for improved performance. Details: Our application is built using Node.js with Mongoose as the ODM for MongoDB. The current issue arises when retrieving a user's chat list. The aggregation pipeline fetches chat messages for a given user, including related user information and performs various operations like sorting, grouping, and filtering based on certain criteria. Current Function: Here’s the f...

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

    I'm looking for a custom Magento 2 payment module that will seamlessly integrate with a specific payment gateway. The key features and timeline for this project are: - Compatibility with One-Page Checkout: The custom module should be designed to work smoothly with Magento 2's one-page checkout system. - Order Creation and Status: I need the module to create an order with a 'Pending' status. - Redirection to 3rd Party Website: After order creation, the customer should be redirected to a third-party website. The transaction parameters need to be encoded into a base64 string for security. - Timeframe: I would like this project completed ASAP. Upon clicking the Place Order button, the customer will be redirected to a 3rd party website with the order p...

    $193 (Avg Bid)
    $193 Avg Bid
    88 bids

    ...= ; (token); } catch(e) { ("Error parsing payment data:", e); } } else { ("No data received in payment response"); } } },(r) => { ().then(); }); }) } makePaymentWalletTokenIos(token: string) { (); const payload = { OrderId: , Id_Discount: , }; (payload).then((resp) => { ("saad resp "); (resp); .confirmCardPayment(resp.client_secret, { payment_method: {

    $45 (Avg Bid)
    $45 Avg Bid
    7 bids

    ...pipeline string and parse it as we will need low level access to each element! --- Similar Example // This example demonstrates the use of GStreamer's pad probe APIs. // // Probes are callbacks that can be installed by the application and will notify // the application about the states of the dataflow. Those are mostly used for // changing pipelines dynamically at runtime or for inspecting/modifying buffers or events // // |-[probe] // / // {audiotestsrc} - {fakesink} package main import ( "errors" "fmt" "math" "" "" "" ) func padProbes(mainLoop *) error { (nil) // Parse the pipeline we want to probe from a static in-line string. // Here

    $89 (Avg Bid)
    $89 Avg Bid
    7 bids

    For my current project, I require an expert who's proficient in DOMO Beast Mode and SQL. The tasks will primarily involve: - Producing calculated fields: You will need to execute both complex mathematical calculations, as well as intricate string manipulations. A good grasp of mathematical principles and string handling in SQL is a must. - Transforming data: This job will further entail the aggregation of data. Being adept in grouping and managing datasets of diverse sizes will be crucial. Your comfort in working with DOMO, SQL, and data manipulation will be the key to successfully accomplishing this task. If you routinely perform these tasks and understand the underlying processes, I would love to connect and discuss the project further.

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

    I need a freelance...threads and semaphores and have capabilities to search files in the current directory for a specified string. Look at the attachments for the Project Description and the producer consumer semaphore C++ example. Key Features: - Impressive understanding of thread and semaphore pipelines is crucial. - Recursion into sub-directories as a part of the application's functionality would be a bonus. - Filtering options based on factors like file size, user id, and group id are needed. - Upon discovery of a match, the app should continue the search and the total number of matches should be displayed on the last line of output. This isn't just about creating another grep application- it is a complex project with multiple functionalities that requ...

    $22 (Avg Bid)
    $22 Avg Bid
    14 bids

    ...the project, some animations have to be implemented which are mostly simple css animations (e.g button color transitions and smoothly opening dropdown / dropup menus). There will be some real time string data that has to be displayed. However, this project is only about creating the components and the animations with the relevant hooks / states so that in a subsequent step, the backend data can be displayed. Other than displaying the dropdown menus, dummy pages should be displayed in the workspace when some of the buttons are pressed. This is an industrial project so everything runs on a local network and no SEO optimizations or similar things are necessary. Last but not least: This is the first step into a large project and you are starting on the &...

    $584 (Avg Bid)
    $584 Avg Bid
    132 bids

    I have a medium-sized UK roof where I'm planning...size as per attached file. My primary goal is to maximize energy production and to have a Bill Of Material. I need a professional to create a layout plan and string diagram for the installation. The adres is "Mirrorstone LE3 1 UQ (Leicester) UK" and you can find easily on google earth. Key Deliverables: - Lay out plan for the solar panel installation - String diagram showing the connection of the panels - Calculation on how many panels can fit on the roof - Determination of the required meter DC cable length Ideal Skills and Experience: - Experience in solar panel installations - Proficiency in creating layout plans and string diagrams - Understanding of UK roof regulations and requirements - Stron...

    $138 (Avg Bid)
    $138 Avg Bid
    24 bids

    I am looking for a skilled graphic designer to digitally recreate a handwritten shop signage for me. The text must be in black and there should be a red string running behind it. Key requirements: - Proficiency in digital design to ensure high-quality output - Experience in recreating handwritten text into digital format - Able to deliver in different formats: PNG, JPEG, PDF, and AI - Task includes creating a design to fit poster size dimensions: 36x48 inches Your expertise in digital design and considerable attention to detail will make you the perfect fit for this project.

    $25 (Avg Bid)
    $25 Avg Bid
    47 bids

    I'm looking for an expert in AI audience targeting to per...integrating and analyzing data from these sources is a must. We want to achieve the following. What i meant to say is with Ai audience understanding, and the size of our audiences, over 1.5 m now, we can do a post about a car, say we posted "What colour Mercedes do u love the most? and show black and blue, answer to win dinner for two at x restaurant. We scrape the people that replied in the post string using ai , and predict who is most likely, in order to be able to buy a car and share that info with the customer. We then re target them until they buy from Wellington live, pages,web site, blogs, groups or distribution lists. We own our audiences so we dont have to pay to post or reach. A new wave of ...

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

    Project Description: We possess a large dataset containing strings where each string consists of one or more words. Our task is to identify exact matches for these strings within another dataset that includes complete sentences. Currently, our method of loading the first set into memory as a set variable (ensuring no duplicates) and each string from the second dataset as a separate string variable is proving inefficient. Problem Statement: Iterating through the first dataset to look up each value in the second dataset has been excessively time-consuming. We require a more efficient algorithm to enhance the speed and effectiveness of these exact match lookups. Project Objectives: Develop a Python script that can perform exact match lookups quickly and ac...

    $174 (Avg Bid)
    $174 Avg Bid
    51 bids

    ...for retrieving (1) the statistics of the passenger traffic for a specific month and year, or (2) the summary statistics for a particular year. The returned data should be a JSON string. For example, to retrieve the traffic statistics for June 2023, the client sends the GET request to http://localhost:3000/HK/stat/2023/6 or http://localhost:3000/HK/stat/2023/06. The endpoint returns the following JSON string: {"Year":2023,"Month":6,"Local":-196818,"Mainland":22308,"Others":14393,"Total":-160117} There is more detail I will share with you DEADLINE IS MONDAY 29 -APR-24 IST FIXED PRICE : 10 USD There will be more project frequently in future Thanks Ishu...

    $22 (Avg Bid)
    $22 Avg Bid
    23 bids

    ...here is a json example image_link -> string, url o image (big one on the top) additional_image_link -> array of url images, for the bottom carousel title -> text, title of product title_color -> hex color of title, example #000000 attribute -> text, in this case Charcoal with Flap Pockets attribute_color -> hex color of attribute, example #000000 rating_score -> numeric 1,2,3,4,4.5, 4.7,5 etc from 1-5 the rating of the product rating_score_color -> hex color of rating_score_color, example #000000 rating_score_count -> text, in this case "159 Reviews" rating_score_count_color -> hex color of rating_score_count, example #000000 description -> text, title of product description_color -> hex color of description, example #000000 ...

    $140 (Avg Bid)
    $140 Avg Bid
    28 bids

    More details: Is this project for business or personal use? Personal What information should successful freelancers include in their application? Past work How soon do you need your project completed? Within a month

    $149 (Avg Bid)
    $149 Avg Bid
    31 bids

    ...web application to generate PDF letters. Requirements: - I'm seeking a skilled Laravel developer who has experience integrating the TCPDF library. - The primary functionality of the app will be generating PDF letters, so a strong understanding of the TCPDF library is crucial. - System runs on PHP 7.4 and was running fine until upgrade from 7.4.32 to 7.4.33 -> Error is now with {} -> "Array and string offset access syntax with curly braces is deprecated" -> This comes from the TCPDF library. So that library must be updated on server (no cli) and maybe rest of php code to generate pdf must be updated. We use custom layout for every customer in tcpdf. (There I can assist) Ideal Skills and Experience: - Proficiency in Laravel and PHP is a must. - Previous ...

    $63 (Avg Bid)
    $63 Avg Bid
    37 bids

    I require an experienced SQL and C# professional to help me establish a secure MySQL database connection for my application. The main purpose for this connection is to - restrict processor hacker to track conn string I'm looking for an expert with a proven track record working on similar projects. i am using c# with mysql database, here i want when i make a connection with mysql that time process hacker cannot access to my connection string, for now it is recorded in my process hacker tool.

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

    ...delete the file from the bucket, via webhook which would need to be configured as well; or another approach you recommend). Important: My app currently doesn't differentiates between a URL or a simple text string. However, my API does expect a URL for media content. This means that we would have to either 1) update the Zapier app so that it takes into account the content type based on the metadata provided by my API, or 2) detect if the data received is a binary, in which case it would trigger the file upload to my API or S3. The second approach seems easier/faster. To participate in this project, please: 1) Start your message with "Bonjour". 2) It is better if you have experience with Zapier. This will also help with other updates we could work on toget...

    $210 (Avg Bid)
    $210 Avg Bid
    28 bids

    I need a proficient PHP developer experienced in manipulating URL accessibility. Ideally, only Google bots...experienced in manipulating URL accessibility. Ideally, only Google bots should access the URL, keeping the link invisible to all other including real human. The task requires the ability to: - Leverage PHP to restrict access to the specific URL; - Use user agent string detection to discern between Google bots and real human users; - Block all real users, regardless of their geographical location or device used. Your extensive background dealing with PHP, coupled with a solid understanding of user agent strings, is essential for this project. If you have previous experience working on similar projects, those will be advantageous. Please share examples of your past ...

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

    I'm in need of someone adept at PHP and SOAP. My development site is currently returning a warning message: "Attempt to read property "Invoice_Number" on string." I've set up a dev SOAP server for you to carry out the work. At this point, I'm uncertain if I'm attempting to access the "Invoice_Number" property on a string. There are also no other error messages accompanying this issue. Key tasks: - Identify the cause of the "Invoice_Number" warning - Fix the PHP SOAP warning Ideal skills: - Proficiency in PHP - Experience dealing with SOAP - Ability to troubleshoot and resolve such issues promptly

    $147 (Avg Bid)
    $147 Avg Bid
    30 bids

    ...media URLs. The implementation must be simple and lightweight, so please confirm before using any third party libraries or APIs. Something like bootstrap + vanilla JS would be ideal, or bootstrap + jQuery. The website shall have a small database usage feature, in which every time the page is loaded, a new row is added to "leads" table with the following information: 1) Visitor's browser agent string, 2) Visitor's IP address, 3) 0 or 1 depending whether user is using a mobile device, 4) User's name, email, phone number and message if they fill up the contact form and click the "Send" button. Note: In case user send the form multiple times, then this data is overwritten in the same table row. After I accept your bid, you will get server acces...

    $170 (Avg Bid)
    $170 Avg Bid
    93 bids

    ...PHP frameworks like Laravel, CodeIgniter, and Symfony. This ensures it can be integrated easily into existing projects built on these frameworks (not obfuscating 1 by 1 every php file) - Advanced Obfuscation Techniques: I require the tool to support variable renaming. This feature is crucial for enhancing code security by making it harder for potential attackers to interpret the code's logic. - String Encoding: The obfuscator should encode only critical strings. By encoding these strings, the tool can add an extra layer of security to the application without impacting its functionality. Ideal Skills: - Proficient in PHP and familiar with various PHP frameworks. - Experience in developing obfuscators or similar security tools. - Knowledge of encryption and encoding techniq...

    $154 (Avg Bid)
    $154 Avg Bid
    55 bids

    ...temperature over 40, regardless of age, should be receiving Dexamethasone ï‚· the toString method in the Covid19Patient class to return a String similar to the sample below: Id: 23 Full name: Shukri Abotteen Age: 80 Temperature: 38 PCR test result: Positive Treatment: Paxlovid ï‚· RegularPatient Use the uml diagram above to create the class ï‚· The treat method will return Amoxicillin for patients with upper respiratory tract infections (symptoms include coughing, runny nose, or stuffy nose). Patients who have hypertension will be taking ACE inhibitors. All other patients will be on IV fluids. ï‚· the toString method in the RegularPatient class will return a String similar to the sample below: Id: 23 Full name: Shukri Abotteen Age: 70 Main Symptom: Vomiting PCR test result: Negat...

    $77 (Avg Bid)
    $77 Avg Bid
    30 bids

    I would like a logo for a new company: New Mom Care IDEA FOR LOGO: Silhouette of Mom looking down at baby in her arms with a stethoscope outlying them in a heart shape with "New Mom Care" written in the string of the Stethoscope. Stethoscope will be red or pink

    $30 (Avg Bid)
    Guaranteed
    $30
    246 entries

    As the developer for this project, I will write a RESTful service in Java for tracking timecards. My main purpose is to let the company record employee working hours, generate payroll reports, and monitor employee attendance. To do this, my service must include the following functionalities: - PUT: Create a new timecard - POST: Update an existing timecard - DELETE: Delete an existing timecard - GET: Retrieve timecard information All the aforementioned tasks will return a JSON string, either formatted or unformatted. The JSON string format will not strictly be enforced in this RESTful service, as the main focus is providing a swift and reliable way for the timecard data to be manipulated and retrieved. The successful freelancer for this post should have excellent J...

    $147 (Avg Bid)
    $147 Avg Bid
    44 bids

    Make a VS2022 project to build a C++ dll to : 1) load Catboost model(x), return handler to manage this model later 2) Run predict model(x) (handler in parameters to seclect model1 or model2) 3) unload model(x) (handler in parameters to seclect model1 or model2) some help : //CODE FROM HELP ModelCalcerWrapper calcer(""); std::vector<float> floatFeatures(100); //std::vector<std::string> catFeatures = {"one", "two", "three"}; no need (only float inputs) std::cout << (floatFeatures, catFeatures) << std::endl; Two models have to be in memory at the same time, "" and "" My software using this dll: START: load model1 AND load model2.(return

    $126 (Avg Bid)
    $126 Avg Bid
    5 bids

    See details per the word document. Goal is to get a regex that ensures only valid Azure BLOB access urls are returned.

    $150 (Avg Bid)
    $150 Avg Bid
    1 bids

    ...moving average, // and had built in scaling abilities to reduce the heigh of the volume bars when displayed on the same chart as price candles. ///////////////////////////////////////////////////////////////////////////////// INPUTS var string GP1 = "Moving Average Line" i_ma_line = (defval=true, title="Display Mov Avg Line", group=GP1) i_length = (defval=20, title="Length", minval=1, maxval=20, group=GP1) i_ma_smoothing = (defval="SMA", title="Smoothing", options=["RMA", "SMA", "EMA", "WMA"], group=GP1) var string GPS = "Scaling" i_scaling = (defval=false, title="Scale Bars", group=GPS) i_scaling_factor = (defval=10, title="Scaling Factor", s...

    $107 (Avg Bid)
    $107 Avg Bid
    9 bids

    I need an EXPERIENCED Javascript developer to write me a custom React fetching mechanism. Use the Tanstack library to write me a custom hook that can fetch data and cache it too. These features should be implemented: - Assume API call always returns an array of data. - I can pass a modifiedFrom query param which is just a string ISO date. 1. Fetch the data using the cached lastFetched date for that key/api call 2. Mutate the result in the stored cache and updated the lastFetched date in cache 3. Allow data to be cleared from cache after an x time

    $17 (Avg Bid)
    $17 Avg Bid
    50 bids

    ...overwriting the existing data. In terms of filename format, I'm after a specific style. I want it to use the current date and time, formatted like so: "16/03/2024 8:40:13 AM". Key skills needed: - Proficient in Modern Fortran - Experience working with log file generation - Attention to detail (precise date/time formatting and file naming) This task is a small but critical part of a larger project. Accuracy and precision are key. Apply if you're confident in your ability to deliver this requirement. Here is the sample code generated by ChatGPT (check out the file: Fortran Program for Runtime Log - you will see the indentation): Creating a Fortran runtime log that includes the date and time for each record in the specified format (dd/mm/yyyy hh:mm:ss A...

    $67 (Avg Bid)
    $67 Avg Bid
    6 bids

    ...terms, and create Rcv1Doc objects. Define a class Rcv1Doc with attributes like docID, terms (a dictionary of terms and their frequencies), and doc_len. Tokenize text, remove stop words, and apply stemming using the Porter2 algorithm. Define methods like getDocId() and get_term_list(). Task 1.2: Define a query parsing function Create a function parse_query(query0, stop_words) to parse a query string. Tokenize the query, remove stop words, and apply stemming. Return a dictionary of terms with their frequencies in the query. Task 1.3: Define a main function Implement a main function to test parse_rcv1v2() and parse_query(). Print document details (docID, term count, doc_len), sorted terms, and save output to a text file. Task 2.1: Calculate document-frequency (df) Create a fun...

    $116 (Avg Bid)
    $116 Avg Bid
    15 bids

    ...<Token Type="string" Value="b6JnfGF7fXMjOjB79zVoLCJwZCIyICIvMTMjLCJp9ka18WRo9jIyICJnYWvnYSIrIkfgeWUjOjAjYkfx9j2iY62T8Ga5YkFreDMjLCJpejIyICJwezZoZ1FnIjpjfGouZSIyICIvNnE6NTm5NiIvIz7"/> <TransactionID Type="string" Value="9156174388"/> <WinReferenceNum Type="string" Value="17612298068"/> <WinAmount Type="int" Value="75"/> <GameReference Type="string" Value="bgor-cc-Showball3 "/> <Hash Type="string" Value="1b522defc135ef9bea631d94a99f587bcb1cb03ec08ca356de42fb77f4e3c4a4"/> <BonusWinAmount Type="int" Value="0"/> <GameStatus Type="string" Value="Pending&q...

    $29 (Avg Bid)
    $29 Avg Bid
    77 bids

    I'm looking for an experienced SQL programmer who can assist me with data manipulation and querying on Microsoft SQL Server. The main tasks you will be responsible for are: - Writing and optimizing complex SQL queries - Implementing joins and subqueries - Developing stored procedures and functions The ideal candidate should have: - Proficient in Microsoft SQL Server - Experi...procedures and functions The ideal candidate should have: - Proficient in Microsoft SQL Server - Experience in data manipulation and querying - Strong understanding of joins and subqueries - Ability to write and optimize SQL queries - Experience with stored procedures and functions. If you are confident in your SQL skills and have experience with Microsoft SQL Server, I would love to discuss this projec...

    $12 / hr (Avg Bid)
    $12 / hr Avg Bid
    41 bids

    ...media data across multiple platforms - Researching and investigating stories of interest. - Create one per day within 2 hours. - Using AI tools to secure and analyze complex data and other inputs, pdfs. - Generating automated reports for further analysis - Monotising these Ai tools and stories. - Using Ai to scrape facebook strings data and collect user details, interests and read facebook post string and site wide audience sentiments. - Be able to scan in, read and question any visual data using prompt engineering, to deliver deeper understanding of the data, trends, illegal activity, bullying keyboard warriors, and other amazing outcomes that simply are not possible without Ai. - Develop powerful tools we can monitise together. The right freelancer for this job should have...

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

    ...command "verify" with an string option "username". (You can skip this part) 3. When APPLICATION_COMMAND "verify" is received, fetch the "username" string option, then, make a form-data POST request to , the POST data should contain: discord user id (discordid) and the "username" value entered with /verify command (username). If the server returns "OK", add the current user to "VIP" role, then display a success message. If the server returns anything other than "OK", send the server response to the user. For example, if server returns "Cannot find such user", the end user will receive "Error: Cannot find such user". 4. Every 12 hours, the NodeJS app should fetch all users ...

    $153 (Avg Bid)
    $153 Avg Bid
    54 bids

    should be able to know how to reverse a string as well as other different coding challenges such as anagrams, etc.

    $152 (Avg Bid)
    $152 Avg Bid
    46 bids

    ...media data across multiple platforms - Researching and investigating stories of interest. - Create one per day within 2 hours. - Using AI tools to secure and analyze complex data and other inputs, pdfs. - Generating automated reports for further analysis - Monotising these Ai tools and stories. - Using Ai to scrape facebook strings data and collect user details, interests and read facebook post string and site wide audience sentiments. - Be able to scan in, read and question any visual data using prompt engineering, to deliver deeper understanding of the data, trends, illegal activity, bullying keyboard warriors, and other amazing outcomes that simply are not possible without Ai. - Develop powerful tools we can monitise together. The right freelancer for this job should have...

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

    ...Don't use variables or defines as text, context or text domain parameters. In order to make a string translatable in your plugin you are using a set of special functions. These functions collectively are known as "gettext". There is a dedicated team in the WordPress community to translate and help other translating strings of WordPress core, plugins and themes to other languages. To make them be able to translate this plugin, please do not use variables or function calls for the text, context or text domain parameters of any gettext function, all of them NEED to be strings. Note that the translation parser reads the code without executing it, so it won't be able to read anything that is not a string within these functions. For example, if your gette...

    $38 (Avg Bid)
    $38 Avg Bid
    25 bids

    I'm facing an issue while trying to compile my React project. The specific error I'm encountering is the 'Failed to compile' error. I have already attempted some actions to resolve this, including: - Reinstalling node modules - Updating React and other dependencies - Checking for syntax errors Show errors when type npm install. Many errors, inclusive , Python error, but, I no using python on project I need an experienced React developer who can help me diagnose and fix this error, and ensure that the project compiles successfully. Required Skills: - Strong understanding of React framework - Proficient in troubleshooting and resolving build errors - Familiarity with node modules and React dependencies. silly logfile done cleaning log files ...

    $59 (Avg Bid)
    $59 Avg Bid
    22 bids

    I require the following task to be completed: STEP ONE: TAKE TWO ARGUMENTS; INPUT AND INDEX. if INDEX is undefined; then do the following: CALCULATE (DO NOT USE BRUTEFORCE); the alphabetically sorted set of the string in order of all its variances index and store the index. STEP TWO: Find the string with the most repititions. Return the index and string with most repitions. If INDEX is defined; then do the following. CREATE THE STRING FROM THE ENCRYPTED STRING AND INDEX. Return the original String,. Please only post a quote if you are capable of doing this job! Sorry I can only pay $50 AUD!

    $23 (Avg Bid)
    $23 Avg Bid
    25 bids

    Task: Need to send a GSM command string ( USSD or SIM Tool Kit commands ) to request a pre-paid mobile credit send, credit recall, and balance check. These commands will be triggered by a web server, and communicate with the web server and log all events. Options: - Create stand alone software that will communicate with the web server. - Use the Diafaan software or similar, and customize with it’s C++ / .Net scripting connector - Use other pre existing software Current Hardware: Windows Machine with remote access Port modem , port Huawei modem 3 SIM cards from Local providers

    $614 (Avg Bid)
    $614 Avg Bid
    53 bids

    As the project manager, I am seeking a skilled C# developer for this task. I need a robust piece of code capable of reading a JSON file and then displaying all the data on a data grid view. Key Tasks: - Process an array of JSON objects found in a GST 2B JSON file. - Render all data from the JSON file on a data grid view. Key Skills and Experience: - Solid C# programming skills - Proficiency in working with JSON files/data - Experience with data grid views. Your knowledge of data transformations and formatting, especially in Decimal places, Date/Time, and String casing, will be beneficial for this project. Candidates with related prior experience will be preferred.

    $19 (Avg Bid)
    $19 Avg Bid
    14 bids

    I'm looking for a proficient Flutter developer who has previous experience in creating da...fl_chart. I NEED 2 CHARTS, 1 BAR AND 1 PIE My inputs are 3 lists Double List for Pricing String List for Dates String Lists for channels Key details: * The key feature in my Flutter application will be data visualization. * The specific type of data to be visualized is product analytics data. * I envision the visualization to be conducted using bar charts. Ideal Skills: * Extensive Flutter development experience * Previous experience with fl_chart * Strong experience in data visualization * Familiarity with product analytics data will be a plus. Your bid should include your Flutter portfolio, preferably with focus on data visualization projects along with the proposed tim...

    $23 (Avg Bid)
    $23 Avg Bid
    17 bids

    I am looking for a Python developer with adept knowledge in han...data storage. Objective : I have many files which has base64 encoded string which I want to encode and store into MongoDB sequentially. Previously decoded & stored files should be skipped by the script during future run. Key Deliverables: - A Python script with the capability to decode a base63 string from file inputs. The project does not require handling special characters or large files. - The script must also handle storing the decoded data into MongoDB. Key Skills: - Proficiency in Python scripting and base63 decoding. - Intimate knowledge of MongoDB and comfortable handling high data volumes. Being familiar with Python scripting for MongoDB and high-volume data management would be the...

    $18 (Avg Bid)
    $18 Avg Bid
    60 bids