Wavecom fastrack int stringpráce

Filtrovat

Moje poslední hledání
Třídit podle:
Rozpočet
pro
pro
pro
Typ
Dovednosti
Jazyky
    Stav zakázky
    2,000 wavecom fastrack int string zakázek nalezeno, ceny v EUR

    ...není UART bootloader dostupný. Bohužel ostatní piny jsou plně využité. Komunikace s PC je přes FTDI chip a USB jako standardní virtual Com port. Funkce bude standardní. Po restartu bootloader čeká na příkaz a pokud nepříjde (do cca 5s) jde rovnou na aplikaci. Pokud přijde čeká na poslání dat nového FW a po uspěšném zapsaní skočí na aplikaci. Je dán komunikační protokol, data jsou posílána jako string o pevné délce 19bytů - první dva byty jsou moje hlavička, pak je 16bytů dat a jeden byte jako konec. Uživatelskou aplikaci pro PC píšu já sám v Lazarus/Pascal, takže detaily posíl&a...

    €29 - €239
    €29 - €239
    0 nabídky

    Zdravim :o) Potrebujem preklady textov z SK/Cz do Rustiny U prekladov ide o XML, jednoduche.. priklad: <string name="">Vyberte slovo stejného, nebo podobného významu. Příklad: Primitivní, naivní, jednoduchý, hrubý je správná odpověď [b]primitivní[/b].</string> <string name="">Skvěle! Pokračujte</string> <string name="">Toto není správně</string> <string name="">Informace</string> <string name="">Vyberte si svůj trénink</string> Prvý dokument ma 231 takýchto riadkov....

    €21 (Avg Bid)
    €21 Průměr. nabídka
    2 nabídky

    Jedna sa o jednoduchy program, ktory sluzi na vykreslovanie hodnot z databazy do 2D grafu. Tieto hodnoty su vykreslovane ako "body" v grafe, kde na X-ovej osi sa nachadza casova os (datum + cas "YYYY-MM-DD HH:MM:SS") a na Y-ovej osi trvanie (minuty "int/float"), rovnako je tvorena aj databaza. Toto vsak je uz hotove, na zjednodusenie sme pouzili matplotlib kniznicu, avsak potrebne je dorobit malu cast do kodu. TASK: Vykreslovanie bodov ostane nezmenene, avsak s jednym rozdielom. V databaze sa moze nachadzat 10 000 zaznamov, z toho moze byt 2000 pondelkov, 3000 utorkov, atd. v zavislosti od daneho datumu v databaze. Tieto hodnoty sa teda budu vykreslovat tak ze na X-ovej osi budu atributy (pondelok, utorok, streda, ...) a Y-nova os ostane nezmenena...

    €144 (Avg Bid)
    €144 Průměr. nabídka
    1 nabídky

    ...Předpoklady: * počet aktivních členů 30% s denním přístupem (1x za den) * 40 dotazů do DB na jeden přístup člena k aplikaci * počet nových členů 2/sec Požadujeme: * návrh strukutry databáze * testy a výsledky časové náročnosti vložení člena, získání údajů * maximalizovat rychlost dotazů a modifikaci údajů Požadujeme ukládat tyto údaje: Position - číslo pozice v binárním stromu UID (INT) - jednoznačný identifikátor člena Parent_ID - nadřízený člen (odkaz na UID) Active - True/False, aktivní/neaktivní člen NetMember - True/False, aktivní/neaktivní člen klubu Subn...

    €11 - €16 / hr
    €11 - €16 / hr
    0 nabídky

    I'm looking to set up a payment portal on the Radix network that ...payment gateways - UI/UX design skills for user-friendly interfaces - Strong understanding of payment processing systems to enable instant payments. I want to keep this as simple as possible. The gateway must be able to accept a string from a PHP website with the following details: Amount to charge The currency used Wallet Address to send proceeds to Return address to send a response back to With this information, the gateway should take the user seamlessly through the payment process, and then return them to the PHP website. The return should also carry a string indicating success or failure. This gateway should be deployed on a web server of my choice. Payment will only be made when the job i...

    €879 - €1758
    Doporučené Zapečetěný
    €879 - €1758
    19 nabídky

    ...90x200) / 90 = value x desired width = price with VAT. Length formula: Calculated width price / 200 = value x desired length = price with VAT. here is JS for this from page dreambed. <script> function calculateCustomPrice(element) { const customPriceInput = ('js-custom-input'); let productId = , location = String() + '?productId=' + productId + '&do=calculateCustomPrice'; for (let input of customPriceInput) { if ( === '') { return; } location = location + '&' + + '=' + ; } if (typeof jQuery !== 'undefined') { $.({ url: location, });

    €38 (Avg Bid)
    €38 Průměr. nabídka
    12 nabídky

    ...color; } and in parser class (INTENSITY, ((), 0)); The problem is sometimes the Api giving the color value as string not as interger but only on on checkbox config we add and this already defined in java if(checkVariant is true) then consider it string and parse it what i have to do to fix my code based on that condition so i can parse the string value this way: updateProperties("color", ((), )); how i can solve this issue so in case checkVariant is true then parse it as string otherwise leave it as it is now which integer. can i do that only on parser or i need to change the Pojo class as well (colorWsDTO) who can do it in summery and short let em know

    €24 (Avg Bid)
    €24 Průměr. nabídka
    33 nabídky

    ...create an Excel file.(first column add html filename.) inside html file is encoded in chinese, so must use chinese to view it. table name/string partially e.g. "現金流量表" or "被投資公司名稱" or "資金貸與他人"or "轉投資大陸地區" or other name(later can be change). extract table based on table names/string. the table may not be there(depend on the html). If so just skip or single row blank. have to be easy to read and maintain in the future. .py file(source code) not .exe binary file (I think it's not very hard. I've wrote the code already. But only extract one file at a time, and unable to match specific table name/string only table number.) (stack table is just illustration purpose.) current pip package version --- python ...

    €30 (Avg Bid)
    €30 Průměr. nabídka
    20 nabídky

    Quiero pasar estas dos funciones de C++ a C template<class T> int EEPROM_put(int ee, const T& value) { const byte* p = (const byte*)(const void*)&value; unsigned int i; for (i = 0; i < sizeof(value); i++) foo(ee++, *p++); return i; } template<class T> int EEPROM_get(int ee, T& value) { byte* p = (byte*)(void*)&value; unsigned int i; for (i = 0; i < sizeof(value); i++) *p++ = foo(ee++); return i; }

    €16 (Avg Bid)
    €16 Průměr. nabídka
    6 nabídky

    I need a skilled C# Winform .NET developer to protect my application using obfuscation techniques. The goal is to prevent reverse engineering and ensure the highest level of security. Key Requirements: - Implement Basic name mangling, Control flow obfuscation, and String encryption for the application. Ideal Skills and Experience: - Strong proficiency in C# and .NET framework - Prior experience with implementing obfuscation techniques - Knowledge of application security best practices This project is a great opportunity for a developer with a keen interest in application protection.

    €140 (Avg Bid)
    €140 Průměr. nabídka
    28 nabídky

    looks like you're encountering a MySQL error related to an incorrect DATETIME value in your query. This error typically occurs when the format of the date and time being used in the query does not match the expected format in MySQL, or when an empty string is being used where a datetime value is resolve this issue, you should first check the format of the 'date_scheduled' values in your 'banners' table to ensure they are in the correct DATETIME format. You might also need to modify your query to handle cases where 'date_scheduled' might be empty or incorrectly you're not sure how to proceed or need further assistance with checking or adjusting your database, you can manage and review your MySQL databases and their tables from Site Tools ->...

    €29 (Avg Bid)
    €29 Průměr. nabídka
    21 nabídky

    Provide: 1. French and 2. German translations for the static strings used on a website. I've compiled a list of all the static strings on a website. A native French speaker and a native German speaker are needed to update the Excel file attached with the translations from: 1. English to French and 2. English to German Thank you!

    €32 (Avg Bid)
    €32 Průměr. nabídka
    22 nabídky

    I need a developer proficient in and a good understanding in API development. I have a parameter I would like to pass which is a string value to pull an entire user object with all of the properties in a database. this would be a string parameter passed into a Get request with a response of an entire record pulled from a MySQL database and using an Interface to extract the properties into a page. This is a very small project and should only take a few minutes of time.

    €36 (Avg Bid)
    €36 Průměr. nabídka
    51 nabídky

    ..."personId", "type": "String"}, {"name": "firstName", "type": "String"}, {"name": "lastName", "type": "String"}, {"name": "dateOfBirth", "type": "Date"}, {"name": "addressId", "type": "String"}, {"name": "employerId", "type": "String"} ], "relationships": [ {"name": "address", "type": "Address", "multiplicity": "1"}, {"name": "employer", "type": "Employer&qu...

    €29 / hr (Avg Bid)
    €29 / hr Průměr. nabídka
    35 nabídky

    ...<code></code> file to store constant values, including your Azure Blob Storage connection string and the container name.</p> <div style="color:#DADADA;background-color:#1E1E1E;"><pre><span style="color:#57A64A;">// File: </span> <span style="color:#569CD6;">public</span> <span style="color:#569CD6;">class</span> Constants {    <span style="color:#569CD6;">public</span> <span style="color:#569CD6;">const</span> <span style="color:#569CD6;">string</span> StorageAccount = <span style="color:#D69D85;">"YourStorageAccountConnectionString"</span>;    <...

    €22 / hr (Avg Bid)
    €22 / hr Průměr. nabídka
    27 nabídky

    Compré un modelo particular para dolibarr hace años y actualicé de 4.0.0 a 7.0.1 el 14 de junio de 2018... ahora necesito actualizar nuevamente a Dolibarr 17.0.4... El problema es que cuando quiero enumerar los terceros/terceros empresas se activa: "Error fatal: TypeError no detectado: tipos de operandos no admitidos: cadena - int en /srv/vhost/:5480 Seguimiento de pila: #0 /srv/vhost/(631): print_barre_liste() #1 {main} lanzado en /srv/vhost/ home/html/presupuestos/htdocs/core/lib/ en la línea 5480" He instalado el tema md-ux. Puedo enviarte el modelo y debes instalarlo en tu propia instalación Dollibar. NO ENVIARÉ acceso a mi base

    €198 (Avg Bid)
    €198 Průměr. nabídka
    14 nabídky

    I'm seeking a skilled jewelry designer to create a high-quality sketch of a unique necklace using NZ Greenstone Jade stones and string. You should have a good understanding of jewelry design, with a particular focus on necklaces. Key requirements: - Proficiency in sketching jewelry designs, especially necklaces - Strong understanding of how different materials, particularly stone and string, work together in a piece - Experience in designing using NZ Greenstone Jade or similar stones Note: The project does not necessitate specific necklace length, hence offering you creative flexibility. Please provide samples of your previous works, particularly those involving jewellery design with stones.

    €39 (Avg Bid)
    €39 Průměr. nabídka
    7 nabídky

    I'm looking for someone who has experience in AES encryption and is also familiar with ASP.Net MVC database connection string, I need a person who can encrypt my connection string and show me the right way to complete the function.

    €7 / hr (Avg Bid)
    €7 / hr Průměr. nabídka
    22 nabídky

    This project requires the skills of an individual adept at transcribing from handwritten manuscripts to sheet music. As it involves the transcription of advanced-level string instrument music, your experience and knowledge in this domain will be highly instrumental. Key attributes: - Proficiency in sight-reading - Exceptional knowledge on the string instruments notation - Familiarity with advanced-level music - Accurate transcription abilities Preference will go to candidates who can demonstrate prior experience in this area of work, particularly those familiar with advanced-level string compositions. This is an exciting opportunity for those with a passion for and deep understanding of intricate musical compositions. Excited to hear from the right expert to...

    €18 / hr (Avg Bid)
    €18 / hr Průměr. nabídka
    12 nabídky

    BID ONLY IF YOU CAN DO IT! I am looking for website builder who can create animation as well as build this similar website with my characters. Website for reference: You have to help me design coin logo, and some gif animation as well. Our budget is a bit low so please bid accordingly! I have uploaded my characters int he attachment! More brief: I am seeking a highly skilled website builder with experience in animation and coin logo design. Your task will be to construct a website similar to The Family Token website, but with distinct characters provided by me. Here is what the project will entail: - Creating Animation Effects: You will be required to incorporate animation effects similar to what is found on the reference site but with a unique touch that

    €446 (Avg Bid)
    €446 Průměr. nabídka
    17 nabídky

    I need a PHP developer to update a single word in my script. Specifically, I want to add the country Montenegro to a pre-existing list, and have it inserted in the middle. The ideal candidate for this task should be proficient in PHP and have a good understanding of basic coding principles. Experience in handling string manipulation within PHP scripts is important, as you'll be required to ensure the country name is inserted accurately and efficiently. Your responsibilities will include: - Identifying the appropriate place to insert the word 'Montenegro' in the PHP script - Making the necessary changes to the script to reflect the updated country list Your bid should reflect the size and scope of this task. Looking forward to your bids!

    €20 (Avg Bid)
    €20 Průměr. nabídka
    17 nabídky
    SQL Recursive Logic Ukončeno left

    ...Customer, that were created within 72 hours. The trick is, I want to keep stepping back until I don't find anymore orders (the 72 hour window will now be based on the last order found). Also, the logic should stop if it finds another "Completed" order for the same customer. I've included a test table and data, as well as an expected output. CREATE TABLE #Order ( OrderID int, CustomerID int, OrderDate datetime, OrderStatus varchar(25) ) INSERT INTO #Order VALUES (1, 1, '02/15/2024 07:00 AM', 'Cancelled') INSERT INTO #Order VALUES (2, 1, '02/17/2024 07:22 AM', 'Cancelled') INSERT INTO #Order VALUES (3, 1, '02/19/2024 02:00 PM', 'Cancelled') INSER...

    €21 (Avg Bid)
    €21 Průměr. nabídka
    14 nabídky

    ... que ficara na frente de toda tela do usuario, eu consiga capturar com Directx todo o restante do windwos ignorando na captura o form criado pelo teu hWnd. abaixo esta o exemplo de como estou criando o form que ficara na frente do usuario e que devera ser ignorado na captura // ShowForm cria e exibe o formulário com a imagem de fundo func ShowForm(img *, width int, height int) (, error) { // Criar janela hInstance := (nil) if hInstance == 0 { return 0, ("Failed to get module handle") } className, err := ("MyWin32Class") if err != nil { return 0, ("Failed to create window class name") } var wc = uint32(({}))

    €469 (Avg Bid)
    €469 Průměr. nabídka
    16 nabídky

    ...as grouped together in a single statement - Code should be in Typescript This task requires a solid understanding of Node.js. Having previous experience with jscodeshift is a must. The solution also need to use a package named @hypermod/utils. () This is the function that I need function fixMissingImports(code: string, importsMapping: Record<string, string>): string The code is a string of a content of a file tsx or jsx file. the function should first analyze and see what imports of a React components are missing, then add the missing imports according to the importsMapping. Example 1: if a code is this: export default function App() { return <div> <Box>some content</Box> </div>; } the function shoul...

    €36 (Avg Bid)
    €36 Průměr. nabídka
    38 nabídky

    ...residential usage. It should be equipped with a battery backup system to ensure continuous power supply during outages. Key Requirements: - 5kW Power Output: The inverter should be capable of handling 5kW of power, suitable for residential usage with inductive loads. - Battery Backup Compatibility: It must be designed to work with a battery like lead acid and LifePO4 battery of 48V which will be a 16 string LifePO4 battery.. This is crucial for ensuring uninterrupted power during times of outages or low sunlight. -Tgere whouxl be an lcd screen to do settings and check status. - Residential Suitability: The inverter should be designed for residential environments, taking into account factors like space constraints, noise levels, and ease of installation. Ideal Skills and Exper...

    €2002 (Avg Bid)
    €2002 Průměr. nabídka
    10 nabídky

    ...space will be an object with the following properties: Garden Space Name Item groups (array of objects). Each item group will have these properties: Type (labor or material) Item Name Description Quantity (hours or units) Unit Price (defaulting to default labor price set above) Additionally, a property can be added to each garden space object to store the captured image data (base64 encoded string). 4. Email Sending with EmailJS: The developer will integrate EmailJS functionality to send estimate details to the customer upon the user's request. A bundled configuration will be used to store SMTP server credentials securely (host, port, username, password). The developer will implement logic to format the estimate data using an EmailJS template and send it using the ...

    €537 (Avg Bid)
    €537 Průměr. nabídka
    100 nabídky

    ...express mnu. 2-dev express grid highight: I need a button with coclor picker (dev express color wheel), the the user can click to chosse the coclor and then when user clicks cells(s) in a dev express grid it will set the back color to the selected color. i also need a button to clear/reset all colors, and button to set the color to default (so user can unset each cell by clicking again). 3-string manipulation: given a multiline textbox, i need a fast way to parameterize parts of the text. so, when the user selects text, and then click a button it will prompt (winfrom) the user to enter the variable name (default to ID) and an option for quotes around (default to checked). it will then replace all text matching the selected text with a dollarsign and the variable name. for...

    €209 (Avg Bid)
    €209 Průměr. nabídka
    13 nabídky

    ...uel_type=petrol&search_distance=1000 - Facebook market place - If you look closely, each URL has parameters which define search criteria. Make, model, price, mileage etc. are all parameterised in the query string. It is quite straightforward to decipher these. In the sample spreadsheet supplied I have started to create entries for Autotrader, eBay and Gumtree. These are incomplete but they give a good starting point. You will see that each URL replaces the paramater with a named cell from the spreadsheet. Out of scope Getting the lowest and highest price is a manual process. You do not need to

    €11 / hr (Avg Bid)
    €11 / hr Průměr. nabídka
    17 nabídky

    Hello I am looking for a python code to scrape a large number pages and save them as html. In order to get to the page to save, you must click a radio button, submit, and then enter a string of numbers, then submit and then save the html. If the string entered provides an error then you must skip to the next iteration. There is no human verification. I already have a version I made myself that works with Selenium, however I need to increase the speed, so I am looking for someone to see if its possible to do this without even opening a browser and possibly using direct call methods (get, request, cURL, response, JSON?). It should be a simply project for someone who knows how to do this. Please enter the result of 3+2 for your message to be received.

    €96 (Avg Bid)
    €96 Průměr. nabídka
    108 nabídky

    I'm seeking a skilled Java and MySQL developer to assist me with two exercises from a training course. Here's a more detailed explanation of the job: - The exercises are centered around Error Handling and Debugging, along with Array and String manipulation and Exception handling. It's crucial that you are well-versed in these areas. -Since this is a learning exercise, I would appreciate it if the code included detailed comments and explanations. Please see the document attached for full details before bidding. Please apply only if you have experience and confidence in these areas.

    €26 (Avg Bid)
    €26 Průměr. nabídka
    10 nabídky

    ...small learning assignment is for me to understand how the things are in Odoo. You need to build them and transfer the knowledge to me about how you have built it. I know ABC of python, so will not be a headache for you (hopefully). I want: Part 1: - Two new modules Classes and Students in Odoo. - Classes Module will have properties Class (String) and Room (String) - Students Module will have properties Id (Int), Name (String), Email (String), Phone (String) - 1-N relation between Class and Students. i.e. each class will have N students. (third table). So, above seems to be a simple and straightforward task for a person who has developed modules in Odoo. I want to learn this process. So, first you have to implement this and then in one or two ...

    €156 (Avg Bid)
    €156 Průměr. nabídka
    22 nabídky

    I need a simple Blazor Server application that when runs first check if user license...simple page requesting to upload a file. Once uploaded redirects user to login page and show all menu options. User should not be able to navigate to any page by entering URL manually, if license is not valid. Attached project is running with login and registration. You can execute the Migration script to create Microsoft Identity tables. In the app settings file change the database connection string. The attached project currently takes user to Login screen on load. Now I want to add license service as check before going to login and only take user to Login if License service returns true. For this project you can just return true and false to reflect both scenarios when license is valid and ...

    €5 / hr (Avg Bid)
    €5 / hr Průměr. nabídka
    10 nabídky

    ...All of the blocks should have equivalents on both, including block states or orientations so I would expect this to be translated. As Generations is currently in Beta, this posting may require follow up should the developers further alter their source. However the current scope only exists for 3 goals: 1) Creation of a sidemod for the ~250 blocks removed by BiomeOPleanty mod 2) Creation of a string mapping between the existing world download blocks to all of the equivalent blocks including those in the sidemod and Pixelmon mod and translate the world file to a 1.20.1 world 3)Package all required mods to run, and the world file and return them in a reasonable timeframe Ideally I'd like to find someone able to take the world download provided and return a complete world do...

    €29 / hr (Avg Bid)
    €29 / hr Průměr. nabídka
    12 nabídky
    social media app Ukončeno left

    ...require('mongoose'); const chatSchema = new ( { fromUser: { type: , ref: 'User', }, toUser: { type: , ref: 'User', }, type: { type: String, enum: ['text', 'audio', 'image', 'video'], }, text: { type: String, }, voice: { type: String, }, image: { type: String, }, video: { video: { type: String }, thumbnail: { type: String }, }, audio: { type: String, }, wasLocked: { type: Boolean, default: false, }, isLocked: { type: Boolean, default: false, }, diamonds: { type: Number, },...

    €19 / hr (Avg Bid)
    €19 / hr Průměr. nabídka
    49 nabídky

    ...Compatibility with One-Page Checkout: The custom module should be designed to work smoothly with Magento 2's one-page checkout system. - Order Creation and Status: I need the module to create an order with a 'Pending' status. - Redirection to 3rd Party Website: After order creation, the customer should be redirected to a third-party website. The transaction parameters need to be encoded into a base64 string for security. - Timeframe: I would like this project completed ASAP. Upon clicking the Place Order button, the customer will be redirected to a 3rd party website with the order parameters base64 encoded as follows: $myData = array('name'=>$name ,'email'=>$email ,'amount'=>$totals ,'order_number'=>...

    €178 (Avg Bid)
    €178 Průměr. nabídka
    89 nabídky

    ...wrapper in Python so Python programmers can use the device easily. Below is an extract from the .h file for the .dll showing the functions that we want the wrapper to call. FT_HANDLE SENSOR_DLL usb_initialize(char * snum); int SENSOR_DLL usb_deinit(FT_HANDLE ftHandle); int SENSOR_DLL usb_dll_revision(unsigned int *revision); int SENSOR_DLL usb_read_image(FT_HANDLE ftHandle, IMAGE_PACKET_T *buff, unsigned int timeout); int SENSOR_DLL usb_set_gain(FT_HANDLE ftHandle, GAIN_STATE data); int SENSOR_DLL usb_set_trig_mode(FT_HANDLE ftHandle, TRIG_MODE mode); int SENSOR_DLL usb_set_interval(FT_HANDLE ftHandle, uint32_t data); Once you've made the wrapper, we'd like you to make a Python script which calls the Python wr...

    €151 (Avg Bid)
    €151 Průměr. nabídka
    25 nabídky

    ...= ; (token); } catch(e) { ("Error parsing payment data:", e); } } else { ("No data received in payment response"); } } },(r) => { ().then(); }); }) } makePaymentWalletTokenIos(token: string) { (); const payload = { OrderId: , Id_Discount: , }; (payload).then((resp) => { ("saad resp "); (resp); .confirmCardPayment(resp.client_secret, { payment_method: {

    €47 (Avg Bid)
    €47 Průměr. nabídka
    6 nabídky

    ...pipeline string and parse it as we will need low level access to each element! --- Similar Example // This example demonstrates the use of GStreamer's pad probe APIs. // // Probes are callbacks that can be installed by the application and will notify // the application about the states of the dataflow. Those are mostly used for // changing pipelines dynamically at runtime or for inspecting/modifying buffers or events // // |-[probe] // / // {audiotestsrc} - {fakesink} package main import ( "errors" "fmt" "math" "" "" "" ) func padProbes(mainLoop *) error { (nil) // Parse the pipeline we want to probe from a static in-line string. // Here

    €57 (Avg Bid)
    €57 Průměr. nabídka
    6 nabídky

    For my current project, I require an expert who's proficient in DOMO Beast Mode and SQL. The tasks will primarily involve: - Producing calculated fields: You will need to execute both complex mathematical calculations, as well as intricate string manipulations. A good grasp of mathematical principles and string handling in SQL is a must. - Transforming data: This job will further entail the aggregation of data. Being adept in grouping and managing datasets of diverse sizes will be crucial. Your comfort in working with DOMO, SQL, and data manipulation will be the key to successfully accomplishing this task. If you routinely perform these tasks and understand the underlying processes, I would love to connect and discuss the project further.

    €51 / hr (Avg Bid)
    €51 / hr Průměr. nabídka
    20 nabídky

    I need a freelancer with extensive C++ knowledge to create a custom grep application. The application should utilize pipelined threads and semaphores and have capabilities to search files in the current directory for a specified string. Look at the attachments for the Project Description and the producer consumer semaphore C++ example. Key Features: - Impressive understanding of thread and semaphore pipelines is crucial. - Recursion into sub-directories as a part of the application's functionality would be a bonus. - Filtering options based on factors like file size, user id, and group id are needed. - Upon discovery of a match, the app should continue the search and the total number of matches should be displayed on the last line of output. This isn't just about creati...

    €18 (Avg Bid)
    €18 Průměr. nabídka
    14 nabídky

    ...help implement the frontend of a single page application. The wireframe is ready and this will be a client-side rendered app. It is designed in Figma and you will gain access to the design pages. In the project, some animations have to be implemented which are mostly simple css animations (e.g button color transitions and smoothly opening dropdown / dropup menus). There will be some real time string data that has to be displayed. However, this project is only about creating the components and the animations with the relevant hooks / states so that in a subsequent step, the backend data can be displayed. Other than displaying the dropdown menus, dummy pages should be displayed in the workspace when some of the buttons are pressed. This is an industrial project so everything run...

    €541 (Avg Bid)
    €541 Průměr. nabídka
    131 nabídky

    I have a medium-sized UK roof where I'm planning...size as per attached file. My primary goal is to maximize energy production and to have a Bill Of Material. I need a professional to create a layout plan and string diagram for the installation. The adres is "Mirrorstone LE3 1 UQ (Leicester) UK" and you can find easily on google earth. Key Deliverables: - Lay out plan for the solar panel installation - String diagram showing the connection of the panels - Calculation on how many panels can fit on the roof - Determination of the required meter DC cable length Ideal Skills and Experience: - Experience in solar panel installations - Proficiency in creating layout plans and string diagrams - Understanding of UK roof regulations and requirements - Stron...

    €127 (Avg Bid)
    €127 Průměr. nabídka
    24 nabídky

    I am looking for a skilled graphic designer to digitally recreate a handwritten shop signage for me. The text must be in black and there should be a red string running behind it. Key requirements: - Proficiency in digital design to ensure high-quality output - Experience in recreating handwritten text into digital format - Able to deliver in different formats: PNG, JPEG, PDF, and AI - Task includes creating a design to fit poster size dimensions: 36x48 inches Your expertise in digital design and considerable attention to detail will make you the perfect fit for this project.

    €23 (Avg Bid)
    €23 Průměr. nabídka
    47 nabídky

    ...different frequencies - Different frequencies - 10,000 different frequencies (integers) - eg: txt file (100,200,300,400,500.................n integers) Frequencies list are stored in a SD card CSV or txt format Arduino new R4 boards has built-in DAC for sine wave generation with ready made library as follows: Code for wave generation --->>> analogWave wave(DAC); int freq = 10; // in hertz, change accordingly void setup() { } void loop() { (freq); delay(10); } Challenge - during every loop, next integer stored in SD card should be called & sav...

    €90 (Avg Bid)
    €90 Průměr. nabídka
    4 nabídky

    I'm looking for an expert in AI audience targeting to per...integrating and analyzing data from these sources is a must. We want to achieve the following. What i meant to say is with Ai audience understanding, and the size of our audiences, over 1.5 m now, we can do a post about a car, say we posted "What colour Mercedes do u love the most? and show black and blue, answer to win dinner for two at x restaurant. We scrape the people that replied in the post string using ai , and predict who is most likely, in order to be able to buy a car and share that info with the customer. We then re target them until they buy from Wellington live, pages,web site, blogs, groups or distribution lists. We own our audiences so we dont have to pay to post or reach. A new wave of ...

    €15 / hr (Avg Bid)
    €15 / hr Průměr. nabídka
    20 nabídky

    I am seeking a web developer with vast experience in creating functional, user-friendly websites that provide trading services. Key project components: 1. **Internal Portal**: The website needs to have an internal portal that should contain the following features: - Partner Management: Should have a signup and login functionality for partners. The portal should a...trading must be incorporated. 2. **Dashboard**: A comprehensive dashboard through which we can view the metrics related to both clients and partners is necessary. 3. **Partner Earning Reports**: Partners should be able to view their earnings through a self-explanatory report. Proficiency in front-end, back-end, and API integration technologies is required. Additionally, being familiar with int: Sample:

    €2132 (Avg Bid)
    €2132 Průměr. nabídka
    75 nabídky

    I am looking to build out a CRM or integrate with my current CRM. I want to send out market reports to home owners on a monthly bases automatically. This must be simple to use. The program will need to pull data from an outside source to figure out the value you of the property, how much of a loan they have and how much equity. That data will need to automatically my in a report t...and also on their portal. With that I want the home owner to be able to log into their own homeowner portal. In this portal it will tell them what there house is worth and how much equity they have. The portal will also have suggested vendors and the homeowner will be able to haveb a place to load documents. This portal must be able to be customizable on the backend so I can add additional data int t...

    €105 (Avg Bid)
    €105 Průměr. nabídka
    7 nabídky

    Project Description: We possess a large dataset containing strings where each string consists of one or more words. Our task is to identify exact matches for these strings within another dataset that includes complete sentences. Currently, our method of loading the first set into memory as a set variable (ensuring no duplicates) and each string from the second dataset as a separate string variable is proving inefficient. Problem Statement: Iterating through the first dataset to look up each value in the second dataset has been excessively time-consuming. We require a more efficient algorithm to enhance the speed and effectiveness of these exact match lookups. Project Objectives: Develop a Python script that can perform exact match lookups quickly and accurately. Ensu...

    €161 (Avg Bid)
    €161 Průměr. nabídka
    51 nabídky

    ...com/magento/magento2/issues/22353 We don't know how fix this It works very 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 'Commen...

    €113 (Avg Bid)
    €113 Průměr. nabídka
    22 nabídky

    ...fields: _id, Year, Month, Local, Mainland, Others, and Total. Write an endpoint to handle the GET request for retrieving (1) the statistics of the passenger traffic for a specific month and year, or (2) the summary statistics for a particular year. The returned data should be a JSON string. For example, to retrieve the traffic statistics for June 2023, the client sends the GET request to http://localhost:3000/HK/stat/2023/6 or http://localhost:3000/HK/stat/2023/06. The endpoint returns the following JSON string: {"Year":2023,"Month":6,"Local":-196818,"Mainland":22308,"Others":14393,"Total":-160117} There is more detail I will share with you DEADLINE IS MONDAY 29 -APR-24 IST FIXED PRICE : 10 USD There will be ...

    €21 (Avg Bid)
    €21 Průměr. nabídka
    22 nabídky