Discrete element method coursetrabajos

Filtro

Mis búsquedas recientes
Filtrar por:
Presupuesto
a
a
a
Tipo
Habilidades
Idiomas
    Estado del trabajo
    2,000 discrete element method course trabajados encontrados, precios en USD

    Para un proyecto desarrollado con Ionic Córdoba queremos implementar el pagamento con Apple Pay ya gran parte está desarrollando pero algo está faltando ya que no se logra terminar de completar el pago porque hace falta el Payment method de stripe

    $294 (Avg Bid)
    $294 Oferta promedio
    13 ofertas

    Necesito un plugin para que pueda generar un formato a un input de RUT CHILENO y que a su vez pueda verificar si ese RUT existe o es valido La ideas es mediante un input un usuario escriba e...este vaya formateando dependiendo si es de 9 digitos u 8 digitos Que realice la comprobación al finalizar (interna) y me arroje un error o no, si esta correcto. (mediante un si o no, o con una cadena de texto que pueda extraer que diga "rut erroneo" o "rut valido") (el input debe poder cambiarse de estilo, bordes, colores, background, tamaño de letra, etc.) Además este plugin debe tener un element accion donde pueda guardar en la base de datos el RUT sin formato Y también pueda validar como condicional "cuando RUT sea incorrecto" e...

    $104 (Avg Bid)
    $104 Oferta promedio
    12 ofertas

    ...co/en/docs/colombia/fuentes-de-pago/ B) Functions Frontend: Payment method: Integrate Wompi's recurring payment method into the PrestaShop frontend so that users can select it during the checkout process for certain products. Backend: 1. Module configuration: • Integration of Wompi's public/private keys for authentication. • Selection of environment (sandbox or production) for testing and live deployment. 2. Customer and payment token list: Create a section in the PrestaShop backend where a list of registered customers along with their respective payment tokens can be viewed. 3. Transaction history: Record and display a transaction history in the PrestaShop backend for transactions made using Wompi's recurring payment method, includi...

    $525 (Avg Bid)
    $525 Oferta promedio
    11 ofertas
    PROYECTO DE REDES Finalizado left

    ...Subred 5 349 Subred 6 475 Subred 7 1009 Subred 8 724 Subred 9 1478 Subred 10 374 Subred 11 1561 Subred 12 1985 Subred 13 1226 Subred 14 971 Subred 15 1745 Subred 16 2 Subred 17 578 Subred 18 1308 Subred 19 1882 Subred 20 2031 Subred 21 1173 Subred 22 760 Subred 23 989 Subred 24 5 Subred 25 3 Dispositivos IOT HomeGateway SBC Floor Sprinkler x Se activa con Heat Element Ceiling Sprinkler x Se activa con Heat Element Smoke Sensor x Se activa con el carro encendido y humo Ventana x Puerta x Parlante x Cafetera x Aire acondicionado x Arból de Navidad con Leds x...

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

    ...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 rendering skills to ...

    $725 (Avg Bid)
    Acuerdo de Confidencialidad
    $725 Oferta promedio
    8 ofertas

    Necesito trasladar a la tabla Excel adjunta un listado de todas las empresas que aparecen en un buscador público (). Además del nombre, para cada empresa necesito que se indiquen dos cosas que aparecen en el propio buscador: (i) el municipio en el que se encuentra y (ii) el enlace a su autorización más reciente.

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

    ...minimum 500 USD/month with the objetive completion. This job is ideal for: - Bilingual English-Spanish speakers, as the courses are conducted in Spanish - Professionals who understand digital marketing and sales targeting intermediate level professionals - Individuals who can convince potential clients of the course's value, and ensure we reach our goal of 50 sales per month Materials used for the course will include PowerPoint presentations, PDF Documents, as well as pre-recorded videos. As such, familiarity with these formats and an understanding of their benefits for participants would be an advantage. This is a sale so that these courses are paid by companies to their workers, a simpler sale than going directly to the professional....

    $4 / hr (Avg Bid)
    $4 / hr Oferta promedio
    25 ofertas
    Odoo trouble shooting Finalizado left

    ...dels/", line 154, in _dispatch result = endpoint(**) File "/opt/odoo16/odoo/odoo/", line 696, in route_wrapper result = endpoint(self, *args, **params_ok) File "/opt/odoo16/enterprise/odoo/addons/web/controllers/", line 42, in call_kw return self._call_kw(model, method, args, kwargs) File "/opt/odoo16/enterprise/odoo/addons/web/controllers/", line 33, in _call_kw return call_kw([model], method, args, kwargs) File "/opt/odoo16/odoo/odoo/", line 462, in call_kw model.env.flush_all() File "/opt/odoo16/odoo/odoo/", line 732, in flush_all self._recompute_all() File "/opt/odoo16/odoo/odoo/", line 728, in _recompute_all self[field.model_name]._recompute_field(field) File &qu...

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

    ...fitness and nutrition application. The main features of the app should encompass: - Exercise Tracking: Ability to log and monitor different workouts. - Meal Planning: Functionality that allows users to plan their daily meals. - Progress Tracking: Tools to monitor users' weight and fitness progress over time. - Video Gallery: A media gallery for workout videos. - Payment Gateway: A secure method for in-app transaction handling. - Weight Tracking: Feature that records users' weight changes. - Graphical Reports: Visual reports showcasing user fitness and health progress. - Chat Functionality: A built-in communication platform for user interaction. - Photo Evolution: Allow users to upload progress pictures to document their journey. - Notifications: Push-notific...

    $4577 (Avg Bid)
    $4577 Oferta promedio
    81 ofertas
    MySQL/MariaDB SQL TASK Finalizado left

    ...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 sequence, it is required, and it is unique. TYPE is an 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...

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

    ...allows evaluating the Mohr circle at a specified point of a Simply Supported Beam type element, at a specific height of the section and allowing it to be rotated by a desired angle. For this, the program must consider a beam made of THREE materials in type I section and heights and thicknesses specified by the user. • It must be programmed in Matlab code. • Should be applicable to any Simply Supported beam. The beam must have one ascending and one descending triangular load, one rectangular load, two point loads and at least one bending moment. • Diagrams of shear, moment, rotation and vertical deflection of the selected beam must be included. • Graphs of axial and shear forces must be included in the element. • The Mohr circle graph should have t...

    $91 (Avg Bid)
    $91 Oferta promedio
    3 ofertas

    Locución de Guión y limpieza del audio grabado

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

    Necesitaría desarrollar un plugin para Moodle de tipo availability (restricción o disponibilidad de acceso) por tiempo de conexión usando la función del plugin "course dedication"

    $154 (Avg Bid)
    $154 Oferta promedio
    18 ofertas
    Outro Masters Course Finalizado left

    Locución guión aportado por cliente, limpieza y edición de audio

    $38 (Avg Bid)
    $38 Oferta promedio
    1 ofertas
    Web scrapping Finalizado left

    ...all the required information is captured accurately. Be aware that the data comes from Indeed's job offer page, not just from the description card. Remember to develop the technical necessities to avoid the captcha system. MongoDB Integration: The extracted data will be stored in a MongoDB database. The script will establish a connection to the MongoDB server and create a collection to store the course information. For each job offer, a document will be created and inserted into the collection. The database integration will allow for efficient storage, retrieval, and querying of the collected data. Incremental Updates: The script will be designed to perform incremental updates to the database. Instead of retrieving all jobs listings every time it runs, it will only fetch t...

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

    Necesito hacer mejoras (upgrade) a un juego en web desarrollado en Open Element/PHP/JS/View para que funcione en un 100% bien y algunos agregados al diseño actual de la interface con el jugador para hacerlo más interactivo, amigable y fluido. Si bien actualmente el juego funciona,o hay que hacerle algunas mejoras para que sea más interactivo y didactico, mejorando por un lado su desarrollo de software actual que es un poco viejo (una alternativa posible es pasarlo a Unity, React.js y Node.js,etc?) pero tambien mejorando el diseño o interface con los jugadores para hacerlo mas atractivo y comprometedor. Como perfil de freelancer busco alguien que sea parte de un equipo que complmente los temas de programacion con los temas de diseño, que sea de ha...

    $521 (Avg Bid)
    $521 Oferta promedio
    24 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

    ...color. They will be used in a coloring book for kids. Bold, cute and nice drawings are a must for this project to attract kid's imagination and interaction. Extremely simple lines. Graphics should talk by themselves! No signatures. No backgrounds. We will provide for each drawing a real life picture (see attached samples of images we will provide). You have the liberty to change the view but the element MUST look like the original if you simplify its form. ====================================== DETAILS: 1. Upon award, we will create sequentially a number of milestones of 25€ (euros) each, one at a time and per fully finished and delivered set of 10 drawings with all original layered files. We will work in simple steps for each character and milestone: A.- We ...

    $108 (Avg Bid)
    $108 Oferta promedio
    1 ofertas
    Academia online Finalizado left

    Academia online course online academy online curso online

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

    POSICIONAR EN GOOGLE UNA TIENDA ONLINE DE INFORMATICA Estimo dos meses de plazo de entrega. quiero optimizar la pagina porque es nueva, por supuesto es a largo plazo pero una vez arrancado ya seguire yo. Español o inglés --- POSITION AN ONLINE COMPUTER STORE IN GOOGLE I estimate two months of delivery time. I want to optimize the page because it is new, of course it is long term but once started I will continue. Spanish or English

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

    Rapdise is a music streaming platform that integrates a marketplace to b...products. We are looking for a multi-skilled programmer with experience in Angular, SCSS and JavaScript, as well as knowledge of node.js, Express and MongoDB. The goal is to add a system for buying and selling custom services with Stripe and Paypal payment gateway. We want it to be simple and effective, similar to the Fiverr system. In our case it should not be complex since it is a secondary element of the platform. The work will consist of developing an Angular module (Frontend) as well as the creation of the necessary Models and Endpoints in the Backend using node.js, MongoDB and Express. It should be integrated with Stripe and Paypal. Our budget is 250 - 400 €. The maximum expected timeframe ...

    $560 (Avg Bid)
    $560 Oferta promedio
    25 ofertas
    Curso virtual en H5P Finalizado left

    Necesito diseñar un curso virtual usando la herramienta course presentation de H5P e instrucciones para actualizar el contenido. Entrego el guión instruccional con los detalles.

    $11 / hr (Avg Bid)
    $11 / hr Oferta promedio
    12 ofertas
    Mantenimiento a Odoo Finalizado left

    ..."/home/odoo/src/odoo/odoo/", line 515, in response_wrap response = f(*args, **kw) File "/home/odoo/src/odoo/addons/web/controllers/", line 1346, in call_button action = self._call_kw(model, method, args, kwargs) File "/home/odoo/src/odoo/addons/web/controllers/", line 1334, in _call_kw return call_kw([model], method, args, kwargs) File "/home/odoo/src/odoo/odoo/", line 390, in call_kw result = _call_kw_multi(method, model, args, kwargs) File "/home/odoo/src/odoo/odoo/", line 377, in _call_kw_multi result = method(recs, *args, **kwargs) File "/home/odoo/src/user/dev-xtb/mx_pos_facturae_ee/wizard/", line 126, in create_invoice_from_pos res = ticket_ids.with_context( ...

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

    We want someone who can create 5 basic characters for us to use with Adobe Character Animator. As we understand, the characters can be created with photoshop, using existing templates. It's not that the characters look exactly like us, of course. We only want 5 characters that generally resemble the 5 people that we are going to make the videos with them later.

    $408 (Avg Bid)
    $408 Oferta promedio
    58 ofertas
    PHP backend developer Finalizado left

    ...compartiendo con nosotros una cuenta de Github con código. Por favor añade en la propuesta la palabra "Aurora" para confirmar que leíste la descripción. English: Hi! We are a small fintech/crypto startup. We are looking for a backend profile to join us part time. We are looking for you to have knowledge in PHP, specifically Laravel/Symfony and development methodologies following PS4 standards. Of course, also knowledge in control version (git). If you think you fit, please apply submitting a project you have done before, or by sharing with us a Github account with code....

    $567 (Avg Bid)
    $567 Oferta promedio
    84 ofertas
    Short Course Creation Finalizado left

    Todo se carga en la carpeta de Google Drive para el Módulo 1 de caminos abiertos. Se le solicita que libere el pago pronto para el módulo 1, ya que los retiros estarán retenidos por el trabajador independiente debido a las vacaciones de Semana Santa. He invertido mucho esfuerzo y tiempo para hacer este curso muy breve y de corta duración. Para ser honesto, he aprendido mucho mientras hacía este curso. Este es el módulo 1 y como nos comprometimos antes, intentaremos hacer hasta 4 módulos y con cada módulo se incrementarán los detalles y la dificultad. Puede agregar algún bono si desea pagar por esas conversiones de video enviadas a través de WhatsApp :) Por favor, déjame 5 estrellas y una reseña im...

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

    ...Pago’) on my website which is made in Odoo and I’d need to make some modifications to it: The only payment method should be Credit Card. If there isn’t any active discount in any of the discount methods, change the sentence with a red arrow (“Paga a meses sin intereses desde $XXX al mes”) , so it would say how much the payment will be in 24 months, interest-free. () If there’s any active discount in any of these: , modify the lower discount to the one the client would pay, if doing so in just one payment. For example: If there’s a 35% discount, I could setup another discount that would be valid only for that payment method. (If it is a bit complicated regarding the methods “Programa de promociones” and &l...

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

    Tengo 20 cursos para vender en Wordpress pero deseo venderlos en Hotmart con un proceso automatizado. I have 20 courses in Wordpress and I want to sell them in Hotmart with an automatic process. What I need is tha...para vender en Wordpress pero deseo venderlos en Hotmart con un proceso automatizado. I have 20 courses in Wordpress and I want to sell them in Hotmart with an automatic process. What I need is that I have my Landing promotional page for every Course ( I will create that) when a customer buys the Course, automatically need to be redirected to my Wordpress site, create user and authorize the course . This is my Hotmart: () This is my course:

    $178 (Avg Bid)
    $178 Oferta promedio
    38 ofertas

    ...class='col-md-6'> <!-- START LINE CHART --> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Uso de Trafico</h3> </div> <div class="panel-body"> <div id="active_queues_chart" style="height: 250px;"></div> </div> </div> <!-- END LINE CHART --> </div> Codigo Javascript grafica <script> var active_queues_chart=; (active_queues_chart); ({ element: "active_queues_chart", data: active_queues_chart, xkey: "clock", ykeys: ["value", "value_2"], resize: true, postUnits: " Clientes", lineColo...

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

    Se trata de crear el primer nivel de Mario Bros (el de la NES) utilizando un paquete de python llamado “Pyxel”, donde se necesitaría para el próximo sábado por la noche, yo pasaría los sprites y los PDFs con la información de cómo hacer el proyecto. Requisitos fundamentales: Python (utilizando en todo momento Pyxel) Fecha de entrega: Próximo sábado (18/12/2021) // Satu...de la NES) utilizando un paquete de python llamado “Pyxel”, donde se necesitaría para el próximo sábado por la noche, yo pasaría los sprites y los PDFs con la información de cómo hacer el proyecto. Requisitos fundamentales: Python (utilizando en todo momento Pyxel) Fecha de entrega: Próximo s...

    $19 (Avg Bid)
    $19 Oferta promedio
    1 ofertas
    Landing page -- 2 Finalizado left

    ...arriba de esta URL ( ) y la que quiero que se cambie es laque esta aqui junto con un archivo de word que se muestra lo que quiero animar. OJO: Personas que hagan el trabajo en un lapso de 10 dias si eres eres de las personas que cobran una millonada que por que las animaciones son muy difícil no te postules Solo con personas que sepan el idioma español No me interesa wordpress ni element asi que o te postules...

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

    Necesito terminar de configurar un sitio web previamente creado en Wordpress, estoy usando el plugin de Memberpress course para la creación de cursos, por lo que necesito alguien con experiencia en este. 1. Configuraciones generales de wordpress. 2. Configuración del Plugin de Memberpress Course que permite poner un bloquear contenido y pagar membresía para acceder (Tengo el plugin). 3. Configuración pasarela de pago con Stripe

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

    Hola, Estamos neces...guardar en base de datos los puntos de cruce. #2 - Refactorize el siguiente código: y agregue una función para guardar los datos recibidos o recolectados - Explique que refactoriza y porque... #3 - Desarrolle un web server basado en microservicios que distribuya 4 end-points (C.R.U.D) por cada un modelo diferente “User” y “Course”. - Tenga en cuenta el patron MVC y Repository. El objetivo con esta prueba es: - Evaluar la calidad del trabajo, código y estructuración del proyecto - evidenciar el manejo de programación orientada a objetos - Conocimiento y uso de los principios S.O.L.I.D - Evidenciar skills de Testing y documentacion del proyecto, ademas del Correcto uso de Pylint

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

    A rest api is required, or an implementation to our rest api (which works in node js), under a list of users (users entity) it is required through a REST request (POST) to send a voice audio, and this rest path Responding to whoever owns that voice requires recognizing whose voice in the users tabl...api is required, or an implementation to our rest api (which works in node js), under a list of users (users entity) it is required through a REST request (POST) to send a voice audio, and this rest path Responding to whoever owns that voice requires recognizing whose voice in the users table is. summary: it is required by means of a rest route to know who owns the voice of the users table The method to recognize the voice is by voice biometry the system is a voice attendance control fo...

    $628 (Avg Bid)
    $628 Oferta promedio
    9 ofertas
    Integración Magento Finalizado left

    ...entre ellas. Experiencia probada en desarrollo e integraciones con Magento 2. El proyecto debe realizarse con total independencia. El presupuesto es meramente informativo y negociable pero debe ser bien justificado por cada requerimiento. De preferencia español, pero podríamos considerar alguien en inglés. ---- We need to develop an integration project between Magento and a payment method to add functionalities that do not have between them by default. Proven experience in development and integrations with Magento 2. The project must be carried out with total independence. The budget is merely informative and negotiable but must be well justified for each requirement. Would prefer Spanish speaker, could consider someone in English...

    $2520 (Avg Bid)
    Acuerdo de Confidencialidad
    $2520 Oferta promedio
    12 ofertas

    Necesito extraer datos específicos de una página web en particular, luego evaluaremos la continuidad del freelancer para proyectos similares! ( En la misma página, efectuar registros mediante método post). idioma: español. (No excluyente) I need to extract specific data from a particular web page, then we will evaluate the continuity of the freelanc...específicos de una página web en particular, luego evaluaremos la continuidad del freelancer para proyectos similares! ( En la misma página, efectuar registros mediante método post). idioma: español. (No excluyente) I need to extract specific data from a particular web page, then we will evaluate the continuity of the freelancer for similar projects! (On the same page, ma...

    $33 (Avg Bid)
    $33 Oferta promedio
    9 ofertas
    Civil3D course Finalizado left

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

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

    ...del tema: $('.portfolio-item').click(function(){ var elementsIndex = $(this).index('.portfolio-item'); //elements current index elementsLength = ; // total amount of elements elementsInRow = lisInRow; //amount of elements in a row elementsRow = (elementsIndex/elementsInRow)+1; elementsOffset = $(this).offset().top + 180; //top position of element clicked (130 was added so only the title of thumbal shows not including the image) contentURL = $(this).attr("data-url"); //get data content id currentWrapPos = (elementsRow * elementsInRow) - 1; //slidedown content wrapper position arrowPosition = $(this).position().left + $(this).width() / 2 - 12; currentIndexHeight = $('.portfolio-item-content'...

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

    This is the project of your lectures about artificial Intelligence. the followin tasks are required: Please get in context with the paper reading: (18)30154-5 Download the dataset Propose your own image processing method to make slower the computational cost of the analysis for the CNN Implement and propose your own CNN architecture. Choose an optimizer and explain why you chose that Display the performance measures.

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

    ...de la sección transversal. Además de esto, será necesario obtener los diagramas de deformación axial y esfuerzo normal en función de la posición. Para ello se puede hacer uso de Excel, Mathematica, Matlab, entre otros. Resultados por Elemento Finito En un software CAD se generará el modelo de cada una de las vigas para su posterior análisis por medio del método del elemento finito (Finite Element Method – FEM) usando ANSYS, por ejemplo. Se deberán considerar los siguientes puntos: -Descripción del modelo y mallado: debe realizarse con base en las recomendaciones del software mismo y, si se considera necesario, se deberán incluir zonas de refinamiento donde sea relevante; i.e. zonas d...

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

    I need a person to collaborate with us to set up a network for 3D printing, the characteristics that the project should have is: - VPN or server to connect outside the local network - Network security system - 3D printing farm with Octoprint - REST API of print farm with company website - Client authentication method with the application to control printers - Website design Contact us if you have experience in this regard Necesito una persona que colabore con nosotros para montar una red para impresión 3D, las caracteristicas que tendria que tener el proyecto es: - VPN o servidor para conectarse fuera de la red local - Sistema de seguridad de la red - Granja de impresión 3D con Octoprint - REST API de la granja de impresión con sitio web de ...

    $540 (Avg Bid)
    $540 Oferta promedio
    2 ofertas
    English translator Finalizado left

    Tengo un curso online de 3 horas el cual tengo que traducir todos sus subtitulos al ingles

    $109 (Avg Bid)
    $109 Oferta promedio
    46 ofertas

    ...list of the courses available to take. - payment system: will be subscriptions via Stripe - Courses: the courses that users can take will be in "Quiz" format. I mean, game style. A question will be presented to the user with several answers, it can be accompanied by a video or image. The user to hit or miss the question must be shown an explanation of the question. Each course will have the following structure: - COURSE - Level 1 - Topic 1 - Exercise 1 - Exercise 2 - Exercise ... - Topic 2 - Exercise 1 - Exercise 2 - Exercise ... - Topic ... - Topic 1 - Exercise 1 - Exercise 2 - Exercise ... - Topic 2 - Exercise 1 - Exercise 2 - Exercise ... - Topic ... In turn, each topic, exercise, etc. should be able to apply a score which will be add...

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

    ...animation of multiple like hands running through the page (To be determined if it will be over the whole page or just the video element). That’s exactly like the Facebook Live Reactions functionality. Requirements: - Buttons animation on mouse over: To be determined if bouncing, stretching or similar mouseover animations. It should be done in CSS and Javascript. We accept proposals here. - Websocket communication: We think that the best communication protocol should be websocket. It’s lighter tan WebRTC and we need many to many communication, not one to one. - Animation on evey users’ end: Whenever one user clicks on a social link, every user’s window (or html video element) will launch an animation of that emoji. That animation will be made on CSS...

    $217 (Avg Bid)
    $217 Oferta promedio
    15 ofertas
    Trophy icon Logo Soy Alquimista Finalizado left

    ...símbolo rosa Palabras clave Transformación Interior elemento cambio Transmutación _____________________________ We want to modify our logo to make it more delicate in terms of color palette and create a flame inside the hood. We want warm colors that convey peace, harmony and transformation for the whole logo. integrate the flame instead of the pink symbol. Key words Transformation Interior element change Transmutation...

    $60 (Avg Bid)
    $60
    50 participaciones
    Desarrollador Odoo Finalizado left

    ... model which have to execute 1 time each day at 06:00am UTC+0. This cron execute account.bank.source.sftp.action_cron() - Define account.bank.source.sftp.action_cron() method who should iterate all of active account.bank.source.sftp. Each record should connect to SFTP (host,user,pass,port) with the key like this: ssh = () ssh.set_missing_host_key_policy(()) key = paramiko.RSAKey.from_private_key_file(key_file) (domain, username=username, pkey=key) sftp = ssh.open_sftp() - In previous method after make sftp connection we have to iterate all norma_ids and we have to connect via SFTP to the path of each norma /{path} and iterate all files to create a new

    $14 / hr (Avg Bid)
    $14 / hr Oferta promedio
    9 ofertas

    I need someone with experience in the Kajabi platform, and with experience in WEB design to develop a home page on that platform about some of the services I offer, it will be in my name (Andy Quintana), and some additional pages as a welcome page and thank you, and of some services that I describe below. Among the services I offer is that of 1: 1 Coaching, I will also offer a free video course that is currently in editing, which I will offer at no cost for interested people to register and stay in my database, to eventually offer them a subscription program (2nd phase later) I already have an initial graphic line (logo, graphic image, etc.) and I would need someone to be in charge of assembling this, initially quite basic as I explain here, and then over time if we are both s...

    $496 (Avg Bid)
    $496 Oferta promedio
    29 ofertas
    The Artcor. Finalizado left

    ...Os dejo unas imágenes de referencia de la idea de la web. So I’d need the following: - Two member areas. One for artists/designers and another one for art collectors. The artist member area would: allow artists to upload a form with details and images about the artwork they want to exhibit and sell trough our website + a way to communicate with us on a daily basis. If you could add a payment method (PayPal) that will allow me to send them money and a receipt, that would be great , if not I think I can do that via paypal website. The collector member area would: allow collectors to save the artworks they are interested in, and a payment platform that will allow them to pay via PayPal once they accept the quote. Also a way to communicate with us. - I don’t rea...

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

    ...la API2" ] } ] } Actualmente tengo lo siguiente en Google Apps Script: function runAPI(){ var token = (); var formData = { "fields": [ { "fieldName": "TextoParaCambiarConAPI", "values": [ "Logrado desde la APIv3" ] } ] }; var camb = { 'method' : 'PATCH', 'headers': { 'Authorization': 'Bearer ' + token, 'Content-Type' : 'application/json' }, 'payload' : (formData), 'muteHttpExceptions':false }; return resHTTP = ('

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

    Hola solo quiero que me ayuden a desatorar un problema que tengo con mi wordpress... no identifico que esta sucediendo pero no me permite editar las paginas que tengo creadas... Tambien quiero que me dejen bien instalado el SSL que ya compre...

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