Фільтрувати

Мої недавні пошуки
Фільтрувати по:
Бюджет
до
до
до
Тип
Навички
Мови
    Статус роботи
    2,000 string byte робіт знайдено, ціни вказані в USD

    ...Реалізувати за допомогою оброблення mouse enter/mouse leave - це дасть змогу одночасно кастамізувати ефект. Графік має масштабуватися - параметр який відповідає за масштаб з можливістю зміни масштабу динамічно. Графік має бути responsive. Може розміщуватися декілька екземплярів графіків на одній сторінці. Вхідні данні: interface Item { title: string; xValue: number; yValue: number; xValueShow: string | number; yValueShow: string | number; extra: any; children: Item[]; }; Вхідні данні - масив екземплярів типу Item. Приклад: Дивись файл Приклад рендеру: // Рендер

    $545 (Avg Bid)
    $545 Сер. заявка
    6 заявки
    Framer.com Developer Needed 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    I need someone who is proficient in web development to help with passing query parameter string into the SEO title page in a dynamic manner. For example, this is the URL of the framer pager I would like help with: However, when I pass the URL into to check if the query parameter is being passed in the SEO title, it fails and doesn't update. I would like a Framer expert who is also proficient in coding to help me with this project.

    $20 (Avg Bid)
    $20 Сер. заявка
    9 заявки

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

    $955 - $1910
    Обраний Прихований
    $955 - $1910
    19 заявки
    I need for specific category create price calculator woocomerce 5 дні(-в) left
    ПІДТВЕРДЖЕНО

    ...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, });

    $41 (Avg Bid)
    $41 Сер. заявка
    12 заявки
    Java Code Fix Needed 4 дні(-в) left

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

    $26 (Avg Bid)
    $26 Сер. заявка
    33 заявки

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

    $32 (Avg Bid)
    $32 Сер. заявка
    20 заявки

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

    $17 (Avg Bid)
    $17 Сер. заявка
    6 заявки

    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.

    $152 (Avg Bid)
    $152 Сер. заявка
    28 заявки

    ...constant. 3) The reader has an 4-byte reader ID stored in its EEPROM memory. 4) The RGB LED on the edge of the main board, whose location matches the hole in the antenna. RGB LEDs are connected to the PWM pins of the controller. 5) A waterproof (if possible) speaker must be on the opposite edge of the main board, closer to one side to leave space for wires. The speaker must be connected to a PWM pin of the microcontroller. 6) RS485 interface, half-duplex. 6a) The RS485 command should trigger an RGB LED sequence and the speaker sound effect. The command contains a reader ID. The reader accepts commands only if the reader ID matches. 6b) When an RFID card is applied, the reader reads a password-protected memory block and sends it to RS485 with the reader's 4-byte ID. 6...

    $522 (Avg Bid)
    $522 Сер. заявка
    26 заявки
    1525 - Incorrect DATETIME value: '' sel 3 дні(-в) left
    ПІДТВЕРДЖЕНО

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

    $31 (Avg Bid)
    $31 Сер. заявка
    21 заявки

    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!

    $35 (Avg Bid)
    $35 Сер. заявка
    22 заявки

    Hi, Nee one simple PhP,MySQL app which will prompt/require for Document-URL: and extract all the short abbreviations inner in (....) from entire document(with PDF,...extensions). The report/result will like this table with 2 columns: sentence | terms-founded | string of terms | check-selection | button "do-it" Then I will select the terms by checking and then I will press the button "do-it" and the selected terms founded between (...) will be savet into MysQl Table. So for Document-URL: this is simple example of line from this report -sentence: "With the deployment of

    $30 (Avg Bid)
    $30
    6 робіт

    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.

    $39 (Avg Bid)
    $39 Сер. заявка
    51 заявки

    Tengo el código empezado pero no logro subir el archivo al bucket, lo que necesito es un método que reciba como parámetro un arreglo de byte que contendrá el archivo y lo guarde en un bucket.

    $25 (Avg Bid)
    $25 Сер. заявка
    4 заявки

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

    $31 / hr (Avg Bid)
    $31 / hr Сер. заявка
    35 заявки

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

    $24 / hr (Avg Bid)
    $24 / hr Сер. заявка
    27 заявки
    Greenstone Jade Necklace Sketch Закінчився left

    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.

    $42 (Avg Bid)
    $42 Сер. заявка
    7 заявки
    Modern Logo Design for Urban Byte Закінчився left

    I'm looking for a talented graphic designer who can create a modern and minimalistic logo for my food snacks product, Urban Byte. Key Requirements: - The logo should be modern and minimalistic, reflecting the product's urban feel and appeal. - The design should be versatile and suitable for all age groups, as Urban Byte caters to a diverse audience. - The logo should be easily recognizable and memorable, helping to build a strong brand presence. Ideal Skills and Experience: - Proven experience in logo design, particularly for food products or in the snacks industry. - Strong knowledge of modern and minimalistic design trends. - Ability to create an original, versatile, and memorable logo that appeals to all age groups. If you have a keen eye for modern design a...

    $221 (Avg Bid)
    $221 Сер. заявка
    38 заявки

    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.

    $8 / hr (Avg Bid)
    $8 / hr Сер. заявка
    22 заявки

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

    $19 / hr (Avg Bid)
    $19 / hr Сер. заявка
    12 заявки

    *Please include descriptions of 1-2 most relevant projects delivered. *Also as part of the offer please provide comments to the 2 questions at the end of this description Linux Raspberry UDP network and serial communication component 1. Product to be done: a basic communication component handling low-volume, ca. 20-100-byte command messages with rather relaxed performance requirements. The messages will be coming on a non-regular basis from a few clients over a Wi-Fi local network, typically say 2 clients. There is no need to confirm the messages in either way. Consequently it seems that UDP is the right protocol to be used (to be confirmed by the contractor). 2. The server should also support its part of a detection mechanism that should allow the clients to automatically detect...

    $552 (Avg Bid)
    $552 Сер. заявка
    25 заявки
    PHP Script Update with Montenegro Закінчився left

    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!

    $22 (Avg Bid)
    $22 Сер. заявка
    17 заявки

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

    $39 (Avg Bid)
    $39 Сер. заявка
    38 заявки

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

    $2170 (Avg Bid)
    $2170 Сер. заявка
    10 заявки

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

    $588 (Avg Bid)
    $588 Сер. заявка
    98 заявки

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

    $227 (Avg Bid)
    $227 Сер. заявка
    13 заявки
    Google Sheets Vehicle Pricing Project Закінчився left

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

    $12 / hr (Avg Bid)
    $12 / hr Сер. заявка
    17 заявки
    Signature Pdf Закінчився left

    Necesito una librería en .NetCore que no depende de net framework que se encargue de firmar un documento pdf con los siguientes parámetros: 1. Receptar un documento pdf desde cualquier ubicación de archivo o en memoria (byte[] - stream) 2. El documento pdf debe incorporar al final de su contenido una sección para la firma electrónica de cada usuario. 3. La librería debe contener los métodos para validar la con la entidad certificante 4. La librería debe contener los métodos para obtener la trazabilidad de registros de firmas 5. La librería debe contener todos los métodos para firmar electrónicamente con algoritmo de tiempo. 6. Cada firma presentada debe contener un código qr que se debe gene...

    $525 (Avg Bid)
    $525 Сер. заявка
    20 заявки
    Intermediate Python Coding Task Закінчився left

    ...able to work efficiently without compromising quality. My task is: Create a library that implements a stack via a linked list. Only positive numbers in the range of the number of bytes that will be entered when creating the stack will be able to be stored in the stack. The stack will be able to be saved to and loaded from a binary file. The binary will be in the given format - the first byte will be the range of numbers to store, followed by the numbers themselves stored on the stack. Save and load the file according to convert_number_to_bytes(x, count_byte), write_number(file, count_byte, number), convert_bytes_to_number(bytes), precision_number(file). It will be possible to create any number of stacks. It will be possible to freely add and obtain elements to the stacks. Attem...

    $183 (Avg Bid)
    $183 Сер. заявка
    15 заявки

    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.

    $104 (Avg Bid)
    $104 Сер. заявка
    108 заявки

    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.

    $28 (Avg Bid)
    $28 Сер. заявка
    10 заявки

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

    $169 (Avg Bid)
    $169 Сер. заявка
    22 заявки
    Blazor License Verification Service Закінчився left

    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 Сер. заявка
    10 заявки

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

    $32 / hr (Avg Bid)
    $32 / hr Сер. заявка
    12 заявки
    social media app Закінчився 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, },...

    $21 / hr (Avg Bid)
    $21 / hr Сер. заявка
    49 заявки
    Magento 2 Payment Gateway Integration Закінчився left

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

    $193 (Avg Bid)
    $193 Сер. заявка
    89 заявки
    Ionic Apple Pay Bug Fix Закінчився left

    ...= ; (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: {

    $51 (Avg Bid)
    $51 Сер. заявка
    6 заявки
    gstreamer + golang pipeline Закінчився left

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

    $62 (Avg Bid)
    $62 Сер. заявка
    6 заявки
    DOMO Beast Mode with SQL Expertise Закінчився left

    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.

    $55 / hr (Avg Bid)
    $55 / hr Сер. заявка
    20 заявки

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

    $20 (Avg Bid)
    $20 Сер. заявка
    14 заявки

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

    $587 (Avg Bid)
    $587 Сер. заявка
    131 заявки

    ...enhancements to the existing code to align it with the updated requirements and ensure its compatibility with the latest Android standards. Requirements: 1) Textbox Input: Include a textbox for users to enter the size and filename. 2) Byte Stream Generation: Generate a byte stream from /dev/qrandom based on the entered size. 3) Display Byte Stream: Upon clicking the 'Generate' button, display the byte stream in a scrollable textbox below the button. The display should format the bytes in lines across the screen, removing any null characters. 4) File Writing: Save the byte stream to a file in the /sdcard/ directory, ensuring compliance with the permission requirements of the latest Android version (version 13). 5) App Icon Design: Design a n...

    $147 (Avg Bid)
    $147 Сер. заявка
    76 заявки

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

    $138 (Avg Bid)
    $138 Сер. заявка
    24 заявки
    Shop Signage Digital Recreation Закінчився left

    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.

    $25 (Avg Bid)
    $25 Сер. заявка
    47 заявки

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

    $16 / hr (Avg Bid)
    $16 / hr Сер. заявка
    20 заявки

    I'm using Kafka 2.6.0 with a sink connector to Postgres on Confluent Cloud. The issue I'm facing is due to extensive modifications to the default...line with best practices and compatible with my setup. - Ensure that data is properly flowing from Kafka to Postgres through the sink connector. All the messages are getting processed and connector is pushing them to dead letter queue. it should be pretty simple but I'm missing something small. Exception is as follows: { "key": "", "value": "Converting byte[] to Kafka Connect data failed due to serialization error of topic sales: " }, If you have relevant experience in debugging Kafka sink connector issues and working with Confluent Cloud, your expertise would be invalu...

    $97 (Avg Bid)
    $97 Сер. заявка
    2 заявки
    Database String Lookup Script Закінчився left

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

    $174 (Avg Bid)
    $174 Сер. заявка
    51 заявки
    MERN RESTful API for User Data Закінчився left

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

    $23 (Avg Bid)
    $23 Сер. заявка
    22 заявки

    ...here is a json example image_link -> string, url o image (big one on the top) additional_image_link -> array of url images, for the bottom carousel title -> text, title of product title_color -> hex color of title, example #000000 attribute -> text, in this case Charcoal with Flap Pockets attribute_color -> hex color of attribute, example #000000 rating_score -> numeric 1,2,3,4,4.5, 4.7,5 etc from 1-5 the rating of the product rating_score_color -> hex color of rating_score_color, example #000000 rating_score_count -> text, in this case "159 Reviews" rating_score_count_color -> hex color of rating_score_count, example #000000 description -> text, title of product description_color -> hex color of description, example #000000 ...

    $140 (Avg Bid)
    $140 Сер. заявка
    28 заявки

    More details: Is this project for business or personal use? Personal What information should successful freelancers include in their application? Past work How soon do you need your project completed? Within a month

    $149 (Avg Bid)
    $149 Сер. заявка
    31 заявки