Student result processing phpfree project trabalhos

Filtro

Minhas pesquisas recentes
Filtrar por:
Orçamento
para
para
para
Tipo
Habilidades
Idiomas
    Estado do Trabalho
    2,000 student result processing phpfree project trabalhos encontrados, preços em EUR

    ...and WhatsApp integration with the purpose of automating my lead screening process. This integration aims to improve my lead generation methods and enhance customer support efficiency. Key Features: - Natural language processing to understand and respond to customer queries effectively. - Sentiment analysis to gauge customer reactions and needs. - Lead qualification to determine the likelihood of a lead becoming a paying customer. Our preferred development language for the AI agent. Ideal Skills: - Experience in AI system development - Knowledge of natural language processing, sentiment analysis, and lead qualification - Experience in WhatsApp API use and integration Your role would involve designing an AI Agent for this purpose and integrating it seamlessly with What...

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

    ...E PORTUGUESE VERSION ENGLISH: Project Title: Development of an Automated Trading Bot for Binance with Advanced Excel Integration Detailed Description: We are seeking an experienced developer to create an automated trading bot that will operate in the Binance futures market. This bot will be intricately integrated with an Excel spreadsheet for managing and controlling trading operations. The focus is on accuracy, efficiency, and the ability to process multiple sheets in parallel. Key Features: Integration with Excel: Continuous querying of an Excel spreadsheet to check for new orders and update the status and results of existing orders. Capability to process multiple sheets simultaneously, with specific configurations per sheet (processing URL, access toke...

    €232 - €696
    Destacado Secreto
    €232 - €696
    2 ofertas

    ...ENGLISH E PORTUGUESE VERSION ENGLISH: Project Title: Development of an Automated Trading Bot for Binance with Advanced Excel Integration Detailed Description: We are seeking an experienced developer to create an automated trading bot that will operate in the Binance futures market. This bot will be intricately integrated with an Excel spreadsheet for managing and controlling trading operations. The focus is on accuracy, efficiency, and the ability to process multiple sheets in parallel. Key Features: Integration with Excel: Continuous querying of an Excel spreadsheet to check for new orders and update the status and results of existing orders. Capability to process multiple sheets simultaneously, with specific configurations per sheet (processing URL, access token, up...

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

    Create an A4 Report that will be divided in half so that it prints horizontally. Half of the page prints 1 record and the other half prints another record. Its not about design, but about data. First half data about student 1, second half is about student 2. Just like the attachment sent. Imagine 100 regists to print; if print in A4 format, you would have 100 pages, but if divide two A5 in one A4, than you print only 50 pages. This report must be delivered in rpt file format. Deadline is 3 days.

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

    I need a programmer who knows two simple things to put in Saas: Integration of the customer's location, indication of places and restaurants close to him using search filters to get the best result and integration of a catalog that processes payments directly in Saas.

    €958 (Avg Bid)
    €958 Média
    7 ofertas
    Web scrapping Encerrado left

    I need a very simple application/script that will scrape text from a website, save the result in a CSV (in a specific format) and upload this CSV to another website. The site is oddalerts.com. This process should be done automatically and 3 times a day /// PT-BR Eu preciso de uma aplicação bem simples que faça scrapping de textos de um site, salve o resultado em um CSV (em um formato específico) e faça o upload desse CSV em outro site. O site é o oddalerts.com. Esse processo deve ocorrer automaticamente e 3 vezes por dia

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

    The main goal is to finishing a incomplet program developed in C++ with the FFmpeg library to capture streams (Audio and Video). The program is almost finished (~80%), thus it is required to finishing the program and perform extensive tests to find bugs and to ensure the program robustness. The program runs on a Linux server and its processing is control via Cgroups, due to the high load processing of streams. Advanced knowledge of C++ coding is required and it is also required at least a basic knowledge of the FFmpeg library. Basic Linux knowledge is also desirable. The payment may be discussed. _______________________________________________________________ Finalizar um programa desenvolvido em C++ com a biblioteca FFmpeg para captura de streams (Áudio e Ví...

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

    ...br/pesquisa?q=Nutilis+300 - - https://www.farmagora.com.br/#&search-term=Nutilis+300 - - - - - https://www.farmaciasnissei.com.br/pesquisa/Nutilis+300 2) Ao abrir cada um destes links você vai para uma página de busca. 3) Nesta página de busca você terá que ENCONTRAR o produto em questão 4) Depois de encontrar você precisa copiar o link da página do produto e colar na planilha 5) Caso não encontre basta escrever "não encontrou" Segue link que explica exatamente o que precisa

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

    Olá Konstantin S., eu vi seu perfil e gostaria de lhe oferecer meu projeto. Nós podemos discutir os detalhes pelo chat.

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

    ...onde sua voz e interpretação possam ser avaliados. I seek a male announcer / narrator for VSL (Video Sales Letter) with proven experience in speaking of sales letter for info products, with a pleasant voice and theatrical tom (knowing how to pass on to emotion that is not text). O Text for locução terá from 4000 to 6000 words. Irei will show you examples and help us to have a satisfactory result. Oily case, there will be future work. Yours sincerely, Samuel V. OBS: Send a portfolio or some work where your voice and interpretation can be endorsed....

    €64 (Avg Bid)
    Local
    €64 Média
    4 ofertas

    Programación orientada a objetos en c++ para processing

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

    Olá! Tenho um trabalho de faculdade que por não ter conhecimentos em código não consigo realizar. O objetivo do trabalho é uma animação realizada em código no Processing (JavaScript) para colocar numa plataforma/ site da cadeira. Esta animação tem que conter interação. A minha ideia seria começar com uma imagem simples e ao clicar no rato ou numa tecla começaria a existir manchas estilo pintura em movimento e de diferentes cores que ocupariam toda a animação, depois, ao clicar outra vez na interatividade surgiria outra mancha ou imagem. Muito obrigada!

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

    Function getCRC16($value) { $polinomio = 0x1021; $resultado = 0xFFFF; //CHECKSUM if (($length = strlen($value)) > 0) { for ($offset = 0; $offset < $length; $offset++) { $resultado ^= (ord($value[$offset...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('d32eeb8baab8af828c2ca6f044d36c5c').'</Br>'; //Result 5ACF echo getCRC16('99981123fcc30...

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

    In order to streamline the classification and ranking of students in the Network and Computer Security class to the results of the Group Work for the subjects of Programming Languages and Algorithms and Data Structures, you were asked to develop an application that collects the following information of each student: • Name • Gender • Email contact • Date of birth • Final Note Functionalities: 1) Collection of information a) Reading and storing in array the information related to n students. 2) Listings: a) Production of a list with data related to the class b) Production of a list of students approved for the course (Final grade> = 10) c) Production of a list of students who failed the course (Final grade <8) d) Production of a list of students s...

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

    ...ipsec_verify' for help ipsec verify: encountered 4 errors - see 'man ipsec_verify' for help [root@semffw03 ipsec.d]# ^C [root@semffw03 ipsec.d]# service ipsec status Redirecting to /bin/systemctl status ● - Internet Key Exchange (IKE) Protocol Daemon for IPsec Loaded: loaded (/usr/lib/systemd/system/; disabled; vendor preset: disabled) Active: failed (Result: start-limit) since Sáb 2020-12-19 20:40:57 -03; 34s ago Docs: man:ipsec(8) man:pluto(8) man:(5) Process: 3741 ExecStopPost=/usr/sbin/ipsec --stopnflog (code=exited, status=0/SUCCESS) Process: 3739 ExecStopPost=/sbin/ip xfrm state flush (code=exited, status=0/SUCCESS) Process: 3736 ExecStopPost=/sbin/ip xfrm policy flush (code=exited, statu...

    €20 (Avg Bid)
    €20 Média
    2 ofertas
    Processing Encerrado left

    Editar e salvar ficheiro em csv no Processing

    €16 / hr (Avg Bid)
    €16 / hr Média
    6 ofertas

    ...obtenção do visto apropriado até a efetiva mudança e ajuste à vida local. Com o intuito de educar os potenciais e clientes atuais, a assessoria busca um escritor freelancer que possa desenvolver artigos, eBooks e Blogs para os 3 domínios: (1) Informação geral sobre Portugal (ex.: clima, comida, cultura etc.) (2) Informação e atualização sobre diferentes vistos (D2, D7, Golden Visa, Startup Visa, Student Visa) (3) Informação sobre abrir empresa, buscar trabalho, estudar e procurar casa (Franquias, empreendimento etc.) O escritor freelancer precisará ser alguém: proativo, criativo, tenha uma excelente redação e detalhista. O profissional precisa criar art...

    €25 (Avg Bid)
    €25 Média
    7 ofertas
    Trophy icon Construir uma LOGOMARCA Encerrado left

    We are creating a platform for the student to resolve issues online. Quizz format. The questions are evidence from military academies. Brand Name: QCMILITAR Colors: Green (mandatory), Black, White, Gray QCMILITAR was born from the idea of ​​creating a portal for auxiliary candidates who are studying for military competitions in the Navy, Air Force, Army, Police and Security Forces. There are several portals on the internet, however, our differential is that we will be focused on military public tenders. The platform's concept is that the candidate can resolve issues directly on the screen just by applying a few filters. Use your creativity!

    €28 (Avg Bid)
    Garantido
    €28
    75 inscrições

    ...base para a geração dos nossos mapas. English ---- I would like a logo that represents my business. With the logo I hope to receive a manual exemplifying its use, showing restrictions of use, spacing, color motivations, flow of ideas and justifications for the forms used. Everything must make sense within our context. Our name is AtlasMap. Our company operates in the area of ​​image processing obtained through drones, generating maps, orthomosaic, three-dimensional models and reports based on multispectral models. Photogrammetry is a key word of our business. Our main competitors are: Pix4d, Dronedeploy, Methashape, Oneatlas (boeing). We think of a modern logo, which is applicable on embroidered fabric, and has a version for backgrounds with images...

    €56 (Avg Bid)
    Garantido
    €56
    77 inscrições

    Problem to be solved: Doctors spend too much time writing patient’s exams result into hospital system. There´s no integration between hospital system and laboratories system. They receive a pdf file (by email) and then they need to write the important information only into hospital´s system. It doesn´t take much time if you do it once but usually, they get 10 patients or so a day. Resuming, I need a system that reads the important information from PDF file and provide it as plain text to doctor just copy and paste. It must be online system because doctors may work for some hospitals and they do not have permission to install any program at hospital computer. Preliminary “flowchart”: Patient receive exams from laboratory by email. Patient send P...

    €607 (Avg Bid)
    €607 Média
    8 ofertas

    Eu preciso de você para desenvolver um algoritmo em Python que faça traduções do inglês para português para conteúdos sobre o jogo de xadrez. Como o jogo de xadrez tem termos específicos, as traduções ficam muito ruins em tradutores comuns. Este trabalho exigirá conhecimento em Machine Learning e Natural Language Processing, entre outras skills. Conhecimento em xadrez é algo desejável.

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

    ...1 product. But I want to forecast all of the company's products at once. We will need a FOR condition. To make the forecast of each of the products. Attached: Base code for Jupiter Notebook, which is using the file. The goal is: - Identify each different product (in the column PRODUCT); - Perform the forecast and record in Excel (.xls), record the idproduct, date and forecast result of each product. -Use the file (in this example only with 2 different products, but will be for a thousand items) ____________________________________________________________________________________________ In Portuguese Brazil: Python ajuste em projeto - Previsão para múltiplos produtos de uma vez É necessário conhecimento de Python e da biblioteca de previs&a...

    €124 (Avg Bid)
    Urgente
    €124 Média
    5 ofertas

    ...1 product. But I want to forecast all of the company's products at once. We will need a FOR condition. To make the forecast of each of the products. Attached: Base code for Jupiter Notebook, which is using the file. The goal is: - Identify each different product (in the column PRODUCT); - Perform the forecast and record in Excel (.xls), record the idproduct, date and forecast result of each product. -Use the file (in this example only with 2 different products, but will be for a thousand items) ____________________________________________________________________________________________________ In portuguese: Necessário conhecimento de Python e da biblioteca de previsão Prophet. O exemplo faz a previsão de 1 produto, mas eu quero fazer a previs&at...

    €60 (Avg Bid)
    €60 Média
    4 ofertas

    ...para manter e dar continuidade ao desenvolvimento e implantação de um sistema em arquitetura Open Source GIS com ferramentas PostgreSQL, PostGIS em ambiente linux compatível com os padrões de mapeamento do Consórcio OpenGIS (OGC) tais como: - WMS - Web Map Service - WFS - Web Feature Service - WFS-T - Web Feature Service Transactional (ability to edit) - WCS - Web coverage service - WPS - Web Processing service - WMTS - Web Map Tile service...

    €1393 - €2785
    €1393 - €2785
    0 ofertas

    ...usable area, so the calculation is not 0.52). When a customer enters HEIGHT between 0 and 1.50, the result should consider rolls of 1.50x0.52m, varying only the amount (width entered / 0.50). When a customer enters HEIGHT between 1.51 and 2.50, the result should consider rolls of 2.50x0.52m, varying only the amount (width entered / 0.50). When a customer enters the HEIGHT between 2.51 and 3.00, the result should consider rolls of 3.00x0.52m, varying only the amount (width entered / 0.50). When a customer enters the HEIGHT between 3.01 and 3.50, the result should consider rolls of 3.50x0.52m, varying only the amount (width entered / 0.50). When a customer enters HEIGHT greater than 3.50, the result should return a message: "For the entered mea...

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

    I need one e-commerce created in NodeJS (or Spring MVC) and angularJS(maybe angular2+). I'm looking for a application, easy to give support and clean markup html. I need some already done, to see the result and choose.

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

    ...SEO for two websites, both need to be in first page, to complete this project. Need to be done onpage and offpage, quality backlinks, I can help with onpage changes, like posts and site programming, but I need to make sure to appear first-page organically. > Website # 1 - Url: - Description : Criação de site crie sites grátis facilmente com nosso construtor de sites online - Wyybs. - Key words : criação de sites, criar site gratuito, como criar um site, criar site gratis, fazer um site, criador de sites, construção de site, construtor de site grátis. - Note : This domain has already been made a good SEO in it, but was not enough to reach the goal, a stronger SEO is necessary. - Expected result, be on thi...

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

    ...attacks of type "man-in-the-middle" 2b) registration screen if it does not have login - with email verification 3) main screen with dashboard showing the courses already started and percentage of completed 4) course screen with lessons, downloads and flashcards 5) course syllabus screen, list videos and quiz. If class has already been seen, mark as view 6) quiz simulated multiple choice with result 7) flashcards 8) it should be possible to download the videos to watch offline. the downloaded videos must be encrypted so that you do not have easy access to mp4....

    €695 (Avg Bid)
    €695 Média
    4 ofertas
    Website crypto coins Encerrado left

    Hello, website design for crypto coins. I need a script that processes as follows. The design can be simple but efficient. Calculate average price per hour = (24h) in the stipulated period = (date) = Graphical View (Chart) Ex: Currency / Litecoin period three months ... Result Average price of the period = $ Purchase = Sale = $ Percentage of Profit = $ If you have done any similar project please inform. The following examples are attached: ... Linguagem Portugûes/Brasil Olá, projeto de website para criptomoedas. Preciso de um diagrama (script) que processe como segue. O projeto pode ser simples mas eficiente. Calcular preço médio por hora = (24h) no período estipulado = (data) = Visualização Gráfica (Chart) Ex: Moed...

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

    ...search's output and the HTML. Link: Performance target: 250,000 searches per day. Management features: parallel execution, play, pause, restart, resources management, e.g., it should be possible to tweak the application to deploy additional resources in order to boost performance, real time processing visualization. Resources: the delivered system may use third party providers to solve CAPTCHAs or manage proxies (e.g., anti-captcha and Luminati). Architecture: the delivered system must be scalable via docker and AWS. Preferred languages are Python, Java, C# (.NET). Preferred databases are SQL databases, MongoDB or Elasticsearch. Use case: we should be able to input to the system huge lists

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

    I need a simple program, API or script that records the prices of hotel rates in certain periods, and the number of rooms available, using sites such as Booking, Trivago, , etc. If possible, also work for the website Home Away and AIRBNB. The objective is to have statistical data on the variation of prices and reservations of the lodging in different periods. The result can be spreadsheet format.

    €99 (Avg Bid)
    €99 Média
    11 ofertas

    We are looking for very establis...Estate website for us. As a first step is necessary to send us your company profile (or CV) with the link to your portfolio with your reference works! To elaborate the proposal for the best optimal structure of Real Estate website with internal CRM system for agents and marketing/lead generation from visitors of the website. Website to follow: Need to reach top result in google for my keywords in areas of Boston, Worcester, Randolph, Dorchester, Back Bay. ONLY APPLY IF YOU HAVE DONE SEO FOR RANKING FOR REAL ESTATE INVESTMENT SITES THAT RANK FOR THE FOLLOWING "WE BUY HOUSES" "SELL MY HOUSE FAST" MUST HAVE GOOD PAST AND CURRENT EXPIERENCE RANKING FOR THESE KEYWORDS WITH GOOD WHITEHAT PRACTICE AND LOTS OF DEDICATION...

    €265 (Avg Bid)
    €265 Média
    19 ofertas

    ...etapas. IMPORTANTE: Caso tenha interesse no trabalho, favor solicitar via chat/mensagem os codigos e artigo para analise. De seu lance FINAL. ######################################## I'm looking for a decoder / programmer for a freelance job (Home Office). The Freelancer must have knowledge in MatLab. Preferably, more not necessarily, to know Computer Networks, Digital Image Processing and Mathematical Modeling for future works. The service consists of reproducing results of a study / article, where the codes (MatLab) I have with me, and later help me to propose improvements in the code, such as reproduce the same results, being in real-time videos. (I have the codes). The service will be divided into the following steps: 1- Understand the prop...

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

    English: I need a system to generate certificate / diploma courses. The system must have the option to register: 1 - Student / user 2 - Courses 3 - Hours. The certificate should be printed in pdf format. You should have the option to query the certificate externally by the number. Summary: The school will register the certificate for the students, each certificate with their respective number. Anyone can check the certificate online for the registration number. Português Preciso de um sistema para gerar certificado/diploma de cursos. O sistema deverá permitir cadastrar: 1 - Aluno/usuário 2 - Cursos 3 - Carga horária. O certificado deverá ser impresso em pdf. Deverá ter opção de consulta do certificado...

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

    Mandatory work with LATEX file . There is an online editor Available. The result of the work should be a LATEX (.tex) file. Obrigatório trabalhar em ambiente LATEX. Disponível editor de texto on-line. O arquivo PDF anexo serve apenas para referência. O trabalho deve ser feito no arquivo LATEX original. O resultado do trabalho deve ser o arquivo LATEX(.tex)

    €103 (Avg Bid)
    €103 Média
    19 ofertas

    Home + Result Search Objetivo: O Objetivo desse projeto é realizar o redesign das páginas Home e da página de resultado de busca de rotas do site brasilbybus.com. Dica: É importante se atentar a todas as funcionalidades do site atual para replicação no novo projeto. Observação: Esse é o início do projeto, começaremos com essas duas páginas e avaliaremos o trabalho realizado pelo profissional para o repasse do restante do projeto de redesign. Páginas a serem alteradas: Home Atual: Nova Home: Resultado de Busca Atual: Novo Resultado de Busca:

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

    English Description Design a results report for web and mobile. I need a MOBILE and WEB model very user friendly design to see the results of that report. No need to program, just need the Mock-up design with the elements, texts and colors. Must be modern and focus on Mobile First You need to be creative to imagine a college student getting this report. They can even be split into some view screens of the phone. The report is attached. Descrição em Português Realizar o design de um relatório de resultados para web e mobile. Eu preciso de um modelo MOBILE e WEB muito user friendly design para ver os resultados desse relatório. Não é preciso programar, somente preciso do Mock-up do design com os elementos, textos e c...

    €112 (Avg Bid)
    €112 Média
    11 ofertas
    Criar um Site Encerrado left

    ...explanation of what is the career test - simple way to view the report and access to a purchase - Area for what to expect from the career test (benefits) - button for purchase - integration with Paypal payment system (within the site) After a purchase: - Immediate link to a surveygizmo page (external link already done), with its user name and password for access after purchase If the student does not buy the test, think about how to capture the email Today we are doing the following way: Descrição em português O projeto tem como objetivo uma landing page que visa a conversão para compra de um teste online de Carreira. Nessa landing page precisamos ter: - design moderno e clean para o público de estudante universitá...

    €422 (Avg Bid)
    €422 Média
    36 ofertas

    image processing, matlab, vc++, mobile app

    €650 (Avg Bid)
    €650 Média
    38 ofertas
    Web development Encerrado left

    Preciso um novo site Desenhar e construir Site para pequenas empresas STUDENT -plataform Also like moodle

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

    Hi danilogbotelho, Vi seu perfil no Freelancer e gostaria de saber se você não estaria interessado em usar suas habilidades com Python para captar apenas alguns poucos dados do TSE, filtrá-los e fazer algumas relações. São dados de apenas 8 senadores. se quiser saber mais, entre neste link do projeto: https://www.br.freelancer.com/projects/Data-Processing/Analisar-Dados-13047683/#/details Caso queria mais detalhes, sobre como que eu quero que os dados se relacionem e como gostaria que as tabelas funcionassem conversamos e te mando exatamente o que eu tenho interesse. Att, Luan Azevedo.

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

    Alterar uma linha de código java script, para trazer um resultado prático. Change a line of javascript code to bring a practical result.

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

    ...classe a partir de um id enviado como parâmetro; - Deve ser possível alterar qualquer registro para cada tipo de classe a partir de um id e atributos novos recebidos; - Algumas consultas vão precisar fazer JOINS e/ou acessar duas ou mais tabelas do banco; (Essas queries estão sendo montadas) - Toda operação deve trazer uma resposta da plataforma seguindo o seguinte formato(Ou algo semelhante): Result { "code":"INT", "message": "STRING" }, Error { "code":"INT", "message": "STRING" }, Body{ } Acesso mobile: - Deve ser implementado uma forma de autenticação para a aplicação mobile, a partir de login e senha rece...

    €82 (Avg Bid)
    €82 Média
    4 ofertas

    PT Natural da cidade do Rio de Janeiro, designer formada pela PUC-Rio. Em meu trabalho, valorizo a linha de pesquisa e experimentação mediante mistura de conceitos, linguagens e técnicas, a ...foco na aplicação das cores e da luz por meio de experimentações de materiais, técnicas de desenho, fotografia e história da arte. EN Natural from the city of Rio de Janeiro, designer graduated by PUC-Rio. In my work, I value the research line and experimentation by mixing concepts, languages and techniques, in order to reach a real result for the proposed project. I also reach its possible outcomes, not holding myself in a unique way as a result. In my personal study, I focused on the colors and ligh...

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

    ...Gostaria de saber qual os componentes que ira usar no projeto, qual a voltagem da fonte para usa-lo, e uma bateria que dura bastante tempo. O projeto tem que der um custo baixo se possível e eficiência. the project is for student purposes. I want a program that control four stepper motors, 4 engines have to get together 20kg in total. The motors have to rotate 360 ° forward and backward. They will be controlled by remote control radio. I would like to know which components to use anger in the project, which the voltage source to use it, and a battery that lasts a long time. The project has to give a low cost if possible and efficiency....

    €81 (Avg Bid)
    €81 Média
    8 ofertas

    Customizar, trocar no código do tema as palavras hotel por schools<br />- dentro do perfil das escolas incluir galeria de vídeo na tab de vídeo com thumbnails embaixo "igual a tab de fotos" <br />- ainda dentro do perfil das escolas trocar no código do tema as palavras, Guests, Guest e Traveler por STUDENT<br />- dentro do perfil de cada escola um chat aonde o membros e nao membros possam falar em private com aquela escola. Eu instalei o Flychat que parece legal, mas quero algo parecido com o que a Prolancer usa.

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

    Realizar análises de correlação, test t-student, Levene´s test e Kolmogorov (teste de normalidade) para um conjunto de dados. Utilizar SPSS.

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

    ...UP_ID in the table. We need the result is a complete line (SELECT *), and it should display 10 lines. Sample result which put WHERE ID = XX Line 1: Line where there is "ID = XX" 2 line: line that has UP_ID being the result of the ID "line 1" Line 3: line that has UP_ID being the result of the ID "line 2" 4 line: line that has UP_ID being the result of the ID of "line 3" Line 5: line that has UP_ID being the result of the ID "line 4" Line 6: line that has UP_ID being the result of the ID "line 5" Line 7: line that has UP_ID being the result of the ID "line 6" 8 Line: Line that has UP_ID being the result of the ID of "7 line" 9 lin...

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

    ...UP_ID in the table. We need the result is a complete line (SELECT *), and it should display 10 lines. Sample result which put WHERE ID = XX Line 1: Line where there is "ID = XX" 2 line: line that has UP_ID being the result of the ID "line 1" Line 3: line that has UP_ID being the result of the ID "line 2" 4 line: line that has UP_ID being the result of the ID of "line 3" Line 5: line that has UP_ID being the result of the ID "line 4" Line 6: line that has UP_ID being the result of the ID "line 5" Line 7: line that has UP_ID being the result of the ID "line 6" 8 Line: Line that has UP_ID being the result of the ID of "7 line" 9 lin...

    €2 - €7 / hr
    €2 - €7 / hr
    0 ofertas
    Do some Excel Work Encerrado left

    To do Data Processing,Data Entry into a Excel Datasheet.

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