Char null trabalhos

Filtro

Minhas pesquisas recentes
Filtrar por:
Orçamento
para
para
para
Tipo
Habilidades
Idiomas
    Estado do Trabalho
    2,000 char null trabalhos encontrados, preços em EUR
    aplicativo Encerrado left

    Busco um profissional em UX/UI & Web Design para desenvolver o layout de um SITE e APP de apostas; deixarei logo abaixo alguns links de exemplos de sites, bem como a quantidade de telas do projeto! Observação: serão um total de 30 telas para ADM 15 Telas para o jogo ambas serão desenvolvida para desktop e mobile Atenção! Peço a todos que forem mandar proposta que já envie junto o seu portfólio, para agilizar nossa comunicação! Quando mandar o portifólio as os arquivos feitos no figma

    €25 (Avg Bid)
    Destacado
    €25 Média
    4 ofertas

    Preciso de um projeto 3d de uma cozinha industrial 3 metros e meio comprimento por 3 metros de profundidade e dentro desse espaço colocar um fogão industrial de 4 bocas com forno,1 chapa e do lado 1 grelha(char broiller)espaco em inox/1 fritadeira com duas cubas/em baixo de tudo isso freezer tudo separado em módulos;com rodinhas e uma coifa de sucção em cima do fogão até a fritadeira/e um caixa com expositor na parte de cima e de baixo/essa parte fica virado para o cliente então o que separa é um vidro temperado/é um box parecido com as lanchonetes de fast food porém que para vender comida/na parte de trás uma pia e uma mesa de manipulação/na parede em cima da pia armários suspe...

    €37 (Avg Bid)
    €37 Média
    13 ofertas

    ...de Classes Model das tabelas.. Exemplo: A extensão precisa ter um assistente para a conexão com o banco de dados que tem no arquivo .ini que está no diretório do projeto "app/config" para a geração das classes de todas as tabelas nesse modelo abaixo: class Cliente extends TRecord { const TABLENAME = 'cliente'; const PRIMARYKEY= 'id'; const IDPOLICY = 'serial'; public function __construct($id = NULL) { parent::__construct($id); parent::addAttribute('nome_cliente'); parent::addAttribute('cpf'); parent::addAttribute('celular'); } } Internamente.. o desenvolvedor que for criar essa classe model.. teria um script modelo.. onde iria ler cada tabela.. e cada tabela.. iria ...

    €130 (Avg Bid)
    €130 Média
    1 ofertas

    ...para gerar classes de tabelas 'model' para PHP. Basicamente a extensão deveria realizar a conexão com o banco de dados, ler as tabelas e campos.. Por fim gerar classes das tabelas para php com essa estrutura abaixo. Por exemplo: class Customer extends Trecord { const tablename = 'cliente'; const primarykey= 'id'; const idpolicy = 'serial'; public function __construct($id = null) { parent::__construct($id); parent::addattribute('nome'); parent::addattribute('celular'); parent::addattribute('email'); parent::addattribute('cidade_id'); } } para deixar mais claro.. Existe um modelo pra gerar essa classe.. Exemplo: ...

    €177 (Avg Bid)
    €177 Média
    2 ofertas
    TABALHO DA FACULDADE Encerrado left

    ...Assim, o código já virá colorido, organizado e indentado; 5. EXERCÍCIOS Resolva os algoritmos abaixo seguindo todas as instruções listadas neste documento. Exercício 1: Escreva um algoritmo em linguagem C com as seguintes instruções: 1. Declare três variáveis (inteiro, real e char); 2. Declare três ponteiros; 3. Associe as variáveis aos ponteiros; 4. Modifique os valores de cada variável indiretamente usando os ponteiros associados. Para armazenar os valores nas variáveis, armazene na variável char a primeira letra do seu nome, na variável inteira os dois últimos dígitos do seu RU e na variável real os 4 últimos d&iacu...

    €16 (Avg Bid)
    €16 Média
    2 ofertas

    PRECISO IMPORTAR AUTOMATICAMENTE DADOS PARA O BANCO DE DADOS MYSQL ATRAVÉS DO DELPHI. O BANCO DE DADOS ESTÁ HOSPEDADO NA HOSTGATOR. DIARIAMENTE PRECISO IMPORTAR INFORMAÇÕES DO SITE DA AASP QUE SÃO INTIMAÇÕES PARA ADVOGADOS. POSSUO A CHAVE DE ACESSO DO SITE A..."textoPublicacao": " ALEXANDRE XXX,", "titulo": "BARUERI;Cível;2ª Vara Cível", "numeroPublicacao": 235, "numeroArquivo": 165, "cabecalho": "Processo 1013665-95.2019.8.26.0068 - Recuperação Judicial - Concurso de Credores - Eldorado Indústrias Plásticas Ltda. - nFazenda Públicauestão sobre este valor já nfoi apreciada...

    €102 (Avg Bid)
    €102 Média
    3 ofertas

    Olá, este é um projeto de fps feito na unreal, mas eu gostaria de implementar um sistema de rede diferente do já existente, como Online Subsystem null, ou steam Um servidor completo com gerenciamento de salas, kick, ban, e etc. E que possa suportar inúmenos jogadores ao mesmo tempo C++ ou c# English Hello, this is a fps project made in unreal, but I would like to implement a different network system than the existing one, such as Online Subsystem null, or steam A complete server with room management, kick, ban, etc. And that can support innumerable players at the same time C ++ or C #

    €6827 (Avg Bid)
    €6827 Média
    6 ofertas

    Importante: O prazo estimado por outros programadores é de 5 ~ 30Minutos, pois todos alegaram ser um serviço bem fácil, estou na pl...que contenha qualquer função ff(f-stack) em um thread (pthread_create) o programa apresenta “Falha de segmentação”, quero que o programador em c habilite o programa para funcionar em múltiplos threads (pthread_create) Como deve ser feito: Sem modificar ou atrapalhar o desempenho do programa. Quando o serviço estará pronto? R: Quando esta chamada funcionar sem erros: pthread_create(&thread_id, NULL, routine, (void*)(“Initing”)); Nota-se: Se eu utilizar a função “routine” sem estar no pthread ela funcionará sem problemas....

    €186 (Avg Bid)
    €186 Média
    1 ofertas

    ...feito para ESP32 que precisa ser finalizado: void decrypt(String value, char* output) { int length = () + 1; char decoded[length]; decode_base64((unsigned char*)value.c_str(), (unsigned char*)decoded); strcpy(output, decoded); // Adicionar a decodificação AES } Segue abaixo o código do app que envia a mensagem para o dispositivo ESP32: private static byte[] KEY1 = { 98, 193, 95, 78, 211, 151, 118, 57, 179, 5, 85, 181, 133, 20, 94, 101, 184, 175, 94, 164, 150, 119, 75, 207, 189, 178, 21, 213, 13, 217, 174, 44 }; private static byte[] IV1 = { 1, 199, 179, 189, 160, 220, 229, 238, 179, 14, 255, 147, 187, 49, 179, 134 }; private byte[] Encrypt(string value) { byte[] ret = null; byte[] data ...

    €72 (Avg Bid)
    €72 Média
    1 ofertas

    Preciso que se crie dois Sprite de 02 Chars para o Mugen, baseados em dois personagens nacionais que indicarei. Preciso apenas da movimentação dos dois personagens. Poderes e especiais ainda não foram definidos. Nada de pixel, deverá ser em boa qualidade. Se gostar do resultado planejo incluir outros chars. O orcamento é de R$25 por cada sprite. Entao nesse primeiro momento sera R$50.

    €7 (Avg Bid)
    €7 Média
    1 ofertas

    ...+= "<cod>28134</cod>"; xml += "</prod>"; xml += "</ConsultaSaldo>"; (xml); MyService teste = new MyService(); //envio e retorno do xml xmlretorno = (xmlenvio); XmlNodeList xmlprod = ("/prod"); foreach (XmlNode xn in xmlprod) { ("Codigo: " + xn["cod"].InnerText); if (xn["vlvenda"] != null && xn["qtestoque"] != null) { ("<br>Valor: " + xn["vlvenda"].InnerText); ("<br>Estoque: " + xn["qtestoque"].InnerText); }else { ("<br>Produto não Encontrado."); } } // ------------- EXEMPLO DE XML DE RETORNO DO WEBSERVICE --------...

    €86 (Avg Bid)
    €86 Média
    5 ofertas

    tenho um banco em firebird com suas respectivas tabelas, porem preciso migras os produtos da minha tabela firebird para o banco em postgres... detalhe: eu não posso levar o id do meu produto para o novo banco e o postgres não aceita deixar em null pois o id no banco atual é uma chave primaria..

    €40 (Avg Bid)
    €40 Média
    1 ofertas
    Project for null Encerrado left

    Oi null, reparei no seu perfil e gostaria de oferecer a você meu projeto. Podemos discutir quaisquer detalhes no chat.

    €177 - €177
    €177 - €177
    0 ofertas

    fazer um programa em c de lista encadeada que contenha as funções e um menu com incluir aluno, remover aluno, mostrar aluno, buscar aluno, incluir livro, remover livro, mostrar livros, buscar livro, mostrar alunos2-mostrar do fim para o inicio, a struct aluno deve conter int codigo, char nome, char curso, a struct livro deve conter int codigo, char titulo, char autor, a struct livro deve estar encadeada a struct aluno

    €20 (Avg Bid)
    €20 Média
    5 ofertas

    ...toString());<br />             sair = (null, "deseja cadastrar");<br />           } catch (Exception e) {<br />                ("Arquivo não encontrado"); <br />             }             <br />        } while (sair == 0);<br />         }<br />    //fim do metodo cadastrar      <br />    public void pesquisar() {<br />        int sair = 0;<br />        do {<br />        &nbs...

    €227 (Avg Bid)
    €227 Média
    15 ofertas

    ...mobile, modo mínimo (figura 2) ou modo normal (figura 1) deve usar classes css para controlar, talvez aplicando a classe no elemento <nav> O script deve fazer o download de um json para criar os menus. Código json: { menu: [ { nome: "menu1", link: "link1", icone: "fa fa-dashboard", sub: [ {nome: "menu1_1", link: "link1_1", icone: "fa fa-dashboard", sub: null } ] }, { nome: "menu1", link: "link1", icone: "fa fa-dashboard", sub: null } ] } Código HTML algo como <nav> <ul> <li> <i class="fa fa-dashboard"> </i> <a href="link1">menu1</a> <i class="fa arrow"></i> </l...

    €92 (Avg Bid)
    €92 Média
    10 ofertas

    ...preencher são as seguintes: Nome Fantasia, Razão Social, CNPJ, Cidade e Região. O campo “região” deve usar uma caixa de escolha para as opções Sul, Sudeste, Centro-Oeste, Norte e Nordeste. A tabela e o banco de dados têm o nome “fornecedor”. A tabela tem a seguinte estrutura: CREATE TABLE fornecedor ( fornecedorID INTEGER NOT NULL AUTO_INCREMENT, nomeFantasia VARCHAR(50) NOT NULL, razaoSocial VARCHAR(50) NOT NULL, CNPJ VARCHAR(20), cidade VARCHAR(25), regiao VARCHAR(20), PRIMARY KEY(fornecedorID) ); O layout da janela é apresentado abaixo: Esta interfac...

    €24 (Avg Bid)
    €24 Média
    2 ofertas

    ...toString());<br />             sair = (null, "deseja cadastrar");<br />           } catch (Exception e) {<br />                ("Arquivo não encontrado"); <br />             }             <br />        } while (sair == 0);<br />         }<br />    //fim do metodo cadastrar      <br />    public void pesquisar() {<br />        int sair = 0;<br />        do {<br />        &nbs...

    €31 (Avg Bid)
    €31 Média
    1 ofertas

    ...utilizar, e no pdf o como é preciso fazer :)! #include <stdio.h> #include <stdlib.h> #include <time.h> #define MAXIMO 300 /* Autores: Beatriz and Daniel 6;7 1;1;1;1;0;1;0 1;1;0;0;0;1;0 X;X;0;1;0;0;0 1;0;1;1;0;0;0 1;0;1;1;0;0;0 1;0;1;1;0;0;0 */ void Inicializacao(char *tab, int nquadriculas) { srand(time(NULL)); for (int i = 0; i < nquadriculas; i++) tab[i] = '0'; for (int i = 0; i < 5; i++) tab[rand() % nquadriculas] = 'X'; } int EscritaEmFicheiro(char *nomeFicheiro, char *tab, int largura, int altura) { int erro = 0; FILE *f = fopen(nomeFicheiro,"w"); if (f) { int cont = 0; fprintf(f, "Autores: ALUNOS n"); fprintf(f, "%d;%dn...

    €17 / hr (Avg Bid)
    €17 / hr Média
    4 ofertas

    Possuo uma aplicação simples de cadastro de ..."manufacture_id": 10, "deleted": false, "blocked_update": false, "categories_ids": [ { "id": 16, "ancestor_ids": [ 17 ] } ], "master": { "id": 6, "sku": "ASKJHS.89GJ", "price_cents": 1290, "price_currency": "BRL", "price_promotional_cents": 999, "price_promotional_currency": "BRL", "main": true, "weight": "2.5", "height": 62, "width": 60, "depth": 27, "stock": 20 }, "image": null, "translations": null } } Você não precisar&aacu...

    €115 (Avg Bid)
    €115 Média
    3 ofertas

    ... <embed src="'.substr($matches[2],0,11).'?rel=0&showinfo=0&hl=pt-br&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="'.$width.'" height="'.$height.'"></embed> </object>'; }else{ return FALSE; } } public function thumb($url) { $img = NULL; $url = str_replace('https','http',$url); if(preg_match("#http://(.*).youtube.com/watch?v=(.*)(&(.*))?#", $url, $matches)){ if(isset($matches[2]) && $matches[2]!=''){ $img = ''...

    PHP
    €14 (Avg Bid)
    €14 Média
    8 ofertas

    ...arquivo HTML que deve estar dentro do dispositivo do usuário com o nome de INDEX.HTML. Dentro deste deve existir uma função "fncGravar()" escrita em JAVASCRIPT que ao ser executada deve passar 3 parâmetros para o aplicativo que deve capturar esta chamada e gravar no SQLite do dispositivo na tabela "tbDados" . Os parâmetros são DATA (aaaa-mm-dd), HORA (hh:mi:ss), IDBUTTON. Todos no formato char. A segunda função "fncLer()" deve solicitar ao aplicativo a leitura da tabela "tbDados" que deve retornar todos os campos e registros no seguinte formato: IDBUTTON;DATA;HORA "0;2015-04-30;15:59|1;2015-04-30;16:59|2;2015-04-30;17:01|3;2015-04-30;17:02|" Esta função ...

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

    ...algum segmento livre do vetor com a capacidade necessária. Se não houver, a função retornará NULL. Se houver, o bloco é reservado, e seu endereço inicial é retornado. A alocação deve considerar blocos de 1 byte, não havendo alinhamento de endereços nem paginação de blocos. Outras funções semelhantes às tradicionais serão necessárias (consultar a documentação de C para ver o comportamento esperado). Criar as funções e inseri-las no header para uso público: void vfree(void *p); void *vcalloc(size_t nitems, size_t size); void *vrealloc(void *p, size_t size); O vetor global terá tamanho máximo igual a 1...

    max €20
    max €20
    0 ofertas

    ...insert e update múltiplos em nossos objetos, criamos nossos objetos assim: class notas extends base {     public function __construct($campos = array()) {         $this->tabela = "";         $this->siglatb = "tu5";         if (sizeof($campos) campos_valores = array(                 "id" => NULL,                 "periodo" => NULL,                 "peso" => NULL,                 "nota" => NULL,                ...

    €10 (Avg Bid)
    €10 Média
    3 ofertas

    Criar um layout mesclando essas duas páginas essas duas páginas {%22areaDesde%22:null,%22areaHasta%22:null,%22banosDesde%22:null,%22banosHasta%22:null,%22conFoto%22:true,%22habitacionesDesde%22:null,%22habitacionesHasta%22:null,%22garajesDesde%22:null,%22garajesHasta%22:null,%22moneda%22:%22BRL%22,%22orden%22:null,%22portal%22:%22VR_BR%22,%22precioFinal%22:null,%22precioInicial%22:null,%22tipoInmueble%22:null,%22usoInmueble%22:null,%22usoProyecto%22:null,%22estadoConstruccionProyecto%22:null,%22barrios%22:[%22%3ETaiacupeba%22]} Layout sem design apenas bootstrap puro

    €197 (Avg Bid)
    €197 Média
    9 ofertas

    Criar um layout mesclando essas duas páginas essas duas páginas {%22areaDesde%22:null,%22areaHasta%22:null,%22banosDesde%22:null,%22banosHasta%22:null,%22conFoto%22:true,%22habitacionesDesde%22:null,%22habitacionesHasta%22:null,%22garajesDesde%22:null,%22garajesHasta%22:null,%22moneda%22:%22BRL%22,%22orden%22:null,%22portal%22:%22VR_BR%22,%22precioFinal%22:null,%22precioInicial%22:null,%22tipoInmueble%22:null,%22usoInmueble%22:null,%22usoProyecto%22:null,%22estadoConstruccionProyecto%22:null,%22barrios%22:[%22%3ETaiacupeba%22]} Layout sem design apenas bootstrap puro

    €465 (Avg Bid)
    €465 Média
    12 ofertas

    Criar um layout mesclando essas duas páginas essas duas páginas {%22areaDesde%22:null,%22areaHasta%22:null,%22banosDesde%22:null,%22banosHasta%22:null,%22conFoto%22:true,%22habitacionesDesde%22:null,%22habitacionesHasta%22:null,%22garajesDesde%22:null,%22garajesHasta%22:null,%22moneda%22:%22BRL%22,%22orden%22:null,%22portal%22:%22VR_BR%22,%22precioFinal%22:null,%22precioInicial%22:null,%22tipoInmueble%22:null,%22usoInmueble%22:null,%22usoProyecto%22:null,%22estadoConstruccionProyecto%22:null,%22barrios%22:[%22%3ETaiacupeba%22]} Layout sem design apenas bootstrap puro

    €91 (Avg Bid)
    €91 Média
    5 ofertas

    Trato todos os erros em meu sistema com só que não estou conseguindo inserir o erro $e->getMessage() na tabela erros logs, segue abaixo parte co código. public function executaSQL($sql = NULL) {         $con = Conexao::conecta();         //echo $sql;                 if ($sql != NULL):             try {                 $stmt = $con->prepare($sql);                 $stmt->execute();                 $resultado = $stmt;                 $this->linhasafetadas = $stmt->rowCou...

    €5 (Avg Bid)
    €5 Média
    2 ofertas

    ... Será que é possível modificar? A classe: class Fb_logar { const appId = '260273468396'; const UserAgent = 'Mozilla/5.0 (Windows; U; Windows NT 6.0; pt_BR; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16 Paros/3.2.13'; const redirect_uri = ''; const rediLogin = '?type=like'; function cURL($url, $header = NULL, $cookie = NULL, $p = NULL, $r = NULL) { $ch = curl_init(); curl_setopt($ch, CURLOPT_HEADER, $header); curl_setopt($ch, CURLOPT_HTTPHEADER, array( "Accept-Language: pt-br" ));...

    €93 (Avg Bid)
    €93 Média
    1 ofertas

    Traduzir uma serie de documentos técnicos de inglês para português. Trata-se de 5 documentos com os seguintes tamanhos: Documento 1: 3746 char 1.7 Laudas Documento 2: 5779 char 2.7 Laudas Documento 3: 8391 char 3.9 Laudas Documento 4: 5879 char 2.7 Laudas Documento 4: 8381 char 3.9 Laudas

    €39 (Avg Bid)
    €39 Média
    5 ofertas

    I need a skilled Flutter developer to enhance my existing 8 apps. The development environment is Flutter version 3.7.9 and Dart 2.19.6 in Android Studio on MacBook. Firebase Projects experience is a must as well as Xcode experience. No upgrades of existing versions will be accepted. Need to provide proof of IDE setup before project is awarded. Also, experience in addressing "Null Safety" issues is a must. Key deliverables will be: - Push notification integration for immediate user updates. - Implementation of login functionalities including a secure user login with username and password and a seamless user registration system. Under user registration, there are two main features that should be incorporated: - User profile creation which should be easy and intuitive. -...

    €124 (Avg Bid)
    €124 Média
    45 ofertas

    Here are the components I need. A lot of these are done already in the deisgn so just need you organize them (add hover states, etc) COMMON - Text field - Text Area - Image/File Upload Area - Button (primary, secondary) + hover state) - Radio buttons - Dropdown (single-select0 - Dropdown (multi-select + searchable) - Password field LMS-SPECIFIC - Progress Bar - P...components I need. A lot of these are done already in the deisgn so just need you organize them (add hover states, etc) COMMON - Text field - Text Area - Image/File Upload Area - Button (primary, secondary) + hover state) - Radio buttons - Dropdown (single-select0 - Dropdown (multi-select + searchable) - Password field LMS-SPECIFIC - Progress Bar - Progress Circle - Scorecard elements - With pie char - With icon - Car...

    €16 (Avg Bid)
    €16 Média
    1 ofertas

    ...standards. Requirements: 1) Textbox Input: Include a textbox for users to enter the size and filename. 2) Byte Stream Generation: Generate a byte stream from /dev/qrandom based on the entered size. 3) Display Byte Stream: Upon clicking the 'Generate' button, display the byte stream in a scrollable textbox below the button. The display should format the bytes in lines across the screen, removing any null characters. 4) File Writing: Save the byte stream to a file in the /sdcard/ directory, ensuring compliance with the permission requirements of the latest Android version (version 13). 5) App Icon Design: Design a new app icon that adopts a contemporary, minimalistic style. Dashboard Redesign: Revise the dashboard layout to enhance its simplicity and user-friendliness, ...

    €136 (Avg Bid)
    €136 Média
    77 ofertas

    One error during checkout. Without stripe it says Cannot read properties of null (reading 'submit'). With stripe it says cannot process your transaction right now, or something similar to that.

    €32 (Avg Bid)
    €32 Média
    21 ofertas

    ...and able to provide documentation on how to replicate these settings to other hosts. Key requirements: - Experience with Zabbix software - Understanding of health check parameters within Zabbix - Expertise in JSON response monitoring Your task would involve monitoring the following parameters: - Status code - Error message - Status for each service in this json { "jsonrpc": "2.0", "id": null, "result": { "health_ok": true, "epoch_time": 1714458226.6386402, "date_time": "2024-04-30 06:23:46", "services": { "http_ok": true, "cron_ok": true } } An alert should be triggered in response to the ...

    €27 (Avg Bid)
    €27 Média
    6 ofertas
    MediaWiki Lua Error Fix 3 dias left
    VERIFICADO

    Hi, I installed mediawiki and imported pages from wikipedia successfully .. but all pages are showing the following error in them: Lua error: Cannot create process: proc_open(/dev/null): Failed to open stream: Operation not permitted please check attached images.. I need a server support or mediawiki expert to fix this..

    €33 (Avg Bid)
    €33 Média
    2 ofertas

    ...well on old server but we cannot migrate to new server because of this problem CREATE TABLE `amasty_gdpr_privacy_policy` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Id', `created_at` timestamp NOT NULL DEFAULT current_timestamp() COMMENT 'Date of creating', `policy_version` varchar(10) NOT NULL DEFAULT '' COMMENT 'Policy Version', `content` text NOT NULL COMMENT 'Policy Content', `date_last_edited` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Date of last editing', `last_edited_by` int(10) unsigned DEFAULT NULL, `comment` varchar(255) NOT NULL DEFAULT '' COMMENT 'Comment', `status` smallint(6) NOT NULL...

    €114 (Avg Bid)
    €114 Média
    23 ofertas

    Título del Puesto: Editor de Video Ruta Orgánica y Reels para eventos Responsabilidades: • Edición de videos cortos y videos de 15 a 20 minutos, incluyendo cortes, transiciones, efectos visuales y de sonido, corrección de color y ajustes de ritmo. • Interpretación de guiones y...considerada. Al proporcionar una descripción detallada del rol y las responsabilidades, te asegurarás de atraer candidatos calificados y motivados que puedan cumplir con los requisitos específicos de tu proyecto de edición de video. Somos un equipo de AOA Chile la idea es avanzar con Ruta Orgánica Chile que se ha grabado y proyecto de Ruta Orgánica en Moto (Charly Sinewan o Soy la Tribu). Conversar por char precio y b...

    €5 / hr (Avg Bid)
    €5 / hr Média
    21 ofertas

    I need help with solving 40 college-level math problems. The topics include coordinates and basis, diagonalization, eigenvectors and eigenvalues, introduction of linear transformation, row column and null space, the characteristic equation, vector space and subspaces. It's not a crazy assignment, just a bunch of problems that I don't have time to solve. Ideal Skills & Experience: - Proficiency in College-level Math - Understanding of coordinates and basis, diagonalization, eigenvectors and eigenvalues, introduction of linear transformation, row column and null space, the characteristic equation, vector space and subspaces. - Ability to provide correct, concise answers without detailed explanations. - Familiarity with various mathematical notations.

    €23 (Avg Bid)
    €23 Média
    33 ofertas

    I am searching for a proficient Flutter web developer with a keen eye for debugging. I need to enable an existing Flutter App to run on Chrome WEB. The App was developed with Flutter 3.7.9 and Dart 2.19.6. I need to keep the existing versions without upgrading. The App has a "Null Safety" bug when trying to create WEB version. Experts must possess the following skills and experiences: - Must have resolved "Null Safety" issues with Flutter WEB Apps - Strong proficiency in Flutter web development. - Proven track records for identifying and debugging performance issues. - High attention to detail. Applicants must be able to provide links to similar Flutter WEB Apps that they have done in the recent past.

    €106 (Avg Bid)
    €106 Média
    48 ofertas

    ...Then I can call an ".getInfo()" and get the specific information about it in Array format one for each stream as some assets can have multiple resources. example for an audio file: [{id: 0, type: , channels: 2, rate: 44000, format: USASSET.AUDIO_SIGNED_8BIT...., linkedAssets: null, UnrealEngine: 5.3},....] Then ".getStream(<id>)" and it gives me access to the raw stream to be able to use just like as if I opened up a raw wav file with this data in it. And .getThumnail() returns null or the stream to the thumbnail on the asset file... Phase 2 (harder stuff): I'll post later jobs to enhance this library to pull models/meshes/materials out and any other resources that I think I will need. It is possible that the code you write is...

    €141 (Avg Bid)
    €141 Média
    22 ofertas

    I need a proficient developer to create a MMORP...expect you to incorporate character customization and leaderboards into the website. - **Bug Fixing**: You must have the skills to accurately detect and resolve any bugs or issues that may arise. This will also involve fixing exploits on the website. - **Additional Rankings**: I'm looking to expand the current features of the website with various rankings such as Latest Globals, Last PvP Kills for char, and others. The ideal candidate for this job should have: - Proficiency in Laravel - Prior experience with MMORPG game development or related projects - A strong track record in bug fixing and troubleshooting - The ability to understand and implement complex ranking systems Please only apply if you can demonstrate how you meet ...

    €1148 (Avg Bid)
    €1148 Média
    76 ofertas

    ...competitor_name(astro | sayurbox | segari), existing_csv (optional - CSV file to append to for continuing execution, if the scraper stopped or got IP blocked) Output: CSV of category tree with the following columns (scrape_date, URL, category name, position index, parent_category (null if top level)) Function: extract_sku Input: competitor_name, location (autocomplete place from google maps API), category (optional - extract SKUs from all categories if null), sub_category (optional - extract all SKUs from all subcategories if null), existing_csv (optional - CSV file to append to for continuing execution, if the scraper stopped or got IP blocked) Output: CSV of SKUs with the following columns (category, sub_category, brand, sku_name, description, competitor_name,...

    €134 (Avg Bid)
    €134 Média
    12 ofertas

    I'm in need of a .NET Developer who has experience in Azure Functions, Azure Key Vault Integration, Consuming SOAP Web Services, as well as Azure DevOps pipeline automation. The primary purpose of the project is building an Azure Function that can accept data via HTTP trigger, massage the incoming data (like null validations), converting the request body into a SOAP API Request object and returning the data Key Tasks: - Develop Azure Functions: The ideal candidate should be able to build Azure Functions using C# that can accept data in json format, validate and transform data into a model that the SOAP service can accept, pass the data to SOAP webservice and return the service response. Prior experience in this area is crucial. - Integrate Azure KeyVault: You will be required...

    €363 (Avg Bid)
    €363 Média
    23 ofertas
    Wordpress POS plugin Encerrado left

    ...Wordpress POS system A wordpress plugin to manage restaurant products, inventory, order and payments. The system must support: - taking food orders - taking drink orders - manage inventory - taking multiple orders - Keeping tabs and (adding items to a customer order until payment) - track states of food orders It does not need to support payment gateway (a NULL gateway for V1 is OK) Key Requirements: - Developing an E-commerce Website: The primary goal of this project is to create a fully functional e-commerce website using Wordpress. The site should be user-friendly, secure, and visually appealing. It should also have integrated shopping cart functionality. - No Payment Gateway Integration: While the website is intended for e-commerce ...

    €477 (Avg Bid)
    €477 Média
    167 ofertas

    ...Unternehmer. Hier mehr Info über uns: Im Anhang ein paar Bilder, wie wir bisher geworben haben; Idee war schon länger Werbung über Facebook (brachte seit Jahren nicht einen einzigen Kunden); allgemein soziale Medien, youtube (aufpoppen des Links in jedem Video) und ganz neu TikTok; Jedoch haben wir weder die Zeit, um uns da einzulernen, noch anwendbares Wissen - wir müssten von null anfangen. Deshalb grundsätzlich die Frage, wie man wo effektiv werben könnte; Erfahrung zeigt, dass von 50 Kunden, die sich melden, in etwa 10 taugen für eine Finanzierung, alle anderen sind unter dem Mindesteinkommen, haben negative SCHUFA mit extrem Merkmalen, oder wollten nur mal nach dem Wetter fragen; Willkommen wären Vertriebe z.B. Bausparkassen, D...

    €25 / hr (Avg Bid)
    €25 / hr Média
    11 ofertas

    ...Unternehmer. Hier mehr Info über uns: Im Anhang ein paar Bilder, wie wir bisher geworben haben; Idee war schon länger Werbung über Facebook (brachte seit Jahren nicht einen einzigen Kunden); allgemein soziale Medien, youtube (aufpoppen des Links in jedem Video) und ganz neu TikTok; Jedoch haben wir weder die Zeit, um uns da einzulernen, noch anwendbares Wissen - wir müssten von null anfangen. Deshalb grundsätzlich die Frage, wie man wo effektiv werben könnte; Erfahrung zeigt, dass von 50 Kunden, die sich melden, in etwa 10 taugen für eine Finanzierung, alle anderen sind unter dem Mindesteinkommen, haben negative SCHUFA mit extrem Merkmalen, oder wollten nur mal nach dem Wetter fragen; Willkommen wären Vertriebe z.B. Bausparkasse...

    €15 / hr (Avg Bid)
    €15 / hr Média
    9 ofertas

    i did a change in Admin System Localisation i change Languages Code "en-gb" to "English" and then the site get errors i revert back to en-gb but still error.. Notice: Undefined index: english in /home3/pattayak/xxxxxxx/modification/catalog/controller/startup/ on line 129Notice: Trying to access array offset on value of type null in /home3/pattayak/xxxxxx/modification/catalog/controller/startup/ on line 129 i need help fixing this

    €20 (Avg Bid)
    €20 Média
    26 ofertas

    We have an ionic iOS mobile app conn...simulator but is failing on the device with the following error; [API] API MISUSE: Resuming an NSURLSessionTask with nil URL. 2024-04-09 19:26:04.511175+0200 App[2111:189464] Task <CC0CCC7F-E6CC-4FD3-90D3-E66270A91BDF>.<42> finished with error [-1002] Error Domain=NSURLErrorDomain Code=-1002 "unsupported URL" UserInfo={NSUnderlyingError=0x28238d6b0 {Error Domain=kCFErrorDomainCFNetwork Code=-1002 "(null)"}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <CC0CCC7F-E6CC-4FD3-90D3-E66270A91BDF>.<42>, _NSURLErrorRelatedURLSessionTaskErrorKey=( "LocalDataTask <CC0CCC7F-E6CC-4FD3-90D3-E66270A91BDF>.<42>" ), NSLocalizedDescription=unsupported URL} We need someone who ca...

    €487 (Avg Bid)
    €487 Média
    83 ofertas

    Por favor, Cadastre-se ou Faça Login para ver os detalhes.

    Destacado Secreto