Website design search function trabalhos
Estou criando uma aplicação para onde eu trabalho em node JS, mas sou bem novo e estou em fase de aprendizado, preciso de alguém que crie uma função para que eu possa imprimir em impressora térmica. Modelo Impressora: Elgin L42 Pro a ideia é criar uma Function para eu passar as informações que eu quero que seja impressa junto com código de barras.
1° Eu preciso fazer a chamada/execução de uma função através de um clique no botão. Clicou, executou! Todos os elementos mostrados na página são puramente criados dentro do arquivo.JS. 2° Preciso remover o Loop gerado pela função Eu já tentei desabilitando essa a ação de redenrização, mas infelizmente não funcionou 3° Preciso criar um evento clique para que quando o botão for cl...mágina acontecer? A página que tenho rodando, está rodando no Localhost, então quem souber resolver a tarefa, precisamos se logar no localhost através do teamviewer ou qualquer outra coisa e fazer a função rodar Aguardo contato. Aq...
I have a software that optimizes functions in whatsapp, t...whatsapp group links, among the functions. 1- I want to change the current design, it is very poor, very weak, I want a design similar to the promoter route 2- The system needs to trigger the Qrcode every time it changes function, or changes screen. I need to configure the system to perform the Qrcode once, and to change screens without having to start the program. 3- I want to configure an extension with Chrome and use the program with full screen along with whats like the promote route program 4- Create answer buttons 5- Create list with answer menus 6- Configure licenses for a single user, configure payment system, configure blocking for contact extractor, message sending and whatsapp group link extractor 7...
I have a software that optimizes functions in whatsapp, th...whatsapp group links, among the functions. 1- I want to change the current design, it is very poor, very weak, I want a design similar to the promoter route 2- The system needs to trigger the Qrcode every time it changes function, or changes screen. I need to configure the system to perform the Qrcode once, and to change screens without having to start the program. 3- I want to configure an extension with Chrome and use the program with full screen along with whats like the promote route program 4- Create answer buttons 5- Create list with answer menus 6- Configure licenses for a single user, configure payment system, configure blocking for contact extractor, message sending and whatsapp group link extractor ...
...whatsapp group links, among the functions. 1- I want to change the current design, it is very poor, very weak, I want a design similar to the promoter route 2- The system needs to trigger the Qrcode every time it changes function, or changes screen. I need to configure the system to perform the Qrcode once, and to change screens without having to start the program. 3- I want to configure an extension with Chrome and use the program with full screen along with whats like the promote route program 4- Create answer buttons 5- Create list with answer menus 6- Configure licenses for a single user, configure payment system, configure blocking for contact extractor, message sending and whatsapp group link extractor 7. Change website screen...
...whatsapp group links, among the functions. 1- I want to change the current design, it is very poor, very weak, I want a design similar to the promoter route 2- The system needs to trigger the Qrcode every time it changes function, or changes screen. I need to configure the system to perform the Qrcode once, and to change screens without having to start the program. 3- I want to configure an extension with Chrome and use the program with full screen along with whats like the promote route program 4- Create answer buttons 5- Create list with answer menus 6- Configure licenses for a single user, configure payment system, configure blocking for contact extractor, message sending and whatsapp group link extractor 7. Change website screen...
Preciso posicionar esse site brasileiro, nas primeiras posições do Google
Pessoal, Tarefa: (Criptografar e bloquear arquivo PDF) A tarefa é: preciso implementar a funcionalidade que evita que o receptor selecione, copie ou imprima o conteúdo do arquivo PDF gerado com a Biblioteca mPDF. Para a solução também pode ser usado outra Biblioteca em conjunto. Também preciso cr...Biblioteca mPDF. Para a solução também pode ser usado outra Biblioteca em conjunto. Também preciso criptografar o arquivo gerado. A solução poderia ser feita com a ajuda de outro LIB ou talvez de uma função PHP. Se você tiver experiência com isso, por favor pode me chamar. Mais detalhes sobre a tarefa estão escritos aqui.
..."Formulários e Listagem" * Geração 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...
Olá Areeb A., eu notei seu perfil e gostaria de lhe oferecer meu projeto. Podemos discutir quaisquer detalhes pelo chat.
... This causes anomalies at the cellular level in the long term. A ratio of 1:1 or 3:1, as science says, is the acceptable level and makes the cell function as a perfect filter. This results in efficient nutrient input and waste output. How does this translate to my health in terms of symptoms etc... How do I know or feel that I am not on balance? Omega-3s help reducing inflammation, and some omega-6s tend to promote inflammation. Some studies suggest that high omega-6 intake may play a role in the complex regional pain syndrome. An imbalance in omega 3 and 6 influences negatively brain activity, heart function, hair and skin, vital organ function, connections, and muscles. In some countries, it is becoming mandatory for pregnant women to take omega 3 supplements giv...
Procuramos um recurso que nos possa ajudar a configurar algumas questões numa base de dados Elastic Search e num visualizador Kibana que está instalada num servidor Linux.
...extensão no Visual Studio Code 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 mo...
Preciso de alguém para pegar os dados da minha lista da firebase e implementar uma search bar no meu app
Function getCRC16($value) { $polinomio = 0x1021; $resultado = 0xFFFF; //CHECKSUM if (($length = strlen($value)) > 0) { for ($offset = 0; $offset < $length; $offset++) { $resultado ^= (ord($value[$offset]) << 8); for ($bitwise = 0; $bitwise < 8; $bitwise++) { if (($resultado <<= 1) & 0x10000) $resultado ^= $polinomio; $resultado &= 0xFFFF; } } } return strtoupper(dechex($resultado)); } This function reproduces these results: echo getCRC16('261cca7aa11aabe18c128fb9c3b0d992').'</Br>'; //Result C810 echo getCRC16('4ef3e8c323abb5938ff5d9522a28bc14').'</Br>'; //Result 878E echo getCRC16...
------------------------- * Montar uma function em python para classificar se um campo texto é: 1. PF (Pessoa Física) / 2. PJ (Pessoa Jurídica) / 3. NP (Não é Pessoa) ------------------------- * Dados para treino : 1. coletar a base de treino independente ou 2. utilizar a base anexa. ------------------------- * Entregáveis 1. Lib Python (Classificador_PF_PJ) / 2. ------------------------- * Exemplo: import Classificador_PF_PJ print(is_PF_PJ("Amilcar Sampaio")) ---> "PF" print(is_PF_PJ(""Comercial Cel Eireli")) ---> "PJ" print(is_PF_PJ(""Cadeira")) ---> "NP" ------------------------- * Assertividade do modelo 80% -------------------------
O projeto consiste na conceção de uma base de dados para uma empresa e na implementação da uma aplicação de suporte. O trabalho consiste na criação do esquema da base de dados acima em SQL, com triggers que garantam as regras de integridade e algumas queries. Todas as deciso?es na?o triviais identificadas/consideradas pelo grupo devem ser justificadas. Escrever Script c...projeto consiste na conceção de uma base de dados para uma empresa e na implementação da uma aplicação de suporte. O trabalho consiste na criação do esquema da base de dados acima em SQL, com triggers que garantam as regras de integridade e algumas queries. Todas as deciso?es na?o triviais identificadas/conside...
Desejo automatizar entradas no site de opções binárias '' esse robot deve ter uma função para analisar a tendência das ultimas 5 velas que aparecem no gráfico para então tomar a decisão de compra ou venda. No contato, darei mais detalhes I need a BOT to IQoption I want to automate entries on the binary options website '', this robot must perform a function to analyze the most recent trends 5 candles that appear on the chart to then make a decision to buy or sell. In contact, I will give more details
...spreadsheet row. 6 - It should be possible to clear the fields with a button. 7 - At the end of the form there should be a button called "END LINE" that completes the filling then, storing everything in one row of the spreadsheet, releasing the form to fill again until the user clicks finish which then should do the function of completing the filling of the spreadsheet. then make it available for download. 8 - There should be a button called "PRIORITY" that should have the function of painting the line yellow if YES is chosen, if NO is chosen the spreadsheet line should be blank. 9 - the name of the generated spreadsheet should contain the date of generation, example: 17012020-abc Prototype: I made a working prototype in a Web Builder to give you an i...
...spreadsheet row. 6 - It should be possible to clear the fields with a button. 7 - At the end of the form there should be a button called "END LINE" that completes the filling then, storing everything in one row of the spreadsheet, releasing the form to fill again until the user clicks finish which then should do the function of completing the filling of the spreadsheet. then make it available for download. 8 - There should be a button called "PRIORITY" that should have the function of painting the line yellow if YES is chosen, if NO is chosen the spreadsheet line should be blank. 9 - the name of the generated spreadsheet should contain the date of generation, example: 17012020-abc Prototype: I made a working prototype in a Web Builder to give you an i...
Um programador para fazer uma função na api function do firebase que vai autenticar, ler e gravar dados no database realtime do firebase na mesma conta que foi escrita a função A programmer to do a function in the firebase api function that will authenticate, read and write data to the firebase realtime database in the same account as the function was written.
Removendo uma determinada function do módulo do Pagseguro o módulo de cadastro funciona, e trava o do pagseguro. O serviço desejado então é realizar alterações em algum dos módulos que permita que os dois possam trabalhar em conjunto na loja. Talvez ajustes com noConflict possa resolver o problema. Disponibilizo o acesso via ftp já com tudo rodando para verificarem os arquivos.
Corrigimos erros estratégicos de marketing e programação . Ajuste conosco acessibilidade e visibilidade do seu site Partir de R$30.00 ZAP [+55 22 ] 9 9 9 5 1 8 6 0 0
Boa tarde, preciso programar um exercicio de calculo numérico em matlab. Segue uma parte do enunciado a baixo: Nesta questão você deverá utilizar o polinômio interpolador para aproximar o valor de uma integral. Para isso, você deve criar uma function que recebe como variável de entrada um vetor de coeficientes de um polinômio (de qualquer ordem) e retorna um outro vetor com os coeficientes da primitiva dele. Preciso programar de duas maneiras diferentes.
1-Check tag and category error 2-check https certificate error - new posts 3-remove wpml and currency plugins from site - Disable and remove icons (desktop and mobile) 4-Check which products do not pull order sequence when posted - (Is pulling from oldest to youngest, reverse order in function) 5-Css adjustment broke in mobile menu in content category BID USD 35.00
Micro project, just the frontend with a single and react.js included. I need to add the React Data Grid plugin () but without JSX because it will be added to an already completed project. The datagrid can only have columns id, name, value. I need this 4 events below: 1) an external button with the add row function (row). 2) an external button with the remove row selected. 3) an external button to change background color row by id. 4) always sort order "name column" ASC
tenho uma aplicação de gestão web (php+javascript+css) e pretendo a parte documental e a função de comunicar guias, faturas e saft-pt para a AT. com vista à certificação. I have a web management application (php + javascript + css) and I want the documentary part and the function of communicating tabs, invoices and saft-pt for TA. with a view to certification.
...puxados diretamente do site da TOYOTA. - Todos os botões de contato com Messenger, WhatsApp e telefone deverão estar tagueadas para rastreamento de eventos via Google Analytics ---------------------------------------------------------------------------------------- Landing Page to be made in Wordpress with mobile AMP version. - The site should allow the creation of extra pages using the "page" function of WordPress, the templates should be chosen in "Page Template". - Vehicle information, such as photos, vehicle items, models, prices, should be drawn directly from the TOYOTA () - All buttuon of Messenger, WhatsApp, and phone contact should be tagged for event tracking in Google Analytics...
Preciso de uma função em python para ativar a atualização de um relatório específico no Power BI da microsoft usando o API da plataforma ou outra solução inteligente. Os parâmetros da função devem ser o usuário e senha da conta, o espaço de trabalho onde está o relatório e o nome do relatório. I need a Python function to remotely refresh a given Microsoft Power Bi report, using Power BI's API or other elegant solution. The function's arguements must be user name and password, workspace of the selected report and the report's name. reference link ->
...esses dados pra exibição própria: Eu quero fazer o mesmo, eu quero criar meu próprio site pra exibir estes dados. Existe um site que oferece uma API coletar esses dados: Mas o problema é que esse site não oferece todos que eu preciso. Eu preciso dos resultados da: - megasena - timemania - duplasena - lotofacil - lotomania - loteca - lotogol - quina Eu já tentei pegar esses dados através de um comando GET que eu encontrei no arquivo javascript publico do dominio do site mas não deu certo: <script> angular .module("loterias", []) .controller("resultadoMegaSenaController", function($scope, $http) { $ = $http({
...create a PDF with the order, but need make some improvement in the file to otimize space in each A4 - Each product must have a SKU in DashBoard / Firebase - Some SKU of products is variable (Kg) and anothers is a simple product - Add product SKU in Firebase and list in dashboard - Code a function to management product stock ( After a order when approved, input -1 in stock total of the SKU product) - Add in MENU a Sales reports (Value Total)- - Add function to Edit product (edit infos in Firebase) - Add a function to create a order manualy in dashboard. (Today only the app make order) - Add in MENU a expense management (Data / Description / Value and Total for period with some filters cool) - Add in each orders a checkbox with: Pay / Pending - Add in MENU a report...
Estou vendendo um site em uma marketplace aqui no Brazil, tenho já uma conta do adwords, e gostaria de fazer uma campanha no adwords para tentar vender esse meu site que ja esta anunciado no marktplace, mercado livre. https://produto.mercadolivre.com.br/MLB-1011768068-buscadorcombr-_JM#reco_item_pos=0&reco_backend=v2p-csc-i2i-v2p-v2v-ngrams&reco_backend_type=function&reco_client=navigation_homes&reco_id=831dd4a4-537b-4cc5-abc7-4d2fceea1497&c_id=/home/navigation-recommendations/element&c_order=0
Por favor, Cadastre-se ou Faça Login para ver os detalhes.
...ajuste, para que como no exemplo tem (RSS1001, RSS1002, RSS1003) - ao digitar esses IDs, tenho respostas independentes conforme o texto em "alert("Esse ID é verdadeiro");" - sendo que também quero que apareça na página e não na janela de alerta. 4 - Esse botão validar coloque na cor azul e com os cantos arredondados. ____________________ <p><script type="text/javascript"> function valida() { nome = ; if(nome=="rss1001"){ alert("Esse ID é verdadeiro"); if(nome=="rss1002"){ alert("Esse ID é verdadeiro"); if(nome=="rss1003"){ alert("Esse ID é verdadeiro"); if(nome=="...
...Que sugira algo novo, saboroso, masculino, forte e especial. Palavras de duplo sentido são bem vindas. GOOGLE TRANSLATOR:We are with a project to implant a micro brewery, for that we need a name, brand and slogan. We look for professionals to help without work, including the development of arts and all graphic vectors. At the beginning of the project is exclusively for Brazilian professionals (function of possibility of using 'game' words), however, if you are willing to enter ideal conditions. The idea is his short name and easy to pronounce. May it suggest something new, tasty, masculine, strong and special. Two-way words are welcome....
Quero criar um componente tipo assim: (Edit de busca do ID no banco e outro edit rece...deverá poder adicionar quantos campos quiser, por exemplo: 5.1 - para utilizar como busca no cadastro de clientes ira utilizar (id, nome), cadastro de fornecedor (id, fantasia) 5.2 - para utilizar como busca no cadastro de cep (cep, logradouro, cidade, uf, bairro) 5.3 - para utilizar como busca num cadastro simples de cidade (id, descricao, uf) 5.4 - deverá adicionar via código tipo: 5.4.1 - function AddStringField(const FieldName, DisplayFieldName: string; DisplayWidth: Integer; Mascara: String = '') 5.4.2 - e adicionar via uma espécie de FildEditor visual para maiores detalhes entrar em código62número98149*0033 Obs: não sei a...
...bootstrap da pagina inicial ao Settings API, coloquei uma parte do código no Github: Todo o Jquery e seleção das imagens esta ok. Criando novos inputs conforme a quantidade de imagens selecionadas, cada campo é criado com o input name="my_image_URL[]". Minha dificuldade Não estou conseguindo pegar os names e colocar na variavel $urlsparasalvar, function tema_home_imgs(){ $urlsSalvas = esc_attr( get_option( 'imagens_home' ) ); include( get_template_directory() . '/inc/templates/'); if ( isset( $_POST['my_image_URL'] ) ) { $urlsparasalvar = htmlspecialchars(json_encode($_POST['my_image_URL'])); echo '<input name="imagens_home...
Olá. Tenho uma loja virtual na plataforma Wordpress e plugin woocommerce. Meus fornecedores me enviavam um arquivo xml com todos os produtos disponiveis e valores, e eu gostaria de carregar todos os produtos em meu banco de dados somando a porcentagem do meu lucro. Consegui um plugin que me permite transferir os pro...transferir os produtos do xml para minha loja, porém para alterar o preço preciso desenvolver uma função em PHP. Tenho pouquissimo conhecimento em PHP, mas vendo algumas dicas na internet consegui desenvolver o seguinte Codigo que está funcionando, porém quando o resultado dá por exemplo R$ 12,234 ele não fica R$ 12,23 e sim R$12.000,00, preciso de alguem que me auxilie nisso. Obrigado <?php funct...
uso do método dos mínimos quadrados para aproximar um conjunto de pontos por meio de função hiperbólica e por meio de uma função exponencial. Crie uma function para cada método de aproximação.
...isso. Ele está assim: // Pattern [Nome da lista, url da lista] var urls_list = [ ["P1", ""], ["P2", ""], ["P3", ""], ["P4", ""] ]; _____________________________________________ E resultado no site depende disso: } (function (element, index) { var regex = /[htp:/]*([a-zA-Z0-9-_.]+)[/a-zA-Z0-9-_]*/i; var match = (m_url); if (element === match[1]) { resultURL += "<p><b>" + urls_list[list][0] + "</b>: Encontrado <img src=" + img_error + " ></p>"; if (list <= 1) isNotFoundURL = true; isNotFound = false; return; } }); if (isNotFound) { resultURL += "<p><b>" + urls_list[list][0] + "</b>: N&a...
Preciso encontrar restaurantes no estado de São Paulo que pareçam estar precisando de um site novo e enviar um texto pré-pronto por e-mail para eles.
I already have a website with a template but I need fix some function
<link rel="canonical" href=""> without breaking it. var _gaq = _gaq || []; (['_setAccount', 'UA-25575921-1']); (['_setDomainName', '']); (['_setVar', 'sl:US1']); (['_trackPageview']); (function() { ----------------------------------------------------------------------------- <script type="text/javascript" src="~"></script> <script type="text/javascript" src="~"></script> <link rel="canonical" href=""> Casas de Luxo, Imóveis de Alto Padrão , Mansões de alto ... te oferece a mais vasta
Precisamos de uma pessoa para fazer uma otimização completa em nosso site. E caso o site seja ranqueado o profissional terá um grande aumento financeiro devido ao trabalho. Site de perfumes importados em grande crescimento.
...the last 13 years, serving in Systems Analysis function. Great knowledge experience in systems development area involving the identification of needs, technical and financial feasibility, development of logical and physical designs and implementation and programming, using modern technologies and IBM PC and data modeling object-oriented; experience developing event-driven language with "visual", DFD's definition, Data Flow Diagram, experience in coordinating programmers in the implementation and deployment of systems. Master the steps in systems analysis and requirements in data from users, and IT, description and specifications, diagram use case, sequence diagram, class diagram, plan to obtain software, interface model user (Point Function, MS Project...
Preciso de alguém para otimizar meu site no Google Search Console. O Site é uma Escola Online de cursos preparatórios para certificações bancárias.
...elements to display, what can make he give up and leave. I wanted that returning visitors see the buy button along with other elements by default on page load. As I have researched this can be done using some elements like div, css and cookie. There is a website that uses Optimizepress and as I could see, do this by using some scripts like these below <div style="display:none;" data-fade="2195"> <script> if(/(^|;)s*cookie_lp=/.test()){var divs=("[data-fade]");[].(divs,function(e){e.style.display="block"})}else document.cookie="cookie_lp=true; max-age=31536000"; </script> ---------------- Tenho uma página com um vídeo para a venda de um produto, e no minuto 6:00 que &eacut...
colocar na 1 pag do google as palavras chaves brindes promocionais brindes personalizados, brindes ecológicos e brindes
Cara? Preciso de um desenvolvedor forte em cara full stack. Estamos colocando uma plataforma nova no ar e a idéia seria contratar a pessoa como freelancer para um trabalho forte de um mês para colocar a plataforma no ar e se for bom para todos os lados, contratar essa pessoa full time. Queria te conhecer mais. Se tiver interesse,me manda seu CV e remuneração por email: guto@ abs