Task scheduling problem greedy algorithmtrabajos

Filtro

Mis búsquedas recientes
Filtrar por:
Presupuesto
a
a
a
Tipo
Habilidades
Idiomas
    Estado del trabajo
    2,000 task scheduling problem greedy algorithm trabajados encontrados, precios en USD

    Necesito desarrollar una aplicación que utilice google maps para encontrar personas en base a su ubicación actual y en tiempo real, que tenga la funcionalidad de crear un perfil asi como tambien iniciar la sesión, que el usuario pueda agregar imagenes y videos al perfil y que tenga reseñas y una barra de estrelleas para poder calificar al usuario. una bandeja de mensajes y notificaciones. Dejaré un documento para mostrar basicamente como deberia ser en un principio, aun no tengo el nombre y el logo tampoco pero eso por el momento no me preocupa agregarlo al instante. Necesito trabajar con alguien que pueda hacer el trabajo de desarrollo por partes ya que podre pagar de a poco el proyecto. Quisiera desarrollar esta app en Flutter si es posible ya que me...

    $557 (Avg Bid)
    $557 Oferta promedio
    50 ofertas

    We need a freelancer to carry out a simple task. It is about verifying that a shipment matches against a packing list. The Freelancer must go to the factory or warehouse where the shipment is located, count the products and take photos according to a manual that we will send; stay in the factory or warehouse until the containers are filled out and take pictures of the loading process according to the manual we would provide

    $104 (Avg Bid)
    Local
    $104 Oferta promedio
    3 ofertas

    ...involve designing a home, and I require both 2D blueprints and 3D models. Key aspects of the project: - Home design from scratch - Creation of comprehensive 2D architectural plans - Creation of detailed 3D models The ideal candidate will have: - Extensive experience in residential design - Proficiency in 2D and 3D architectural design - Strong attention to detail - Creative problem-solving skills....

    $3624 (Avg Bid)
    $3624 Oferta promedio
    25 ofertas

    ...agencia de tours. I am seeking a Freelancer proficient in Spanish to identify and engage with Spanish-language blogs and websites that accept guest posts. The objective is to secure quality backlinks to enhance the online visibility of a tour agency based in Chiang Mai, Thailand. This agency specializes in offering tours in Chiang Mai and Northern Thailand, facilitated by Spanish-speaking guides. The task involves pinpointing suitable websites for guest posting and publishing the content I will supply, aiming to generate backlinks to our tour agency's website....

    $3 / hr (Avg Bid)
    $3 / hr Oferta promedio
    38 ofertas

    Hola , Espero que te encuentres bien. Estoy buscando un desarrollador talentoso que pueda ayudarme a crear un sistema de gestión de consultas médicas y citas similar a DoctorCliq, con algunos cambios específicos para adaptarlo a mis necesidades. El sistema debe tener las siguientes características principales: Gestión de citas: Capacidad para programar, modificar y cancelar citas médicas de manera eficiente, tanto para pacientes como para médicos. Historias clínicas electrónicas: Un sistema para almacenar y acceder fácilmente a la información médica de los pacientes, incluyendo diagnósticos, tratamientos y notas clínicas. Facturación: Funcionalidad para generar facturas y realizar ...

    $1158 (Avg Bid)
    $1158 Oferta promedio
    88 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...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 ...

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

    I'm looking for a freelancer Arduino expert who can help me update and modify Arduino code. Here are the details: This is a project similar to turning a lamp on and off with a button, but inst...hand, again, and then the LED strip turns off and the servomotors return to the initial position. I can send you the Arduino code that I want to modify but that doesn't work the way I want. To be successful in this project, the following are the requirements: Skills and Experience: - Strong Arduino programming experience - Experience in programming interactions with presence sensors - Excellent problem solving and debugging skills - Good understanding of effective coding and optimization strategies If you have all this skill set, I look forward to working with you and improving ...

    $32 (Avg Bid)
    $32 Oferta promedio
    9 ofertas
    Odoo trouble shooting Finalizado left

    I have this problem with odoo when I add a brand to a product for example. RPC_ERROR Odoo Server Error Traceback (most recent call last): File "/opt/odoo16/odoo/odoo/", line 983, in get cache_value = field_cache[record._ids[0]] KeyError: 563982 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/odoo16/odoo/odoo/", line 1160, in __get__ value = (record, self) File "/opt/odoo16/odoo/odoo/", line 990, in get raise CacheMiss(record, field) : '(563982,).active' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/odoo16/odoo/odoo/", line 1583, in _serve_db return service_model

    $35 (Avg Bid)
    $35 Oferta promedio
    8 ofertas
    Api data info Finalizado left

    There is a software that sends authentication information to a WEB API, that server retur...that 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

    I am looking for a freelancer to help me with managing my personal social media accounts, specifically on Facebook. Skills and Experience: - Experience in social media management - Knowledge of Facebook's algorithm and best practices - Creative and engaging content creation - Ability to schedule and post updates once a week - Familiarity with personal branding and storytelling on social media platforms would be a plus.

    $336 (Avg Bid)
    $336 Oferta promedio
    30 ofertas
    MySQL/MariaDB SQL TASK Finalizado left

    ...alphanumeric sequence, and it denotes the category of the dish (e.g., appetizer, main course, dessert). PRICE is a numeric field indicating the cost of the dish. Execute the following statement: INSERT INTO DISHES (CODE, name, type, price) VALUES ('D0001', 'Italian Spaghetti', 'Main Course', 12.99); Does it work? If not, identify which integrity rule is not being met and modify the statement to solve the problem. Create the following table: EMPLOYEES (ID, name, surname, role, restaurant_code) Note that ID is the primary key. It is a numeric field and must be AUTO_INCREMENT. Note that the field ‘restaurant_code’ is required. This field needs to have the same type as RESTAURANT (CODE), but you don't have to create the foreign key at th...

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

    ...so the user will not be prompted to enter their username and password again . All this in WordPress, which never logs out of that system. Also indicate that when I make an iframe in my wordpress to the link of the web system I get a message (the connection was rejected or something similar) I have searched for information and they tell me that there is a way to make an iframe if I have that problem ================================================== Tengo un sistema web al que normalmente accedo mediante un usuario y contraseña (ojo no tengo código del sistema ni nada solo tengo el acceso). Quiero integrar este sistema en mi sitio de WordPress utilizando un iframe. Esto significa que insertare un iframe en una página de WordPress que cargará el con...

    $85 (Avg Bid)
    $85 Oferta promedio
    11 ofertas
    Linja con IA Finalizado left

    I have the game manually implemented in full, but I need to adapt it so that one of the players is the AI using a minimax algorithm with alpha-beta pruning. I'm having trouble making the necessary adjustments to get it to work, and I was wondering if you could help me adapt the code

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

    Estoy tratando de implementar el login de facebook bussiness para crear una aplicacion que conecte el chat de facebook, instagram y whatsapp. Estoy haciendo los pasos correctos, estoy validado como empresa en Meta developers, y cuando creo el boton de login en lugar de solicitarme los permisos de la aplicacion recibo "este contenido no esta disponible". En el dashboard mando llamar el login de facebook como se debe. Al probarlo en una aplicacion consumer funciona bien pero al hacerlo en una aplicacion tipo bussiness y añadir el config id no funciona correctamente y recibo el error "el contenido no esta disponible". Requiero que la persona que tome el proyecto nos ayude de manera remota a explicarnos el proceso a realizar para implementar correctamen el inicio d...

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

    ...comercial), el modelo de casos de uso (diagrama de casos de uso UML para cada flujo de trabajo). , el modelo de dependencia (diagrama de componentes UML, para determinar la relación entre todos los modelos conceptuales). . Después de modelar el software, se documenta la biblioteca de clases para cada objeto de información y flujo de negocios. . Posteriormente se creará un plan de implementación (scheduling) con herramientas de gestión de proyectos: EDT, PERP y Gantt, que servirá al equipo directivo para la planificación, seguimiento y seguimiento según la metodología de desarrollo: SCRUM, RUP, XP. La persona a contratar debe conocer las diferentes áreas de un mercado para definir la plataforma para su ...

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

    ...trabajar de manera independiente y en colaboración con otros equipos, como diseño y desarrollo. - Habilidad para comunicarse efectivamente y presentar ideas técnicas de manera clara y comprensible. - Capacidad para adaptarse a cambios rápidos y aprender nuevas tecnologías y conceptos relacionados con el desarrollo de plugins. --- As a Capacitor plugin developer, you will have the exciting task of creating a component that will allow you to receive video calls in our Capacitor-based mobile apps. Responsibilities: 1. Plugin Design and Development: Design and develop a Capacitor plugin that enables video call functionality in Android applications. This includes creating application programming interfaces (APIs) and implementing ...

    $1243 (Avg Bid)
    $1243 Oferta promedio
    29 ofertas

    ...version of Laravel and implement electronic invoicing functionality using its corresponding package. The electronic invoicing should include the following document types: electronic invoice, electronic ticket, credit note, debit note, and document reception. Each of these documents should be developed as a separate module. * fix the vendor files as they have multiple issues. attash a file of the problem.* To modify the emergency buttons or quick access buttons on the left side, provide them with the correct access and update them"" i will leave some example for the modificate...

    $219 (Avg Bid)
    $219 Oferta promedio
    29 ofertas

    Necesitamos poner odoo desde nginx y esta dando un error que simplemente n nos permite continuar a usarlo con el puerto 80 y 443, necesitamos dejar corriendo odoo con solamente el dominio o bien la ip con puerto invisible We need to put odoo from nginx and it is giving an error that simply does not allow us to continue using port 80 and 443, we need to let odoo work with only the domain or the ip with an invisible port

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

    ¿Eres una persona organizada, creativa y comprometida? Estoy buscando una asistente virtual que pueda colaborar conmigo durante 3-4 horas al día. Como Account Manager, mi trabajo es exigente y necesito alguien que pueda ayudarme a mantenerme enfocada y productiva. Responsabilidades: Conexión en Videollamada: Estaremos conectados en videollamada durante las horas de trabajo (la cámara puede estar apagada si lo prefieres). Tu papel será asegurarte de que mantengo mi enfoque y cumplo con mis tareas diarias. Creación de Contenido para Blogs: Mientras estamos en línea, también colaborarás en la creación de contenido para blogs. Si tienes habilidades de escritura y un toque creativo, ¡esto es para ti! Soporte en Tare...

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

    ...------------------------------------------------------------------------------------- Project description: ****** It is a project which requires that it be ready by Tuesday or Wednesday ****** I am looking for an independent professional with the ability to create databases using MySQL and developing a code in Java (NetBeans) to generate reports using some processes which I will indicate. Your task if you decide to accept it is to create the database with a theme which I will show you privately and after that, develop the code in Netbeans to generate reports using NetBeans, I have an unfinished project but which shows which processes are they have to use, reports must be generated from java, when the reports are generated you must also make some indications to show specific data...

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

    We need a freelancer to carry out a simple task. It is about verifying that a shipment matches against a packing list. The Freelancer must go to the factory or warehouse where the shipment is located, count the products and take photos according to a manual that we will send; stay in the factory or warehouse until the containers are filled out and take pictures of the loading process according to the manual we would provide ---- Tendremos proyectos en esta zona, necesitamos alguien para llevar acabo una simple tarea, se trata de revisar que la carga concuerde con los documentos de embarque, la persona debe de ir a la fábrica o bodega donde está el embarque, contar los productos, tomar fotos de acuerdo con un manual que mandaremos, quedarse en la fabrica o bodega hast...

    $80 - $250
    Local
    $80 - $250
    0 ofertas
    Web scrapping Finalizado left

    ...able to specify the search criteria, such as location, publication date, and job type, to focus the data extraction on their specific requirements. This configurability will enhance the script's versatility and usefulness. Daily Execution and Automation: To ensure that the data is regularly updated, the script will be scheduled to run daily. It can be automated using a scheduler library or a task scheduling tool. By setting up a daily execution, the script will keep the database up-to-date with the latest course information from Indeed. By developing this project, you will have a powerful Python script that can be executed daily to extract job offers information from Indeed, store it in a MongoDB database, and provide the flexibility to customize the search paramete...

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

    Por alguna razón, dejó de funcionar y actualizarse el https en mi dominio y necesito que siga actualizándose letscrypt. Es algo simple de solucionar me imagino.

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

    ...credit/debit cards, PayPal and cash as means of payment. In addition, a product delivery service is required. The platform must have the possibility of customizing products and sending the manufacturing order to maquilas. I am looking for the perfect developer to create a custom back office system that meets these needs and helps achieve sales goals. If you think you are the right candidate for this task, send your proposal and show me how you can turn this platform into an experience with high business opportunities. We are also open to questions about the requirements....

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

    Hola necesito una persona que conozca react native y pueda publicar apps en ios con mac The task would be to publish the React Native app on IOS. I prefer a Spanish speaking freelancer.

    $15 - $25 / hr
    Sellado
    $15 - $25 / hr
    46 ofertas

    ...domain and hosting. I need a web page in wordpress to later upload it to the hosting so that it is ready to use. You have to download the images and texts and upload them in the new wordpress template, using the same colors, the same menu, skin, etc. I will deliver the texts in Spanish, so preferably I need someone who can understand Spanish. Now if the language is not a problem for this type of work, there is no problem in English. ---------------------------------------------------------------------------------------------------------- Tengo el dominio y hosting. Necesito una página web en wordpress para luego cargarla al hosting para que quede lista para usar. Hay que descargar las imágenes y los textos y subirlos en la nueva plantilla de wordpress, uti...

    $159 (Avg Bid)
    $159 Oferta promedio
    48 ofertas
    Project for Stephen H. Finalizado left

    PowerPoint Presentation Task

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

    We bought a Plug-In and it is incompatible with my mailbox. RunGrand (WordPress) and the main extension gives me a fatal error. We need a reliable programmer who can solve the problem for us quickly.

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

    Necesito un bot de comercio de acciones/ETF de actividad de información privilegiada en la API de TWS de Interactive Broker, luego prueba retrospectiva y prueba futura utilizando Python backtrader y el motor LEAN de QuantConneact SDK oficial de Python proporcionado por IBKR, y una exportación CSV de terceros de la actividad interna API para datos de acciones históricas, Python BT ...acciones/ETF de actividad de información privilegiada en la API de TWS de Interactive Broker, luego prueba retrospectiva y prueba futura utilizando Python backtrader y el motor LEAN de QuantConneact SDK oficial de Python proporcionado por IBKR, y una exportación CSV de terceros de la actividad interna API para datos de acciones históricas, Python BT u otras bibliotecas ...

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

    Le Guide Noir ayuda a las empresas a aumentar su rentabilidad a través de la centralización en un solo software de distintas herramientas para la gestión de sus redes sociales. Desde el departamento de producto, buscamos un perfil híbrido UI/Frontend Developer para seguir mejorando nuestra plataforma. Colaborará en los nu...plataforma. Participarías en todo el proceso, desde la fase de diseño, maquetación, pasando por la creación de especificaciones técnicas para los programadores, hasta las últimas fases revisión final y lanzamiento de producto. Requisitos mínimos: Nivel alto de HTML5, CSS3, Bootstrap Figma Inglés nivel alto. Al menos 6 meses de experiencia previa trabajando en puesto simil...

    $737 (Avg Bid)
    $737 Oferta promedio
    43 ofertas

    Estimados clientes, gracias por visitar nuestro sitio web, brindamos servicios de traducción en varios idiomas. así que si tiene este servicio de traducción con nosotros, estará satisfecho con nuestros servicios.

    $15 / hr (Avg Bid)
    $15 / hr Oferta promedio
    31 ofertas

    Hola Pablo, como estas? Te escribo porque tengo que crear un reporte, usando VBA, para solucionar un problema que busca solucion optima ocupando el metodo greedy heuristic. Por casualidad me podras ayudar con esto?

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

    El task consiste en darle voz a 5 guiones de 10mn previamente redactados. La voz será usada para la creación de videos y su publicación en medio digitales. El idioma de los guiones es en español, por ende, requiero que tengas voz profesional y un español fluido, preferentemente nativo. Incluye evidencia de tu trabajo. Por favor.

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

    Tengo el siguiente proyecto. Tengo un complemento que es una pasarela de pago local. Esta funciona sin problema, pero el proceso de pago es muy confuso. Por tal motivo quiero modificarlo cambiando...proyecto. Tengo un complemento que es una pasarela de pago local. Esta funciona sin problema, pero el proceso de pago es muy confuso. Por tal motivo quiero modificarlo cambiando el orden en que se presenta el proceso de pago. En la imagen adjunta se aprecia mejor el requerimiento. --------- I have the following project. I have a plugin which is a local payment gateway. This one works without any problem, but the payment process is very confusing. For this reason I want to modify it by changing the order in which the payment process is presented. The attached image shows the requireme...

    $38 (Avg Bid)
    $38 Oferta promedio
    8 ofertas
    SOPIFY HELP Finalizado left

    I’m trying to place some test orders on my shopify store, and I cannot place orders because Shopify is saying their address is invalid. I have validated them, they are valid addresses. There is NO problem with the address. None. It is for local delivery, not shipping. The store is a Dark Kitchen. Anyone have any ideas? Top budget $100USD

    $135 (Avg Bid)
    $135 Oferta promedio
    62 ofertas

    Su funciones son: -Diseñar proyectos simples que luego de los envía al equipo técnico -Supervisar este trabajo -Resolver las dudas técnicas -Definir metodologías y técn...recursos y plazos -Desarrollar planes para los proyectos -Dirigir el equipo -Gestionar riesgos, problemas y cambios del proyecto -Supervisar el progreso Sus competencias: -Liderazgo -Trabajo en equipo -Organización -Comunicación -Gestión de conflictos -Capacidad de delegar -Conocimiento en evaluación y métricas Un Project Manager debe saber sobre design thinking, problem solving y metodologías ágiles como scrum. El Product Manager crea un plan de producto el cual el Project Mana...

    $977 (Avg Bid)
    $977 Oferta promedio
    10 ofertas
    TASK OF TIMINGSYS.COM Finalizado left

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

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

    Tengo un problema con el plugin hummingbird al llenar un formulario AJAX. después de 24 horas, el formulario deja de funcionar y debo limpiar la cache.

    $28 (Avg Bid)
    $28 Oferta promedio
    3 ofertas
    Trophy icon Neon effect art Finalizado left

    ...previous design work. I'm mainly looking to replicate the neon effect of the attached pieces. There are two attachments as a base: 1. "Original." In this file, you can see the first approach to the neon effect in the "Initial" folder and the desired final effect in the "Final" folder 2. "New". The two objects found in this file are the ones you want to apply the desired neon effect to. This task is a test to select the designer that best achieves the desired effect in two simple figures. Later the tasks for the complete work will be created. If you wish to participate in the selection, please send the value of taking the test and presentation portfolio. Files:

    $50 (Avg Bid)
    Garantizado Concurso principal
    $50
    63 participaciones
    Task Money App Finalizado left

    Quiero una app tanto para navegadores como apk descargable, son apps de inversiones donde las personas pueden comprar membresías y ganar dinero realizando tareas, quiero que tenga un panel de administración para poder editarla y administrar todo. Por favor entren al link de la app para que miren su funcionamiento :// Estás apps salen diario y son denominadas sistemas ponzi

    $3119 (Avg Bid)
    $3119 Oferta promedio
    17 ofertas
    Emulador Task Manager Finalizado left

    Un proyecto pequeño en donde se trata de emular el administrador de tareas de windows 10 y ademas se pueda sincronizar tambien con un servicio web tipo REST (XML)

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

    Tengo un chatBot con WhatsApp y el usuario al registrarse en el chatBot debe proporcionar su codigo PIN o clave de acceso, busco un experto que tenga idea de como poder suprimir este mensaje en espeficico para no quedarse en el chat por cuestiones de seguridad, estoy usando la librería es de Pedros Lopez NOTA: Postulate si lo puedes solucionar con alguna experiencia que sea o propuesta, mi presupuesto es de 40USD. Cualquier solución me encantaría

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

    ...+/- one degree around a central coordinate of your choice. o After all points have been generated, the “generate point” function calls a “sort and count” function. o The “sort and count” function checks in which quadrants the points fall: north-west, north-east, south-west or south-east of your central coordinate. o The sum of points for each quadrant are displayed on the website. and the other task Explore the data o Access the JSON dataset from Movebank that is returned from this REST URL: vidual_local_identifiers=4262-84830876&individual_local_identifiers=1163- 1163&individual_local_identifiers=2131-2131&sensor_type=gps o explore the data with your browser and answer the following questions: o The tracks of which

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

    Quiero aprender a crear plataformas de inversión con cryptos como cloud mining, double BTC y task app que son aplicaciones que pagan por ver videos o de apuestas deportivas

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

    Se requiere asistencia en IPSec MikroTik Problema de confecciones múltiples Rb750g3 no admite varios trabajando juntos

    $21 / hr (Avg Bid)
    $21 / hr Oferta promedio
    12 ofertas

    Hello, I need to adapt a FoV (Field of Vision) c++ algorithm to visual basic 6, it is for a game. The code is written and documented: And it is necessary to adapt it to VB6. Hola, necesito adaptar un algoritmo de c++ de FoV (Field of Vision) a visual basic 6, es para un juego. El codigo esta escrito y documentado: Y es necesario adapartarlo a VB6. Estructura del contenedor de luces. MapBlock(X as integer, Y as integer) - Range of map X 1-100 * Y 1-100 Blouqueado as boolean - Container variable indicating the blocked tile LuzEngine(1 to 4) D3DColorValue o Long - Variable that contains the light information broken down into each vertex 0----1

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

    Necesito ayuda con la siguiente tarea: Se adjunta planilla Task. -Programación Python y utilizando librería NLP (Fuzzy Matching o la opción que mejor funcione) -La primera parte es relacionar cada celda de la columna "Topic Name" (columna F) de pestaña TASK3B con "subcategories" (columna B) de la pestaña TASK3A y que complete la columna A de TASK3A "category" con el dato que corresponda de la columna D "Category" en pestaña TASK3B. -La segunda parte es (en pestaña TASK3B) asignar cada Topic a subcategory más adecuada de las diversas que se haya identificado en el paso anterior. En el caso que haya varias subcategory adecuadas es viable duplicar la línea. -Los topics que tienen un...

    $60 (Avg Bid)
    $60 Oferta promedio
    4 ofertas
    C# Task Windows Finalizado left

    Buenas Federico, cómo has estado? Qué tal estás con C#, trabajas con ese lenguaje ?

    $10 (Avg Bid)
    $10 Oferta promedio
    1 ofertas
    Excel Expert. Finalizado left

    I have a DB in excel. There are many register that includes Type and date and hour. I may get the response time in between. The problem is that in the range, there are many trash register that needs to be removed. Example: Normal must be: Call 1 - 20/feb - 9:40am Cancel - 20/Feb - 9:43am So it means it is 3 minute attending. However, the Database has trash register like: Call 1 - 20/feb - 9:40am Call 1 - 20/feb - 9:41am Call 1 - 20/feb - 9:41am Call 1 - 20/feb - 9:42am Cancel - 20/Feb - 9:43am So it means the attending is 3 min. so we need to remove the trash data. Only analyze the min of that data range.

    $21 (Avg Bid)
    $21 Oferta promedio
    10 ofertas
    Social media posts Finalizado left

    Clinica medica de transplante de cabello. Necesitamos crear contenido nuevo en las redes sociales y alguien que tenga ideas, y pueda apoyar al equipo. Scheduling, Content creation,

    $8 / hr (Avg Bid)
    $8 / hr Oferta promedio
    53 ofertas