Φίλτρο

Οι πρόσφατες αναζητήσεις μου
Φιλτράρισμα κατά:
Προϋπολογισμός
σε
σε
σε
Είδος
Δεξιότητες
Γλώσσες
    Κατάσταση Δουλειάς
    2,000 string i δουλειές που βρέθηκαν, με τιμές EUR
    Return barcode image from string Έχει λήξει left

    We need a simple function that will receive as parameters barcode string, orientation (vertical or horizontal) and return barcode image in the form base64.

    €20 (Avg Bid)
    €20 Μέση Προσφορά
    2 προσφορές
    Python Web scraper large data - save to html 5 μέρες left
    ΕΠΙΒΕΒΑΙΩΜΕΝΟ

    Hello I am looking 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 message to be re...

    €92 (Avg Bid)
    €92 Μέση Προσφορά
    107 προσφορές

    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.

    €26 (Avg Bid)
    €26 Μέση Προσφορά
    10 προσφορές

    ...to show how Odoo works. I am NOT new to 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 ...

    €157 (Avg Bid)
    €157 Μέση Προσφορά
    22 προσφορές

    I need a simple Blazor Server application that when runs first check if user license with following scenarios: 1. If license is valid and exist then navigate to login page. 2. If license is not valid or expired then navigate to page where there is no menu options only a simple page 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 servic...

    €5 / hr (Avg Bid)
    €5 / hr Μέση Προσφορά
    10 προσφορές

    I have worked with volunteers to make a custom adventure map of around around 11,000x6,500 blocks focusing on a Pixelmon Generations 1.12 mod. This mod has been retired and the new owners have changed Pixelmon Generation to a 1.20.1 mod as a sidemod as cobblemon. I would like to update the world save in an -as is- state. 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...

    €31 / hr (Avg Bid)
    €31 / hr Μέση Προσφορά
    13 προσφορές
    social media app 2 μέρες left

    ...require('mongoose'); const chatSchema = new ( { fromUser: { type: , ref: 'User', }, toUser: { type: , ref: 'User', }, type: { type: String, enum: ['text', 'audio', 'image', 'video'], }, text: { type: String, }, voice: { type: String, }, image: { type: String, }, video: { video: { type: String }, thumbnail: { type: String }, }, audio: { type: String, }, wasLocked: { type: Boolean, default: false, }, isLocked: { type: Boolean, default: false, }, diamonds: { type: Number, },...

    €20 / hr (Avg Bid)
    €20 / hr Μέση Προσφορά
    50 προσφορές
    Magento 2 Payment Gateway Integration 2 μέρες left
    ΕΠΙΒΕΒΑΙΩΜΕΝΟ

    ...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 parameters base64 encoded as follows: $myData = array('name'=&g...

    €180 (Avg Bid)
    €180 Μέση Προσφορά
    90 προσφορές

    I'm having trouble with the Apple Pay token not returning correctly within my Ionic application on iOS. It seems to be a recurring issue and I need an experienced developer to come in and fix the problem. This is my code googleApplePay() { var totale = (); ["ApplePayGooglePay"].canMakePayments((r) => { var request: any; if(('android')) { request = { merchantId: , purpose: "Pagamento per l'ordine di ForToGo #" + , amount: totale, countryCode: "IT", currencyCode: "EUR", gateway: "stripe", gpMerchantName: "ForToGo", gpMerchantId: "BCR2DN4TYSRJ332I" };

    €47 (Avg Bid)
    €47 Μέση Προσφορά
    6 προσφορές

    ...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

    €58 (Avg Bid)
    €58 Μέση Προσφορά
    6 προσφορές
    DOMO Beast Mode with SQL Expertise 1 μέρα left
    ΕΠΙΒΕΒΑΙΩΜΕΝΟ

    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.

    €49 / hr (Avg Bid)
    €49 / hr Μέση Προσφορά
    19 προσφορές
    Custom C++ Grep Application Development 21 ώρες left
    ΕΠΙΒΕΒΑΙΩΜΕΝΟ

    I need a freelancer with extensive C++ knowledge to create a custom grep application. The application should utilize pipelined 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...

    €20 (Avg Bid)
    €20 Μέση Προσφορά
    14 προσφορές

    ...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 "green field". professional project structure is therefore crucial. When the results are good, I would love to find someone to tackle the next steps of the project. I...

    €543 (Avg Bid)
    €543 Μέση Προσφορά
    132 προσφορές

    I have a medium-sized UK roof where I'm planning to install solar panels LANDSCAPE (Panel 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 - Understa...

    €128 (Avg Bid)
    €128 Μέση Προσφορά
    24 προσφορές
    Shop Signage Digital Recreation Έχει λήξει left

    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.

    €23 (Avg Bid)
    €23 Μέση Προσφορά
    47 προσφορές

    ...Specific Demographics: I need detailed targeting of the audience based on Age, Gender, Location, Purchasing Power, and Predictive Buying Likelihood. An understanding of buying behavior analysis will be a plus. Data Sources Utilized: The required analysis should consider data from Social Media, Website Analytics, and our Customer Database. Prior experience in 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 str...

    €15 / hr (Avg Bid)
    €15 / hr Μέση Προσφορά
    20 προσφορές
    Database String Lookup Script Έχει λήξει left

    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 accurately. Ensu...

    €162 (Avg Bid)
    €162 Μέση Προσφορά
    51 προσφορές
    MERN RESTful API for User Data Έχει λήξει left

    ...Total. Write an endpoint to handle the GET request 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....

    €20 (Avg Bid)
    €20 Μέση Προσφορά
    23 προσφορές

    I'm looking for a skilled Python developer to create a 2D animated video script for an e-commerce product animation slider. I need an API endpoint where i will send a POST request to a python script with a product JSON like { product_title, product_price, product_images, etc } And i must get back an mp4 video with that information like this video ~hunch_marketing/PLV%20hero% Key Requirements: - Style Preference: I prefer a motion graphics animation, combining both traditional storyboard elements and cutout animation techniques. - Product Details: The animation should display the product name, price, key features and specifications, as well as product images and reviews. - Duration: The animation should be less than 30 seconds. Ideal

    €130 (Avg Bid)
    €130 Μέση Προσφορά
    28 προσφορές

    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

    €139 (Avg Bid)
    €139 Μέση Προσφορά
    31 προσφορές

    ...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 experience with TCPDF and generating dynamic PDFs. - Good knowledge of user authentication and session handling in Laravel. - Abili...

    €59 (Avg Bid)
    €59 Μέση Προσφορά
    37 προσφορές
    Secure MySQL Database Connection Έχει λήξει left

    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.

    €20 / hr (Avg Bid)
    €20 / hr Μέση Προσφορά
    33 προσφορές
    Update an Existing Zapier App Έχει λήξει left

    I have a custom Zapier app using my API (JSON RPC, NodeJS). I want to add a new Action to it that uses Elevenlabs' Text-to-Speech API (Post). When calling Elevenlabs's API, currently the result is a binary file. The goal is to be able to use the file/s in my Zapier app, since the generated audio will be part of another content. However, in order to achieve this, we would need to find the best approach. For instance: Option 1: Change the way my app in Zapier currently works so that it accepts "File" AND "URL" for audio content. The current approach is URL, however, Elevenlabs' doesn't provide a URL for the generated audio, but a File. If we add the "File" option to my app in Zapier, we need to send the file to a specific ...

    €195 (Avg Bid)
    €195 Μέση Προσφορά
    28 προσφορές

    I need a proficient PHP developer 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 work if possible.

    €9 / hr (Avg Bid)
    €9 / hr Μέση Προσφορά
    25 προσφορές
    PHP SOAP Warning Resolution Needed Έχει λήξει left

    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

    €137 (Avg Bid)
    €137 Μέση Προσφορά
    30 προσφορές

    Design and implement one page website. The website shall have a design similar to the included "reference ". Pleas...+ 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 access to the server that ha...

    €158 (Avg Bid)
    €158 Μέση Προσφορά
    93 προσφορές
    Bespoke PHP Obfuscation Tool Έχει λήξει left

    ...Various PHP Frameworks: The obfuscator should be able to work seamlessly with popular 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 dev...

    €143 (Avg Bid)
    €143 Μέση Προσφορά
    55 προσφορές

    ...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...

    €72 (Avg Bid)
    €72 Μέση Προσφορά
    30 προσφορές
    Trophy icon Logo Design for New Business Έχει λήξει left

    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

    €28 (Avg Bid)
    Εγγυημένος
    €28
    246 συμμετοχές

    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...

    €137 (Avg Bid)
    €137 Μέση Προσφορά
    44 προσφορές
    C++ and casboost Έχει λήξει left

    ...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 handlers) RUN: every minutes run predict on model1 OR run predict on model2. END: unload model1 AND unload

    €117 (Avg Bid)
    €117 Μέση Προσφορά
    5 προσφορές

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

    €140 (Avg Bid)
    €140 Μέση Προσφορά
    1 προσφορές

    I have a Pine Script trading indicator that I need to be converted to a Lua script for use in IQ Option. The job is essentially about adapting an existing script to a different language. Key requirements: - Convert an existing Pine Script trading indicator to Lua for use in IQ Option platform. - No additional features or customizations needed. - I prefer not to have comments explaining the code for future modifications. Testing: - The converted script should be tested for its accuracy in real-time on a demo account. Ideal skills and experience: - Proficiency in both Pine Script and Lua. - Previous experience in adapting trading indicators across platforms. - Experience in backtesting and real-time testing of trading scripts is a plus. This is a relatively straigh...

    €100 (Avg Bid)
    €100 Μέση Προσφορά
    9 προσφορές

    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

    €16 (Avg Bid)
    €16 Μέση Προσφορά
    50 προσφορές

    ...programming to create a lightweight program. The primary task will be implementing functionality that generates a runtime log file. This isn't your average log file; each record should have the date and time appended to it. Your task is to ensure each execution of the program creates a new log file instead of 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'...

    €63 (Avg Bid)
    €63 Μέση Προσφορά
    6 προσφορές
    Textual Data Analysis in Python Έχει λήξει left

    ...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...

    €108 (Avg Bid)
    €108 Μέση Προσφορά
    15 προσφορές
    PHP for API-Laravel Fix Έχει λήξει left

    After updating the API I use, I am having an error communicating with the Laravel system provider, only the awardwinning function needs to be adjusted From what our devs checked in the logs, it seems that your API is returning an error in communication, the issue is being handled via Skype, logs below: problem reference <PKT> <Method Name="AwardWinnings"> <Auth Login="invegas" Password="7Z6nOB8861Ohpn5B"/> <Params> <Token Type="string" Value="b6JnfGF7fXMjOjB79zVoLCJwZCIyICIvMTMjLCJp9ka18WRo9jIyICJnYWvnYSIrIkfgeWUjOjAjYkfx9j2iY62T8Ga5YkFreDMjLCJpejIyICJwezZoZ1FnIjpjfGouZSIyICIvNnE6NTm5NiIvIz7"/> <TransactionID Type="string" Value="9156174388"/> <WinRefe...

    €27 (Avg Bid)
    €27 Μέση Προσφορά
    77 προσφορές

    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 i...subqueries - Developing stored 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 pr...

    €11 / hr (Avg Bid)
    €11 / hr Μέση Προσφορά
    41 προσφορές
    AI Data Analyst & Investigator Έχει λήξει left

    ...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 a solid understanding of AI tools, trends, apps and be able to leverage them effectively. Experience in data analysis and investigative reporting is a must. This role requires a high level of attention to detail, organisation and you must meet deadlines. A comprehensive understanding of social media trends, and the ability to produce high-quality reports on a range of topics and traffic outc...

    €20 / hr (Avg Bid)
    €20 / hr Μέση Προσφορά
    18 προσφορές
    Discord Bot Development in NodeJS Έχει λήξει left

    ...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 ...

    €142 (Avg Bid)
    €142 Μέση Προσφορά
    54 προσφορές

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

    €141 (Avg Bid)
    €141 Μέση Προσφορά
    46 προσφορές
    AI Data Analyst & Investigator Έχει λήξει left

    ...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 a solid understanding of AI tools, trends, apps and be able to leverage them effectively. Experience in data analysis and investigative reporting is a must. This role requires a high level of attention to detail, organisation and you must meet deadlines. A comprehensive understanding of social media trends, and the ability to produce high-quality reports on a range of topics and traffic outc...

    €19 / hr (Avg Bid)
    €19 / hr Μέση Προσφορά
    28 προσφορές

    ...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...

    €35 (Avg Bid)
    €35 Μέση Προσφορά
    25 προσφορές

    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 ...

    €55 (Avg Bid)
    €55 Μέση Προσφορά
    22 προσφορές

    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!

    €22 (Avg Bid)
    €22 Μέση Προσφορά
    25 προσφορές

    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

    €571 (Avg Bid)
    €571 Μέση Προσφορά
    53 προσφορές

    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.

    €18 (Avg Bid)
    €18 Μέση Προσφορά
    14 προσφορές
    2 Flutter Charts Έχει λήξει left

    I'm looking for a proficient Flutter developer who has previous experience in creating data visualization interfaces particularly using 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 ...

    €21 (Avg Bid)
    €21 Μέση Προσφορά
    17 προσφορές

    I am looking for a Python developer with adept knowledge in handling base63 decoding and MongoDB 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...

    €17 (Avg Bid)
    €17 Μέση Προσφορά
    60 προσφορές