Cplusplus structPekerjaan

Filter

Pencarian saya terakhir
Filter menurut:
Anggaran
hingga
hingga
hingga
Jenis
Keahlian
Bahasa
    Pernyataan Pekerjaan
    1,317 cplusplus struct pekerjaan ditemukan, seharga USD

    This library consists of 800 lines across 4 classes. I want it to be completely converted to C++. Uses extra libraries like struct, typing, lxml. Target OS is windows. More information will be given upon contact.

    $304 (Avg Bid)
    $304 Rata-rata
    14 penawaran

    I am looking for an improved method to write and then read values to from a struct to store and retrieve from the internal flash the current routine works but is unwieldly to maintain. I aa looking for a method to write then read the Struct directly from Flash without going through each variable in the struct. typedef struct{ uint8_t Acknowledge_Window :8; uint8_t Output_Active_Time :8; uint8_t Ready_wait_Time :8; uint8_t Retry_Count :8; uint8_t Busy_Tail :8; uint8_t Pole_Response_Time :8; uint8_t Pole_Wait_Time :8; uint8_t Radio_Option :8; uint8_t CCDI_Wait_Time :8; uint8_t P25_Ring_Codes :8; uint8_t P25_Dial_Codes :8; uint32_t P25_Dest_I...

    $85 (Avg Bid)
    $85 Rata-rata
    7 penawaran

    More details: What specific API do you want to make requests to? This question was skipped What information should successful freelancers include in their application? Your github at least 1 golang simple rest api project Are there any specific requirements or functionalities you would like the Golang REST API project to have? Calling other api from provided link and make the response as struct

    $16 (Avg Bid)
    $16 Rata-rata
    10 penawaran

    I'm seeking a skilled professional who can deliver comprehensive structural drawings and calculations for an industrial facility project. Given the complexity and scale of this project, precision and expertise are paramount. Below are my specific requirements and preferences: - **Software Preference**: The structural calculations should be done using STAAD. I have a particular interest in how this software handles calculations for industrial facilities. Therefore, familiarity and expertise with STAAD are crucial. Additionally, the provision of the STAAD file post-calculation is required to review the calculations done. - **Architectural Drawings**: I have the architectural drawings for the industrial facility, which will be provided. The freelancer should be able to interpret thes...

    $147 (Avg Bid)
    $147 Rata-rata
    19 penawaran

    ...e. one-to-one, one-to-many, many-to-one and many to many 1. There could be one or more bakers that make cupcakes at any one time 2. There should be at least one customer that comes to the store to buy the cupcakes iv. Once the baker bakes (produces) the cupcakes he will place them, one by one, in a big tray (array) of a certain maximum number (e.g. 30) 1. The tray is a one-dimensional array of struct of flavor and number. v. The customer will take the cupcakes from this tray (consume), two at a time vi. Each cupcake is identified by: 1. A tag, which indicates the flavor: There are four flavors - Chocolate, Orange, Vanilla or Strawberry 2. A number: is some random number between 0-99 (or 0-199) vii. The baker makes (produces) 100 cupcakes during weekdays viii. The baker makes (pr...

    $21 (Avg Bid)
    $21 Rata-rata
    11 penawaran

    ...all running applications (not just this console app). Here is the purpose of the project. It is to support a security paper that talks about encrypting registry data that is saved and unencrypting it once it is retrieved. The pipeline is this: 1. Hook the registry 2. Watch reads and writes to keys that are in a list (I would suggest 3-4 keys in a list for testing) struct MonitorKey { HKEY key; TCHAR name[256]; }; struct MonitorKey mk[] = { {HKEY_LOCAL_MACHINE, L"ThisKeyName" }, {HKEY_CURRENT_USER, L"ThatKeyName" } }; 3. When an application writes to a key that is in the list, the data in encrypted and then written. 4. When an application reads from a key in the list, the data in unencrypted and then returned. 5. It will be conven...

    $164 (Avg Bid)
    $164 Rata-rata
    5 penawaran

    ...test program that is running at all computers listed in your file. In the test, you may want to simulate a bank account balance inquiry, deposit, and withdraw operations from all computers. The application program must invoke the distributed mutual exclusion primitive before and after the actually bank account read/write operations. Implementation Guidance: Message Structure: struct msg_packet { unsigned short cmd; // command, e.g., HELLO | HELLO_ACK | REQUEST | REPLY (HELLO & HELLO_ACK are additional command for debugging purposes) unsigned short seq; // sequence number of avoid duplicates unsigned int hostid; // this is optional because you can obtain the host (sender) information from the ip header, we add this fied for the convenience. unsigned short vect...

    $13 (Avg Bid)
    $13 Rata-rata
    7 penawaran

    ...using chromedp (chromium devtool protocols essentially golang puppeteer), in order to work with all sites some of which require executing javascript to navigate and bypass bot checks. 2. Extend Product categories - currently only written to scrape one type of product, want to include other types of products as well as parts, and (later) product accessories. Mostly this will be just creating new struct types with different fields and expanding that parsers and filter functionality. 3A. Get MVP of database (yes this will have quite a bit of "data entry") expand scraper to include 5 sites, ~10 manufactures, ~20 product categories. Scrape products from sites, and create master items from said items. 3B. Review scraping process look for improvements, and if the products o...

    $1298 (Avg Bid)
    $1298 Rata-rata
    74 penawaran

    ...test program that is running at all computers listed in your file. In the test, you may want to simulate a bank account balance inquiry, deposit, and withdraw operations from all computers. The application program must invoke the distributed mutual exclusion primitive before and after the actually bank account read/write operations. Implementation Guidance: 1. Message Structure: struct msg_packet { unsigned short cmd; // command, e.g., HELLO | HELLO_ACK | REQUEST | REPLY (HELLO & HELLO_ACK are additional command for debugging purposes) unsigned short seq; // sequence number of avoid duplicates unsigned int hostid; // this is optional because you can obtain the host (sender) information from the ip header, we add this fied for the convenience. unsigned short vect...

    $30 (Avg Bid)
    $30 Rata-rata
    8 penawaran

    Basic structure of Item class/struct will be as follows: var name: String var brand: String? var liked: Bool? var notes: String? var image: Image? var children: [Item]? var parent: Item? Basic UI will be largely similar to attached image. Required features: Edit navigation option that permits item deletion or drag/drop between categories. Add (+) has submenu with options for "Category" or "Product". Category Items have Names and Parent Category (with implicit option of "Top Level/Root") Product Items have Names, optional Brands, boolean Liked, multiline Notes, optional Image and Parent category. Image property uses PhotoPicker View to select photos, or direct camera access, at user's option App UI respects Dark Mode...

    $153 (Avg Bid)
    $153 Rata-rata
    10 penawaran

    ...The age should be shown as the number of seconds if <59 seconds, or the number of minutes if >= 60 seconds. Buddy locations are shown in the same format as the user's location, but have a white background. You should work with the following struct formats: --- struct MapTrack{ var title: String var type: String //(either "UP" or "DOWN") var points: [CLLocationCoordinate2D] } struct User { var name: String var image: String //URL to profile image var location: CLLocationCoordinate2D var timestamp: Int64 // milliseconds since EPOCH } struct MyMapView { var tracks: [MapTrack] var currentUser: User var friends: [User] //....rest of code... } --- You can see a screenshot of what I'm looking for in the att...

    $269 (Avg Bid)
    $269 Rata-rata
    11 penawaran

    ...with glVertexAttribPointer at VertexTransform and the precomputed elements with glDrawElements, is how I got the performance increase, but with texture and ligting glithces. For the color you can point glColorAttribPointer to LightingTransform. The issue is that the texCoords, normals and vertices use different indexes. So precompute a list of unique vertices. I did it by creating a typedef struct { short v, t, n; } and putting them all in a std::set. Then iterating over the set gives you just the unique combinations. You can also make a map, that maps old indices to new ones. So when VertexTransform is getting calculated, at the last step, you can efficiently just copy that value to all the new places it also needs to be in. When you have new lists of texture coordinates, a...

    $861 (Avg Bid)
    $861 Rata-rata
    14 penawaran
    struct in goland Berakhir left

    I have following struct as an example type abc struct { id int str string } This struct is being used at many places. Sometime we need stop to send id in json and other times str can you help us?

    $4 / hr (Avg Bid)
    $4 / hr Rata-rata
    4 penawaran

    ... in root directory. 2) A will also be in the root directory of your assignment folder that will contain length, width & height like 3) In data folder, make a struct room that will contain 3 members: length, width & height. Define struct in header file. 4) In data, there would be functions for calculating volume, comparing parameters (length, width & height), comparing volumes. You can make additional functions if required. 5) In brain, there would be functions for option 1 and option 2. Also make a function for reading file values and a function that would assign values to struct members. Brain will call the respective data functions 6) In interface, there would be a function that will take user inputs for length, width and height and ask user whet...

    $21 (Avg Bid)
    $21 Rata-rata
    18 penawaran

    Hello! I'm looking for an experienced developer to create a sched...to create a scheduling backend running as a Google cloud function. This backend must be coded in Golang and hosted on the Google Cloud platform. The key functionalities must include scheduling for equipment. A given piece of equipment should either be "in schedule" or "out of schedule". Depending whether the equipment is inside the schedule or not it should receive different settings as a json struct. Schedules need to be able to be recurring with up to (at minimum) three activations/deactivations per day. As an optional extra I also need to create a front end in retool where users can alter and add new schedules. If you think you can help me create the perfect scheduling backend for my proj...

    $620 (Avg Bid)
    $620 Rata-rata
    13 penawaran

    I would like to see an example of: A one page SwiftUI app that shows this SVG which uses the KaTeX font <svg width="180" height="100" viewBox="0 0 180 100" xmlns=""> <text x="20" y="60" font-family="KaTeX_Math-Italic" font-size="50" >x</text> </svg> The code should use the SwiftUI and I have attached a copy of the font to here. struct Image

    $35 (Avg Bid)
    $35 Rata-rata
    10 penawaran

    ...Programming (ILP) system in Rust. Building an ILP system in Rust involves implementing various components such as the representation of logical clauses, search algorithms, and evaluation metrics. Here's a general outline of the steps you can take: 1. Define the data structures: Create data structures to represent logical clauses, predicates, literals, and other necessary components of ILP. Rust's struct and enum constructs can be used to define these data types. 2. Implement a parser: Develop a parser to read input files or strings containing logic programs. The parser should be able to extract predicates, clauses, and other information required for ILP. 3. Define the search algorithm: Select a search algorithm, such as beam search or depth-first search, to expl...

    $1586 (Avg Bid)
    $1586 Rata-rata
    10 penawaran

    I am looking for a web designer/developer to create a custom website for me. The ideal candidate will have experience in both design and development. The website will need to have the following features: - MySQL connection for authentication and data storage (database struct is provided without relations so you can create your own) - Login Page - Register Page (anyone can register using email/password but has to be aproved by super admin) - A page that the authenticated users can edit and share for public viewing only (without edit permissions) The project isnt too complicated so please no absurd bids. Can provide all the details over chat as well as a simple mockup done with a slideshow presentation and an google sheet which has the basic workflow of what the website should be...

    $219 (Avg Bid)
    $219 Rata-rata
    116 penawaran

    I am looking for a web designer/developer to create a custom website for me. The ideal candidate will have experience in both design and development. The website will need to have the following features: - MySQL connection for authentication and data storage (database struct is provided without relations so you can create your own) - Login Page - Register Page (anyone can register using email/password but has to be aproved by super admin) - A page that the authenticated users can edit and share for public viewing only (without edit permissions) The project isnt too complicated so please no absurd bids. Can provide all the details over chat as well as a simple mockup done with a slideshow presentation and an google sheet which has the basic workflow of what the website should be...

    $172 (Avg Bid)
    $172 Rata-rata
    91 penawaran

    RU.Efficient&Good@Python ? ======================== a - We have a few python scripts that we need to install on a given server (Centos7) and make them run together and update. code is stored in github project b - We would also like to activate the php page to activate the scripts from url. (code exists) c - after all project is working and clicking, we would need a few hours per week work for updates and fixes. We assume 2-3 days to make it all active and a live good. Please Bid only if your available to finish it quick. Payments by milestones. Good luck,

    $167 (Avg Bid)
    $167 Rata-rata
    46 penawaran

    ...with corresponding functionality made for an unreal engine editor widget. The UI needs to be done in a plugin for easy transfer. The UI must do the following: - implement the view/view model design practice - Take a map of strings, and then create a new header file. The strings should be non-whitespace and non reserved words. The file should consist of the standard preprocessor commands and a struct declared for each "key" in the string map.. The actual datatype doesn't matter as long as it can be referenced easily -The UI should also take a single string to be used as the file name. Ideally this would be a child class of the SNewClassDialog but with our added UI elements. creating a derived class should help keep this UI current with any changes to the system...

    $259 (Avg Bid)
    $259 Rata-rata
    13 penawaran

    I need someone who can make this project without using struct vector etc ıt must be basic like beginner c ı have only 48 hour so ıts urgent

    $30 (Avg Bid)
    $30 Rata-rata
    18 penawaran
    Trophy icon C++ MailClient Windows & Linux Berakhir left

    For serious coders. ( No Auto Bid using bots ). Do not waste my time if you cant do it. I'm looking for skilled developers who have knowledge in C++,OpenSSL, Windows and Linux OS. This project is to create a class in C++ fo sending emails. And must be compatible with Linux & Windows. The sending process be like this struct sendMail() {} The class with its funtions and variables. sendMail newEmail; ("host",port); (user,pwd); // The login depends if nothing specified then bypass that option. = "test@test"; = "testo@test"; = datatosend; int stats = (); After the sending will have reponse on stats. For example. 1 success. 2 recp invalid 3 msg rejected 4 host no response. Must have tls support. Only OpenSSL

    $100 (Avg Bid)
    Bergaransi
    $100
    11 entri

    ...the GitHub repo. You are required to implement five functions that emulate five stages for your PIPE- simulator: • fetch instr(): Fetch stage (including PC update actions). • decode instr(): Decode stage. • execute instr(): Execute stage. • memory instr(): Memory stage. • wback instr(): Write-back stage. The fields of the pipeline registers are defined in include/pipe/instr_pipeline.h in several struct types *_instr_impl_t and pipe_reg_t. The “clocking” of these registers is handled for you in src/base/proc.c. When implementing the combinational logic for a pipeline stage, you will be passed in the appropriate structs as your input and output arguments, which are named in and out. There are also a few global variables that represent the &ldqu...

    $176 (Avg Bid)
    $176 Rata-rata
    3 penawaran

    I'm looking for skilled developers who have knowledge in C++,OpenSSL, Windows and Linux OS. This project is to create a class in C++ fo sending emails. And must be compatible with Linux & Windows. The sending process be like this struct sendMail() {} The class with its funtions and variables. sendMail newEmail; ("host",port); (user,pwd); // The login depends if nothing specified then bypass that option. = "test@test"; = "testo@test"; = datatosend; int stats = (); After the sending will have reponse on stats. For example. 1 success. 2 recp invalid 3 msg rejected 4 host no response. Must have tls support. Only OpenSSL Library allowed. For more details contact me.

    $235 (Avg Bid)
    $235 Rata-rata
    24 penawaran
    Read rust code Berakhir left

    ...point in the code where the first Ethereum-like transaction object is constructed out of these streams of bytes, and perhaps after duplicate checks are completed. I would also like your recommendation on where/how to best channel this transaction struct to a separate thread, where I will be running a WebSocket server for broadcasting the transaction to my trading bots. So to reiterate, your task is not to code, but to understand a part of the code and make a recommendation that clearly leads to such information that is a transaction struct. If you are not familiar with Ethereum transaction structs, you can look at them here: LegacyTransaction and EIP1559Transaction are the most commonly used. But we dont have

    $298 (Avg Bid)
    $298 Rata-rata
    4 penawaran

    ...the GitHub repo. You are required to implement five functions that emulate five stages for your PIPE- simulator: • fetch instr(): Fetch stage (including PC update actions). • decode instr(): Decode stage. • execute instr(): Execute stage. • memory instr(): Memory stage. • wback instr(): Write-back stage. The fields of the pipeline registers are defined in include/pipe/instr_pipeline.h in several struct types *_instr_impl_t and pipe_reg_t. The “clocking” of these registers is handled for you in src/base/proc.c. When implementing the combinational logic for a pipeline stage, you will be passed in the appropriate structs as your input and output arguments, which are named in and out. There are also a few global variables that represent the &ldqu...

    $115 (Avg Bid)
    $115 Rata-rata
    9 penawaran

    ...GitHub repo. You are required to implement five functions that emulate five stages for your PIPE- simulator: • fetch instr(): Fetch stage (including PC update actions). • decode instr(): Decode stage. • execute instr(): Execute stage. • memory instr(): Memory stage. • wback instr(): Write-back stage. The fields of the pipeline registers are defined in include/pipe/instr_pipeline.h in several struct types *_instr_impl_t and pipe_reg_t. The “clocking” of these registers is handled for you in src/base/proc.c. When implementing the combinational logic for a pipeline stage, you will be passed in the appropriate structs as your input and output arguments, which are named in and out. There are also a few global variables that represent the “b...

    $145 (Avg Bid)
    $145 Rata-rata
    12 penawaran

    i need binary tree structure function for function new member location . struct User { address addr; address upline; address direct; uint256 referrals; uint256 total_structure; } User[] users; this is MLM data linked by upline to up "spillover" if u have deep experinces in solidity or c for implement finish my code is ready

    $13 / hr (Avg Bid)
    $13 / hr Rata-rata
    6 penawaran
    OS expert- GemsOS Berakhir left

    ...should fail and return -EINVAL. As part of this task, you are expected to modify access protection of the VMA in the range (addr, addr+ length-1) as shown in Figure 1. Change in access protections of a VMA can lead to the splitting/ merging of VMAs. Validation Procedure: • In this part of the assignment, we will validate the state of VM area, a singly linked list pointed to by vm area field in struct exec context in include/context.h. We will examine the vm area linked list before and after the mprotect syscall. • There can be at most 128 vm area at any point of time. If this limit is exceeded, then return -EINVAL. • If the address range for mprotect system call does not belong to a valid vm area then return -EINVAL. • Assume all the addresses provided to the ...

    $381 (Avg Bid)
    $381 Rata-rata
    4 penawaran

    1. Collect Objects and put into an inventory (Object should contain a struct variable that stores its properties such as object image, stackable, description) 2. Inspect Item (similar to what we see in Skyrim) 3. Switch On/Off a Torch 4. Switch On/Off a Night Vision 5. A functional elevator with buttons. 6. Bar compass with 360 degrees bearings 7. Soft lock system. Please note: we specifically require all this to be done in C++. All the items should have a common interaction the above interactable actors should be child of a single class that implements the interface. With a third person C++ template.

    $1301 (Avg Bid)
    $1301 Rata-rata
    4 penawaran

    1. Collect Objects and put into an inventory (Object should contain a struct variable that stores its properties such as object image, stackable, description) 2. Inspect Item (similar to what we see in Skyrim) 3. Switch On/Off a Torch 4. Switch On/Off a Night Vision 5. A functional elevator with buttons. 6. Bar compass with 360 degrees bearings 7. Soft lock system. Please note: we specifically require all this to be done in C++. All the items should have a common interaction the above interactable actors should be child of a single class that implements the interface. With a third person C++ template.

    $88 (Avg Bid)
    $88 Rata-rata
    2 penawaran

    1. Collect Objects and put into an inventory (Object should contain a struct variable that stores its properties such as object image, stackable, description) 2. Inspect Item (similar to what we see in Skyrim) 3. Switch On/Off a Torch 4. Switch On/Off a Night Vision 5. A functional elevator with buttons. 6. Bar compass with 360 degrees bearings 7. Soft lock system. Please note: we specifically require all this to be done in C++. All the items should have a common interaction the above interactable actors should be child of a single class that implements the interface. With a third person C++ template.

    $23 (Avg Bid)
    $23 Rata-rata
    2 penawaran

    1. Collect Objects and put into an inventory (Object should contain a struct variable that stores its properties such as object image, stackable, description) 2. Inspect Item (similar to what we see in Skyrim) 3. Switch On/Off a Torch 4. Switch On/Off a Night Vision 5. A functional elevator with buttons. 6. Bar compass with 360 degrees bearings 7. Soft lock system. Please note: we specifically require all this to be done in C++. All the items should have a common interaction the above interactable actors should be child of a single class that implements the interface. With a third person C++ template.

    $130 (Avg Bid)
    $130 Rata-rata
    4 penawaran
    Loghin.com -- 4 Berakhir left

    Hello, I want to develop the project visible at the address: We have need to develop the search for this website, for more details pleas con...Freelancer.com Admin for offsiting - please see Section 13 of our Terms and Conditions] P.S. I am looking for people willing to work for a long time on the project in exchange for shares in Loghin System The Loghin System its very complex system:

    $11 / hr (Avg Bid)
    $11 / hr Rata-rata
    12 penawaran
    Low-Poly Isometric Berakhir left

    i would like a giant rectangular black marble structure. It has a courtyard with a golden terra-cotta pattern glowing brick. The internal compartments are attached...marble structure. It has a courtyard with a golden terra-cotta pattern glowing brick. The internal compartments are attached to the main awl and the internal strict is silver-metallic plat. Out side in the middle top has impacted recessed fonts glowing the named company which is “ FERGUXCORP” both sides look glowing electric blue, and the mania structure angle birds view with angle. the main struct feature high -intensity electric brigs parararellel vertical bright, quite bright light bars, running top to bottom at the distance the light bars shine the numbs 11” “11” two lines per wall r...

    $132 (Avg Bid)
    $132 Rata-rata
    36 penawaran
    Dean Gary-struct. Berakhir left

    I need structural drawings for this house...stamped in North Carolina.

    $1021 (Avg Bid)
    $1021 Rata-rata
    29 penawaran

    I have code that calls LCD.h. In the IDE it show info about the Struct called. But when verifying it is not recognized! Very simple for you to help solve this!

    $22 / hr (Avg Bid)
    $22 / hr Rata-rata
    17 penawaran

    ...SendRequestToServerCurl(CServerInfo& ServerInfo, const CString& szReport, const CString& szPage, CString& szResponse) { try{ SINFO_FNC(); curl_version_info_data *data; data = curl_version_info(CURLVERSION_NOW); CURL* http_handle_t; CURLcode result_t; long response_code_t; //new curl_global_init(CURL_GLOBAL_ALL); wprintf(_T("curl_easy_init.... nn")); http_handle_t = curl_easy_init(); struct MemoryStruct mem; char *sValue = 0; CString wcsValue; DWORD dwToWrite; = (char *)malloc(1); = 0; ((_T("#")) == -1) ? (szPage) : (( ) + (( ) - 1)); wcsValue = ( ); dwToWrite = WideCharToMultiByte(CP_UTF8, 0, (LPWSTR)( ), -1, NULL

    $25 (Avg Bid)
    $25 Rata-rata
    11 penawaran

    ...varible passed to the function needs to be the uint32_t number in the struct that the bit is returned from #include <stdio.h> typedef struct{ uint32_t SMALL_BUTTON; uint32_t REMOTE_SET; uint32_t BIG_BUTTON; uint32_t REMOTE_RESET; uint32_t SMOKE; uint32_t SOCKET; uint32_t RX_MINI_1; uint32_t RX_MINI_2; uint32_t MAIN_FAIL; }settings_single; typedef struct{ uint32_t SMALL_BUTTON; uint32_t REMOTE_SET; uint32_t BIG_BUTTON; uint32_t REMOTE_RESET; uint32_t SMOKE; uint32_t SOCKET; uint32_t RX_MINI_1; uint32_t RX_MINI_2; }settings_hold; typedef struct{ uint32_t SM...

    $81 (Avg Bid)
    $81 Rata-rata
    13 penawaran
    SVG-file reader Berakhir left

    I work with Embarcadero C++ Builder v11.2 and need a function (in C/C++ source code) that can extract geomet...DXF-file. You are welcome to use open-source libraries like https://svgpp.org. All SVG shape entities must be supported. They must be exploded into line segments (simple polygons) consisting of a number of points. • Circle, • Ellipse • Line • Path • Polygon • Polyline • Rect Example files in SVG will be supplied. This is how I plan to use the SVG function: #define SUBCRV (char)0x01 typedef struct { double x,y; char f;} DCRV; double Step=1; // mm max between points on curves std::vector<DCRV> P=w2g_ImportSVG(SVGFileName,Step); for(int i=0;i<();i++) if(P[i].f & SUBCRV) // new subcurve MoveTo(P[i]); ...

    $560 (Avg Bid)
    $560 Rata-rata
    20 penawaran

    Creating a c program to find Least-Squares Polynomial Best-Fit for data read from an ASCII file. It’s a combination of arrays, filepointers, csv data from and to file, struct, and the gauss Jordan method. I’ve attached the required screen output that I have to duplicate

    $155 (Avg Bid)
    $155 Rata-rata
    6 penawaran

    Hi Tripti S., I noticed your profile and would like to discuss a small Struct calc I need on a current live on site project. My usual Struct engineer has recently retired. Please ignore the hire price. Had to put something to make contact with you. We can discuss any details over chat.

    $12 (Avg Bid)
    $12 Rata-rata
    1 penawaran

    I can't run TrueNAS on my existing NAS due to the hardware requirements. I need help to remotely mount the...string = Samba Server %v log file = /var/log/samba/% max log size = 50 security = user map to guest = Bad User min protocol = SMB2 max protocol = SMB3 SBC2 (nas003) FreeBSD Command: mount_smbfs -W WORKGROUP -I -E utf8:utf8 //truenas@ /mnt/drcc-nas002 Error: mount_smbfs: unable to open connection: syserr = RPC struct is bad From some research I believe that this error relates to SMBv1/NT1 being used, although I have confirmed the settings in and restarted the smbd service. The Samba server config and user/pass, all seem to be good and MS Windows clients are able to access the Samba shares.

    $12 / hr (Avg Bid)
    $12 / hr Rata-rata
    9 penawaran

    I have some of the code that is needed however I am not too sure if I am doing it correctly. I will include below! #include <stdio.h> struct merch { int descrip; int ItemNum; int price; int MemGb; }; struct customer { char name[20]; int clientnumber; }; int main() { printf("Welcome to the Apple Store! n"); printf("Here is the list of our current merchandise: n"); // display merch list using function printf("Would you like to buy a new phone? n"); printf("1. Yes n2. No n"); scanf("%s",custAns) if (custAns, "1") ==0){ printf("Please enter customer number: n"); scanf("%s", clientnumber); int custome...

    $21 (Avg Bid)
    $21 Rata-rata
    41 penawaran

    ...composed from a variety of underlying base modules that will be used to define all of the abstractions for actors, their actions, and their relationships. With the premise to remove as much trust from the system as possible it requires a heavy reliance on cryptographic protocols. You will be tasked with adding a Distributed Key Generation pkg to the key generation module. We need a standardized struct to encapsulate a generic interface shared by our current & possible future implementations for Distributed Key Generator (DKG) to allow for a consolidated method that changes dynamically depending on the context. An example of distributed key generation implementations that we need are: FROST Schnorr DKG using ED25519 Feldmann Secret Sharing Shamir Secret Sharing Project requ...

    $2173 (Avg Bid)
    $2173 Rata-rata
    13 penawaran

    Hi, we have UI design (Figma project) for simple music player project., it's +- 10 screens, i will provider API. You just need code apps using Flutter and make API integration [App Struct] - Splash - Login - Sign-up - Home - Rádios - Radio Profile - Profile - Favorites - Search - Player [Tasks] 1. Convert Figma to Flutter Code 2. Integration API 3. Music Player [music file and live streaming (m3u8, flv, m3u, e.t.c)] 4. Music Player running in background 5. Ad mob 6. Push Notification 7. Track Facebook Ads Events Are you ready? Max budget: $170 USD Let's go! Awaiting, Offers.

    $204 (Avg Bid)
    $204 Rata-rata
    34 penawaran

    Hi, we have UI design (Figma project) for simple music player project., it's +- 10 screens, i will provider API. You just need code apps using Flutter and make API integration [App Struct] - Splash - Login - Sign-up - Home - Rádios - Radio Profile - Profile - Favorites - Search - Player [Tasks] 1. Convert Figma to Flutter Code 2. Integration API 3. Music Player [music file and live streaming (m3u8, flv, m3u, e.t.c)] 4. Music Player running in background 5. Ad mob 6. Push Notification 7. Track Facebook Ads Events Are you ready? Max budget: $170 USD Let's go! Awaiting, Offers.

    $304 (Avg Bid)
    $304 Rata-rata
    33 penawaran
    Need help with LLVM Berakhir left

    Analyze the LLVM IR to emit a heat map of all structure field accesses. In other words, emit a frequency table per structure in the code with each field along with the count of how many times it was accessed. For example, for the following code: struct Pack { int value; int weight; char* factory; } item; print("Weight of %d costs %dn", , ); return ; The heat map should be printed as: struct Pack int value | 2 int weight | 1 char* factory | 0

    $14 (Avg Bid)
    $14 Rata-rata
    4 penawaran

    I need get from database a JSON and return with a structs. Actually return this: { "id": 1160, "date": "{"days": ["mon", "tue", "wed", "thu", "fri", "sat", "sun"], "date_range": null}", "days": null, "date_range": "", "hours": "", "md5": "e40dc340415b520f8f35dc02b4af5a34", "position": 0, "time_to_air": "10", "url": "" }, And I need this structure { "contents": [ { "position": 0, "days": [ ...

    $7 / hr (Avg Bid)
    $7 / hr Rata-rata
    3 penawaran