Cpp int to string työt

Suodata

Viimeisimmät hakuni
Suodatusperuste:
Budjetti
asti
asti
asti
Tyyppi
Taidot
Kielet
    Työn tila
    2,000 cpp int to string työtä löytyi, hinnoittelu EUR

    ...buttons(ESC/BACK, DWN, UP, ENTER) OPTIONAL:> Set Trigger Times. -Trigger #1 is for an external relay low to high voltage (OPTOCOUPLED/ISOLATED) When this trigger is active current should always be 'on'. - Trigger #2 is to replicate a 'button press', plain signal on the GPIO output pin. When trigger #2 is 'pressed' 20seconds later Trigger 1 will close off. I have designed a basic PCB you can see from the attached picture. It has the following components - ATMEGA NANO 3.0 - DS1302 (time clock) - OLED screen 0.96 - Toggle Button - Buttons x 4 - Connectors -- Power -- Trigger 1 -- Trigger 2 CODE EXISTS for the 'clock part', but not the trigger or the buttons, this would be fairly simple code to write.

    €38 (Avg Bid)
    €38 Keskimäär. tarjous
    6 tarjoukset

    Hello, i need a website for my softwashing / cleaning int / ext buisness Something that look clean, profesional, and customer can reaerve online

    €291 (Avg Bid)
    €291 Keskimäär. tarjous
    59 tarjoukset

    Hello, i need to install and run on my server a web application PERN stack (PostgreSQL/Express/React/Node) Thanks, ML

    €31 (Avg Bid)
    €31 Keskimäär. tarjous
    10 tarjoukset

    ...Admin User Stories – 1. As a user I should be able to login, Logout and Register into the application. 2. As a user I should be able to ask any question under any topic 3. As a user I should be able to search the question on any string written in search box 4. As a user I should be able to Answer any question asked 5. As a user I should be able to answer more than one question and more than one time 6. As a user I should be able to chat with other users. 7. As a user I should be able to upload images to refer Admin Stories – 1. As an Admin I should be able to login, Logout and Register into the application. 2. As an Admin I should be able to get mail as soon as any new Question is asked or any Answe...

    €138 (Avg Bid)
    €138 Keskimäär. tarjous
    10 tarjoukset

    I would like a .py 2.7 program to: 1) scrape the URL from "See other items" link found on most every Ebay item page. example: 2) from the URL, parse the string found after: ssn= example: quality_treasures2 goodwillsa 3) from the URL, parse the string found after: store_name= example: goodwillmiddletn goodwillsabooks 4) save the scraped strings output to the clipboard: ssn=,store_name= example: quality_treasures2,goodwillmiddletn goodwillsa,goodwillsabooks a) if a string is not found save to clipboard as "none" example:

    €28 (Avg Bid)
    €28 Keskimäär. tarjous
    23 tarjoukset

    HI I need python script which will generate ECR20 addresses with private keys from given strings. Strings will come from given dictionary. Output csv file: Address, PrivateKey, input string . TimeStamp as yyyyDDmmHHmmSSms. Output csv file should be with limit up to 50k records , if that amount is exceeded then save to another file , file name convention will be timestamp of file save.

    €123 (Avg Bid)
    €123 Keskimäär. tarjous
    34 tarjoukset

    I want to create a high level natural cosmetic healing brand. 

 please read before place a bid: 
It is important for me, that you also have sone personal desire towards natural lifestyle, to resonate with my spirit. 
 
It would be nice if you:
 living holistic 
 have references to health or supplement products. 
love to do what you do <3

I start from 0 and so to say from the scratch. 
I looking for a long term collaboration with full service and advertising later on. 

My first milestone in this project is a Corporate identity. 

 Name: ANDARA alchemy 1. Logo 
2. Product Label 
 3. Standard design for documents, ads and product sheet.


 The topic of this brand is:' Quantum, Vedic, Holistic, Spiritual, Cosmic, Atomic, supplements T...

    €46 (Avg Bid)
    Taattu
    €46
    182 työtä

    ...spreadsheet documents. It should be useable for any user and any sheet document. We should be able to send parameters to that functions - test results should be updated to the document based on function inputs. Sample The function implemented on AppScript appScriptFunction(string, cell) -> // Row A B // 1 - - // 2 - - Example Input appScriptFunction("hello", "A1") -> Output // Row A B // 1 hello - // 2 - - This function needs to be triggered via Python Code. Python code can be done using any framework. Final Output - Shared Github repository 1. Python code to execute app script - 2. Documents on A. How to set up AppScript project. B. How to setup google cr...

    €415 (Avg Bid)
    €415 Keskimäär. tarjous
    16 tarjoukset

    In this system, when a virtual address is requested: Check whether the entry is in the TLB. If yes, directly return the frame number; If no, continue...requested: Check whether the entry is in the TLB. If yes, directly return the frame number; If no, continue step 2. Get the page table by segment number. Get the frame number by page number. Replace the TLB entry with the new record. Retrieve the data. Givens are some incomplete source files. Download it below: You need to complete: : int TLB::get_frame(VirtualAddress vaddr) void TLB::lru_replace(VirtualAddress vaddr, unsigned int frame) : int address_translate(VirtualAddress vaddr) You can find the instructions and hints in the comments of the source file. Your final output should be exactly the...

    €38 (Avg Bid)
    €38 Keskimäär. tarjous
    6 tarjoukset

    Legacy vb6 programs are using msdaora provider which connects to oracle 12c database thru ora11g 32 bit client. Now database has is Ora 19C . Oracle 12c 32 bit client connects fine to Ora 19c database. However msdaora connection thru vb6 , using the same connection string parameters , is getting error: ORA 01017 Invalid Username/Password error. Programs have configurable connection string in ini files.

    €151 (Avg Bid)
    €151 Keskimäär. tarjous
    6 tarjoukset

    The IntBinarySearcher class searches an int array for a specific value. Create an ObjectBinarySearcher class that can search an array of Comparable objects. Demonstrate the class in a program that searches for a String in an array of String objects. Use ObjectQuickSorter * algorithm to sort your objects before running binary search algorithm. * The IntQuickSorter class sorts an array of int values. Create an ObjectQuickSorter class that can sort Comparable objects. Deliverables: • • • I tried to attempt this but please feel free to make necessary changes. I also provided IntQuickSorter and IntBinarySearcher to help you base off your codes.

    €32 (Avg Bid)
    €32 Keskimäär. tarjous
    19 tarjoukset
    Need an C++ program Loppunut left

    In this system, when a virtual address is requested: Check whether the entry is in the TLB. If yes, directly return the frame number; If no, continue step 2....requested: Check whether the entry is in the TLB. If yes, directly return the frame number; If no, continue step 2. Get the page table by segment number. Get the frame number by page number. Replace the TLB entry with the new record. Retrieve the data. Givens are some incomplete source files. Download it below: You need to complete: : int TLB::get_frame(VirtualAddress vaddr) void TLB::lru_replace(VirtualAddress vaddr, unsigned int frame) : int address_translate(VirtualAddress vaddr) You can find the instructions and hints in the comments of the source file. Your final output should be exactly the...

    €37 (Avg Bid)
    €37 Keskimäär. tarjous
    9 tarjoukset
    €69 Keskimäär. tarjous
    45 tarjoukset

    ...for a Zoho One Expert (who must be a certified ZOHO expert with established Zoho experience ) to either fine-tune settings incurrent Zoho App integrations inefficiencies for a current Zoho One business (or to establish a new duplicate Zoho account). The client must already have significant experience in Zoho One, especially relating to the inter App integration settings for an established business. We may well be very interested in starting from scratch with a new Zoho One account for the year commencing 1 July 2022 and then just importing the 'desired' clients/accounting history into the new account ie this may be a more efficient way to eliminate current frustrations rather than fixing a string current issues with the current setup and sett...

    €13 / hr (Avg Bid)
    €13 / hr Keskimäär. tarjous
    22 tarjoukset

    There is API data from that is in a CSV-like format but not precisely. I need to convert or clean this into a data frame so that I can save it to the database. Hence, I might need a Python function that gets this big string format text, removes the header, separates fields data, and converts it into a data frame so that it can be saved to an SQL database.

    €98 (Avg Bid)
    €98 Keskimäär. tarjous
    62 tarjoukset

    Hi, I am looking for someone can do interior for my jewelry shop, I need 3d design for that should have walls showcased jewelry along Counter. have the ceiling part already done, I can provide you the picture of wall and size along with actual view of the shop. please do bid adding word int thanks

    €27 (Avg Bid)
    €27 Keskimäär. tarjous
    30 tarjoukset

    Need to do some basic edits in a wordpress website. Need to have knowledge of custom fields in wordpress and wordpress theme template editing. You can use plugin String Search Locator for the edits.

    €27 (Avg Bid)
    €27 Keskimäär. tarjous
    26 tarjoukset
    Error in Wordpress Loppunut left

    Fatal error: Uncaught Error: Cannot use string offset as an array in /home/kshomede/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/

    €21 (Avg Bid)
    €21 Keskimäär. tarjous
    35 tarjoukset

    ...Design Document with the following: Containerized cloud-based environment Website based application with connected MySQL database Website hosted within GoDaddy account Bi-directional communication between website/database and Raspberry Pi Flexible environment to run multiple Raspberry Pis Scalable environment to run hundreds of thousand Raspberry Pis Cyber security within website and Pis Implementation of modern software and developer environments Able to integrate with APIs from other devices or other databases All architecture to be built within Khora owned accounts Back-up and Recovery capabilities and approach. Deliverable: Technical Architecture Document Architectural drawing and explanation of approach with flexibility and scalability Cyber security...

    €1095 (Avg Bid)
    €1095 Keskimäär. tarjous
    21 tarjoukset
    Project ECDSA Loppunut left

    Generate a pair of private and public key pair using ECDSA. Sign a string using your private key

    €107 (Avg Bid)
    €107 Keskimäär. tarjous
    9 tarjoukset
    Competative coder Loppunut left

    I am looking for cpp or java competative coder..who is good in competative coding and can solve any company coding rounds.

    €3 / hr (Avg Bid)
    €3 / hr Keskimäär. tarjous
    10 tarjoukset

    ...simple incubator for bee-queens, no eggturning motor or something like this ?. Needed is - a dht22-sensor - three relays for ° cooling and drying fan ° heating ° vaporizor The beginning of the script is a configuration-part like int example = '123'; # an example-value for measure the fun. Here should be configureable the measurement-interval, the min-temp, the max-temp, the min-hygro and the max-hygro. What is your Job? You write the script, you write me which pins I hat to connect with the electronic. What I will do: Before we start, I will pay to Freelancer and create a milestone. In this moment it is not possible for me getting back the money, if you have done the job. When I have the code, I will Check if it is working and then I...

    €17 (Avg Bid)
    €17 Keskimäär. tarjous
    4 tarjoukset

    String[] staticmd = new String[]{"ls", "-altr" }; String[] dynamicCmd = readFileContent(); // "-a -t -r -c" String[] cmd = (staticCmd, dyanmicCmd); Process p = ().exec(cmd); // fails with not proper command formed error The above line is not working as command has list of strings appended by a dynamic list of strings. Static list works fine but while adding dynamic list it fails to execute the combined command and throws error.

    €47 (Avg Bid)
    €47 Keskimäär. tarjous
    10 tarjoukset

    Need to make a string winding drum / reel automated to custom circumstances

    €86 (Avg Bid)
    €86 Keskimäär. tarjous
    12 tarjoukset

    Need to make a string winding drum / reel automated to custom circumstances

    €151 (Avg Bid)
    €151 Keskimäär. tarjous
    6 tarjoukset

    ... name field and others will be used to generate the permalink The permalink should look like this, {primaryDesc}/{secondaryLocationDesc}/{name} the img fields store static images to display on the unique page showing the restaurant info. 1 id Primary int 2 primaryDesc text 3 secondaryLocationDesc text 4 name text 5 foodType text 6 serviceType text 7 description text 8 priceRangeDescription text 9 restaurantLink text 10 imgTilePath text 11 imgCoverPath text 12 takesReservations tinyint(1) The second data table only stores the hours for the restaurant. The id field from the first table will be used to query the hours table. 1 restaurantId int 2 DayOfWeek int 3 OpenTime time 4 Close...

    €436 (Avg Bid)
    €436 Keskimäär. tarjous
    84 tarjoukset

    Build me a website similar to the attached PDF. Create an expo project and add nextjs adapter, you can follow this instructions: Implement express. Must be able to add key, cert, and ca for ssl. Nextjs will render ssr with serverSideProp, it will connect to a mongodb database and connect to a specific db and collection. Then it's going to look for a "title" with "findOne" and projection of "stats" and "image". "image" is an url where the image is located or null . The interface of "stats" is: { sport: string, profit: string, yield: string, picks: string, green: string, } The result will be passed as "props" to th...

    €58 (Avg Bid)
    €58 Keskimäär. tarjous
    19 tarjoukset

    ...dev/guides/using-nextjs/#add-nextjs-to-expo-projects Implement express. Must be able to add key, cert, and ca for ssl. Nextjs will render ssr with serverSideProp, it will connect to a mongodb database and connect to a specific db and collection. Then it's going to look for a "title" with "findOne" and projection of "stats" and "image". "image" is an url where the image is located or null . The interface of "stats" is: { sport: string, profit: string, yield: string, picks: string, green: string, } The result will be passed as "props" to the component and show something similar to the attached PDF (see PDF)....

    €50 (Avg Bid)
    €50 Keskimäär. tarjous
    13 tarjoukset

    ...good experience with custom developments & ability to interpret the requirements to come up with functional specifications - Good analytical skills to address issues raised by the users in time as per support guidelines. Job Description for SNP Deep understanding of SNP Process SNP Optimization Linear Optimization Discrete Optimization Trouble shooting in SNP Optimizer Profiles Analyzing Optimization Run Results Identify issues from the OPT Log for unfulfilled orders for Capacity overloads Product interchangeability SNP Heuristics SNP Master data & Costs and Penalties Analyzing SNP Batch job issues from process chains & control M Understanding of TLB process in the areas TLB Profiles Trouble shooting in TLB Exposure to enhan...

    SAP
    €44 / hr (Avg Bid)
    €44 / hr Keskimäär. tarjous
    2 tarjoukset

    ...Production Planning and Scheduling Good to have Skills: Supply Network Planning SAP APO SNP Demand Planning SAP APO DP Job Description for SNP Deep understanding of SNP Process SNP Optimization Linear Optimization Discrete Optimization Trouble shooting in SNP Optimizer Profiles Analyzing Optimization Run Results Identify issues from the OPT Log for unfulfilled orders for Capacity overloads Product interchangeability SNP Heuristics SNP Master data & Costs and Penalties Analyzing SNP Batch job issues from process chains & control M Understanding of TLB process in the areas TLB Profiles Trouble shooting in TLB Exposure to enhancements in TLB Deep exposure of Core InterFace (CIF) Trouble shooting Understanding of Integration Models Understanding of CPP & C...

    €32 / hr (Avg Bid)
    €32 / hr Keskimäär. tarjous
    4 tarjoukset
    Terlingua Rental Loppunut left

    ...beam foundation, SIP walls (Ext & Int) by Thermasteel, and locally built trusses. There are a few elements of the project that are outside my knowledge base. I need assistance in designing the pier and beam foundation and in recommending and appropriate load carrying beam (preferable hidden) to carry the trusses across and open span where there is no load bearing wall. The house will be on a slope, with the grade ranging from 2' to 6' below the subfloor framing. There will be two sets of trusses. One spanning 23' and the other spanning 14'. The two sets of trusses will butt against one another and rest on a load bearing wall. However, there is one 17' open section without a load bearing wall. I will need to use some sort of beam...

    €404 (Avg Bid)
    €404 Keskimäär. tarjous
    13 tarjoukset
    3 - C# functions Loppunut left

    I am a beginner C# developer. I need help someone to write 3 functions: private int minsToWeekly(DateTime currentTime){ //returns the number of minutes between currentTime and this Friday at 4PM local computer time } private int minsToThirdFriday(DateTime currentTime){ //returns the number of minutes between currentTime and the next occuring third Friday of the month at 4PM local computer time } private int minsToThirdFridayOfNextMonth(DateTime currentTime){ //returns the number of minutes between currentTime and the second occuring third Friday of the month at 4PM local computer time }

    €23 (Avg Bid)
    €23 Keskimäär. tarjous
    4 tarjoukset

    ...designed to hold some text ( a string of 14 characters). We have 10,000 different combinations of the text which we want to display randomly on the 8 different background containers. We will provide a spreadsheet with the different text which is to be displayed in the different containers. So each container will have 1,125 different text captions. Your challenge is to automate the process of creation of the 10,000 images with the text in situ on each image. An example of the text is "Better Unlit Yow" An example of one of the background containers is attached. The text will be in a font, text size and color that will be the same in each image. The text needs to be centre justified vertically and horizontally in the container. ...

    €618 (Avg Bid)
    €618 Keskimäär. tarjous
    55 tarjoukset

    Develop Firmware for Webserver using Micropython for ESP32-WROOM-32D and external SPI Based W5500 Ethernet module (using SCLK, MOSI,MISO,INT,SCS,RESET Pins). Wiznet5k library can be used if needed. (Please note: Do not use ESP32-Wifi for webserver, This project used External SPI Ethernet module) Simple webpage must be generated by webserver for communication to and from webserver. Link for W5500 Ethernet module is below shown:

    €113 (Avg Bid)
    €113 Keskimäär. tarjous
    7 tarjoukset

    I have a MYSQL database of 280,000 English words (I attach the CSV file to this project) that I wish to search with simple PHP / MYSQL search from an html input box. The database table comes with 6 columns: 1. id, 2. word, 3. alfa (alphabetically sorted letters of the word), 4. definition of the word, 5. scrabble points for the word, 6. words with friends (wwf) points for the word. Again, the database is attached as a CSV file. I need to be able to enter a number of letters (e.g. AGHEACOP or AMPOTE or AABDOR) into a simple input search box and then extract the following: 1. Any perfect anagram formed with all of the letters, e.g. AABDOR = ABOARD 2. The longest words that can be formed with these letters that are less than an Anagram, e.g. AABDOR => gives a ...

    €161 (Avg Bid)
    €161 Keskimäär. tarjous
    30 tarjoukset

    You are going to find a solution to check a graph and print out a string like “Yes” or “No”. This solution must be on C++ code that has an input as a graph. The solution print: A. “Yes”: if the input is a Palindorm graph B. “No”: if the input is not a Palindorm graph I need a documented clear code/program that is easy to read and understand (junior level). the code must be compiled and run successfully and print correct output. An explanation meeting is needed ( about the parameters, function and method). More details: NB: G is a Palindorm graph with the following conditions: Consider a tree (a graph that starts by a root and ends by leaf/leaves) and call it “T”. Copy T to a new tree nam...

    €60 (Avg Bid)
    €60 Keskimäär. tarjous
    25 tarjoukset

    Write a python script to connect to a database and update columns on a table to obfuscate. * Should be CLI executable .py script * Should accept column names for random string replacement, where the existing string is replaced by a random string of the same length * Should also accept an argument specifying an email column and an email domain. All values for that column will be replaced by a random string @ the domain.

    €27 (Avg Bid)
    €27 Keskimäär. tarjous
    9 tarjoukset

    We have already developed C# WPF Application for camera stream and control, Currently we have successfully taken the live stream but unable to PTZ control the camera as the SDK is in CPP. So need help in this regards

    €83 (Avg Bid)
    €83 Keskimäär. tarjous
    8 tarjoukset

    We need a PHP Twitch API example code (it must be small and efficient), it must grab a list of current live streams to a specific search string, eg: l2cr in this list of current live streams title, link/url and it also must show us the count of current spectators watching for the live streams.

    €22 (Avg Bid)
    €22 Keskimäär. tarjous
    9 tarjoukset
    Python Project Loppunut left

    Python developer needed for string manipulation project

    €106 (Avg Bid)
    €106 Keskimäär. tarjous
    31 tarjoukset

    I would like to hire Node.JS developer haveing experience about Game Development. You should have experience about multiplayer game development by using Unity3D and Node.JS. I need a talented game server developer really. You have experiences about Node.JS and Unity3D for over 5+ years. Also I would like to check your past projects. I have casino game project in my hand but I need to apply multiplayer game mode. Also My project is based on korean string and if you know about korean, it will be better for my project. If you have confident to my project, Please join to me. I would like to hire Parksitan, Bangladesh developers.

    €695 (Avg Bid)
    €695 Keskimäär. tarjous
    26 tarjoukset

    Need Native German person reading 180 sent...Text will German it German accent. You could check content attached file as samples. After you finish , remember to fill up the online sheet information and String i will know you finish and Pay you on time. Project: Deadline: Amount:60 person Gender:30 Male + 30 Female Budget: 15 usd a person Time takes: 15 mins a person Sentences: 180 sentences Pay attention: 1)must be Germany person accent. 2)must recording in a quiet room 3)mustn't done this before. OR i wont pay If you could gather more like 10 person , let me now.I could sent you good commission. could post ad on school media or Facebook to gather more person, student to do this. Tell me how many person you could gather ,and finish 3 days? Than...

    €9 - €28
    Paikallinen
    €9 - €28
    0 tarjoukset

    I would like to have 2 string musicians(preferably violin and cello player) to play at my wedding on the 14th of august 2022, for my ceremony, and pre-reception hour in goldcoast My timeline is as follows: 2:00- music as guests enter into chapel 2:30- wedding entrance music 3:30-4:00 wedding exit music 4:00-5:00 music during canapé hour

    €154 (Avg Bid)
    €154 Keskimäär. tarjous
    1 tarjoukset

    I would like to have 2 string musicians(preferably violin and cello player) to play at my wedding on the 14th of august 2022, for my ceremony, and pre-reception hour in goldcoast My timeline is as follows: 2:00- music as guests enter into chapel 2:30- wedding entrance music 3:30-4:00 wedding exit music 4:00-5:00 music during canapé hour

    €154 (Avg Bid)
    €154 Keskimäär. tarjous
    1 tarjoukset

    I need a simple python server that runs on my raspberry pi. I should: 1. listen on a port for an incoming connectio 2. accept the connect 3. accept a string, split the string into 2 pieces (it will be 2 numbers, one for temp and one for humidity) 4. add the temp and humidy, along with a time stamp into a mysql database. 5. return to 1 and listen for another connect An example of the string looks like this "25.2:40.5" where 25.2 is the temperature in Celsius and 40.5 is the % humidity. Likely the first of a few jobs I'll need, so would like to find someone consistent to work with for other parts of the system. I also need some PoC python micro rewritten that runs on a esp8662 microcontroller

    €19 / hr (Avg Bid)
    €19 / hr Keskimäär. tarjous
    15 tarjoukset

    query string to facth id and display in another form

    €12 (Avg Bid)
    €12 Keskimäär. tarjous
    12 tarjoukset

    I am looking for an interior designer to design an outdoor space for me. The outdoor space will be used as a lounge where people will come together for entertainment. The outdoor space should be chique, fun, artsy and well designed, please see the link below for similar concepts and ideas. we shall use the space we have and employ the following services 1. Wine tasting 2. Small intimate events (please lookup tiny desk) 3. Otherwise will be a wine shop and a general bar, lounge space with a resident DJ The coonfiguration should be as follows 1. 50 General seating areas with 4 seats (the tables will be drums, please design 4 pattensart themes that will be painted on them 2. 4 VVIP areas with 10 seats 3. 6 VIP areas with 6 seats 4. 3 bar areas 5. 1 stage 6. WineLiqour shop The desi...

    €232 (Avg Bid)
    Mainostettu Taattu
    €232
    13 työtä

    I am looking for PHP Twitch API sample codes. If you have good experience in Twitch API for grabing a list of current live streams to specific search string, please don't hesitate to bid.

    €44 (Avg Bid)
    €44 Keskimäär. tarjous
    13 tarjoukset

    I am creating a jobsite and need a bullion search function for the recruiter side of things but all a "job search" page for candidates to search for specific roles/ keywords/ miles from location/ salary bandings. personal details will be hidden until the client chooses to use one of their credits to unlock. If anyone could help me then id love to discuss it further. ce then i would love to hear from you

    €51 / hr (Avg Bid)
    €51 / hr Keskimäär. tarjous
    67 tarjoukset