Spell checker program using hash tabletrabajos

Filtro

Mis búsquedas recientes
Filtrar por:
Presupuesto
a
a
a
Tipo
Habilidades
Idiomas
    Estado del trabajo
    2,000 spell checker program using hash table trabajados encontrados, precios en USD
    Hash Pool Mining Finalizado left

    Sitio para Minería de Ctripto monedas

    $21 (Avg Bid)
    $21 Oferta promedio
    11 ofertas

    .../server-ip, /settings, /debug, /log y /roster. ? Página de estado de lobbies: Mostrará información sobre lobbies activos, conexiones actuales y datos de los jugadores en línea. Estos datos se obtendrán de los endpoints /stats, /users/online, /profiles y /maxusers. ? Página de usuarios: Permite el registro de nuevos usuarios, incluyendo campos como serial, username, password, nounce y hash. Esto se logrará consumiendo el endpoint ubicado en :8190/register. Se espera un CRUD completo para gestionar los usuarios. Además, se integrarán acciones relativas a los usuarios, tales como visualizar usuarios prohibidos, roster, eliminar usuarios, bloquear usuarios, y más. Estas acciones se llevarán a...

    $45 (Avg Bid)
    $45 Oferta promedio
    4 ofertas
    AUDIO PHASE CHECK Finalizado left

    Quiero una aplicacion para smartphones que chequee la polaridad de un sonido. Positivo (parlante moviendo hacia adelante) y Negativo (parlante moviendo hacia atras). Similar a una existente llamada Polarity Checker, pero con un skin y nombre propios de mi negocio. Dejo un archivo JPG adjunto con la referencia de la app del Play Store

    $188 (Avg Bid)
    $188 Oferta promedio
    10 ofertas

    I require some additional functionalities in a PHP proyect, Specifically, I need a field to write in a table and column created in my PostgreSQL database. The new field will capture and store names. Key Requirements are: 1. Field Type: - The new field should be a Text field. 2. Constraints: - The name field should not accept any special characters. 3. Formatting: - There are no specific formatting requirements for the name field. Ideal Skills and Experience: A successful freelancer will have experience with: - Database Management - PostgreSQL databases - Speaking and writing in Spanish Finally, considering the nature of this project, a keen attention to detail and the ability to adhere to project specification is a plus for this task.

    $7 / hr (Avg Bid)
    $7 / hr Oferta promedio
    17 ofertas

    I need someone experienced to code a scraper in Python. Do you have one script already coded and working? I will purchase it Please, read to the end b...visit the website and search for the email. 2. It must be coded in Python + scrapy (or another option if it offers better performance). 3. It must use a proxy service to avoid being blocked. No APIs. No third parties but proxy provider. 4. It must have a web interface that allows importing search terms (or copy + paste), configure proxies API and starting tasks. 5. Data will be saved in a MySQL table. 6. All available data must be collected: Name, address, zip, city, longitude and latitude, phone, services, description, URL, email, etc. 7. Maximum delivery: 3 days. Please do not bid if you are not an experienced coder in Python and...

    $121 (Avg Bid)
    $121 Oferta promedio
    8 ofertas

    Sign PDF Document using certificate and private key , and: * PDF Client Signature - Allows us to sign a PDF in the client's browser, with a fixed certificate for the user, which invokes a webpanel. This webpanel serves as an example to show how to include UC within our projects. * Multiple PDF Client Signature – Allows us to sign multiple files in PDF format, with a fixed certificate for the user, performing the same actions that are carried out to sign only one PDF, with the PDF Client Signature button. * PDF Server Signature - Sign a PDF on the server, the data used to sign the PDF on the server is taken from the Parameters table. * View Signed Document in Client - Downloads the last document signed in the client. * PDF Verification - Verifies the signature of a...

    $542 (Avg Bid)
    $542 Oferta promedio
    4 ofertas

    Sign PDF Document using certificate and private key , and: * PDF Client Signature - Allows us to sign a PDF in the client's browser, with a fixed certificate for the user, which invokes a webpanel. This webpanel serves as an example to show how to include UC within our projects. * Multiple PDF Client Signature – Allows us to sign multiple files in PDF format, with a fixed certificate for the user, performing the same actions that are carried out to sign only one PDF, with the PDF Client Signature button. * PDF Server Signature - Sign a PDF on the server, the data used to sign the PDF on the server is taken from the Parameters table. * View Signed Document in Client - Downloads the last document signed in the client. * PDF Verification - Verifies the signature of a...

    $19 (Avg Bid)
    $19 Oferta promedio
    2 ofertas

    Es un proyecto en codigo ensamblador en MSP430, se requiere solo el código

    $10 (Avg Bid)
    $10 Oferta promedio
    1 ofertas

    Crear un modelo reusable (usando fuzzy logic) el modelo debe tener capacidad de usar hasta 30 variables y sugerir cuál es la mejor opción, pero que sugiera el mejor resultado ( fácil de entender la solución óptima) el resultado debe ser dirigido a una persona con educación media o universidad. Yo no tengo acceso a Python o Matlab.

    $31 (Avg Bid)
    $31 Oferta promedio
    10 ofertas
    Api data info Finalizado left

    There is a software that sends authentication information to a WEB API, that server returns so...server returns some authentication values depending on the data sent by the authentication software, I need to know exactly how the data that the server returns to the software is generated, I have 2 examples real data sent to the server and received from the server I have been doing cryptographic tests but I have not been able to replicate exactly the same data. I need to find the exact algorithm or hash or jump or encryption that replicates the values that the web api sends to the software. You should not develop any software or project, just analyze the data that I will send you and tell me how it is generated so that I can generate new data with other new information. Any question S...

    $40 (Avg Bid)
    $40 Oferta promedio
    2 ofertas
    Google maps web app Finalizado left

    We need a web app with c# and asp.net that places addresses in a private Google Maps, stored in SQL server and that when the icon is clicked, more information about that event is shown. CREATE TABLE [dbo].[Locations]( [StreetName] [nvarchar](100) NULL, [StreetNumberFrom] [nvarchar](10) NULL, [StreetNumberTo] [nvarchar](10) NULL, [Obs] [nvarchar](80) NULL, [TypeIcon] [nvarchar](50) NULL ) ON [PRIMARY] GO There will be different types of icons.

    $574 (Avg Bid)
    $574 Oferta promedio
    19 ofertas
    MySQL/MariaDB SQL TASK Finalizado left

    Write SQL statements (MySQL/MariaDB SQL) to: Create a relational database named ‘GourmetHub’ using MySQL/MariaDB SQL (write also the statement to use it). Create the following table: RESTAURANT (CODE, name, location) with the following restrictions: CODE is the primary key. It is an alphanumeric code designating each unique restaurant. The code can have 1 to 5 characters. NAME is an alphanumeric sequence, it is required, and it is unique. LOCATION is an alphanumeric sequence, indicating the address or area of the restaurant, and it is required. Create the following table: DISHES (CODE, name, type, price) with the following restrictions: CODE is the primary key. It is a four-character alphanumeric code designating each unique dish. NAME is an alphanumeric s...

    $31 (Avg Bid)
    $31 Oferta promedio
    27 ofertas

    The creation of a complete API for integration with Whatsapp Web using web scraping and other techniques is required to finally achieve a system like the one Green API has The programming language will preferably be Node.js In addition to the Green API functionalities and endpoints, it is necessary to add the following: 1. Delete chats messages 3. Receive notifications to the webhook of the other person editing messages Typing signal the development must be implemented in a docker with a Linux operating system. We need the code to be developed in the framework and the messages must be handled in a queue An admin interface is required to manage the instances (servers) through the API of our data center in Oracle. This is

    $1390 (Avg Bid)
    $1390 Oferta promedio
    32 ofertas
    Roswell checker Finalizado left

    Necesito un flyer con lista de precios. Y un segundo flyer con una lista de los servicios que ofrezco.

    $18 (Avg Bid)
    $18 Oferta promedio
    17 ofertas
    DPAO Program Finalizado left

    DPAO es un programa para la generación de actividades remuneradas de bajo monto. Necesito personas en la ciudad de Bogotá DC, Colombia para actividades relacionadas con el proyecto en casos puntuales y eventuales. Bogotá DC, Colombia Localidad Usaquén Zona norte - Gracias a todos los que ofertaron aunque no cumplan con el requisito de ubicación, habilidad o conocimiento.

    $16 (Avg Bid)
    $16 Oferta promedio
    8 ofertas

    ...girls, youth and high-performance female and male competition. Each field will have its specific design for each category, for example: Fields for practicing soccer 7, Soccer 9 and 11. Several soccer games may be taking place at the same time in each category. The different soccer schools, primary and secondary education schools, and universities, will be able to enroll in the Ciudad Deportiva program and use the campus to prepare and enhance their skills. These fields will be made of synthetic material due to the high traffic expected, closed, illuminated and will have stands for fans. Beach Volleyball: 3 beach volleyball courts will be housed for the practice and development of this sport, they will be courts with regulatory measures for national and international competition,...

    $167 (Avg Bid)
    $167 Oferta promedio
    4 ofertas

    Hola Muhammad Usman A., vi tu perfil y me gustaría ofrecerte mi proyecto. Podemos conversar por chat acerca de los detalles.

    $68 (Avg Bid)
    $68 Oferta promedio
    1 ofertas
    Robot novedades eje Finalizado left

    ...siguiente: 1) toma una lista pares <clave,fecha> 2) para cada clave abre la página correspondiente (proveeremos la muy sencilla regla de formacion de URL con ese ID) 3) en la página de esa clave ubica una pestaña titulada "Actuaciones" y descarga los datos de las filas posteriores a la fecha que acompaña a la clave , incluyendo links para descargar PDFS. Los datos están tabulados en una mat-table 4) estos datos se persisten en una tabla que queda en nuestro servidor 5) el robot tiene que poder ejecutarse a diario en forma automática mediante un CRON, preferentemente en un servidor DEBIAN o UBUNTU Una URL de ejemplo, correspondiente a la clave 'J-01-00024164-0/2021-0' es

    $376 (Avg Bid)
    $376 Oferta promedio
    13 ofertas
    PAGINA WEB Finalizado left

    ES UNA EMPRESA DE IMPORTACIONES Y EXPORTACIONES INDUSTRIAL, MATERIA PRIMA, ETC SE REQUIERE UN PROFEIONAL QUE TRABAJE HASTA NUESTRA ENTERA SATISFACCION SOBRE LA PAGINA WEB 1) LA PAGINA DEBE DE SER SENSIBLE A VARIOS DISPOSITIVOS PC, MOVIL, LAPTOP, TABLE 2)UN EJEMPLO DE DISEÑO FUNCIONES PARA NUESTRA PAGINA SERIA LA SEGUIENTE 3) DEBE TENER UN COTIZADOR, 4) COMUNICACIÓN DIRECTA, DEBE ENLAZARSE CON WHATSAPP EN LA ESQUINA INFERIOR DERECHA 5) BLOQUEO DEL BOTON DERECHO DEL MOUSE 6) MAS FUNCIONES , DETALLES Y DIESEÑOS SE VERÁN EN EL EJEMPLO 7) EL TIEMPO DE EJECUCIÓN DE ESTE PROYECTO DE 15 A 30 DÍAS 8) SE CUENTA CON EL DOMINIO Y EL HOSTING

    $221 (Avg Bid)
    $221 Oferta promedio
    48 ofertas

    ...with our target audience, consisting of individuals from the upper-middle and upper classes who value quality and contemporary style. ? DESIRED EXPERIENCE: I am looking for a professional with proven experience in designing WordPress websites, especially using Divi and creating custom child themes. ? WEBSITE DEVELOPMENT: The selected designer will develop the new website in a subdomain dedicated solely to the redesign process. Once completed and approved, the new site will be migrated to the main domain. The website will be built using a custom child theme of Divi, fully utilizing the potential of Divi's page builder. In the WordPress installation on the development subdomain, the Divi child theme will be configured and ready to use, along with an API number alre...

    $239 (Avg Bid)
    $239 Oferta promedio
    74 ofertas

    Estoy desarrollando un sitio creado con Wordpress, Woocommerce y WooCommerce Product Table PRO Plugin (). En la primera etapa necesito aplicar un descuento específico a cada usuario desde el backend, en el perfil de usuario, y que cuando el usuario vea el listado de productos ya esté aplicado su correspondiente descuento. También que en la vista del frontend el cliente pueda ingresar un porcentaje de ganancia al lado del producto en el listado, pero que eso no se guarde en ninguna parte, es sólo una calculadora en tiempo real para que el usuario pueda saber cuánto va a ganar al revender el producto que está comprando. En la segunda se deberán enviar los datos de ventas a un software de gestión, pero será un proyecto a...

    $152 (Avg Bid)
    $152 Oferta promedio
    22 ofertas

    I want to develop an API service that queries a Google Docs sheet and returns the data in JSON format using .NET 7. Aim: The goal of this project is to create an API service that integrates with a Google Docs sheet and extracts the data needed to provide a response in JSON format. This will allow the data to be accessible programmatically and can be used in different applications. This api will be published on a web server and must be accessible to anyone who has the url

    $27 / hr (Avg Bid)
    $27 / hr Oferta promedio
    11 ofertas

    Hola, necesito crear un indice para que encuentre los datos mas relevantes dentro de un libro de 9500paginas, debe ser en una plataforma que me permita editar el indice y buscar y añadir otras palabras claves

    $532 (Avg Bid)
    $532 Oferta promedio
    18 ofertas

    Tengo un proyecto en angular, al cual necesito darle una funcionalidad de filtro a una tabla en base a 3 botones. Además, necesito que se creen interfaces para las respuestas desde el backend. ENGLISH I need a developer who has knowledge in Angular 13, I need to give the functionality to only 3 filter buttons, when pressing each button they must filter the table below. Also, I need you to map the responses from the backend to Angular, by creating interfaces.

    $148 (Avg Bid)
    $148 Oferta promedio
    12 ofertas
    Tableau chart Finalizado left

    Hello I would like help to build the following chart using Tableau from an excel table. I built a chart in excel as an example of what I would like to do with the data in the table.

    $23 (Avg Bid)
    $23 Oferta promedio
    20 ofertas

    ...utilizado para almacenar las historias clínicas. Este certificado debe declarar que dicha herramienta tiene 4 características: autenticidad, fiabilidad, integridad y disponibilidad del documento. Nuestra herramienta cumple con estos parámetros (desde garantizar el uso de sesiones de usuario con permisos bien discriminados para que cada persona acceda sólo a las zonas que le compete, hasta generar un hash para validar la autenticidad de cada registro clínico y su firma), sin embargo, la norma dicta que esta certificación tiene que ser realizada por un ingeniero de sistemas con tarjeta profesional, y nos fue devuelto este documento que había sido firmado por un ingeniero electrónico (con tarjeta profesional) y un ingeniero de...

    $10 - $30
    $10 - $30
    0 ofertas

    necesito un desarrollador con conocimiento en C++ y criptografía para la creación un CSP (Cryptographic Service Provider) para Windows con algunas características de nuestro negocio, la firma del hash se sebe hacer con certificado centralizado.

    $450 (Avg Bid)
    $450 Oferta promedio
    6 ofertas

    I would like to develop a small autocad LISP application that does the following - At the beginning I will have selected a part of the elements of the drawing. - I want the program to detect which are linear text objects and join in a multiline text object those texts that are at a smaller distance requested by console. - Remove the old texts and leave only the multiline texts.

    $74 (Avg Bid)
    $74 Oferta promedio
    2 ofertas

    ...componente de wordpress para presentar los proyectos de la empresa. Hace un tiempo apareció un mensaje de que se había perdida la base de datos. Subimos backup y funciona, pero no logramos que las entradas de proyectos que editamos en wordpress se vean en la web que está en HTML. Necesitamos reparar eso. El log de mysql indica el siguiente error: [21-Feb-2023 00:35:45 UTC] WordPress database error Table 'gschneid_wp3.wp_eg_grids' doesn't exist for query SELECT * FROM wp_eg_grids WHERE handle = 'proyectos' made by require(''), require_once('wp-includes/'), include('/themes/sicdes/'), the_content, apply_filters('the_content'), WP_Hook->apply_filters, do_shortcode, preg_replace_callback, do_sh...

    $23 (Avg Bid)
    $23 Oferta promedio
    15 ofertas

    Se tiene la siguiente infraestructura: Sistema Operativo Linux Ubuntu 20.04 Maria DB 10.3 4GB RAM Se tiene acceso a la base de datos en el servidor de pruebas donde esta corriendo la aplicación y se desea ejecutar la actualización Al ejecutar un script de actualización de versiones de una aplicación se obtiene el siguiente mensaje: "The total number of locks exceeds the lock table size" Este mensaje se obtiene al ejecutar la actualización hacia la versión 17.12.00 el proceso de esta actualización se documenta en el siguiente enlace, se nos ocurre que se podria ejecutar los procesos de esa actualización de forma manual y luego proseguir con el script tal vez: y se tiene acceso al archivo de

    $190 (Avg Bid)
    $190 Oferta promedio
    8 ofertas

    En resumen lo que busco es mostrar las variables en un orden en especifico (ver imagen), ya que el uso de "table" en LUA no mantiene un orden. El codigo cuenta con 5000 lineas se ejecuta y muestra una interfaz en la calculadora TI-NSpire CAS, mi duda es que parte del codigo tengo "modificar" para mantener un orden en especifico de las variables en la interfaz de la calculadora. Se mustra imagen con el orden aleatorio de las variables:

    $15 - $20
    $15 - $20
    0 ofertas

    Hola Manuel, mi nombre es Sergio, propietario del sitio y estoy interesado en contratarte para hacer una imagen adecuada que se utilizará como pop up para llamar la atención de los usuarios, sobre nuestros servicios (Milking table service) Solo necesitas crear una foto que se ajuste a las imágenes de nuestro sitio web, que sea sexy, sensual, elegante y provocativa. En la foto el usuario debe sentir curiosidad de hacer click en el pop up para saber más sobre el servicio.

    $10 (Avg Bid)
    $10 Oferta promedio
    1 ofertas

    Necesito relacionar dos llaves foraneas a una misma tabla.

    $37 (Avg Bid)
    $37 Oferta promedio
    2 ofertas

    ...knowledge, if you speak Spanish it will be a plus ******* We need to make a program in python for a raspberry pi that will be connected to a telescopic crane, this raspberry will have a display where the information indicated in the attached file () will be shown, basically it will show the speed changes and an arrow up or down when needed to display it. Currently we are able to connect with the j1939 and the raspberry pi and it throws us a series of characters that we do not understand: can0 385 [8] FF FF FF FF 28 FE FF FF can0 386 [8] FF FF FF FF FF FF FF FF can0 22C [8] 04 00 00 13 3C 02 00 00 can0 22D [8] C0 3C A8 61 A8 61 00 00 We don't know what each line means, so we need to make the python program that follows the instructions in the attached file...

    $1125 (Avg Bid)
    $1125 Oferta promedio
    16 ofertas

    Relizar las panbtallas para consumir api de creacion de encuestas en angular

    $202 (Avg Bid)
    $202 Oferta promedio
    11 ofertas

    Buenas Ignacio, mi nombre es David, un placer. Quisiera conectar un sensor de distancia a una red de Artnet para que el controlador DMX pudiera recibir ciertas lecturas. Hay un par de detalles más, pero eso es lo principal. ¿Te interesaría tener una conversación al respecto? Un saludo.

    $300 (Avg Bid)
    $300 Oferta promedio
    1 ofertas

    Estimados Necesito Obtener todos los txn Hash de Ethereum classic del año 2016, en formato txt (Documento de Texto). Necesito solo los TXN hash omitiendo toda otra información . Esta información debe ser obtenida directamente de la Blockchain de Etehreum Classic.

    $65 (Avg Bid)
    $65 Oferta promedio
    6 ofertas

    Requiero algunas horas de quien ya haya conectado Air Table con Data Studio que pueda enseñarme a hacerlo

    $25 / hr (Avg Bid)
    $25 / hr Oferta promedio
    1 ofertas

    c...operación realizada por el usuario en tiempo real, (bancos) *Recuperación de contraseña del usuario. *Agregar botones de contactos para atención al cliente on line... * Historia de la compañia en la página principal. * Los Pagos y recargos automaticos deben ser por billetera virtual que estará disponible en la página. * Pagina en español. * Se tiene que ver en modo cell computadora y table. * La pagania debe ser sencilla con factores principales muy parecidas a las funciones Bancarias * Se solicita que sea visible y lo mas sencillo Que se vea: Inversion - intereses - Retiros - Saldo total - Movimientos... * Sino cumple las funciones exigidas no se cancela... * Antes de cancelar el proyecto, el pro...

    $18 / hr (Avg Bid)
    $18 / hr Oferta promedio
    27 ofertas

    ...realizada por el usuario en tiempo real, (bancos) *Recuperación de contraseña del usuario. *Agregar botones de contactos para atención al cliente on line... * Historia de la compañia en la página principal. * Los Pagos y recargos automaticos deben ser por billetera virtual que estará disponible en la página. * Pagina en español. * Se tiene que ver en modo cell computadora y table. * La pagania debe ser sencilla con factores principales muy parecidas a las funciones Bancarias * Se solicita que sea visible y lo mas sencillo muy parecido al excel Que se vea: Inversion - intereses - Retiros - Saldo total - Movimientos... * Sino cumple las funciones exigidas no se cancela... * Antes de ca...

    $301 (Avg Bid)
    $301 Oferta promedio
    40 ofertas

    Paginas con fines de: Manejar intereses diarios de lun a vier Actulizar diariamente de lun a vier Incremento de capital Incremento de inversion Retiros Reflejar movimiento Recuperación de contraseña Agregar botones de contactos Historia de la compañia Pagos y recargos automaticos por billetera virtual Pagina en español Que se vea modo cell computadora y table La pagania debe ser sencilla con factores principales muy parecidas a las funciones Bancarias Se solicita que sea visible y lo mas sencillo muy parecido al excel Que se vea: Inversion - intereses - Retiros - Saldo total - Movimientos...

    $798 (Avg Bid)
    $798 Oferta promedio
    32 ofertas

    Hola deseo crear un catalogo virtual de mis productos, que pueda funcionar en una tablet en donde mis clientes puedan seleccionar el producto a visualizar y ver los beneficios y modo de empleo de los productos. También deseo que ese mismo catalogo se proyecte solo en una TV que esta en la tienda y se este moviendo constantemente. Para que el cliente vea los beneficios y usos de nuestros productos. Gracias!

    $452 (Avg Bid)
    $452 Oferta promedio
    17 ofertas

    Somos una empresa con más de 100 años en el mercado, nos distingue la calidad en el servicio, altos estándares de calidad y un exc...orientado a objetos. (EDI, ETL, Web Services) Conocimientos en bases de datos (Oracle, SQL Server, DB2) creación de queries, Store, consultas, jumps, etc. Sistemas Operativos (Microsoft Windows, UNIX, Linux, AS400) Conocimiento funcional deseable de los módulos de finanzas, contabilidad, almacén, logística, inventarios, compras, Adecuado conocimiento de OMW, Data Dictionary ítems, Smart Fields, Table and Business View Design, Interactive Applications, manejo avanzado de reportes (One View Reporting), flujos de trabajo y listas de distribución Muy deseable conocimiento: JDE Orchestrator, AI...

    $1875 (Avg Bid)
    $1875 Oferta promedio
    2 ofertas

    Estoy buscando un experto desarrollador en el lenguaje de su preferencia que sepa realizar un CC CHECKER que acepten las tarjetas de walmart. No busco un scrapping y crawler sino que se puedan realizar los cargos y que estas mismas funcionen en walmart.

    $1086 (Avg Bid)
    $1086 Oferta promedio
    19 ofertas

    El trabajo consiste en hacer que una placa NodeMCU ESP8266 12E versión 3, envíe parámetros al sitio windguru.cz. La API de windguru recibe parámetros a través de solicitudes HTTP GET y para establecer comunicación se debe proveer una variable de autorización encriptada HASH MD5. Link de especificaciones del sitio web: Solo necesito que el freelancer me provea el código (+ librerías necesarias) para compilar la placa mencionada desde el IDE Arduino y trasmitir un parámetro fijo, p.e.: wind_avg = 10.5 nudos.

    $26 (Avg Bid)
    $26 Oferta promedio
    2 ofertas

    Necesito un bot en twitter que baja datos, producir un graphico y publicarlo, como cada dia o cada semana. Y despues yo lo manejo, uso python en un nivel basico....

    $577 (Avg Bid)
    $577 Oferta promedio
    16 ofertas

    Develop a stochastic model in Python to determine the behavior and charging habits of electric vehicles, and forecast their electricity demand through Montecarlo SMC simulations.

    $10 - $30
    $10 - $30
    0 ofertas
    Creacion de un checker Finalizado left

    Crear un checker que pueda confirmar la validez de las cuentas que comparando los correos con las contraseñas con parámetros JSON (correo | contraseña | incorrecto-correcto) y que cada 10 cuentas cambie la IP de mi computador para que no me pongan el IP en lista negra o me suspenda los accesos temporalmente. Debe ser capaz de importar todos los correos y contraseñas atreves de un archivo de tipo .TXT el cual tendrá los correos y las contraseñas que necesito verificar. Este programa debe estar desarrollado con interface, no hace falta que sea muy profesional, solo hace falta que sea sencilla y en español.(Si leiste la descripcion escribe un ".Zapato" [Eje: .Zapato Hola...] antes de iniciar tu oferta para saber que no eres un...

    $202 (Avg Bid)
    $202 Oferta promedio
    9 ofertas

    Mejorar 5 imágenes para sitio web Los tamaños solicitados son para móvil, table y computadora. por imagen. Incluir algunos emojis en la imágenes para dar énfasis al texto de la imagen. El texto que acompaña la imagen es en ingles. La fuente elegida para el sitio web es STC Bold. Dudas y preguntas las contesto por chat.

    $23 (Avg Bid)
    $23 Oferta promedio
    52 ofertas
    Redactores SEO Finalizado left

    ...la calidad de la redacción (gramática, estilo y ortografía), la velocidad en la entrega, y la capacidad del mismo redactor en redactar más en menos tiempo. En promedio se pueden distribuir así: 15 artículos entre 300 a 400 palabras. 4 artículos entre 500 a 600 palabras. 1 articulo de entre 1.000 a 1.200 palabras. Los artículos deben ser 100% originales, se hará prueba contra plagio (Plagiarism Checker). El segmento de mercado es el sector financiero. Los artículos a redactar tienen que ver con: Inversiones, finanzas, seguros, fiduciarias, brokers, fraudes financieros, revisiones de productos y servicios de empresas, entre otros. Tener en cuenta que son artículos SEO, y es importante que sean congruen...

    $108 (Avg Bid)
    $108 Oferta promedio
    83 ofertas