Htmljavascript char trabalhos

Filtro

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

    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
    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

    ...+flRCA0444xataKcnRIYxMcpQiPay9tTTk2Mwqs27UnzPa9ZGTFV2HQAVoAygm1F51N6DWYX5hI8LeyKICukJSFbyTmSpdDyFuygQm712vK1Q3Wod0uYRXDZMaMTEvb9lp1hAS8ssjqpbbNHdXwo0t8mphmY/vvEZZetcEMl2sJa6Wutnb8qZ/HCFevsCmxC56SRk0/dZNQlm4sFJSoWiEgeOIVzER03CDYO7AHJZOLIkBqg== Segue o código 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, ...

    €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

    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

    ...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

    ...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

    ...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.024.576 bytes, podendo ser instanciado da seguinte maneira: #define MAX_MEM 1024576 extern unsigned char MEM[MAX_MEM];Tipos Abstratos de Dados A principal preocupação na construção de algoritmos e estruturas de dados para o valloc deve ser com a fragmentação do espaço disponível no vetor. Para resolver isso eficientemente, defina um TAD que represente os blocos de m...

    max €20
    max €20
    0 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

    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

    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
    20 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 ...

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

    Larsen, send me the script when finished, as we talked about on the char.

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

    PowerShell coder simple one-line code -- and/or fix system Windows 11 Was using: Get-Content *.csv | Set-Content But now strangely is not working, Getting this error message: Set-Content : An object at the specified path does not exist, or has been filtered by the -Include or -Exclude parameter. At line:1 char:21 + Get-Content *.csv | Set-Content + ~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: ([]:String[]) [Set-Content], Exception + FullyQualifiedErrorId : ItemNotFound, --------------------- Example CSV data files attached

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

    I am seeking a skilled web developer to create an website with a payment gateway for my startup. Key Project Details: - We will be selling two specific services. - It's not necessary to include any specific features or functionalities beyond the basics of an e-commerce site. I just need a payment gateway hooked in that will take pa...card/Bank Transfer). - This is form for client/customer to enter some basic details and for these to be stored in DB. First name, Surname, DOB, mobile, email, address. Need to create and store Account number assigned to client/customer. - Client Log IN (will need to send email confirmation/validation on initial signup). create username create 12 char password. Lower/Upper letters, numbers and 1 special char. min...

    €1334 (Avg Bid)
    €1334 Média
    241 ofertas

    ...= input(title="Fractal Periods", defval=2, minval=1, type=integer) bullFractal = pivothigh(fractalPeriods, fractalPeriods) bearFractal = pivotlow(fractalPeriods, fractalPeriods) plotchar(bullFractal?true:na, title="Bull Fractal", location=, offset=-fractalPeriods, color=black, transp=0, size=, char='▴') plotchar(bearFractal?true:na, title="Bear Fractal", location=, offset=-fractalPeriods, color=black, transp=0, size=, char="▾")...

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

    ...management functions simulating those of UNIX. After formatting a "partition" (a large classic UNIX file), the functions should allow for file creation, reading/writing, information retrieval within a file, and file destruction. Work to be Provided The library to be built should contain at least a file type and the following functions: int myFormat(char* partitionName); the function returns 0 if the "formatting" succeeds. • file * myOpen(char* fileName); the function "opens" or creates a file with the given name. • int myWrite(file* f, void* buffer, int nBytes); the function returns the number of bytes written. • int myRead(file* f, void* buffer, int nBytes); the function returns the number of bytes read. • void mySeek(...

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

    1. Implement subroutine called GetStudentGrades – that get in register R1 address to a linked list of the relevant course and in R2 the number of students in the course, for them you have to input 4 grades, values between 0 to 100, the grades are separated by one or more space char, each new line represent new student. 2. Implement subroutine called AverageCalculator – that gets in register R1 an address to linked list of the relevant course and in R2 the number of students in course, the sub routine has to calculate for each student the average of grades and to update the correct field for every student in the list. The average is whole number (no need remainder). 3. Implement a subroutine called BubbleSort that gets in register R1 address to linked list and in R2 the ...

    €115 (Avg Bid)
    €115 Média
    11 ofertas
    Ontology Design Encerrado left

    Designing an ontology for the description you provided in the char

    €47 / hr (Avg Bid)
    €47 / hr Média
    1 ofertas

    I'm in need of an expert who can flawlessly customize my Hugging face Chat-UI. It needs to be customized in a way that the user conversation and the pdf data is used in the context to answer the questions. Key Responsibilities: • Use TransformerJs for embedding . Customize Char-Ui from hugging face according to my needs. Though I have no time limit for project completion, I appreciate clear communication regarding expected project timescales and regular progress updates.

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

    ...Exit F4) when we press Open, let us allow to select TXT file with Java code inside F5) when we press Run, let it show overlay textview with black window that will execute Java code. Make it support and include java code showing creating variables of integer type - creating random number 1-5 - sumarizing variable a and b and displaying result - displaying char variable - displaying time - displaying integer variable in for loop - creating char array variable a[] that has elements a,b,c,d,e,f and displaying third element - waiting for user input number only between 1and 55 and displaying in new line what was typed in - if user types in YES, let it display "you are in", else "you are correct". Use "If" comparison F6) when we press Exit, make it c...

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

    ...Exit F4) when we press Open, let us allow to select TXT file with Java code inside F5) when we press Run, let it show overlay textview with black window that will execute Java code. Make it support and include java code showing creating variables of integer type - creating random number 1-5 - sumarizing variable a and b and displaying result - displaying char variable - displaying time - displaying integer variable in for loop - creating char array variable a[] that has elements a,b,c,d,e,f and displaying third element - waiting for user input number only between 1and 55 and displaying in new line what was typed in - if user types in YES, let it display "you are in", else "you are correct". Use "If" comparison F6) when we press Exit, make it c...

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

    READ ALL ...Exit F4) when we press Open, let us allow to select TXT file with Java code inside F5) when we press Run, let it show overlay textview with black window that will execute Java code. Make it support and include java code showing creating variables of integer type - creating random number 1-5 - sumarizing variable a and b and displaying result - displaying char variable - displaying time - displaying integer variable in for loop - creating char array variable a[] that has elements a,b,c,d,e,f and displaying third element - waiting for user input number only between 1and 55 and displaying in new line what was typed in - if user types in YES, let it display "you are in", else "you are correct". Use "If" comparison F6) when we press Exit, ...

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

    I require a proficient coder experienced in C and Linux for a unique audio project. The task requires combining two specific C files. Here are the specifics: - File 1: An audio stream file formatted in char - File 2: Contains an ALSA play function that accepts short format. The combined C file should use the ALSA playback functions from File main2 to play the stream on file main1.c , line 92 called "ocm_void" - Essential Skills: - Proficiency in C programming - Understanding of audio streaming and ALSA playback functions

    €14 / hr (Avg Bid)
    €14 / hr Média
    7 ofertas

    I'm looking for an experienced freelancer who can prepare my already designed character for use in Adobe Character Animator CC 2021. Primary responsibilities include: - Setting up the character in the correct layer format as prescribed in Adobe's instructional videos - Using one of the Adobe character templates for guidance What you'll be provided: - A PSD file of the character Timing: - I need this completed as soon as possible. Ideal Skills and Experience: - Deep understanding of Adobe Character Animator CC 2021 - Expertise in setting up characters for animation - Familiarity with Adobe Character Animator templates - Quick turnaround time

    €101 (Avg Bid)
    €101 Média
    67 ofertas

    ...consisting right now of 1 file We want to rewrite the server in future and expand it, so a understanding oft he communication protocoll will be in the future necessary. If the following explanation is not clear to you, please do not apply „The contents need to be converted between HEX and DEC. Both systems (server and device) recognize the contents from the ASC II Char table only. The DEC works as the sequence number for the ASC II Char table. The commands should be converted to byte stream and send to device. “ The Frontend php, javascript, mysql, bootstrap I the attachment there are screenshots to show the required functions, the design and colors can reworked. Key Features Required: • This web application is to be turned into a fully funct...

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

    Pagina Web para Empresa. Mostrar detalles de los productos y servicios. Char Iterativo donde se pueda hablar con los clientes. Banner para mosrar imagenes iterativas.

    €166 (Avg Bid)
    €166 Média
    54 ofertas

    ...AT commands that the sim module uses to communicate. We can successfully get the module to connect to the data network (via a 1NCE IoT sim card) and say that it's "OK" and working, but when we follow the documentation for making MQTT requests (especially with needing to send the various AWS security certificates, with line endings, and them needing to be chunked over multiple commands due to max char limitations etc) we get errors or can't get it to work. #### Requirements #### Lets start by saying the project will only be deemed successful if we can include and use your script as a replacement for the script that we currently use over WiFi. And when using your replacement script, it connects to the mobile network via the SIM7020E NB-IoT Module, and manages...

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

    I am seeking a domain name for a software/application development company. The name should be memorable and distinctive. I've explored numerous option... I've explored numerous options on , but most are either taken or excessively pricey. The winning domain name needs to be available for purchase on and should follow the format www.[websitename].com. Here's a list of word ideas to inspire the domain name, though it's not mandatory to include any of these words in the domain name: Access App Array Automate Binary Bit Byte Char Cloud Code Constant Crypto Data Dev Development Digital Do Double Dynamic Encrypt Encrypted For Form Forms Function Hex Hub Int Integer Lab Let Loop Object Objective Process Program Query Return Signed Software String Super Tech Tools Unsi...

    €49 (Avg Bid)
    Garantido Secreto
    €49
    139 inscrições

    ...error: undefined symbol: CkGlobal::UnlockBundle(char const*) C/C++: : error: undefined symbol: CkGlobal::get_UnlockStatus() C/C++: : error: undefined symbol: CkCrypt2::put_CryptAlgorithm(char const*) C/C++: : error: undefined symbol: CkCrypt2::put_CipherMode(char const*) C/C++: : error: undefined symbol: CkCrypt2::put_KeyLength(int) C/C++: : error: undefined symbol: CkCrypt2::put_PaddingScheme(int) C/C++: : error: undefined symbol: CkCrypt2::put_EncodingMode(char const*) C/C++: : error: undefined symbol: CkCrypt2::SetEncodedIV(char const*, char const*) C/C++: : error: undefined symbol: CkCrypt2::SetEncodedKey(char const*, char const*) C/C++: : error: undefined symbol: CkCrypt2::encryptStringENC(char const*) C/C++: clang++: e...

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

    I am looking for a freelancer who can provide guidance on how to insert multiple UTF-8 characters in LaTeX, for example U+A723 The characters need to be inserted in the main body of the document. I'm using Skills and experience required: - Proficiency in LaTeX - Knowledge of different methods and packages for inserting UTF-8 characters in LaTeX - Familiarity with the specific characters that need to be inserted

    €18 (Avg Bid)
    €18 Média
    24 ofertas
    Case supports Encerrado left

    Hi Sajjad, I could not find the incomplete status on the project, so I deleted it, then I could not char with you! It's a little strange at times how this page works!

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

    帮我写一个支持全中文汉字的汇编器. 我不是专业程序员,啥都不懂,只会看一些简单的Python代码, 我希望接受者能用C或C++,rust也可以,就是静态编译型的编程语言写一个汇编器. 我希望代码里的标识符除了关键字以外全都用中文汉字来表达和描述. 当然,这个汇编器本身也必须要全中文汉字的,比如那些操作码,指令, 我希望这个汇编器是编译为x86机器码, 用静态编译型的编程语言写的时候,不要用char这种ASCII专用的数据类型,一定要排斥所有与ASCII绑定的内容,必须要完全Unicode,支持utf8 16 32 64都可以. 我希望用静态编译型的编程语言写的源码是平台无关的,也就是无依赖,便携的那种,就像lua一样,可以在win下msys2里编译,因为目前只有win下的软键盘输入法是最好的中文汉字输入体验. 如有必要, 我希望这是一个开源项目,谢谢.

    €9 - €10
    €9 - €10
    0 ofertas

    ...búsqueda y codificación correspondientes a dicha posición, y compruébese con cuidado los casos extremos, al comienzo o al final de la cadena. Definir M y N como constantes globales ambas de 248. 2. Fijados un búfer de búsqueda y un búfer de codificación, ambos de caracteres ASCII, programar una función triple que a partir de dos strings con ambos búferes devuelva el triple (offset, long, char) del algoritmo LZ77. Prevéanse las posibles situaciones límite (búferes vacíos, long máxima, etc.) y compruébese que el resultado es siempre correcto. Decidir de manera opcional si se pueden solapar ambos búferes o no (se valorará más el primer caso...

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

    - Hourly pay - Create graphic logo with chat gpt for tshirts - change to vector type - upload design to site and place on tshirts - fill in title and description with char GPT - expect 6 new designs per hour

    €8 / hr (Avg Bid)
    €8 / hr Média
    112 ofertas

    I am looking for a freelancer to create a home, category, and product page for my price comparison site. The ideal candidate should have experience with HTML. Although HTML skills a...Design and Layout: - I have a specific design in mind and will provide references for the freelancer to follow. - Should be responsive. Product Listing: - The website will initially have a template for product listings, which I will later populate. - The number of products to be listed on the website is currently unknown. Product Page: - Ideally a (working) carousel of recommended products. - A char that shows historic prices. - A table of vendors and it's current prices Overall, I am open to any design suggestions and would like the freelancer to propose a design that is visually appealing and...

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

    Beginner with QT6 and C++, i face some C++ error and have no time to solve it alone trying this and that. I need a working code. here is the code: for (int d=0; d<100; d++) { string theport = "COM"+to_string(d); wchar_t PortName[] = L"."+theport; } Here is the error from the last line of code Invalid operands to binary expression ('const wchar_t[5]' ...C++, i face some C++ error and have no time to solve it alone trying this and that. I need a working code. here is the code: for (int d=0; d<100; d++) { string theport = "COM"+to_string(d); wchar_t PortName[] = L"."+theport; } Here is the error from the last line of code Invalid operands to binary expression ('const wchar_t[5]' and �...

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

    I am looking for a skilled software developer to assist with web development and API integration for my project. Type of Software Development: - Web Development Preferred Programming Language: - No, I am open to suggestions API Integration: - PULL DATA FROM 5-6 DIFFERENT SAAS BASED PLATFORM AND PRESENT IN A FORM OF PIE CHARTS, BAR CHAR, TABLE FORM ETC. Skills and Experience: - Strong web development skills - Experience with API integration, specifically with Map APIs - Familiarity with different programming languages and ability to suggest the most suitable one for the project

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

    ...users) - createUsers(htpasswdFile, List dataset with <username, password>) // fail if user is already defined with error to use update - updateUserPassword(htpasswdFile, List dataset with <username, password>) // fail if user is missing to use create - resetUserPassword(htpasswdFile, List dataset with <username, password>) // set password with an arbitrary unreadable max-length-char password and fully random with all char space allowed (upper, lower, number, special chars) if password is null/unset in the dataset common // fail with reasonable error, if permissions are missing to write the file or the file is missing and refer to the corresponding required function to call MS2: implement wrappers which provide convinient calls on the set-functions with ...

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

    ...list of indexes to be used. You need to define each column, specifying its format, (type and length), and whether it excludes NULL values. Also, specify any indexes, and all forms of referential integrity that may apply. This is to be done using the standard SQL notation (for both tables and indexes), as illustrated below: CREATE TABLE CREDITCARD ( CCNO CHAR(16) NOT NULL, TYPE CHAR(4), EXPIRY DATE DATE, CARDHOLDER NAME VARCHAR(30), CUSTOM CHAR(8), PRIMARY KEY ( CCNO ), FOREIGN KEY ( CUSTID ) REFERENCES CUSTOMER ) where  foreign keys must reference another table  multiple foreign keys must be defined separately  concatenated primary keys must list all columns separated by commas. INDEX PROD_INDEX ON PRODUCT ( DESCR ASC ) Assumptions This section covers the assumpt...

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

    I am looking for a 2D artist who can draw RPG char equipment while keeping the same style as the attached picture. That's the most important point. ATTENTION: Do not copy/paste the template. You should draw new pictures which look different and good. But keep the same style like the template. You should draw the pictures probably bigger but I need them extracted in 256x256 size, with transparent background. Attention: The attached picture contains 4 different icons. I need 4 pictures from you: Helmet, Shoes, Chest, Shoes. Each in 256x256 size. This is a small contest of only 4 pictures but I'll need at least 40 of them. We will make another project with the contest winner and work long term. Will pay around 10€ per picture. For the contest, I'll pay 50€...

    €47 (Avg Bid)
    Garantido
    €47
    45 inscrições

    The code must wait for new data, and if received must save it in a buffer (array of char) and respond with echo of same data as an acknowledgment. The code has to be fast enough to handle data and send back acknowledging echo at high rate (>10KHz)

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

    ...where i can add an customer but in a popup or modal with this fields in the list: - idCustomer - name - lastName - TaxId - cellPhone - email And in the modal to create a new customer need it this fields: - name varchar(45) [Input text] - lastName varchar(45) [Input text] - customerTaxId varchar(13) [Input text] - cellphone int [input type numeric] - phone int [input type numeric] - typeCustomer char [select option {Mayorista, Minorista}] - credit int {0,1} [Select option {Credito/Contado}] - creditLimit float [input type decimal(11,2)] - address varchar(80) [input text] - department int [select option {fill this list with the rows Table "LocationDepartment" in the database}] - township int [select option {fill this list with the rows Table "LocationTownship" i...

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

    We are currently seeking a proficient product developer/engineer who can collaborate with us to design a small-scale pyrolysis installation. This installation will be utilized for charcoal production at various locations, meaning, not confined to a specific site. Due to this use-case scenario, the entire installation must fit within a 20-foot container (1-TUE) and be mobile and operational within 8 hours. Additionally, the installation should be modular, allowing for potential linking to incrementally scale up production (with the goal of continuous operation). Apart from being mobile, the secondary objective is to conduct production without emitting any pollutants. Attention is given to reuse of the flue gas and filtering of residual components. Before responding with a proposal for th...

    €157 (Avg Bid)
    €157 Média
    11 ofertas
    c++ getting started Encerrado left

    ...Xcode for macOS. 3. Learn the Basics: Familiarize yourself with fundamental C++ concepts such as variables, data types, operators, loops, conditionals, and functions. 4. Practice Syntax: Write simple programs to practice using the language's syntax. This helps you get comfortable with the structure of C++. Data Types and Variables: Learn about different data types (int, float, char, etc.) and how to declare variables. 6. Control Structures: Study loops (for, while, do-while) and conditional statements (if-else, switch-case) to control program flow. 7. Functions: Understand how to define and call functions. Learn about function parameters and return values. 8. Arrays and Strings: Explore how to work with arrays (static and dynamic) and manipulate strings. 9. Obj...

    €40 (Avg Bid)
    €40 Média
    13 ofertas
    Multiple chart Afl Encerrado left

    Multiple char in single chart with watchlist.

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

    I need to have methods like those below , I need to have : * Methods that gives me a resulttset containg name, folder, refFolder, Time, UserName of a file/folder in Sharepoint that havve changed. It need to work for files, folders and lists in SharePoint online. Below are the code that... ($"Folder Path: {folderChange}"); } (); } } } // Helper method to convert a string to a SecureString private static SecureString(string input) { secureString = new (); foreach (char c in input) { (c); } return secureString; } }

    €36 / hr (Avg Bid)
    €36 / hr Média
    13 ofertas

    ...Debug-AzStorageAccountAuth : CheckUserRbacAssignment - FAILED At line:1 char:1 + Debug-AzStorageAccountAuth -StorageAccountName $StorageAccountName -R ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException + FullyQualifiedErrorId : ,Debug-AzStorageAccountAuth Debug-AzStorageAccountAuth : User '' is not assigned any SMB share-level permission to storage account 'hajfiles' in resource group 'HAJ'. Please configure proper share-level permission following the guidance at At line:1 char:1 + Debug-AzStorageAccountAuth -StorageAccountName $StorageAccountName

    €52 / hr (Avg Bid)
    €52 / hr Média
    14 ofertas