Xdebug localhost Jobs

Filter

Meine letzten Suchanfragen
Filtern nach:
Budget
bis
bis
bis
Typ
Fähigkeiten
Sprachen
    Jobstatus
    2,000 xdebug localhost Gefundene Jobs, Preise in EUR

    I'm in need of a CSS expert to enhance the overall aesthetic of my ReactJS NodeJS website. As this question was skipped, I have no strict specifications about which aspects of the site needs improvement and am open to your professional opinions. What I'm looking for is a more dynamic, engaging and modern look and feel. In order to bid for this project, please consider the following: - ...did not specify which areas on my website require enhancement, please consider the site as a whole when drafting your proposal. Bottom line, I'm seeking a complete CSS enhancement to effectively make my site more aesthetically pleasing, efficient and user-friendly. If you believe you're capable of this, I'm excited to read your proposals. YOUR SAMPLE AND PRICE FIXED OR PER HOUR...

    €26 (Avg Bid)
    €26 Gebot i.D.
    24 Angebote

    I'm seeking a proficient freelancer who can configure my Epson TM-T20II receipt printer with my Odoo POS setup. The Key Requirements: - Specific experience setting up Odoo POS systems Printer Deta...Odoo POS systems Printer Details: - Printer Model: Epson TM-T20II - Connection Type: Ethernet (LAN) - Driver Status: Installed - Printer is working seamlessly on local host -Printer is not only working when Odoo is hosted on AWS cloud I anticipate a smooth process given that the necessary Epson TM-T20II drivers have already been installed and printed is working seamlessly when using it on localhost. Your task would be to efficiently link the printer to my POS system via Ethernet. Prior experience in troubleshooting printer configurations is a plus, should any unpredicted chal...

    €138 (Avg Bid)
    €138 Gebot i.D.
    19 Angebote

    As the client, I seek a quite simple web-based interface from which a user can repeatedly select a game to be visualized using my existing server-side PHP application ( shows the output from a kludgy installation of this app that displays only one fixed game. The source of the data for all MLB games is retrosheet...functionality - Browser display of content Although I am experienced in python, C, etc, and so had no trouble learning php, I'm very much a newbie to web programming. I have attached this php program, where you can see that the input is simply a game identifier and the output is an hmtl page to display. Seems to me it should be easy, but I can't get anything to work. I would test your code on my localhost installation on Windows 11 and confirm on some hosting s...

    €1084 (Avg Bid)
    €1084 Gebot i.D.
    44 Angebote

    ...corpus import stopwords from import word_tokenize from import bigrams, trigrams import nltk from . import add_post, save_links, get_post, get_all_post, remove_post, update_post # Load env load_dotenv() SERPAPI_KEY = ('c0797abfd638908bf4cadfb3c2522a2865d2d39f33d0d627411dc858332f6329') app = FastAPI() # Setup Cors origins = [ "http://localhost", "http://localhost:3000", ] app.add_middleware( CORSMiddleware, allow_origins=origins, # allow_origins=["*"], allow_credentials=True, allow_methods=["*"], allow_headers=["*"], ) ('punkt') ('stopwords') # API Routes @("/") def read_root(): return {"Hello": "World"} @('/sea...

    €100 (Avg Bid)
    €100 Gebot i.D.
    38 Angebote

    I have a simple Angular 17 website that I want to convert to SSR. I ran the command: - ng add @angular/ssr The additional files were added, but they don’t seem to match the examples I have seen online. When I compile and run my app locally using ng serve, the app compiles and opens on my localhost:4200 Everything appears to work, but if I look at the source-code, it is still rendering client side and NOT server side. The website is simple with only 2 pages that have API calls. I’m looking for an Angular expert who can quickly: 1. Properly setup my project so that SSR works properly For an expert, this should be a super quick project to solve. If I have a good experience, I will be looking to rely on you for future Angular development work. Please check our my pro...

    €83 (Avg Bid)
    €83 Gebot i.D.
    17 Angebote

    Need someone who can remotely assist in deploying react app through my localhost

    €23 (Avg Bid)
    €23 Gebot i.D.
    44 Angebote

    Ho la necessità di utilizzare un software personalizzato che si appoggia a Microsoft SQL. Sui nuovi MAC Chip M non è possibile installare Microsoft SQL per cui è necessario utilizzare Docker Desktop che deve essere configurato per far funzionare il mio software in ambiente Windows 11 ARM. La configurazione standard di Docker, effettuata dai tecnici Parallel, non è sufficiente per installare un localhost sul quale appoggiare il mio software. L'obiettivo è far ripartire il mio software. Il progetto sarà assegnato se si riesce a riattivare il mio software

    €190 (Avg Bid)
    €190 Gebot i.D.
    3 Angebote

    Se posee una BD localhost con XAMPP, y se tiene un dominio, pero presenta error en la conexion que no permite acceso por Google DataStudio o conexion desde otro equipo de internet Se requiere solucionar y dar acceso desde otros equipos para conectar aplicaciones y hacer consultas.

    €125 (Avg Bid)
    €125 Gebot i.D.
    39 Angebote

    ...daemon, walletRpc; // Connect to Monero Daemon RPC try { daemon = await ("http://localhost:28080/monero-gui-v0.18.3.1/monero-x86_64-linux-gnu-v0.18.3.1"); ("Successfully connected to Monero Daemon RPC."); } catch (daemonError) { ('Error connecting to Monero Daemon RPC:', daemonError); throw daemonError; // Rethrow to be caught by the outer try-catch } // Connect to Monero Wallet RPC try { walletRpc = await ("http://localhost:18081/monero-gui-v*****1/monero-x86_64-linux-gnu-v***", "(monerodusernamewashere)", "(monerodpasswordwashere)"); ("Succ...

    €96 (Avg Bid)
    €96 Gebot i.D.
    128 Angebote

    formulaire <?php // Start session session_start(); // Define database credentials $db_servername = "localhost"; $db_username = "root"; $db_password = ""; $db_name = "contactform"; // Create a connection $conn = new mysqli($db_servername, $db_username, $db_password, $db_name); // Check connection if ($conn->connect_error) { die("Connection failed: " . $conn->connect_error); } // Form handler if ($_SERVER["REQUEST_METHOD"] == "POST") { $name = $_POST["name"]; $email = $_POST["email"]; $subject = $_POST["subject"]; $message = $_POST["message"]; // Prepare and bind $stmt = $conn->prepare("INSERT INTO contact (name,...

    €7186 (Avg Bid)
    €7186 Gebot i.D.
    8 Angebote

    formulaire <?php // Start session session_start(); // Define database credentials $db_servername = "localhost"; $db_username = "root"; $db_password = ""; $db_name = "contactform"; // Create a connection $conn = new mysqli($db_servername, $db_username, $db_password, $db_name); // Check connection if ($conn->connect_error) { die("Connection failed: " . $conn->connect_error); } // Form handler if ($_SERVER["REQUEST_METHOD"] == "POST") { $name = $_POST["name"]; $email = $_POST["email"]; $subject = $_POST["subject"]; $message = $_POST["message"]; // Prepare and bind $stmt = $conn->prepare("INSERT INTO contact (name,...

    €8142 (Avg Bid)
    €8142 Gebot i.D.
    18 Angebote
    Web service Beendet left

    Looking for web service node js or flusk where work on localhost 1st then will move to host server. Web service will take image and will return some objects related with image

    €38 (Avg Bid)
    €38 Gebot i.D.
    19 Angebote

    DO NOT bid unless you know n8n and Linux!!!!!!!!! I need n8n URL updated - either via SSH or config file - I ran the 2 lines but get error: Command 'pm2' not found

    €12 / hr (Avg Bid)
    €12 / hr Gebot i.D.
    20 Angebote

    ...Composition API. Then I created the pages: HomePage, ProductPage, UserPage and LoginPage. A registration form has been implemented on the LoginPage page. I started implementing the backend side with node.js, express and mongodb (no mongoose) See folders: node (backend) npm install --- node ///localhost:5000 enter your mongodb connection URI vue (frontend) npm install --- npm run dev ///localhost:5173 To do: 1. Implementation of the backend side with node.js, express, mongodb and 2. Server-side validation and robust security policies. 3. Implement form registration and login logic with data validation and call using Axios and Pinia for user status and authentication 4. Implementation of a route guard t...

    €135 (Avg Bid)
    €135 Gebot i.D.
    76 Angebote

    We have a PHP application 1. 2. need to configure in localhost to run in networking. Need ASAP solution.

    €81 (Avg Bid)
    €81 Gebot i.D.
    34 Angebote

    ...is up to date. Success …Done Updating “Roundcube” configuration … Failed … The subprocess reported error number 255 when it Updating “phpMyAdmin” configuration … Success …Done You have successfully changed “root”’s MySQL password. My server /DB configuration is: Centos 6.10 cPanel version 76.0.7 Database: Server: Localhost via UNIX socket Server type: MySQL Server version: 5.5.61-cll - MySQL Community Server (GPL) Protocol version: 10 User: root@localhost Server charset: UTF-8 Unicode (utf8) I need an experienced server admin to assist in resetting the mysql root pass so I can connect to mysql. Please do not make any changes to the databases, or make any upgrades. I only need the credentials...

    €35 / hr (Avg Bid)
    €35 / hr Gebot i.D.
    38 Angebote

    Servidor web Apache Versión del cliente de base de datos: libmysql - mysqlnd 7.4.33 extensión PHP: mysqli Documentación curl Documentación mbstring Documentación Versión de PHP: 7.4.33 Servidor de base de datos Servidor: Localhost via UNIX socket Tipo de servidor: MySQL

    €35 (Avg Bid)
    €35 Gebot i.D.
    12 Angebote

    Help to finish script to test on composer php 7.2 admin full working i no have knowladge to finish public page i need little help to finish on localhost if work publish on my awebsite

    €19 (Avg Bid)
    €19 Gebot i.D.
    22 Angebote

    I can only access phpMyadmin through WHM when I have the following in my /etc/ file - [mysqld] skip-grant-tables But then I am not able to retrieve the data from mysql table in my webpages. However when I remove skip-grant-tables from , I an able to view the data in my webpages but phpMyAdmin stops working. I get the message - mysqli_sql_exception: Access denied for user 'root'@'localhost' (using password: YES) I am using AlmaLinux 8

    €87 (Avg Bid)
    €87 Gebot i.D.
    21 Angebote

    My current code (React+Python) is working well in localhost. I want to host it to my domain with cpanel I have already uploaded frontend to cpanel with built files Your task: Upload my python backend and connect it to my frontend, so making live website you must know how to host python backend to cpanel

    €169 (Avg Bid)
    €169 Gebot i.D.
    47 Angebote

    My current code (React+Python) is working well in localhost. I want to host it to my domain with cpanel I have already uploaded frontend to cpanel with built files Your task: Upload my python backend and connect it to my frontend, so making live website you must know how to host python backend to cpanel

    €18 / hr (Avg Bid)
    €18 / hr Gebot i.D.
    82 Angebote

    Hello Dear, i want to make small script for my python , it has got index html and in localhost when i click somewhere it must open all profile at once rememeber im not going to pay untill i will see that everything work , you must work in my pc

    €26 (Avg Bid)
    €26 Gebot i.D.
    15 Angebote
    Scripting project Beendet left

    Scripting Project (15 Points) Due on 12/2/2023 Create a bash script that will install Apache2 web services, enable Apache2 for web services, download the sample website...website from , install that sample website site on the root Apache2 web server, and be accessible from http://localhost. To receive full credit, the following requirements must be met. • Bash Script • Comment in script that identifies which Linux distributions are supported by the script • Download and install Apache2 • Enable Apache2 • Download sample website from and install in document root on Apache2 • Website must be accessible from http://localhost

    €113 (Avg Bid)
    €113 Gebot i.D.
    10 Angebote

    ...reach the server via our internal network. * We HAVE succeeded in syncing our LDAP with Windows Directory Connector pointing to our server on the internal network. We have succeeded in installing Vaultwarden Directory Connector CLI * The command 'bwdc' provides responses as expected indicating it is installed * We have NOT succeeded in syncing our LDAP with Directory Connector CLI on the localhost environment. PROBLEMS I AM EXPERIENCING: bwdc usage: Typing the command: # id and secret are based on my organization API bwdc login client_id / client_secret # Results in this error: {"response":{"error":"invalid_client"},"captchaRequired":false,"statusCode":400} smtp email: Do not know where or how to configure thi...

    €527 (Avg Bid)
    €527 Gebot i.D.
    15 Angebote

    I have an old website that uses Yii2 on the backend and pure php on the front end. I need someone who can help me on an ongoing basis to work on this website and add new functionality. One of the first jobs to do is to modify it so that it will work with Redis on the server for faster loading speeds. I also have an old website also using Yii2 that I want to reinstall on a localhost in order to export some sales data from it. Thank you

    €29 / hr (Avg Bid)
    €29 / hr Gebot i.D.
    75 Angebote

    ...ports of the VPS. I decided to buy a raspberry pi, installed the "squid" proxy on it, and reverse shell (ed) the connection to my VPS, this way I can forward the traffic. Now, I have access to my home wi fi on my VPS, I am forwarding the proxy to my vps on port 7775. So now on my vps, I can access the proxy on localhost:7775 ------------- what you need to do : you need to create a proxy server in node js that runs on my VPS, this proxy server forwards all the traffic to localhost:7775 . The main goal is to access the proxy being forwarded to the port 7775 to be accessed from outside. ------------- the proxy server needs to be written in node js, and it has to be dynamic, in other words, I want to have a list of usernames and passwords that can be used t...

    €35 (Avg Bid)
    €35 Gebot i.D.
    12 Angebote

    ...ports of the VPS. I decided to buy a raspberry pi, installed the "squid" proxy on it, and reverse shell (ed) the connection to my vps, this way I can forward the traffic. Now, I have access to my home wifi on my VPS, I am forwarding the proxy to my vps on port 7775. So now on my vps, I can access the proxy on localhost:7775 ------------- what you need to do : you need to create a proxy server in node js that runs on my VPS, this proxy server forwards all the traffic to localhost:7775 . The main goal is to access the proxy being forwarded to the port 7775 to be accessed from outside. ------------- the proxy server needs to be written in node js, and it has to be dynamic, in other words, I want to have a list of usernames and passwords that can be used th...

    €16 (Avg Bid)
    €16 Gebot i.D.
    8 Angebote

    We are having issues with queries running on our database that is overloading the shared ho...Proxy->__call('getTotalProduct...', Array) #5 /home/xxx/stor in /home/xx/public_html/system/library/db/ on line 66 [22-Nov-2023 22:58:37 UTC] PHP Fatal error: Uncaught Exception: Error: <br />Error No: in /home/xx/public_html/system/library/db/ Stack trace: #0 /home/xx/public_html/system/library/(31): DBMySQLi->__construct('localhost', 'xxxx', '3306') #1 /home/xx/public_html/system/(80): DB->__construct('mysqli', 'localhost', xxxx', '3306') #2 /home/xx/public_html/system/(104): require_once('/home/xx/...') #3 /home/xx/public_html/(19): start('catalog') #4 {main} throw...

    €83 (Avg Bid)
    €83 Gebot i.D.
    18 Angebote

    ...getting in wordpress errors for websites on a server and host told me its about RAM. websites become more and more slowly and all 2 minutes error Warning: mysqli_real_connect(): (HY000/2002): Connection refused in /home/filedownloads/public_html/wp-includes/ on line 2035 Connection refused Error reconnecting to the database This means that the contact with the database server at localhost was lost. This could mean your host’s database server is down. Are you sure the database server is running? Are you sure the database server is not under particularly heavy load? If you are unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress support forums. Notice: Function wpdb was called incorrectly...

    €12 / hr (Avg Bid)
    €12 / hr Gebot i.D.
    65 Angebote

    I am looking for a developer who can help me with an issue I am facing with Express.js. On...is true. on server if i call the controller multiple times it sometimes works. Requirements: - Strong experience with and server-side development - Familiarity with troubleshooting and resolving issues related to server communication - Ability to identify and resolve inconsistencies between localhost and production server environments I have already attempted to troubleshoot the issue myself, but I have been unable to find a solution. I believe the production server and localhost environments are identical, so there may be a configuration issue that I am unaware of. If you have the necessary skills and experience to help me resolve this issue, please reach out to discuss further d...

    €18 (Avg Bid)
    €18 Gebot i.D.
    24 Angebote

    Se requiere crear una proyecto en puppet aprovisionando con Vagrant una VM con mysql, apache y wordpress, mostrar una pagina sencilla, no se debe publicar en hosting, inicialmente es para ejecutar en localhost.

    €25 (Avg Bid)
    €25 Gebot i.D.
    2 Angebote
    Wordpress puppet Beendet left

    Se requiere crear una proyecto en puppet aprovisionando con Vagrant una VM con mysql, apache y wordpress, mostrar una pagina sencilla, no se debe publicar en hosting, inicialmente es para ejecutar en localhost.

    €25 (Avg Bid)
    €25 Gebot i.D.
    27 Angebote

    I am learning node.js, mongodb and I have one github code of MVC pattern of node.js and currently i am facing issue of routes and code const express = require("express"); const cors = require("cors"); const app = express(); var corsOptions = { origin: "http://localhost:8081" }; (cors(corsOptions)); // parse requests of content-type - application/json (()); // parse requests of content-type - application/x-www-form-urlencoded (({ extended: true })); const db = require("./app/models"); .connect(, { useNewUrlParser: true, useUnifiedTopology: true }) .then(() => { ("Connected to the database!"); }) .catch(err => { ("Cannot connect to the

    €12 (Avg Bid)
    €12 Gebot i.D.
    5 Angebote

    ...project that involves BFV encryption scheme. The ideal candidate should have a strong understanding of encryption concepts and algorithms. In my code there are three entities : the user , the location based server provider (LBSP ) and the cloud server provider (CSP) . All of the code in one machine I have treat the CSP as another server and all sending/responding by http requests because I work in localhost. *System steps in brief: 1-The user will search for point of interest then send his location as encrypted (by BFV scheme) to the CSP. 2-The LBS own it geographical data will encrypt his own data (by BFV scheme and PK user ) then send it to the CSP. 3-The CSP will calculate distances between user location and LBS data (The calculation will be on encrypted data using BFV mat...

    €501 (Avg Bid)
    €501 Gebot i.D.
    43 Angebote

    Hi, I have installed XAMPP on Windows 10. I have installed Wordpress 6.4 (latest). I have installed theme and plugins. But in next step, when I go to choose theme style I get an error. "Access denied to file ! Your server permissions denies access to the file" Since it is installation on localhost, I need help to fix error and be able to choose theme.

    €8 / hr (Avg Bid)
    €8 / hr Gebot i.D.
    58 Angebote

    Project Title: Install and Config OpenCex crypto platform exchange on Ubuntu server Operating System: Ubuntu server 22 - Not VPS! Apache2 Only (No Nginx) Objective: I require the full installation and configuration of the OpenCex crypto platform exchange open source ***install on localhost First***: Back-bend: Front-end: Demo: 4 Pair coins need to config for trade: (DGB)/REBELCOIN(RBL) (BTC) (DGB)/Bitcion(BTC) (MAZA)/Digibyte (DGB) All wallets already install and sync and ready with RPC to config. Requirements: - Experiance Installing and config OpenCex and its functionalities: 1 project

    €107 (Avg Bid)
    €107 Gebot i.D.
    4 Angebote

    ... Once we did this it broke our labels and crashes our application. The basic style loads correctly and layers load correctly but labels cause the following javascript error. JavaScript Error: {"type":"","error":{"message":"Uncaught TypeError: is not a function","url":"http://localhost/assets/","line":133,"col":209858,"errorObject":"{}"}} 2023-10-25 08:03:24.074 22709-22709 Capacitor/Console E File: http://localhost/assets/ - Line 133 - Msg: Uncaught TypeError: is not a function This is an error between our script and geostyler-openlayers-parser. We are looking for someone to identify what changed that broke the script and make any change...

    €141 (Avg Bid)
    €141 Gebot i.D.
    45 Angebote

    I am looking for someone to help me with a particular issue on an IIS 8 server. Specifically, I need assistance in fixing an SSL issue. I can acces localhost on port 80 but not on port 8080. Error message: ERR_CONNECTION_RESET

    €31 (Avg Bid)
    €31 Gebot i.D.
    8 Angebote

    What do I want to do is integrate a new login into my site and put it work in localhost

    €137 (Avg Bid)
    €137 Gebot i.D.
    29 Angebote

    Project Title: Install and Config OpenCex crypto platform exchange on Ubuntu Operating System: Ubuntu server 22 Objective: I require the installation and configuration of the OpenCex crypto platform exchange open source ***install on localhost***: BeckEnd: FrontEnd: Demo: 3 Pair coins need to config for trade: (DGB)/REBELCOIN(RBL) (BTC) (DGB)/Bitcion(BTC) All wallets already install and sync and ready with RPC to config. Requirements: - Experiance Installing and config OpenCex and its functionalities: 1 project min. - Ability to troubleshoot and resolve any issues during the installation process

    €134 (Avg Bid)
    €134 Gebot i.D.
    5 Angebote

    Necesito soporte por teamviewer o anydesk para solucionar un script que lo tengo en xamp , localhost

    €95 (Avg Bid)
    €95 Gebot i.D.
    23 Angebote

    I am looking for a frontend developer to design a responsive admin template for my web application. Type of website: Admin Template Color scheme and design style: Open to suggestions Design assets: I will provide the design assets PLEASE NOTE THIS PROJECT SHOULD BE WORKED ON OUR LOCALHOST SYSTEM THROUGH ANYDESK IF SOMEONE ARE COMFORTABLE TO WORK TRHOUGH ANYDESK CAN APPROACH US Skills and experience required: - Strong proficiency in frontend development and UI design - Experience in creating responsive designs that adapt to different screen sizes - Knowledge of HTML, CSS, and JavaScript - Familiarity with popular frontend frameworks such as Bootstrap or Material Design - Attention to detail and ability to create visually appealing and user-friendly interfaces Please provide e...

    €109 (Avg Bid)
    €109 Gebot i.D.
    47 Angebote

    ...= base64_encode($signature); $base64EncodedSignature = $signedEncoded; http_response_code(200); header('DigitalSignature: '.$signedEncoded); header('Content-Type: application/json'); echo $response; ==================== As per above partial php code, you can see that there is “” . Based on above sample code, we place the “” file at apache server (localhost). Currently we already move this “” to AWS KMS and you need to do the digital signature. Below is the requirement: 1) You need to modify the existing code so that the code able to connect to AWS KMS to do the digital signature. 2) I will provide you Key ARN & Key ID. 3) Below are the AWS KMS documentations for php connection. PHP SDK =

    €152 (Avg Bid)
    €152 Gebot i.D.
    33 Angebote

    Project Title: Install and Config OpenCex crypto platform exchange on Ubuntu Operating System: Ubuntu server 22 Objective: I require the installation and configuration of the OpenCex crypto platform exchange open source ***install on localhost***: BeckEnd: FrontEnd: Demo: 4 Pair coins need to config for trade: (DGB)/REBELCOIN(RBL) (DGB)/MazaCoin(MAZA) (DGB)/Bitcion(BTC) wallets bitcoin Digibyte rebelcoin install and sync and ready with RPC to config. Requirements: - Experiance Installing and config OpenCex and its functionalities - 1 project minimum experianced. - Ability to troubleshoot and

    €161 (Avg Bid)
    €161 Gebot i.D.
    3 Angebote
    WordPress bugfix Beendet left

    I am looking for a WordPress developer to help me to migrate my Wordpress website from localhost to new staging of the original. Here are the details: Previous Solutions: - I have already tried this solution. Ideal Skills and Experience: - Strong expertise in WordPress development and troubleshooting. - Experience with theme customization and resolving plugin conflicts. - Familiarity with debugging error messages. - Ability to work with different versions of WordPress. If you have the necessary skills and experience to fix these bugs, please reach out to me. Thank you!

    €123 (Avg Bid)
    €123 Gebot i.D.
    65 Angebote

    I am looking for a freelancer who can develop a localhost software for Windows operating system. The main function of the software is to enhance security. Skills and experience required for this project include: - Proficiency in developing software for Windows operating system - Strong knowledge of security enhancement techniques - Experience in working on localhost software development projects As there is no specific deadline for this project, the freelancer should be able to work at their own pace and deliver the project within a reasonable time frame.

    €21 (Avg Bid)
    €21 Gebot i.D.
    12 Angebote

    ...to install ydata-synthetic and its streamlit app UI remotely on my laptop using: pip install "ydata-synthetic[streamlit]==v1.1.0" For this job you will: Remotely login into my laptop & build the working solution. Create a virtual env using conda Active the virtual env Install ydata-synthetic and its streamlit-app UI Undertake ALL necessary steps taken to get the solution working Test it via localhost url, the test must show the full gui and it must be functional Write the steps you took to install ydata-synthetic in a file Done! I already have Anaconda and PyCharm installed on my laptop. This job requires someone who is an expert at python / anaconda. You expected to read the github pages for ydata-synthetic. It will be useful you can get a working prototype wo...

    €68 (Avg Bid)
    €68 Gebot i.D.
    7 Angebote

    ...data. However, instead of the hook returning the data, we want you to save the same data and configure the extension to read it from your system, localhost, or any other URL, such as GitHub or any public hosting location. Instructions (Step-by-Step): 1) Identify the Hook: Start by examining the Chrome extension's codebase to identify the specific function or hook responsible for fetching coupon data. 2) Modify the Code: Once you've identified the hook, modify the code to save the fetched data to a JSON file. 3) Host the JSON File: Host the JSON file containing the coupon data on your preferred location. This can be your local machine (localhost) or any public URL (e.g., GitHub). 4) Update the Extension: Update the extension code to read the coupon data f...

    €80 (Avg Bid)
    €80 Gebot i.D.
    9 Angebote

    I need help settings this fiddle to work with my localhost backend. I put the script from the jsfiddle in a webstorm project and ran it with: baseUrl: 'http://localhost:3000/' but after I click on submit I view in the browser's network tab that the request to http://localhost:3000/v2/enduser/verify returned 404. I saw that the kyc-manual-review-example which I successfuly ran and submitted documents, sends request to http://localhost:3000/v1 and I guess this is why it works.x

    €169 (Avg Bid)
    €169 Gebot i.D.
    20 Angebote