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

    Hi, Devin. You’re approved to rebuild the Dr. McCulloch website. Here is the temporary Domain and Elementor Pro has been installed. Let me know if you need anything else to proceed. Thank you!

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

    ...data[dtype] dtype_id = dtype_data["id"] dtype_name = dtype_data["name"] dtype_url = urls[f"{dtype}_url"] + dtype_id params = (dtype_id, dtype_name, dtype_url) if dtype == "series": (f"SELECT id FROM series WHERE series_id='{dtype_id}'") db_data = () if db_data: return db_data[0], dtype_data["season"] else: (f'''INSERT INTO series(series_id, series_name, series_url) VALUES (?, ?, ?)''', params) () ("SELECT @@IDENTITY") return (), dtype_data["season"] (f"SELECT id FROM {dtype} WHERE {dtype}_id='{dtype_id}&#...

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

    ...for people like you to be His worshipers tho… ? Photini: ?‍↔️ Okayyy let me go tell the homies Tam narrates: So, Photoni walks till she meets a group of other Samaritans so she could tell them what just happened. She was like come check this man out, I think this man is Christ… he was wayyy better than Ms. Cleo ? or those psychic 800 numbers. He told me about my life. ? He gotta be Christ… how else would he know about Ray Ray, Jeremy, Jackson, Trell, and Cory? ?I know I was out here being covert in these streets. ? ?‍?️ The crowd: They crowd nodded and yelled out, that sounds like Christ… Tam narrates: so many believed because Photoni was like I’m about to get this living water i don’t care what yall got going on… ...

    $59 (Avg Bid)
    $59
    1 participaciones

    As a website owner with a Domain Authority (DA) and Page Authority (PA) score of less than 20, I am looking for an experienced SEO specialist to increase my website's DA and PA using proven strategies. Key Responsibilities: 1. Enhance DA and PA: Implement effective strategies to significantly boost our website's DA and PA. 2. Drive Organic Google Traff...ramping up organic traffic from Google - Knowledgeable in using Google analytics and other tools essential to perform the task. Your focus will be on ensuring our website becomes a high-authority site while driving targeted traffic through Google search engine. I look forward to witnessing the results of your proven strategies. Our website is : Start your bid with UTM else your bid will be ignored FIXED BUDGET

    $7 - $12
    Sellado
    $7 - $12
    32 ofertas

    Require iOS/iPhone mobile ...to the Apple store, so you must have knowledge or experience with those. (eg. or other ways of managing subscription) Do note, fully working application required BEFORE any payment is released. That means it needs to be built, tested by me before paying you. Constant request for milestone release will mean I find someone else. You will check the code into our Github account WITH instructions for verification, if you do not know how to use Git, please do not apply If you do not know how to provide basic instructions on your repo to build the application, please do not apply Start your bid with "I do work first" and the tech stack you will build the app with, or your bid will be ignored.

    $504 (Avg Bid)
    $504 Oferta promedio
    87 ofertas

    This job posting is for ONE SPECIFIC TASK. Need to do on page SEO using Rank Math. 60 pages. Nothing else. I will provide keywords. Must be available to start now and finish in the next 8 hours.

    $13 / hr (Avg Bid)
    $13 / hr Oferta promedio
    67 ofertas

    Please submit final designs, NO templates, no place holders! I'm urgently in need of a skillful developer to create a form for bot management. The platform needed is custom HTML. The form would require various input methods which includes: - Text Input - Dropdown menus - Checkboxes Experience i...link to our current form; Menu options for the form; Settings - Company Info - Services - FAQ Playground (chat window) All current text must be set as a placeholder. The design should match the website, clean and modern () Final Project; This form will be used as an iFrame in a CRM and will be hosted somewhere else. We will need the HTML, CSS and all the necessary codes to be provided to us as a final project

    $30 (Avg Bid)
    $30
    15 participaciones

    ...earn an exclusive badge that very few people get.. But.. Also, you get all of the following INCLUDED with NO HIDDEN COST in a YEARLY price of 129 USD: ➡️ Be among the elite few to earn the new IFC badge on your profile so that you can stand out! (Upon successful completion of the test) - Priceless! ➡️ Unlock hours of groundbreaking video content I’ve been working on for months that's nowhere else to be found. (399 USD, INCLUDED!) ➡️ Numerous attachments with client conversation pipelines, strategies, tools and much more! (199 USD, INCLUDED!) ➡️ Dive into biweekly live streams with the masters, ask anything you want, and pick up secrets they don't just share with anyone. (100 USD per hour, INCLUDED!) ➡️ An overview with my thoughts of all newsletters I'm...

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

    ... (article => { const abstractText = ; // AbstractText can be an array if there are multiple paragraphs or sections if ((abstractText)) { ((text, index) => { (`Abstract Section ${index + 1}: ${text}`); }); } else { (`Abstract: ${abstractText}`); } }); }); } catch (error) { ('Error fetching or parsing the XML:', error); } } I have import axios from "axios"; import xml2js from "xml2js"; In my script file but when I get to const parser = new ({ explicitArray: false, ignoreAttrs: true }); It throws an error of: Error fetching or

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

    ...which matches its unique code above  Is there a way we can have the product expiry date automatically be green if it is in date, red if it has expired? Is there a way to make this look cleaner? I am happy if you want to completely redesign this as it is quite messy at the moment. Night Cream Tab Currently: As of now, we only have a night cream but when we make new creams we will add new tabs (or else if you advise differently). Night Cream code NC. • Batch number o Code followed by number in chronological order i.e. NC001, NC002…  Could this number auto populate? • Pot size (ml) o When we make a batch, its volume is its weight X 1.056 which means it has a density/specific gravity of 1.056 thus is heavier than water. It also serves a cross check for us. So&hel...

    $572 (Avg Bid)
    $572 Oferta promedio
    80 ofertas

    (USA Position Only) Hey there! I'm Jaden, a freelance designer specializing in Tradeshow Graphic design. I prioritize client happiness above all else. With my workload reaching its limit, I'm seeking a junior designer to join me on this exciting journey. Are you an aspiring graphic designer ready to kickstart your career? Join me and dive into the world of Tradeshow Graphic design! I'm offering an opportunity for entry-level designers to grow alongside me, delivering top-notch designs and ensuring client satisfaction. Details: Pay: $15-25/hour Workload: 5-10 hours/week, with potential for more Perks: Bonuses for completed projects and potential for a long-term contract While experience is a plus, what's most important is your ability to understand a brief and...

    $21 / hr (Avg Bid)
    $21 / hr Oferta promedio
    61 ofertas
    Html Website Copy 5 días left

    Hello, I'm looking for someone who can copy or recreate the websites listed below 1:1. It is important that the form and everything else is built in php, html and css so that I can integrate all input fields directly into the database. All texts and all content should be adopted exactly the same way; I will then make any changes I want in the HTML myself. We start with 1 website, once these have been completed completely and to your satisfaction, further orders will follow for a long-term collaboration. Thank you

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

    ...We want nothing else but burn Nothing else but burn We cut back to the man in the suit as a gentle smile creeps onto his face and his eyes turn red. As presses the red button that matches the color of his eyes, the soldiers activate their guns shooting fire bullets at the crowd. Things start burning and everyone starts running. It is pure chaos. We want nothing else but burn The female heroine reaches the scene and starts protecting the crowd while shielding people from fire and fighting the soldiers. There may come a day Truth will light the way It might be too late We won’t hesitate In the dark we’ll stray hope won’t fade away The man on the skyscraper looks annoyed. He orders a sniper on the roof shoot. Yet you crave more demands You crave more ...

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

    Principales artículos de la comunidad else