Dictionary implementation using hash tabletrabajos

Filtro

Mis búsquedas recientes
Filtrar por:
Presupuesto
a
a
a
Tipo
Habilidades
Idiomas
    Estado del trabajo
    2,000 dictionary implementation using hash table trabajados encontrados, precios en EUR

    ...Engineering drawing, product design, industrial design, technical drawing/tech pack, 3d rendering, Data science, machine learning, branding, fashion design, ux design. digital marketing, project management. All will need to have knowledge of Machine Learning to make data-driven decisions and complement the Machine Learning specialist. -Project Manager (Lean Startup): Experience in the implementation of the Lean Startup method. Ability to make informed and agile decisions. Central coordinator to ensure team alignment with project objectives. Software Developer: Experience in web and application development. Knowledge of technologies relevant to the project -UX Designer/3D Renderer/Fashion Designer: Experience in designing captivating user experiences. 3D rend...

    €679 (Avg Bid)
    Acuerdo de Confidencialidad
    €679 Oferta promedio
    8 ofertas
    Hash Pool Mining Finalizado left

    Sitio para Minería de Ctripto monedas

    €19 (Avg Bid)
    €19 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...

    €42 (Avg Bid)
    €42 Oferta promedio
    4 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.

    €6 / hr (Avg Bid)
    €6 / 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...

    €112 (Avg Bid)
    €112 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...

    €501 (Avg Bid)
    €501 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...

    €18 (Avg Bid)
    €18 Oferta promedio
    2 ofertas

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

    €9 (Avg Bid)
    €9 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.

    €29 (Avg Bid)
    €29 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...

    €37 (Avg Bid)
    €37 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.

    €531 (Avg Bid)
    €531 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...

    €28 (Avg Bid)
    €28 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

    €1286 (Avg Bid)
    €1286 Oferta promedio
    32 ofertas

    ...the best materials to give them durability in the face of weather conditions. Tennis: 4 outdoor tennis courts next to each other, will be proposed so that this sport is further enhanced in our province, illuminated to be able to practice it during summer nights, and a court with official measurements with stands to accommodate 3000 people to compete in international competitions. Table Tennis: There will be a table tennis gym to house 15 tennis tables for the simultaneous practice of this sport, with stands for 250-500 people. Chess: Heredia Sports City will have a large multipurpose room that will be used as a center for special events and will be able to host a world chess championship with up to 150 participants simultaneously. This room can be divided into smaller u...

    €154 (Avg Bid)
    €154 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.

    €63 (Avg Bid)
    €63 Oferta promedio
    1 ofertas

    ...smoothly on a variety of Android devices and network conditions, minimizing latency and optimizing video call performance. 5. Testing and Debugging: Perform extensive testing to identify and resolve issues related to plugin integration, video call quality, and other technical issues. 6. Technical Documentation: Create clear and detailed documentation to guide other developers in the implementation and use of the video call plugin. 8. Compatibility and Updates: Keep the plugin updated with the latest versions of Capacitor and resolve any compatibility issues that may arise due to Android updates or other factors. Requirements: - Solid experience in Android application development and deep knowledge of Capacitor as a mobile development framework. - Experie...

    €1150 (Avg Bid)
    €1150 Oferta promedio
    29 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

    €348 (Avg Bid)
    €348 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

    €204 (Avg Bid)
    €204 Oferta promedio
    48 ofertas

    ...design approved in the previous stage is turned into a functional user interface. Frontend developers work on implementing presentation logic, user interaction, and navigation within the application. They ensure that visual elements behave correctly and respond to user actions. Possible Alternatives: Opt for using a frontend framework or library like React, Angular, or Vue.js to expedite development and enhance maintainability, or use Flutter for native development. Consider using animations and transitions to enhance user experience and make the application more appealing. 3. Backend Development Completed (Weeks 6-7) In this stage, the focus is on building server-side logic and data management. The backend handles business logic, authentication, authorization, and com...

    €2705 (Avg Bid)
    €2705 Oferta promedio
    64 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...

    €221 (Avg Bid)
    €221 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...

    €141 (Avg Bid)
    €141 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

    €25 / hr (Avg Bid)
    €25 / 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

    €492 (Avg Bid)
    €492 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.

    €137 (Avg Bid)
    €137 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.

    €21 (Avg Bid)
    €21 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...

    €9 - €28
    €9 - €28
    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.

    €416 (Avg Bid)
    €416 Oferta promedio
    6 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...

    €21 (Avg Bid)
    €21 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

    €176 (Avg Bid)
    €176 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:

    €14 - €19
    €14 - €19
    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.

    €9 (Avg Bid)
    €9 Oferta promedio
    1 ofertas

    Fecha de entrega para el Viernes 11/11 8am

    €14 / hr (Avg Bid)
    €14 / hr Oferta promedio
    1 ofertas

    Necesito relacionar dos llaves foraneas a una misma tabla.

    €34 (Avg Bid)
    €34 Oferta promedio
    2 ofertas

    I need a scraping system to search for certain information on certain websites, process it and show it to the end user. The idea would be that the user configures certain filters through the web panel, which will be sent to the scraping system. Depending on these filters, some routes or others will be scraped within the same websites. When the system gets results, it should notify the end user via email and display the results in the web panel. The scraping system has to be working constantly (on different servers, forming a cluster), to obtain agility in updates and notifications. Therefore, I you would need the web system, the scraping system and the processing (and saving) system so that all the information obtained is sent back to the web and, in addition, sent by email.

    €13 / hr (Avg Bid)
    €13 / hr Oferta promedio
    16 ofertas

    ...queries, stored procedures, views, functions, and performance tuning. Selected candidates will attend targeted SAP ADMMT training (if not qualified). Experience working in a team-oriented, collaborative environment. Education: - Bachelor’s Degree in Computer Science or related field or equivalent work experience. Minimum requirements: - 10+ years’ experience in large projects of development, implementation or migration of data, experience. - Experience with SQL Server and SQL Server Management Studio (SSMS). - Advanced knowledge of T-SQL, design of complex queries, stored procedures, views, functions. - Expertise with data migration projects and complex SQL programming/debugging is very important. - Proactivity, commitment and autonomy, you have to be responsible fo...

    €15385 (Avg Bid)
    €15385 Oferta promedio
    4 ofertas

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

    €187 (Avg Bid)
    €187 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.

    €278 (Avg Bid)
    €278 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.

    €60 (Avg Bid)
    €60 Oferta promedio
    6 ofertas

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

    €23 / hr (Avg Bid)
    €23 / 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...

    €17 / hr (Avg Bid)
    €17 / 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...

    €278 (Avg Bid)
    €278 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...

    €738 (Avg Bid)
    €738 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!

    €418 (Avg Bid)
    €418 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 ...Java o lenguaje 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 Orchestra...

    €1734 (Avg Bid)
    €1734 Oferta promedio
    2 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.

    €24 (Avg Bid)
    €24 Oferta promedio
    2 ofertas

    ...3-5 of us would be operating the platform to manage the website, sales, inventory, quotes, customer follow-up, carry out marketing campaigns, coordinate e-learning courses, etc. We expect a volume of 300-600 sales per month and approximately 200-500 individual users/visits per month. We attach an outline of our project divided into phases of implementation. Our current priority is to implement this first phase as soon as possible to start using the platform productively. We would be grateful if you would quote us in this segmented scheme and, if possible, by the hour. We look forward to your comments and welcome your suggestions....

    €19 / hr (Avg Bid)
    Local
    €19 / hr Oferta promedio
    3 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....

    €534 (Avg Bid)
    €534 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.

    €9 - €28
    €9 - €28
    0 ofertas

    ...Importante experiencia en la creación de Flujos y automatizaciones típicas en el sector EDU. Se requiere Implementación y formación posterior al equipo de ventas. Gracias. Detalles de la implementación: ***Open only for developers who speak Spanish, because they have to train our team after the implementation.*** Thank you! ...

    €15 / hr (Avg Bid)
    €15 / hr Oferta promedio
    6 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.

    €21 (Avg Bid)
    €21 Oferta promedio
    52 ofertas