Filtro

Mis búsquedas recientes
Filtrar por:
Presupuesto
a
a
a
Tipo
Habilidades
Idiomas
    Estado del trabajo
    2,000 else trabajados encontrados, precios en USD
    Desarrollo de API Finalizado left

    ...'81','33','56'); if (in_array(substr($Telefono,0,2),$areas)) { $area = substr($Telefono,0,2); $local= substr($Telefono,2); $serie= substr($local,0,4); } else { $area = substr($Telefono,0,3); $local= substr($Telefono,3); $serie= substr($local,0,3); } // Ejecuta consulta $query = "SELECT movil FROM ".$db['name'].".ift WHERE SUBSTRING('$Telefono',7) BETWEEN inicial AND final AND area = $area AND serie = $serie;"; // $AGI->verbose($query); $result = mysqli_query($conexion,$query); if ($result->num_rows==0){ $AGI->set_variable('COMPLETO',"52" . $Telefono); // $AGI->verbose("Numero NO Valido"); } else { $row = mysqli_fetch_array(...

    $179 (Avg Bid)
    $179 Oferta promedio
    12 ofertas
    Programa C++ Finalizado left

    ...resultado con las magnitudes correctas que se deben manejar como cm, cm2, cm3, PI, radio, diámetro etc. Y asígnale a cada una de las funciones los nombres que las identifiquen a la hora de hacer el programa. El programa que debes desarrollar deberá ser un programa que incluya los elementos como ciclos o Estructuras de repetición como for, while o do-while, condicionales o Estructuras de selección if else o switch, funciones por mencionar algunos. ...

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

    ... */ protected function render() { $settings = $this->get_settings_for_display(); include_once(SK_RUTA.'/includes/'); include_once(SK_RUTA.'/includes/'); $competicion = $settings['sk_tabla_competicion']; echo "<div>"; if (isset($_GET['id'])) { $jugador = $_GET['id']; get_jugador_tabla($competicion, $jugador); } else { get_jugador_tabla(1, 1); } echo "</div>"; } /** * Render shortcode widget as plain content. * * Override the default behavior by printing the shortcode instead of rendering it. * * @since 1.0.0 * @access public */ public function render_plain_content() { // In plain mode, ...

    $16 / hr (Avg Bid)
    $16 / hr Oferta promedio
    22 ofertas

    Estoy resumiendo estoy pensando en crear una network de minecraft enfocada al survival por medio de facciones. Tengo todo tipo de vacantes disponibles, si sabes modificar de plugings, construir, manejar command blocks o alguna otra cosa que creas necesaria para este proyecto postulate, estaremos en contacto. In ...tipo de vacantes disponibles, si sabes modificar de plugings, construir, manejar command blocks o alguna otra cosa que creas necesaria para este proyecto postulate, estaremos en contacto. In short, I am thinking of creating a minecraft network focused on survival through factions. I have all kinds of vacancies available, if you know how to modify plugins, build, handle command blocks or anything else that you think is necessary for this postulate project, we will be i...

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

    ...$oCompany->DBServerType = 11; //campo opcional en sap b1 2005, en 2007 obligatorio $oCompany->CompanyDB = "Pruebas"; $oCompany->UserName = "manager"; $oCompany->Password = "***"; $oCompany->language = 25; $oCompany->UseTrusted = False; $lRetCode = $oCompany->Connect(); if ($lRetCode != 0){ $lErrCode=0; $sErrMsg=""; $oCompany->GetLastError($lErrCode, $sErrMsg); echo "ERROR: (".$lErrCode.") ".$sErrMsg; }else{ echo "Conectado a: ".$oCompany->CompanyName." Version: ".$oCompany->Version; }...

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

    ...position().left + $(this).width() / 2 - 12; currentIndexHeight = $('.portfolio-item-content').height(); //add remove selected class ('activeItem'); $(this).addClass('activeItem'); //slidedown content wrapper if(currentWrapPos == startingWrapPos){ $('.portfolio-item-arrow').animate({"left": arrowPosition+'px'}, 300); }else{ startingWrapPos = currentWrapPos; ('lastInRow'); $(elements[currentWrapPos]).addClass('lastInRow'); $('.portfolio-item-wrap').slideUp( function() { $(this).remove(); }); $('.lastInRow').after('<div class="portfolio-item-wrap clearfix"...

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

    ...output buffers are flushed before our singletons are destroyed. * * @since 2.2.0 */ function wp_ob_end_flush_all() { $levels = ob_get_level(); for ( $i = 0; $i < $levels; $i++ ) { ob_end_flush(); } } ### It fails on "ob_end_flush();" so we would recommend contacting your web developer to have him/her check the issue. Please get back to us if you need any further assistance and let us know how else we can help. Have a great day! Yevhenii Halilei GreenGeeks Support Team necesito corregir ese error en mi web . tambien necesito realizar algunos reajustes en las categorias de la tienda , solucionar los errores , mejorar ux, agregar algunas secciones o paginas con diseño con sliders como shop configurar autorespuestas de mailchimp con el speach

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

    ...semanales exceden de 40, el resto se consideran horas extras y que éstas se pagan al doble de una hora normal, cuando no exceden de 8. Si las horas extras semanales exceden de 8 se pagan las primeras 8 al doble de lo que se paga por una hora normal y el resto al triple. El salario base semanal es de $100.00. Si aplica usar estructuras de decisión, en el programa, DEBE USAR ÚNICAMENTE LA ESTRUCTURA IF-ELSE. - Repita el problema anterior usando la estructura ELSEIF....

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

    ...CORRESPONDIENTE EN EL EJEMPLO: double MONTOFACTURA, MORA… BOTONES: PROCESAR, LIMPIAR, SALIR. METODOS DENTRO DE LA CLASE ENTRADAS MONTOFACTURA=() DECISION Aquí lo primero que se hace es llamar el método ENTRADAS () LUEGO SE DECIDE SI HABRA DESCUENTO O SI HABRA MORA If(DIAS<=30) { DESCUENTO=MONTOFACTURA*0.10 NETOAPAGAR= MONTOFACTURA-DESCUENTO } Else { MORA=MONTOFACTUR*0.05; TOTALAPAGAR= MONTOFACTURA+MORA { SALIDAS() } LOS METODOS SON LLAMADOS DESDE LOS MANEJADORES DE EVENTOS DE LOS BOTONES POR EJEMPLO. DESDE EL MANEJADOR DE EVENTO Clicked del botón PROCESAR, SE LLAMA EL METODO DECISION. LIMPIAR AQUÍ SE IGUALAN LAS VARIABLES Y LOS ENTRIES A CERO. EMONTOFACTURA.Text=”0”; MONTOFACTURA=0 EL MEDODO SALIDAD QUE SA LLAMARA EL FINAL D...

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

    ...de el código a adaptar, que es éste: function ejecutarComando(comando) { var res = []; var sEntrada = "" // debug(comando); debug("tipo " + typeof(comando)) if (typeof(comando) == "string") { (comando); } else { (comando, sEntrada); } if ( != "") { (("Error al ejecutar el comando:n%1n%2").arg(comando).arg(), "error"); res["ok"] = false; res["salida"] = ; } else { res["ok"] = true; res["salida"] = ; } return res; } ...

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

    trace or copy images with the arc tool alone (the only job is to draw and send the sketch nothing else)

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

    ...webservices. esta plataforma me manda ejemplos de consumo del webservices como el ejemplo abajo : /* Sends POST request to example server and displays toast messages with received data and headers. */ function completeCallback(response, textStatus) { if (response != null) { ("Received data: "+ , true); ("Received headers: " + , true); } else { (textStatus, true); } } function callback404(response) { /*do something here*/ } ("", { method: "POST", data: "This will be sent as message body", contentType: "application/x-www-form-urlencoded", cache: false, headers: {header1: "header1_value", header2: "header2_value"}, timeout: 8000, complete: completeCallback, statusCode:

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

    ...costs. Over the course of 6 months I have managed to produce a couple of prototypes that started to have a real impact on the workflow of medical staff, recently the application started reaching medics outside of the clinic, which means that the stakes and demands are becoming higher, and so does the technical and organizational complexity. Proposed project scope (Feel free to propose something else): - A 15 minute daily standup. - A start of week 30-60 minute meeting to provide goals and guidance for the sprint/week. - Around 2 hours of weekly work to design and manage light development workflows (Excel sheets, Trello, Jira ,etc..) and to prepare for the weekly meetings. - It is not expected that you be available outside of scheduled meetings. In your proposal, please pro...

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

    ...t'has d'esperar" <div style=" font-weight: bold;"> <? $temps2=""; if (!empty($_REQUEST['temps2'])){ $temps2=$_REQUEST['temps2']; } if ($temps2=="2") { $archivo="public/"; $sense="No t'has d'esperar !"; file_put_contents($archivo, $sense, LOCK_EX); echo "<br>No t'has d'esperar !!!<br>"; } else { if ($temps2=="1") { $archivo="public/"; $tancat="Tancat"; file_put_contents($archivo, $tancat, LOCK_EX); echo "<br>Tancat !!!<br>"; } else { $temps2 .=" Minuts"; $archivo="public/"; file_put_contents($archivo, $temps2, LOCK_EX); ech...

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

    Nuevo proyecto: -Arreglar el searchbox -Cuando alguien hace una compra y marca la casilla "it's for someone else", hacer que WP cree también una cuenta para este estudiante y se cree un record en una tabla nueva "tbl_paid_for" con el purchase id y los ids de los dos usuarios. -Hacer que WP envíe el email de woocommerce con la temporary password a los clientes que no se crean una cuenta a sí mismos (o sea, a estos que acabo de mencionar, a los que otra persona les paga un servicio, y también a los que introducimos manualmente en el scheduler) -Revisar/arreglar el plugin que teníamos de register student y hacer que también cree un record en nuestra tabla de purchases

    $150 (Avg Bid)
    $150 Oferta promedio
    1 ofertas
    Writers Social Network Finalizado left

    I need as statistics page with all its functions or features clear must be the same as this website but can detail the design but require all its functions that page is in wordpress no matter what they use but I require it to work exactly the same to achieve the project. I highlight some of its features. Create History Upload History Follow History Vote better history and everything else the page is If you have any doubts, don't hesitate to let me know. Necesito como esta pagina con todas sus funciones o caracteristicas aclaro debe ser igual a esta website aunque puede detallar el diseño pero requiero todas sus funciones esa pagina esta en wordpress no importa que usen pero requiero que funcione exactamente igual para lograr el proyecto. Destaco unas de sus caract...

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

    ...mysqli_error($conexion)); unset($_SESSION["nombre"]); //Removemos sesión. session_unset(); //Destruimos sesión. session_destroy(); //Redirigimos pagina. header("Location: index"); exit(); header("location: index"); } else { header("location: index"); } } } else { //Activamos sesion tiempo. $_SESSION['tiempo'] = time(); } ?>...

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

    ...("Problema con el UPDATE: " .mysqli_error($conexion)); //Removemos sesión. session_unset(); //Destruimos sesión. session_destroy(); //Redirigimos pagina. header("Location: ../"); exit(); header("location: ../"); } else { header("location: ../"); } } } else { //Activamos sesion tiempo. $_SESSION['tiempo'] = time(); } ?>...

    $22 (Avg Bid)
    $22 Oferta promedio
    6 ofertas
    Codigo PHP Finalizado left

    ... <a href="">Calidad baja </a> <?php if(isset($_GET["d"]) && $_GET["d"] != "" && $_GET["d"] == "alta"): ?> <?php echo $_SESSION["rtmp_alta"]; ?> <?php else: if(isset($_GET["d"]) && $_GET["d"] != "" && $_GET["d"] == "baja"): ?> <?php echo $_SESSION["rtmp_baja"]; ?> <?php else: ?> <?php echo $_SESSION["rtmp"]; ...

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

    Busco persona, aprendiz, con poca o sin experiencia, todo le será enseñado, para que prepare el contenido a compartir de toda la semana para Facebook, Twitter e Instagram. DEBE SABER INGLÉS. TRABAJA UN DÍA A LA SEMANA. Tema de la red social: Moda. Específicamente se trata de cómo vestir bien. Horario de trabajo: Sin horario. Usted puede preparar las publicaciones de la semana en un día. Requisitos: Para crear las publicaciones, necesitará leer blogs de moda y leer redes sociales de la competencia. Debe saber algo de diseño gráfico, básico, para editar el material que se le de. Puede usar canvas para esta edición, por ejemplo. Horario: Un día a la semana. Entre viernes y sábado...

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

    Necesito que me cree un compilador basico en HTML que compile el lenguaje C++ o Java o algun lenguaje basico, que lea los if, else, for, while, y declaracion de variables, si es lenguaje c++ que lea los cout y cin, si es otro lenguaje que lea la entrada de variable y que la muestre la variable, solo eso deseo si es posible que sepa español para que me explique su funcionamiento.

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

    Necesito que me cree un compilador que compile el lenguaje C++ basicamente es decir que realice ciertas tareas, como que compile si es un if, o si pongo cout que me escriba lo que dice el cout o la variable que esta escrita en el practicamente pido un compilador como lo dije antes, que me diga si es correcto o no lo que escribi y que me lo compile. No pido que sea complicado sino lo basico, que lea if else funciones cout cin for while, si es posible case y switch.

    $25 (Avg Bid)
    $25 Oferta promedio
    4 ofertas
    Desarrollador Net Finalizado left

    ...mensuales según puedes resolver el siguiente ejercicio, no esperes más y postúlate con nosotros enviando tu CV y respuesta al correo electrónico:function obtenerCSS() { fechadehoy = new Date(); tiempoactual=(); (tiempoactual); horaactual = (); if (horaactual > 20) colores = ""; else if (horaactual > 12) colores = ""; else if (horaactual > 4) colores = ""; else if (horaactual > 1) colores = ""; elsecolores = ""; (cssArchivo).href=colores;} ¿QUÉ HACE EL CODIGO?Si te interesa la vacante envía tu CV actualizado con fotografía más tus pretensiones económicas al correo que aparece en la parte inferior y en asunto del correo el nombre d...

    N/A
    N/A
    0 ofertas
    Programador - 109661 Finalizado left

    ...mensuales según puedes resolver el siguiente ejercicio, no esperes más y postúlate con nosotros enviando tu CV y respuesta al correo electrónico:function obtenerCSS() { fechadehoy = new Date(); tiempoactual=(); (tiempoactual); horaactual = (); if (horaactual > 20) colores = ; else if (horaactual > 12) colores = ; else if (horaactual > 4) colores = ; else if (horaactual > 1) colores = ; elsecolores = ; (cssArchivo).href=colores;} ¿QUÉ HACE EL CODIGO?Si te interesa la vacante envía tu CV actualizado con fotografía más tus pretensiones económicas al correo que aparece en la parte inferior y en asunto del correo el nombre de la vacante y posición (Desarrollador

    N/A
    N/A
    0 ofertas

    ...mensuales según puedes resolver el siguiente ejercicio, no esperes más y postúlate con nosotros enviando tu CV y respuesta al correo electrónico:function obtenerCSS() { fechadehoy = new Date(); tiempoactual=(); (tiempoactual); horaactual = (); if (horaactual > 20) colores = ; else if (horaactual > 12) colores = ; else if (horaactual > 4) colores = ; else if (horaactual > 1) colores = ; elsecolores = ; (cssArchivo).href=colores;} ¿QUÉ HACE EL CODIGO?Si te interesa la vacante envía tu CV actualizado con fotografía más tus pretensiones económicas al correo que aparece en la parte inferior y en asunto del correo el nombre de la vacante y posición (Desarrollador

    N/A
    N/A
    0 ofertas
    Programador de .NET Finalizado left

    ...mensuales según puedes resolver el siguiente ejercicio, no esperes más y postúlate con nosotros enviando tu CV y respuesta al correo electrónico:function obtenerCSS() { fechadehoy = new Date(); tiempoactual=(); (tiempoactual); horaactual = (); if (horaactual > 20) colores = ; else if (horaactual > 12) colores = ; else if (horaactual > 4) colores = ; else if (horaactual > 1) colores = ; elsecolores = ; (cssArchivo).href=colores;} ¿QUÉ HACE EL CODIGO?Si te interesa la vacante envía tu CV actualizado con fotografía más tus pretensiones económicas al correo que aparece en la parte inferior y en asunto del correo el nombre de la vacante y posición (Desarrollador

    N/A
    N/A
    0 ofertas

    Proyecto de una tienda online. -Registro de usuarios (If, else) ejemplo- Si usuario se registra, guardar datos de tarjeta para pagar, si no... "pagar al entregar" -Busqueda de tiendas por geolocalización - Registro de tiendas - Registro de categorías - Registro de productos dentro de las categoría. -Carrito de compras -Pagos por paypal -Pagos por tarjeta -Pagos contraentrega

    $169 (Avg Bid)
    $169 Oferta promedio
    4 ofertas
    Online Roll Game -- Finalizado left

    I'm looking for a web developer with developing this project. The idea is to schedule a roll game to play online from a website. The game would be very basic, would be full of JPG and GIF images (nothing complex), and functioning level as technical configuration would be fighting we would use the dice, crossing characters and little else. We would like to be held in PHP or JAVAscript language and to use a MySql database. Use on PCs and mobile devices. If deemed feasible to work on this project I will be happy to give more details about what I'm really looking for. No more, greetings. ---------------------------------------Spanish--------------------------------------------------- Estoy buscando un programador web con el que desarrolla este p...

    $750 (Avg Bid)
    $750 Oferta promedio
    10 ofertas
    Online Roll Game -- 2 Finalizado left

    I'm looking for a web developer with developing this project. The idea is to schedule a roll game to play online from a website. The game would be very basic, would be full of JPG and GIF images (nothing complex), and functioning level as technical configuration would be fighting we would use the dice, crossing characters and little else. We would like to be held in PHP or JAVAscript language and to use a MySql database. Use on PCs and mobile devices. If deemed feasible to work on this project I will be happy to give more details about what I'm really looking for. No more, greetings. ---------------------------------------Spanish--------------------------------------------------- Estoy buscando un programador web con el que desarrolla este p...

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

    Desarrollar funciones que desde programa en C pueda enviar datos a travez de un modem usb Gsm. Debe poder revisar el estatus del modem, si la sim esta conectada, si tiene senal, abrir sesion con servidor socket y esperar respuestas. Aqui un ejemplo: if ((Stat(fd, -1, NULL) & ST_SIMINSERTED)==0) {...travez de un modem usb Gsm. Debe poder revisar el estatus del modem, si la sim esta conectada, si tiene senal, abrir sesion con servidor socket y esperar respuestas. Aqui un ejemplo: if ((Stat(fd, -1, NULL) & ST_SIMINSERTED)==0) { graphicWindow("SIM NO DETECTADA"); //Detecta la SIM centerS(4,1,COLFIN,"INSERTE LA SIM"); centerS(5,1,COLFIN,"PULSE TECLA"); getch(0); } else { getSerialSim(serialSim); PPPDisconn...

    $23 / hr (Avg Bid)
    $23 / hr Oferta promedio
    4 ofertas
    Online Roll Game Finalizado left

    I'm looking for a web developer with developing this project. The idea is to schedule a roll game to play online from a website. The game would be very basic, would be full of JPG and GIF images (nothing complex), and functioning level as technical configuration would be fighting we would use the dice, crossing characters and little else. We would like to be held in PHP or JAVA language and to use a MySql database. Use on PCs and mobile devices. If deemed feasible to work on this project I will be happy to give more details about what I'm really looking for. No more, greetings. ---------------------------------------Spanish--------------------------------------------------- Estoy buscando un programador web con el que desarrolla este proyect...

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

    ...additional data /* To change << end */ ]); (function(e){function t(){var e=("script");e.type="text/javascript";e.async=true;e.src=(document.location.protocol=="https:"?"https":"http")+"://"; var t=("script")[0];(e,t)}if(){("load",t,false)}else if(){("onload",t)}})(window) </script>...

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

    Hello, I have a design Studio, recently we have done a website based on wordpress from scratch, it is not based on a theme, you can't install plugins or work with something that is already done. so please if are contemplating to work on a theme do not bidding on this project. The developer that made this website is busy right now so I need somebody else for work with me in this project. I need to add the following features to the current website: - Create a shopping cart with user registration and autoreply - Change a banner on the homepage - Create an outline in some pictures 30 aprox. Please send me works that you've done before in order to discuss the project details. Please add the word "TANGO" in your proposal _______________________...

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

    ...the access_token with publish_stream permission if(empty($code)){ $dialog_url= "" . "client_id=" . $app_id . "&redirect_uri=" . urlencode( $post_login_url) . "&scope=publish_stream"; echo("<script>top.location.href='" . $dialog_url . "'</script>"); } else { /* $token_url="" . "client_id=" . $app_id . "&redirect_uri=" . urlencode( $post_login_url) . "&client_secret=" . $app_secret . "&code=" . $code; $response = file_get_contents($token_url); ...

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

    ...the access_token with publish_stream permission if(empty($code)){ $dialog_url= "" . "client_id=" . $app_id . "&redirect_uri=" . urlencode( $post_login_url) . "&scope=publish_stream"; echo("<script>top.location.href='" . $dialog_url . "'</script>"); } else { /* $token_url="" . "client_id=" . $app_id . "&redirect_uri=" . urlencode( $post_login_url) . "&client_secret=" . $app_secret . "&code=" . $code; $response = file_get_contents($token_url); ...

    $165 (Avg Bid)
    Destacado
    $165 Oferta promedio
    13 ofertas
    validacion de licencia Finalizado left

    Compre un scritp que al ejectuar su instalacion y ejecucion valida la licencia en un server remoto el problema es que este server y los que me lo...{ key = ('license_key').value; sls = ('server_location'); server = $("#server_location").val(); $('#licenseresult').html('Conecting... Please wait.'); $.post("",{license: key, server_location: server},function(txt) { if(txt==1) { $('#licenseresult').html('License key is valid!'); } else { $('#licenseresult').html('License key is NOT valid'); } }); } function resetlicensevalid() { $('#licenseresult').html(''); } para que directamente de por valida...

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

    My name is Troy. I have a small (for the moment) WISP in Medellin Colombia. I am using MikroTik routers exclusively in my network. I do have some antenna installs that are Ubuquiti but everything else is MikroTik. I need and an IT Engineer/Technician that is extremely familiar with WinBox to do the advanced programming on the routers. I would prefer someone that is "expert" level. I can do all the initial programming and get things up and running, but the finer points need someone smarter and more experienced than me. At this moment I need to have the routers checked out and the errors cleaned up. I need the web portal set up and the accounting and RADIUS programmed. I want a typical HotSpot set up done. I want the users to arrive at my website initially and be able to r...

    $832 (Avg Bid)
    $832 Oferta promedio
    3 ofertas
    Forex CFD Trading Platform 6 días left
    VERIFICADO

    SHOULD HAVE DONE FOREX PROJECTS EARLIER - ELSE DONT MESSAGE I'm in need of an experienced developer to provide a ready-made webtrader platform for Forex CFD Trading integration into my website. It should cater to an efficient and user-friendly trading experience. Key features must include: - Real-time market data - Charting and technical analysis tools - One-click trading In addition, the platform needs to be integrated with payment gateways and have a customizable user interface to match my website's aesthetic. Whoever takes on this project should possess a deep understanding of Forex trading software and web integration techniques. The ability to make third-party integrations is crucial. While 24/7 support and maintenance isn't necessary right now, please outlin...

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

    I just need someone to open these files in 3ds max and save them as max2021, nothing else. I'll consider it a favor. Thanks in advance.

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

    ...be printed on black t-shirts. Design must include the words "Outing Puebla 2024", feel free to adapt the order and position of the words to better suit your design ideas. The name of the company "The Native Choice" must be included in the design. As a reference, this outing event is for a group of travel industry professionals. It's a group of easygoing and fun people, and the event is nothing else but an opportunity to socialize and have a great time. The design should reflect the personality of the group. The event will take place in Puebla, a city in central Mexico known for its volcano, churches and cathedral, feel free to include a reference to either in your design. A Google search will give you plenty of images to get inspiration from. You have a...

    $35 (Avg Bid)
    Garantizado
    $35
    61 participaciones

    ...product that the logo will represent. 3. Are there any websites and/or social media pages, such as Facebook or Instagram, that are associated with the brand? 4. Do you have a specific style or references in mind for the logo? If so, please share your ideas with me later in the project. 5. Would you like any specific element(s) or object(s) to be incorporated into the logo design? 6. Is there anything else that you would like to share about what you're looking for in the logo? This could be anything related to the style or other aspects of the logo. Please confirm the following details regarding the certificate design: 1. Is the size of the certificate design 8 x 10 inches? 2. Is the orientation of the certificate design portrait or landscape? 3. Do you have any materials th...

    $291 (Avg Bid)
    $291 Oferta promedio
    1 ofertas
    Python Expert with Documentation 6 días left
    VERIFICADO

    I need a Python expert with an ability to cover various functionalities as per the need. The project might involve data analysis, web scraping, automation, or could be anything else as per the project requirements. The ideal candidate should have: - Expertise in Python programming and its different libraries. - Experience with data analysis, web scraping, automation. - Strong problem-solving skills. While applying, please share: - Your past work related to Python programming. - Your Python programming experience level. - Detailed proposal of how you can assist in this project.

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

    ...storyline for the entire paper. If the writer needs some new results to complete his story, I would love to add new experiments and results. Therefore, I am looking a person who has experience in above domain. The ultimate goal is to publish this project/work in a high-impact journal. I also have a rich experience in academic writing, however, due to short time, I am to assign this task to someone else, but I would lover oversea it to have a good output in the end. Of course, you can use ChatGPT or related AI tools, but overall plagiarism/AI-written text should be less than 10%....

    $150 (Avg Bid)
    $150 Oferta promedio
    45 ofertas

    Hello Look at these mocks !AnaknzarFP1X1lG1JMj6lnu_gaW9?e=L8cjNQ I need you to simply redesign these JPEGs exactly as they appear. Don't add anything else That's all

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

    ...creative designer who can create a new logo for my IT company. Here are the details of the project: - The logo should have a simple but attractive design. - I don't want something copied and pasted from the Internet, I want something really original that speaks of both IT and nature. I'm a professional photographer on the side and I'd like a little touch of that in my logo. I love mountains above all else, so I'd like to have a little touch of the mountains in my logo, if possible, when I talk about nature. - The color scheme should include Blue, Black, and White but feel free to add any other relevant color provisions to enhance the design. - I'd like a logo that I can use on its own and with my company name, which is: "Guillaume Allet - Service in...

    $70 (Avg Bid)
    Garantizado
    $70
    273 participaciones

    Hello , I need someone who can solve my website Login issue , its might be because of version issue or something else , if require you can upgrade CI Version can migrate to another version . You will have to solve that issue asap. If you are CI expert then its easy job to resolve issue . I will share cPanel detail to selected candidate. Max Budget - 800 -1000 INR Regard

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

    Hello! I'm seeking an experienced Vue.js and Bootstrap developer who can make modifications to my website. I've uploaded a screen shot of the display that I need changed. I want it to look clean and have the elements align properly. I also uploaded my code. You are free to develop your own classes so there is no conflict with anything else. It's jus a small section of a <div class="person-info" v-for="dataObj in selectedRESEARCHERSLIST" :key=""> Please say in your bid== "I can do this" as the first wording of your proposal That way I can talk to real people,.

    $24 (Avg Bid)
    $24 Oferta promedio
    24 ofertas

    Change site theme for 4 sites and maybe something else

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

    Ive been making music for awhile now, but my masters are always always lacking. I am getting close to finishing a project currently, and would like to have someone else do the engineering. If you would like to listen to my previous work, my artist name on Spotify is arkenstoner

    $333 (Avg Bid)
    $333 Oferta promedio
    34 ofertas

    I'm in need of a skillful developer experienced in OpenCart 3.0.x who can work on a TNT extension for me, with an emphasis on two key features: 1. Real-Time Shipping Rates: The extension should offer real-time shipping rates from TNT; it must consistently and accurately display current costs to customers. 2. Easy Installation and Setup: Ease of use is paramount. The extension shou...This will require that the XML payload is URL encrypted, note there is no change to the content of the XML just how it is presented. I have included the newer spec doc but it should be a simple process. endquote I am at a loss on how to update or replace this extension. The links in the email take me to a blank page. The attachment is confusing, but you might be able to make sense of it. What else...

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

    Principales artículos de la comunidad else