Filtër

Kërkimet e mia të fundit
Filtro sipas:
Buxheti
deri në
deri në
deri në
Lloji
Aftёsitё
Gjuhët
    Shteti i punës
    1,764 decrypter base64 punët e gjetura, me çmimin EUR

    I have html strings that contains several tags like <p>, <li>, <table>, <img....base64 websafe....etc. i want to convert these strings to latex code. I can provide sample code upon request. only experienced and who can deliver working code is requested to apply.

    €19 (Avg Bid)
    €19 Oferta mesatare
    22 ofertat

    Project Description: I am looking for a freelancer who can export players and a ball from an image using any vision API, preferably Google Vision, roboflow or amazon rekognition. The src image is JPEG in base64 and the final returned image needs to be a transparent png in base64 so i can apply it to an html canvas. The output inference image needs to be just the players and ball in transparent png format. (I have the opencv script that does this) So, the process needs to be: 1. Send image as base64 var using ajax to 3rd part platform like google vision or roboflow or amazon to be inferenced 2. Receive inferenced image back with players and ball 3. Convert the inferenced image to transparent png that contains just the players and ball (I have a script to do this a...

    €208 (Avg Bid)
    €208 Oferta mesatare
    30 ofertat

    ...a web form for data entry purposes. Database Creation: - I do not have an existing database for the data storage, so I will need the developer to create one. Only one table. Web Form Requirements: - The web form will need to have more than 10 fields. - The form should be user-friendly and easy to navigate for efficient data entry. - Attach files jpg, pdf,gif,bmb and store it in the DB using base64 or bytearray. - Support Label Right to Left (Arabic) as attached Sample. - Follow the layout as it is. - Form Validation. Ideal Skills and Experience: - Proficiency in ASP.NET and SQL Server. - Strong understanding of database design and development. - Experience in creating web forms with a large number of fields. - Attention to detail to ensure accurate data entry. - Ability ...

    €140 (Avg Bid)
    €140 Oferta mesatare
    42 ofertat

    Hi I need a php class to use aws qldb in order to perform the following actions: connect, making single inserts, making multiple inserts in one call, doing selects, doing updates, doing deletes doing redacts and checking that the redacts are completed. It must handle text, numbers, dates and files converted to base64. The class must have error handling and return an associative array with the results / returning codes. The examples needs to be full and working and you must provide the documentation on how to install and use your solution. For the actual actions on aws qldb, you can use aws-sdk-php, php-curl, java, node or python as long as you provide the php class to expose those actions. Deadline is 7 days. You must have an aws account so that you don't need anything fr...

    €192 (Avg Bid)
    €192 Oferta mesatare
    24 ofertat

    I need a working implementation of the below that can run on a mac including setup instructions. It takes a string input and outputs a hash //PBKDFc2-sha256, rounds=100000, salt=584695274yt3 PKCS5S2ParametersGenerator gen = new PKCS5S2ParametersGenerator(new SHA256Digest()); (("UTF-8"), "584695274yt3".getBytes("UTF-8"), 100000); byte[] pbkdf2Result = ((KeyParameter) (256)).getKey(); String s = (pbkdf2Result, Base64.NO_WRAP); ().setUserKeyBase64(s); return true; } catch (Exception e) { return false; } }

    €297 (Avg Bid)
    €297 Oferta mesatare
    13 ofertat

    I'm in need of a Python developer to automate a process 1. Login 2. Pull 2 data sets from CSV: EAN & Price 3. Enter EAN and wait for the search results 3. Enter CSV Price and wait for the results. 4. Check if the result is positive or negative 5. If the price is positive scrape the positive price and stock Repeat that for all csv lines.

    €157 (Avg Bid)
    €157 Oferta mesatare
    30 ofertat

    I'm looking for a freelancer who can convert bitdata stored in Mongodb into user-readable information. The bitdata might be in Binary, Hexadecimal, or Base64 format. I'm open to using Python, JavaScript, or C++ as the programming language for the decoding script. Excel workbook is the anticipated output format for the decrypted data. The amount of data is enormous. The bitdata in the code for MongoDB is visible in the images. and how Excel makes the data difficult to read for users. I require it in three hours.

    €12 (Avg Bid)
    €12 Oferta mesatare
    7 ofertat

    I am in need of a freelancer who can decode bitdata in Mongodb to user readable data. The format of the bitdata can be Binary, Hexadecimal, or Base64. I am open to different programming languages for the decoding script, such as Python, JavaScript, or C++. The expected output format for the decoded data is excel workbook. The size of the data is huge. you can see in the pictures the code bitdata in MongoDB. and how the data in not user readable in excel. Ideal skills and experience: - Proficiency in Python, JavaScript, or C++ - Experience with Mongodb and data decoding - Knowledge of XML and data formatting - Attention to detail and ability to troubleshoot issues with the decoding process.

    €136 (Avg Bid)
    €136 Oferta mesatare
    21 ofertat
    CV OCR API Ka përfunduar left

    ...skills to create an API with all these requirements, please let me know. Input is Image / PDF / word, Output is recognized data Software have to be made with AI and ML, we need to get documentation how to learn software. For CV, Invoice, we need min 96% documents recognized and extracted Languages that this software have to recognize is pl / en For request we sending images in json format (base64) In response we have to get informations: IN CV: -name -lastname -birthdate -email -telephone -skills -education -expirience -know languages For invoice: - Invoice number - due date - total including tax -total excluding tax - tax % and amount - supplier - supplier registeration (NIP, VAT NUMBER) - supplier addres - customre - custorem resigeration (NIP /VAT NUmber) - payment detai...

    €1162 (Avg Bid)
    MRS
    €1162 Oferta mesatare
    18 ofertat
    Power Shell Script Ka përfunduar left

    Power Shell Script for Automation of Intermediate Tasks I am looking for a freelancer who can create a Power Shell script to automate a list of tasks. The purpose of the script is to increase efficiency and productivity. Tasks to be Automated: - Removing extra lines in some text files - Merging two text files - Encode to base64 Ideal Skills and Experience: - Strong experience with Power Shell scripting - Ability to work independently and efficiently Thank you.

    €137 (Avg Bid)
    €137 Oferta mesatare
    15 ofertat
    CloudFront Lab Ka përfunduar left

    ...private subnet. 2. Use the following as the parameters for your CloudFormation template: - VPC CIDR block - Public subnet CIDR block - Private subnet CIDR block - EC2 instance type - RDS instance class - RDS database name, username, and password 3. The following user data can be included in the template (update values as necessary): ```yml UserData: Fn::Base64: !Sub | #!/bin/bash -xe exec > >(tee /var/log/|logger -t user-data -s 2>/dev/console) 2>&1 sudo yum update -y sudo yum install pip -y sudo yum install -y python3 sudo pip3 install flask mysql-connector-python cat <<EOF > /home/ec2-user/ from flask import Flask import ...

    €29 / hr (Avg Bid)
    €29 / hr Oferta mesatare
    13 ofertat
    Microservice Python/Flask Ka përfunduar left

    ...string to be converted to barcode}”. Example ”localhost:5000/barcode/1234567890” C. Microservice will generate barcode in .png format and respond it as Base64. 2. Compress .pdf sent from the request: A. PUT/POST(?) the .pdf file that need compression as Base64 (sent as payload). To ”localhost:5000/compress/”.
 B. Microservice will run some python script to compress the .pdf. Need to be done local, I have tried Ghostscripts but if you have suggestion to be able to decompress better/more then Ghostscript I will be very happy.
 (example iLovePdf compression is lightyear better, but only online). C. Response = compressed .pdf in Base64
 I am not an expert so please feel free to suggest better solution. I am ok to with Ghostscript a...

    €66 (Avg Bid)
    €66 Oferta mesatare
    17 ofertat

    API Development: Develop an API that accepts a LinkedIn ...web scraper that scrapes the data from the LinkedIn profile. Process the scraped data and convert it into a JSON format. Encode all images, pictures, and logos in base64 format and include them in the JSON response. Web Scraper: Develop a web scraper that can extract all the necessary data from the LinkedIn profile. The scraper should be able to handle different LinkedIn profiles and extract data consistently. The scraper should be able to handle cases where LinkedIn profiles have privacy restrictions. JSON Response: Develop a JSON response format that includes all the scraped data. Include all images, pictures, and logos in base64 format in the JSON response. Ensure that the JSON response is formatted correctly and...

    €169 (Avg Bid)
    €169 Oferta mesatare
    42 ofertat

    C# code for RSA/ECB/PKCS1Padding encrypting and decrypting. Code must be ready to build to dll file which will be ready to be attached to MS SQL. Code must be only with System or Microsoft Libraries otherwise with other libraries ready to be linked to MS SQL (BouncyCastle library is isn't). Code must have two functions: EncryptRSA (string plainText, string|byte[] publicKey) returns Base64 encrypted plainText. DecryptRSA (string encryptedText, string|byte[] publicKey) returns plainText as string. Public Key may be in formats attached to this question. 1. PEM 2. Sun RSA public key, 2048 bits - info 3. DER

    €109 (Avg Bid)
    €109 Oferta mesatare
    10 ofertat

    Hello all, i have develop app for mobile attendance. Employee store base64 image in local mobile db. I want, when employee click on mark attendance button then open the camera, first camera detect the face after when we capture pic then base 64 format check in local base64 for face recognition (authentication).

    €78 (Avg Bid)
    €78 Oferta mesatare
    10 ofertat

    I'm looking for a programmer who is experienced in C++ and can help me encode/decode vector and Structure/Class object data into a Base64 format. Specifically, I need help with both encoding and decoding my vector data, as well as the Structures/Class objects. The output needs to be in Base64 format, so I am looking for a programmer who is familiar with the Base64 standards and can ensure that the data is accurately encoded and decoded using the latest C++ standards. If you are able to accomplish this task, please get in touch with me!

    €22 (Avg Bid)
    €22 Oferta mesatare
    12 ofertat
    Read captcha images Ka përfunduar left

    I want an application written in any language which can read captcha images and give us text. Sample captcha images are attached in this post. The images might be in base64 format or a png/jpg file.

    €152 (Avg Bid)
    €152 Oferta mesatare
    28 ofertat
    Software mensajes whatsapp Ka përfunduar left

    Deseo una aplicacion que me permita escanear hasta 5 cuentas whatsapp y poder enviar texto personalizado, imagenes, archivos, videos, audios, botones y crear listas, por cada cuenta puedo enviar de forma independiente los mensajes, no deb...imagenes, archivos, videos, audios, botones y crear listas, por cada cuenta puedo enviar de forma independiente los mensajes, no debe ser rotativo, debe permitirme configurar el tiempo de envio entre los mensajes. NOTA: PARA EL ENVIO DE LOS MENSAJES DEBE SER DIRECTAMENTE, NO DEBE ABRIR EL CHAT Y HACER TODO EL PROCESO (CARGAR LA IMAGEN, VIDEO, ETC), AUTOMATICAMENTE DEBE ENVIARSE Y DEBERA USAR ARCHIVOS BASE64, RESALTO QUE DEBE PERMITIR TRABAJAR O USAR WAPI. CONTACTAME SOLO SI TIENES LA POSIBILIDAD DE DESARROLLO Y POR FAVOR ENVIAR VALOR REAL DE LA ...

    €14 (Avg Bid)
    €14 Oferta mesatare
    1 ofertat
    need help in java project Ka përfunduar left

    In this assignment, you will use Java Cryptographic Architecture (JCA) to create a useful application requiring the following functions: 1) Public Key Generation 2) Symmetric Key Encryption (Use appropriate encryption modes) 3) Cryptographic Hashes 4) Digital Signatures 5) Base64 Encoding More information on Java Cryptography Architecture (JCA) is here: Submit the following: 1) A brief write up about the application (upto 3 pages). What does the application do? How is it unique? How is it useful? How did you integrate symmetric cryptography, asymmetric key cryptography, hashing, and digital signatures into the application

    €147 (Avg Bid)
    €147 Oferta mesatare
    22 ofertat
    Java project Ka përfunduar left

    I have few more queries regarding my task would help me In this assignment, you will use Java Cryptographic Architecture (JCA) to create a useful application requiring the following functions: 1) Public Key Generation 2) Symmetric Key Encryption (Use appropriate encryption modes) 3) Cryptographic Hashes 4) Digital Signatures 5) Base64 Encoding More information on Java Cryptography Architecture (JCA) is here: Submit the following: 1) A brief write up about the application (upto 3 pages). What does the application do? How is it unique? How is it useful? How did you integrate symmetric cryptography, asymmetric key cryptography

    €153 (Avg Bid)
    €153 Oferta mesatare
    14 ofertat

    ...accounts). The following functionalities will need to be included: - billing/subscription (preferrably using stripe with cashier or spark) - authentication (preferrably using breeze) - email sending (utilising Twilio sendgrid) - storage of data in mySQL/MariaDB (open to suggestions for performance gain) Other familiarities of the developers that are highly desired: - generation of QR-codes - Base64 encoding of images for sending through email The platform will preferrably be hosted using laravel forge (preferrably with underlying digital ocean or AWS but open to suggestion). Setup will be Dev (local with you), Test/Stage (publicly available), Live. Version controll using GIT, preferrably on my GitHub Account as a protected project, where you haeve access. The application fro...

    €4024 (Avg Bid)
    MRS
    €4024 Oferta mesatare
    74 ofertat

    Need python script to get text from image the image is base64 encoded and hard to recognise there are 4 type of images. trained ocr module that have capablities of accuracy in text for more details you can bid or send me message on freelancer chat

    €3 / hr (Avg Bid)
    €3 / hr Oferta mesatare
    6 ofertat

    Need python script to get text from image the image is base64 encoded and hard to recognise there are 4 type of images. trained ocr module that have capablities of accuracy for more details you can bid or send me message on freelancer chat

    €4 / hr (Avg Bid)
    €4 / hr Oferta mesatare
    2 ofertat

    • Description We have a .p12 private key (I can export it to public key cer/der if you want). The objective is to convert the certificate into base64. You can use the: There is a sample already of how you do it: I will prefer not to send the private key across. You will need to come up with your own private key (if you need one), and the final product will be tested on my windows 10 PC with my private key. • Delivery We need the source code of how you convert the certificate into base64. • Workplace You will be working online remotely. • Experience Please show us your detailed related work experience and portfolio. • IP The intellectual property including the source code belongs to Sors Markets

    €21 (Avg Bid)
    €21 Oferta mesatare
    6 ofertat

    API request have BR encoding as response .Need to transform it to plain text Experienced Preferred Type : Base64 On top

    €14 - €23 / hr
    I vulosur
    €14 - €23 / hr
    10 ofertat

    Add files from a folder into an text document (file extension SQQ). If the file is a JPG, PNG or MP3, it should be encoded into BASE64 format and added between the <picture></picture> tags. If the file is not a JPG or PNG, the <picture></picture> tags should not be added. Any text before QQ_ in the filename should be ignored. These characters should be replaced before adding to the text document. ^^ should be replaced by ? '' should be replaced by " ;; should be replaced by : ++ should be replaced by * {{ should be replaced by / }} should be replaced by [[ should be replaced by < ]] should be replaced by > The base template is as follows, all the templates below will go in between the <questions></questions> tags. ...

    €111 (Avg Bid)
    €111 Oferta mesatare
    1 ofertat

    The user will put multiple files into a folder. The application will read the text in the files and write the content to an Excel file. Each input file will also include a Base64 image which will need to be created. I have included examples: INPUT FILES: 1 - 2 - 3 - OUTPUT FILES: 1 - 2 - 3 -

    €122 (Avg Bid)
    €122 Oferta mesatare
    5 ofertat

    Need a basic PHP Rest API system which can receive some parameters in body and base64 authentication in header. I will need it in core php.

    €19 (Avg Bid)
    Urgjent
    €19 Oferta mesatare
    10 ofertat
    simple node server Ka përfunduar left

    ...ask_key=$UNIQUE_ID, server must generate a random 64 bytes string and return it as base64 to the user. The key must be stored in a map/object in the parent's thread and be correlated with the $UNIQUE_ID When server receive field login=$BASE64_KEY, server must check that the key exist in the Map, If it doesn't exist, the server must return 'wrong_key' to the client If the key exist, it must return the $UNIQUE_ID previously generated by the client. When server receives ANYTHING ELSE, it must return 'wrong_query' to the client. ------------ CLIENT ------------ Information to connect to the HTTP server must be passed as argument (IP and port). Client must generate a unique ID, secure 64 bytes, then converted to base64. Client must send ask S...

    €18 (Avg Bid)
    €18 Oferta mesatare
    1 ofertat

    I want to create an html page that contains a chartJS graph and the data is fetched through oracle bi report 'https://localhost/xmlpserver/services/ExternalReportWSSService?WSDL' soap response has base64 code and i need to extract data to chart graph

    €34 (Avg Bid)
    €34 Oferta mesatare
    9 ofertat
    Project for Narola Infotech Ka përfunduar left

    Are you proficient in building a custom application to send and receive querries to & from ZohoCRM. Also Base64 decode for recreating the PDF attachment during this process via XML tags. Current API is being deprecated and need to rebuild our existing application.

    €230 (Avg Bid)
    €230 Oferta mesatare
    1 ofertat

    ...Application to be developed, which will work on IOS, Android and Web. This app should be able to retrieve Audio Input via the device's microphone, or the user can type text via an input box. This will send a POST request to an API which accepts the binary audio file. The response will reply with a transaction Id, This then can be polled for a response with a GET endpoint. This response contains a Base64 encoded MP3 audio file as well as text. This needs to also be integrated with Adverts which will run x amount of times per message. I am a software engineer myself, so I will expect the code to be written of high standards, i will review the code and provide feedback. I would like the R=eact native app to be written using typescript. I am looking for this project to be ...

    €654 (Avg Bid)
    €654 Oferta mesatare
    94 ofertat

    Two api calls must be made One to pull products (json), and a second one to pull product image (json / base64) and add it to the product. Plugin must be installable, create cron tasks in WP and disable them on uninstallation.

    €85 (Avg Bid)
    €85 Oferta mesatare
    22 ofertat

    Please read carefully, otherwise i dont answer auto bids. I get error FILE NAME TOO LONG #!/usr/bin/bash BACKDIR=/home/ykose/yedekBOX DATE=`date +'%m-%d-%Y'` WPDOSYA=`for file in $BACKDIR/*$; do echo "${file}"; done` BASE64=$( base64 $WPDOSYA -w 0) curl -X 'POST' '' -H 'accept: /' -H 'Authorization: Bearer $2b$10$DQmaItvVtZUUpEDCwGLPCOazPAms02NytCa81uWTQgVqJcS4_5g4m' -H 'Content-Type: application/json' -d @< '{ "phone": "999999999", "filename": '', "base64": "data:file/pdf;base64", '$BASE64', "isGroup": "false" }' How can i fix the FILE NAME TOO LONG error? $20 for the...

    €18 (Avg Bid)
    €18 Oferta mesatare
    2 ofertat
    Bash Script CURL POST Error Ka përfunduar left

    Please read carefully, otherwise i dont answer auto bids. I get error FILE NAME TOO LONG #!/...otherwise i dont answer auto bids. I get error FILE NAME TOO LONG #!/usr/bin/bash BACKDIR=/home/ykose/yedekSBOX DATE=`date +'%m-%d-%Y'` WPDOSYA=`for file in $BACKDIR/*$; do echo "${file}"; done` BASE64=$( base64 $WPDOSYA -w 0) curl -X 'POST' '' -H 'accept: /' -H 'Authorization: Bearer $2b$10$DQmaItvVtZUUpEDCwGLPCOazPAms02NytCa81uWTQgVqJcS4_5g4m' -H 'Content-Type: application/json' -d @< '{ "phone": "999999999", "filename": '', "base64": "data:file/pdf;base64", '$BASE64...

    €18 (Avg Bid)
    €18 Oferta mesatare
    5 ofertat

    ...convert JPG files to Base64 format. The second program will convert Base64 back to JPG format. The first program should take an input file (JPG) and output a txt file (Base64). This TXT file should be able to display the the JPG when its content is pasted into the Base64 to JPEG converter online: The second program will import the Base64 code (as a text file) and convert/write it back to a JPG file. This JPG file should not be corrupt and should be restored back to its original condition and viewable with a JPG viewer. Both programs need to be finished in C and you are to supply me with two programs (including source code); the first program which converts from JPG to Base64; the second program which converts from Base64 to JPG. I ha...

    €113 (Avg Bid)
    €113 Oferta mesatare
    16 ofertat

    I am looking for a Web3 Login type feature for a website. Here are the needs: Should possess a Web3Modal login for Metamask and Keplr Wallets (Nothing More) Upon successful signature for either wallet, a post request passing signer and public key (in base64) to a local url via JSON. If unsuccessful, redirect to local url Expected Result: Two documents (HTML and JS)

    €145 (Avg Bid)
    €145 Oferta mesatare
    9 ofertat

    I need a professional AI machine learning expert web scrapper who can ...once it removes background get the transparent png image and send to the frontend for download. I want this system to be implemented with PHP API because I am planning to use it as a freebie Addon for my clients. The system should have provision for adding more accounts, change the passwords etc. The API which receives the request must accept it in json. Image come in base64 encoded via json and response also sent in base64 encoded via json I also need this solution to be host online on web server. If you have done this sport of jobs in past and confident that you can do this then only bid. This is a long term association project. This is only phase one of the project. Many more thing will be needed...

    €485 (Avg Bid)
    €485 Oferta mesatare
    16 ofertat

    ...OBX|31|ED|15000^WBC Histogram. Binary^99MRC||^Application^Octer-stream^Base64^AAAAAAAAAAAAAgQHCxAWHCQuPE5nhanL5vj/+u3YwaqTfW5iV01EOzIqIhsYFxcXFxgZGhwfIyYqLS8vLi4tLS4uLzAxMjM0NTU2Nzc5Oj1AREhMT1JVV1pcX2JlZ2lrbG1ubm5ubm1sa2loZmRiYF5cWlhWVVNSUE9NS0lGQ0A9Ozg2NDIwLy0rKSclIyEfHhwbGRgXFRQSERAODQwLCgkICAcGBgUEBAMDAgICAQEBAQEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==||||||F OBX|32|NM|15051^RBC Histogram. Left Line^99MRC||26||||||F OBX|33|NM|15052^RBC Histogram. Right Line^99MRC||176||||||F OBX|34|NM|15053^RBC Histogram. Binary Meta Length^99MRC||1||||||F OBX|35|NM|15057^RBC Histogram. Total^99MRC||34062||||||F OBX|36|ED|15050^RBC Histogram. Binary^99MRC||^Application^Octer-stream^Base64^AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA...

    €101 (Avg Bid)
    €101 Oferta mesatare
    4 ofertat

    En el link adjunto pueden encontrat una maqueta de...debe verse la ventana en los adjuntos La manera de llegar a esa ventana es : 1.- Administrador comercial 2.- login 3.- Facturacion Los siguientes campos deben ser combos seleccionables desde una tabla en la base de datos: Regimen Fiscal Uso CFDI Unidad de medida Clave producto /servicio Forma de pago Metodo de pago la contraseña se debe guardar sin encriptar El logotipo se debe almacenar en base64 El sistema debe tener el menu de la izquieda funcional, aunque enviara a pantallas vacias: Dashboard Costos Tarifa especial El menu superior existira pero enviara a pantallas vacias Catalogo Acerca Contacto Ayuda La imagen general debe resperar la simetria y los colores Esto debe programarse en NetCore con MySql

    €140 (Avg Bid)
    I cilësuar
    €140 Oferta mesatare
    15 ofertat

    This goes to anyone who has knowledge in secure software and has experience dealing with RSA public and private keys. You will need to customize the supplied json order file to provide information and then encrypt that json order using aes encryption with the supplied ke and IV then base64 encode the result. However, you may need to convert the message to a byte array from strings to work with the encryption algorithm and generate a message digest using SHA512. I will provide additional files and further instructions upon contacting me. Please also provide your budget first as I am on a strict budget, thank you.

    €17 (Avg Bid)
    €17 Oferta mesatare
    2 ofertat

    I am creating a google Chrome Extension. And I need multi language OCR for that extension. I need the OCR web based. The flow of the extension is take screenshot convert it in to base64 and push on the online API. The API will get the request validate the sender and get the text out of the posted image and in response send the text. The extension will copy it on clipboard. I need complete multi language OCR to host on the Linux vps. I will write the API the api will communicate with the OCR on server and send response via API to extension. I only need the multi language OCR. Apart from that I need some sort of setup to train the dataset in order to improve the efficiency of the OCR. Please refer the below mentioned extensions for OCR example.

    €301 (Avg Bid)
    €301 Oferta mesatare
    9 ofertat

    ...test so far? Am I doing something wrong? Certainly my credentials work and I use these pages much; but trying to update them programmatically Need a bit of help making the connection? If you are a REST API expert can you help me with a test to prove the connection? import base64 import requests url = "~644931172&limit=100&type=page" username = "" password = "" message = username + ":" + password message_bytes = ('ascii') base64_bytes = (message_bytes) base64_message = ('ascii') print(base64_message) # GET SOMETHING FROM THE PAGE ? print() Let me know your thoughts and any questions While this is hourly; there is a max of $15 that I can pay, as being a cancer

    €8 / hr (Avg Bid)
    €8 / hr Oferta mesatare
    7 ofertat
    rest api python Ka përfunduar left

    ...with username and password (not with Oath) Certainly my credentials work and I use these pages much; but trying to update them programatically Need a bit of help making the connection? If you are a REST API expert can you help me with a test to prove the connection? import base64 import requests url = "~644931172&limit=100&type=page" username = "" password = "" message = username + ":" + password message_bytes = ('ascii') base64_bytes = (message_bytes) base64_message = ('ascii') print(base64_message) # GET SOMETHING FROM THE PAGE ? print() Let me know your thoughts and any questions While this is hourly; there is a max of $15 that I can pay, as being a cancer

    €16 / hr (Avg Bid)
    €16 / hr Oferta mesatare
    8 ofertat

    Tengo un WS en ejecucion el cual trabaja sin problema recibiendo archivos xml y firmando con un certificado p12 tambien recibido en base64, pero existe un par de certificados especificos que no lee y el ws se detiene sin devolverme ni siquiera error al llamar al metodo de firmado. Deseo la revision de este WS y su solución

    €58 (Avg Bid)
    €58 Oferta mesatare
    8 ofertat

    I am looking for an developer who is expert in Javascript and Javascript Base64 Dycrption (Deobfascate)

    €11 (Avg Bid)
    €11 Oferta mesatare
    8 ofertat

    We already have a Shopping Website in...this JSON data. Page 2: - Page for Add/Edit/Delete and list category - Logic: To save in number of sub category tree for parent categories. Add/Edit and Delete Category by Admin. here also you can use web service with post requests for all transactions(add/edit and delete. and to list saved data). - Here also, to save(insert) category data, HTTP post the json data which includes Category Name, base64 data of Category icon etc into the web service with flag as “add_cat”. Then rest(validation, sql query to save, etc) will be done by web service and you will get a response as “SUCCESS”. Kindly provide us your price and time need to finish above two tasks. Note, we want to finish this project urgently so expecting to fi...

    €19 (Avg Bid)
    €19 Oferta mesatare
    7 ofertat

    ..."data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEARwBHAAD", image_2: "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEARwBHAAD", tolerance: 0.6 // if aplicable acording with used lib } { image_1: "", image_2: "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEARwBHAAD" tolerance: 0.6 // if aplicable acording with used lib } can use another extra parameters acording lib used for it. important of this project is possible use CPU or GPU for speed ups compare things. RETURNS: { match: TRUE or FALSE, percent: 0.0 /match % if aplicable. } https://address/facecount METHOD: POST { image: "" } OR { image_1: "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEARwBHAAD", } I cand send image...

    €23 (Avg Bid)
    €23 Oferta mesatare
    7 ofertat

    I need a simple iOS image gallery app capable of 1. sending and receiving images from a server via POST/GET request 2. saving image files in Core Data (++ i...user selects two images (image A and Image B) from Photos. - the system automatically resizes them (e.g. to 512-by-512 pixels) and saves them locally in Core Data - the user can then select to merge them (the merging process actually happens in the cloud), so the system just needs to send the resized images (resized Image A and resized Image B) to API - a server sends back the merged image data (base64) - the system saves the merged image locally - the user can view all previously selected and received images in its Gallery (resized Image A, resized Image B, merged image, resized Image A (1), resized Image B (1), merged image ...

    €42 (Avg Bid)
    €42 Oferta mesatare
    3 ofertat