Struct integer jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 struct integer jobs found, pricing in USD

    ...companydescription VARCHAR - companyaddress VARCHAR - companyemail VARCHAR - companytelephone VARCHAR 5. **users**: - usernickname VARCHAR - userfirstname VARCHAR - usersecondname VARCHAR - usergroupid INTEGER - usercompanyid INTEGER - useremail VARCHAR - usertelephone VARCHAR 6. **projects**: - projectname VARCHAR - projectdescriptor VARCHAR - projectfoldername VARCHAR - projectcompanyid INTEGER - projectcontractorid INTEGER - projecttypeid INTEGER - projectstatusid INTEGER - projectsubstatusid INTEGER - projectcost INTEGER #### Technical Requirements: 1. **Language**: Python 3.x 2. **Framework**: Django 4.2 3. **Database**: PostgreSQL 4. **User Interface**: Use Django�...

    $146 (Avg Bid)
    $146 Avg Bid
    44 bids

    ...accordingly. Fortran doesn't have built-in AM/PM formatting, so we'll need to manually convert from 24-hour to 12-hour format and decide whether it's AM or PM. Here's an example program that demonstrates how to write log entries to a file with the specified date and time format: ```fortran program logging_example implicit none character(len=8) :: date character(len=10) :: time integer :: hours, minutes, seconds, values(8) character(len=2) :: am_pm character(len=20) :: formatted_datetime ! Open the log file open(unit=10, file='', status='unknown', action='write') ! Get the current date and time call date_and_time(date, time, values) read(time(1:2), *) hours read(time(3:4), *) minu...

    $67 (Avg Bid)
    $67 Avg Bid
    6 bids

    ...registration - Form: A simple form is required to create unique numbers. Once the users will login based on their department will press a button and this will give them the incremental available number of their department. For example: --> The table of users will be as below: ID Name of Employee Email Password Department Table of Unique numbers: ID Department code LatestIncrementalNumber(integer number) customIncrementalnumber (text) another table for just history which user got the number RequestedNumbers Table (history of who holds the Number) Custom Incremental Number EmpName Lets say now the marketing manager logins to the Application. The user will be transferred to a screen to press a button to get his next incremental number for his department. Lets say he...

    $37 (Avg Bid)
    $37 Avg Bid
    50 bids

    I'm looking for a skilled developer who is experienced in C# to create a dynamic user interface windows application. This application will display real time data from another windows executable which is streaming over TCP/IP. The user interface will be fully customizable using different views and by adding Text, Integer, Float, Boolean displays and control values Key Features: - The application should have the ability to add new UI elements via drag and drop, as well as through a dropdown menu. - The newly added UI elements should be saved in a database for retrieval and future use. - The application should effectively communicate with the server using TCP/IP for both streaming live data and facilitating setpoint changes. UI Design: - The UI elements should be displayed and...

    $2268 (Avg Bid)
    $2268 Avg Bid
    146 bids

    I am looking for an expert in Lingo programming with proficient skills in advanced Integer Programming techniques. The project involves an optimization assignment that demands: - Proficient knowledge of the Lingo programming language. - Extensive experience in Integer Programming. - Ability to work on advanced complexity level problems. The ideal freelancer should be able to demonstrate a strong understanding of Lingo and advanced Integer Programming issues. Please provide examples of your previous work in this field or related areas when placing a bid. A solid background in similar projects will highly matter in the selection process.

    $36 / hr (Avg Bid)
    $36 / hr Avg Bid
    21 bids

    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 Avg Bid
    14 bids

    1) Continue on previous projecName existing api to: api/v1/log/p...log_user shall only be allowed to INSERT/COPY into log_data in Postgres: REVOKE CREATE ON SCHEMA public FROM PUBLIC; REVOKE ALL ON DATABASE log_database FROM PUBLIC; CREATE USER log_user; GRANT USAGE ON SCHEMA log_schema TO log_user; GRANT COPY ON TABLE log_data TO log_user; 8) Change JSON to: {"serial": "AB10", "sequence": 23} and add a sequence field in the table. Sequence shall be a “small integer” – two bytes. 9) Change log_data to a hyper_table, may affect table structure. 10) Maintain a “” script with all initialization etc. 11) Restructure user/database is intended to safeguard for SQL injection? Do you also propose to sanitize strings before crea...

    $300 (Avg Bid)
    $300 Avg Bid
    1 bids

    ...between a Jetson Nano and another device via the CAN bus, utilizing the RS485 CAN HAT. Documentation and examples for the RS485 CAN HAT for the Jetson Nano are available here: Project Requirements: Data packets to be transmitted are split into frames of 8 bytes each, with the first 7 bytes of the frame encoded in ASCII. The last byte is an integer frame counter that does not convert to ASCII. A checksum is generated from the packet data and appended at the end of the packet using the following function: c Copy code uint16_t crc_chk_value(uint8_t *data, uint16_t size) { uint16_t crc = 0; while (size--) { crc ^= *data++; for (unsigned k = 0; k < 8; k++) crc = crc & 1 ? (crc

    $509 (Avg Bid)
    $509 Avg Bid
    20 bids

    ...(required) Alphanumeric. Receiver Zipcode (String): (required) Alphanumeric. Sender State (String): (required) Two Letters e.g., TN. Receiver State (String): (required) Two Letters e.g., TN. Sender City (String): (required) Alphanumeric. Receiver City (String): (required) Alphanumeric. Weight (Integer/Decimal): (required) Integer or decimal type. Height (Integer/Decimal): (required) Integer or decimal type. Width (Integer/Decimal): (required) Integer or decimal type. Length (Integer/Decimal): (required) Integer or decimal type. Offer: Opportunity to be part of an exciting and challenging project that has the potential to transform the courier industry. Collaborative and dynamic work environment, fostering innovation and creativity...

    $885 (Avg Bid)
    $885 Avg Bid
    102 bids

    I am in need of a competent freelancer who can create solution videos for a selection of practice problems related to Integer Programming for my upcoming Optimization Methods exam. Specifically, I require: - Detailed, step-by-step walkthroughs of the problem-solving process - Clear and concise explanations of all steps and the logic applied - Assistance with up to intermediate level Integer Programming problems The ideal freelancer should have: - Proficiency in Integer Programming - The ability to present complex concepts in a simple, easy-to-understand manner - Proficiency in English Your expertise will greatly aid me in my preparations for this important exam. I look forward to engaging with someone who has as much passion for Optimization Methods as I do.

    $210 (Avg Bid)
    $210 Avg Bid
    3 bids

    ...timeframe For D timeframe display fractals on the W timeframe For W timeframe display fractals on the M timeframe For M timeframe display fractals on the 3M timeframe For 3M timeframe display fractals on the 12M timeframe Existing code for basic fractal indicator //@version=3 study("Fractals - Custom Periods", overlay=true) fractalPeriods = input(title="Fractal Periods", defval=2, minval=1, type=integer) bullFractal = pivothigh(fractalPeriods, fractalPeriods) bearFractal = pivotlow(fractalPeriods, fractalPeriods) plotchar(bullFractal?true:na, title="Bull Fractal", location=, offset=-fractalPeriods, color=black, transp=0, size=, char='▴') plotchar(bearFractal?true:na, title="Bear Fractal", location=, offset=-fractalPeriods, co...

    $69 (Avg Bid)
    $69 Avg Bid
    4 bids

    A fractional order system is a mathematical model that represents a system with non-integer order parameters. It is widely used in various fields such as physics, engineering, and biology to describe systems that are not completely linear and exhibit complex behavior. In this project, we will simulate an event-triggered impulsive control (ETIC) for a fractional order system. Event-triggered impulsive control is a control strategy that combines the benefits of traditional control theory with the advantages of impulsive control. It is particularly useful for systems that are sensitive to delays and have non-linear dynamics. In ETIC, a controller is designed to trigger an action at a specific event, such as the occurrence of a disturbance or the reaching of a threshold. This action is...

    $143 (Avg Bid)
    $143 Avg Bid
    15 bids

    ...seeking a seasoned developer with significant experience in designing and developing optimization problem on open solver on python software specifically for Windows platform. My project involves creating an open solver that will effectively address a variety of optimization problems. Core skills and experience required for this task are: • Proficient understanding of Linear Programming (LP), Integer Programming (IP), and Non-linear Programming (NLP) as the solver needs to integrate these optimization techniques. • Strong background in software development, particularly with open solvers. Consequently, your role will primarily involve developing a Windows-compatible open solver employing those optimization techniques. It is crucial that you can produce a solver th...

    $95 (Avg Bid)
    $95 Avg Bid
    7 bids

    I'm seeking a highly skilled C# developer to create a tool for converting DBF file data to JSON. The key requirement is this must be achieved without using any oledb driver or provider. The data types found in these DBF files include integer, decimal, boolean and string. Though the file size was unspecified, please anticipate working with potentially large datasets. The right candidate should have: - Solid experience with C# and JSON - Previous work involving data conversion tasks - Good understanding of DBF files and their structure - Ability to work on a Windows platform In your application, please focus on your relevant past experience in similar projects. A demonstrated track record in data conversion or complex programming tasks utilizing C# will stand you in good stead ...

    $12 (Avg Bid)
    $12 Avg Bid
    5 bids
    MILP Ended

    Mixed integer linear programming for VRP in pulp/python.

    $164 (Avg Bid)
    $164 Avg Bid
    1 bids

    I am looking for a freelance developer with expertise in mathematical optimization, particularly in mixed-integer linear programming (MILP), to help me implement a MILP formulation for a UAV optimization problem. I will supply the decision variables, constraints, and objective function for the project. Additionally, I'll provide the MATLAB code for the environment, which is solved using reinforcement learning techniques. I am also available to offer explanations and insights into the environment as needed. The optimization problem should be solved in MATLAB.

    $100 (Avg Bid)
    $100 Avg Bid
    18 bids

    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 Avg Bid
    7 bids

    ...be a unique order id incase the same file is uploaded again it will notify the orders are already present in the table. Price - This file will have the price that will be used for calculating the Loss/Profit of that particular day or can be changed from webUI. Below single file of each category shall be uploaded or the values can be changed from WebUI LotSize - one single integer field Trading Lot - one single integer field Tax Calculation - Multiple feilds Need to visualize and CSV export three types of data with some filteration: - Summary - Slippage - Trade Report More details about reports with formula to calculate will be shared with the selected freelancer. There will be a login for authorized person to generate the report. Ideal skills and experience: - Prove...

    $251 (Avg Bid)
    $251 Avg Bid
    16 bids

    ...columns of: COLUMN_NAME DATA_TYPE id integer first_name text last_name text Prefix text created_date timestamp without time zone last_modified_date timestamp without time zone Plus other non-relevant columns… with relevant columns of: COLUMN_NAME DATA_TYPE Id integer mfv_id () integer street text city text state text postal_code text country text state_abbreviation text is_bad boolean is_primary boolean created_date timestamp without time zone last_modified_date timestamp without time zone Plus non relevant columns… with relevant columns of: COLUMN_NAME DATA_TYPE id integer mfv_id () integer transaction_number integer amount double precision appeal_id integer campaign_id integer designation_number integer f...

    $2396 (Avg Bid)
    Featured NDA
    $2396 Avg Bid
    37 bids

    Hi Do H., I noticed your profile and would like to offer you my project. We can discuss any details over chat.

    $150 (Avg Bid)
    $150 Avg Bid
    1 bids

    ...with in-depth understanding of 's interface, column management, and the skill to manipulate items/subitems. Sounds like you? Great, your main task will revolve around copying values from a 'Number column' in a main item to a 'Number column' in a subitem, across all available items. • Work Scope: - Analyze and identify the specified 'Number column' in the main items - Copy these integer values - Paste in the corresponding 'Number column' in the subitems • Desired Skills and Experience: - Proficiency in navigating and managing data within - Exceptional attention to detail to ensure accurate data copying - Experience with large data sets to efficiently handle 'all items already created' - Adept ...

    $129 (Avg Bid)
    $129 Avg Bid
    24 bids

    I am experiencing major slowdowns on my website, especially when retrieving a history of approximately 5000 rows from my MongoDB. My data structure is currently divided into multiple collections with related data, but the retrieval of numeric data, specifically integer fields, causes sluggishness. Ideal Skills: • MongoDB expert • Experience in handling large amounts of numeric data in databases • In-depth analytics and server performance optimization knowledge This project aims to resolve the existing retrieval issues and optimize the database to effectively handle future scalability needs. Consequently, suggestions on restructuring the data for maximum efficiency are welcome. Your expertise in this task should help minimize retrieval time and enhance my website&rs...

    $36 (Avg Bid)
    $36 Avg Bid
    16 bids

    I am on the search for an experienced core PHP developer to take charge of a critical backend project that is essential to our operations. This project encompasses a variety of responsibilities that require a deep understanding of PHP development and a proactive appr...search for an experienced core PHP developer to take charge of a critical backend project that is essential to our operations. This project encompasses a variety of responsibilities that require a deep understanding of PHP development and a proactive approach to problem-solving. Here is a simple test - Code Test: Use PHP to output the lowest 10 positive integers where the sum of the digits of each integer equals 10 and contains the number 7 as one of the digits. Proposals without this question completed will not be c...

    $19 / hr (Avg Bid)
    $19 / hr Avg Bid
    210 bids

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

    $35 (Avg Bid)
    $35 Avg Bid
    13 bids

    ...and C) and their licence plate number. On the initial splash page I'll need: Drivers licence # Licence Plate # Company Name Company Email Address A-Trailer Load (T) B-Trailer Load (T) C-Trailer Load (T) Confirm you will comply with all NVR rules? Drivers licence # [text] Licence Plate # [text] Company Name [text] Company Email Address [text] A-Trailer Load (T) [Integer] B-Trailer Load (T) [Integer] C-Trailer Load (T) [Integer] Confirm you will comply with all NVR rules? [tick box] After pressing a submit button, the logic should be something like this: Check last date that Drivers licence # was entered. If greater than 12months or it has never been entered, run video. If less than 12months, goto last page. the video should run without being skippable and a...

    $1614 (Avg Bid)
    Urgent
    $1614 Avg Bid
    10 bids

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

    $97 (Avg Bid)
    $97 Avg Bid
    4 bids

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

    $30 (Avg Bid)
    $30 Avg Bid
    2 bids

    I require a skilled Matlab programmer to construct a random number generator. This should generate both integer and decimal numbers, ranging from positive to negative. Key functionalities should include: - Generating numbers with a normal distribution. - Creating both positive and negative random numbers. - Providing both integer and decimal random numbers. Expertise in Matlab programming, mathematics, and understanding of various distribution types such as Normal distribution is essential. Experience in creating random number generators would be extremely beneficial. This project requires precision and attention to statistical nuances.

    $4 / hr (Avg Bid)
    $4 / hr Avg Bid
    9 bids

    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 Avg Bid
    10 bids

    I'm looking for a dedicated Laravel developer who can perform specific enhancements on my existing API. Your chief responsibility will be to implement a calculation addition functionality. Specifically to focus on: - Adding integer types of data for calculation - Implementing the new functionality without disrupting the current operation - Testing to ensure effectiveness of the calculation addition. Ideal candidates should have robust experience in Laravel API development and must be proficient with calculation functions. A strong background in performance optimization, error handling, and logging is crucial. I expect a developer who can execute this project seamlessly and provide documentation detailing the changes made to the API.

    $72 (Avg Bid)
    $72 Avg Bid
    29 bids

    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 Avg Bid
    19 bids

    I'm looking for a talented freelancer to create captivating written content designed specifically for college students. Jewelhire is a HR recruitment and placement company who provide training of jewellery industry and then get them placed as an accountant in the jewellery industry. And in the training part, we take multiple tests to judg the candidate. We have build a whole training o...as an accountant in the jewellery industry. And in the training part, we take multiple tests to judg the candidate. We have build a whole training of 3 Modules and each module has a certain number of educational videos. We are looking for someone who can watch all the videos and create 3 test (1 for each module). Need questions to be in MCQ, true false, fill in the blanks, comprehension and int...

    $13 (Avg Bid)
    $13 Avg Bid
    35 bids

    I'm in need of an experienced mobile app developer to bring to life an advanced image capture ap...to API endpoint, error handling will be necessary from the possible returned object. - Mapping X,Y (pixel values) points onto an image, and creating an interface to allow for user to adjust these dots, updating the data (X,Y as integers). - Plotting final returned JSON data onto a table. - Creating multiple data export (download) options including; CSV, and PDF/PNG rendering (of simple String & Integer data). - A simple admin dashboard for internal data retrieval/management The ideal candidate would be experienced in mobile app development, RDS, and API integrations, with a clear understanding of complex data handling. A portfolio reflecting similar past projects will be imm...

    $177 (Avg Bid)
    $177 Avg Bid
    59 bids

    Want to create a Tradingview strategy optimizer like : with more features given below: 1) Input Type : a) Float [position] : (start) - (end) - (step) b) Integer [position] : (start) - (end) - (step) c) Bool [position] : true/false d) Source [position] : (start) - (end) e) Timeframe[position] : (start) - (end)

    $187 (Avg Bid)
    $187 Avg Bid
    8 bids

    The project is to design an algorithm to solve the following mathematics question involving polynomials, and write an implementation of that algorithm in python3. The algorithm strategy should be explained clearly either in code comments, or in a separate file in plain text or markdown. ## Input: an integer d, a list of polynomials F = [f_0, f_1, ... f_n], and another polynomial A. The polynomials in F will have the following special properties: 1) The terms will have integer coefficients. 2) The polynomials are homogeneous. (For any individual polynomial in F, all the monomials in that polynomial will have the same degree. However, this does not necessarily mean all the polynomial in F will have the same degree.) 3) The monomials are multilinear. (This means a term may hav...

    $1131 (Avg Bid)
    $1131 Avg Bid
    12 bids

    ...to return a JSON that would include: the deck id (UUID) the deck properties like shuffled (boolean) and total cards remaining in this deck (integer) json Copy code { "deck_id": "a251071b-662f-44b6-ba11-e24863039c59", "shuffled": false, "remaining": 30 } Open a Deck It would return a given deck by its UUID. If the deck was not passed over or is invalid it should return an error. This method will "open the deck", meaning that it will list all cards by the order it was created. The response needs to return a JSON that would include: the deck id (UUID) the deck properties like shuffled (boolean) and total cards remaining in this deck (integer) all the remaining cards cards (card object) json Copy code { &quo...

    $18 (Avg Bid)
    $18 Avg Bid
    3 bids

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

    $52 (Avg Bid)
    Guaranteed Sealed
    $52
    139 entries

    <SQL> SELECT o.sales_order_number AS 'Order', AS Container, t.tag_id AS Tag, IFNULL(, 'ALL') AS Priority, Pickup_Location AS Origin, Delivery_Location AS Destination, DATE(Delivery_Time) AS Delivery_Date, Tender_Time, Pickup_Time, Depart_Time, Arrival_Time, Delivery_Time, Deliver_Driver AS Driver, m.Business_Unit, AS Party_Name F...business_unit AS SIGNED) = LEFT JOIN party ON = WHERE Deliver_Driver IS NOT NULL and Delivery_Time >= date_sub(now(), interval 6 month); [1] "Disconnected from db successfully!" Warning: Error in left_join: Can't join `x$Business_Unit` with `y$Business_Unit` due to incompatible types. ℹ `x$Business_Unit` is a <character>. ℹ `y$Business_Unit` is a <integer>. And Other Related Issue

    $14 (Avg Bid)
    $14 Avg Bid
    2 bids

    ...engineer to create a 2D convolution hardware implementation for an image processing application. The goal is to achieve reduced computational area, power, and time without compromising performance. **Core Requirements** - Implement 4x4 matrix and 2x2 kernel convolution. - Employ kogge stone adder for efficiency. - Integrate vedic multiplier for rapid multiplication. - Ensure system operates with integer value precision. - Target design is for an FPGA using Verilog or VHDL. **Ideal Skills** - Proficiency in FPGA programming. - Strong background in digital arithmetic circuits. - Experience with kogge stone adders and vedic multipliers. - Knowledge of image processing techniques. - Use of Shifting , multiplication and addition in performing 2d convolution - Fluent in Verilog or VH...

    $232 (Avg Bid)
    $232 Avg Bid
    2 bids

    ...scalability in mind. 1. Users Table - UserID: Integer (Primary Key, Auto-increment) - Email: Varchar(255) (Unique, Not Null) - PasswordHash: Varchar(255) (Not Null) - Name: Varchar(255) - Bio: Text - CreationDate: DateTime (Not Null) - LastUpdateDate: DateTime - IsEmailVerified: Boolean (Not Null, Default False) - VerificationToken: Varchar(255) - VerificationTokenExpiry: DateTime - QRCodeURL: Varchar(255) 2. Photos Table - PhotoID: Integer (Primary Key, Auto-increment) - UserID: Integer (Foreign Key - ) - PhotoURL: Varchar(255) (Not Null) - Caption: Varchar(255) - UploadDate: DateTime (Not Null) - DisplayOrder: Integer (Not Null, Default 0) - Tags: Varchar(255) 3. Admins Table - AdminID: Integer (Primary Key, Aut...

    $785 (Avg Bid)
    $785 Avg Bid
    33 bids

    This project is an integer amount: USD 300, and the completion time is 1 week. Modifications from 1 to 12 points: Please read points 13 and 13-2 in detail. If there is a way to do it, I will accept the case again. Thank you. To put it simply, it is to imitate the checkout method of this website. It is basically the same. Below are the details. To make things easier, the most special one is point 13. That’s why it’s specifically stated. Right half: 1. Appearance: Completely in accordance with 's overall "text size, color matching, coupon appearance, including other functions" 2: Change the appearance style of the input coupon to the same as , and 【使用或查看所有折價券】 to the lower left. 3: Move 3-1 and 3-2 to使用或查看所有折價券】at the bottom left 3-1: 總計:657點"...

    $331 (Avg Bid)
    $331 Avg Bid
    43 bids

    Allo, i need a Manual and Automatic calculator using java big integer; to calculate large numbers with thousands of digits. The Look; see attached pic Im using 64 bits windows 7 and not sure java 11 or 20 It will have Input1, Input2, Result, Number of Digits in Result, Add, Divide by 2, Reset The Function; I enter an odd number on Input1 and an odd number on Input2 When I click Add, the Result will show Input1 plus Input2 When I click Divide by 2, the Result will be divided by 2 And so on… If I click Divide by 2 and the Result is not even, the calculator will not function And Add will always function once a time Example 1375 and 29 will be giving =1404=702=351=380=190=95=124=62=31=60=30=15 and so on… At 1404 Number of Digits in Result will be 4, and so on… Pu...

    $23 (Avg Bid)
    $23 Avg Bid
    38 bids

    I have an academic C++ project in need of expert hands. The project's main...application that can process user-input data - Effectively integrate ZeroMQ and Postgres database - Enable the application to execute string command with optional JSON payload - Maintain clean and efficient code throughout the project See the command and the optional payload with them SAVE_USER input: name, email, device_id output: id (generated from the table id column - a serial column of integer) GET_USER input: email output: id, name, email, device_id DEVICE_MOVED: input: device_id, latitude, longitude output: nothing USER_LOCATION input: email output: id, name, email, device_id, latitude, longitude Database table will be The script to create the table is attached.

    $271 (Avg Bid)
    $271 Avg Bid
    7 bids

    ...display to the screen as well as displaying to an output file named “outputFile.txt.” After the final loop has completed, exit the script. Script 2: Creating Functions Create a BASH script program that will demonstrate creating functions in Linux programming. In your script program, please do the following: Put “#!/bin/bash” in the first line (interpreter line) of the program. Define three integer variables named as FirstSum, SecondSum, and Product. Create the first function named “Sum” which will read in two arguments, add the values of two arguments, and then return the sum of these two arguments. Create the second function named “Multiplication” which will read in two arguments, then multiply the values of two arguments, and t...

    $22 / hr (Avg Bid)
    $22 / hr Avg Bid
    16 bids

    ...optimization - Knowledge of Integer Programming optimization technique Project Description: I am looking for a Python developer with experience in Gurubipy to help me solve a simple Doodle Fit challenge using optimization techniques. The goal is to create an optimization code that can efficiently solve the challenge and find the best solution. Requirements: - Proficiency in Python programming language - Experience with Gurubipy library for optimization - Knowledge of Integer Programming optimization technique - Ability to understand and analyze the Doodle Fit challenge - Strong problem-solving skills The project involves developing an optimization code using Gurubipy to solve a simple Doodle Fit challenge. The code should efficiently find the best solution using the ...

    $128 (Avg Bid)
    $128 Avg Bid
    12 bids

    ... Separation, Spot1, DeviceCMYK, { "BitsPerSample<Integer>" = 8; "Domain<Array>" = ( 0, 1 ); "Filter<Name>" = FlateDecode; "FunctionType<Integer>" = 0; "Length<Integer>" = 526; "Range<Array>" = ( ...

    $415 (Avg Bid)
    $415 Avg Bid
    12 bids

    ...written report on the technical usage of the Integer data type. Skills and Experience: - Strong understanding of computer programming and data types - Expertise in researching and gathering information on technical concepts - Excellent writing skills to create a comprehensive and well-structured report - Familiarity with data type terminology and concepts - Ability to present complex information in a clear and concise manner Deliverables: - A well-researched and detailed written report on the technical usage of the Integer data type - The report should include information on the history, purpose, and common applications of the Integer data type - Clear explanations of the technical aspects, such as size, range, and operations associated with the Integer...

    $366 (Avg Bid)
    $366 Avg Bid
    22 bids

    ... return False if : emoji_match = == if : return in and emoji_match # emoji and value return emoji_match # emoji, no value return in if else True # no emoji, only value class Dice(_Dice): """Dice Messages. If an integer or a list of integers is passed, it filters messages to only allow those whose dice value is appearing in the given list. 3. Write this complete set of code to replace the dice information def init(self, value:Optional[SCT[int]] = None, emoji:Optional[DiceEmojiEnum] = None): super().init() : optional[DiceEmojiEnum] = emoticon : optional [Collection[int]]

    $2318 (Avg Bid)
    $2318 Avg Bid
    22 bids

    ...Classes AVLNode and AVLTree inherit from BSTNode and BinarySearchTree, respectively. Each class is implemented in a read only header file. Classes ExtendedAVLNode and ExtendedAVLTree are declared, but implementations are incomplete. Both classes must be implemented in this 3: Understand the purpose of the subtreeKeyCount variable The ExtendedAVLNode class inherits from AVLNode and adds one integer member variable, subtreeKeyCount. Each node's subtree key count is the number of keys in the subtree rooted at that nodeExtendedAVLNode's constructor and GetSubtreeKeyCount() member functions are already implemented and should not be changed. Additional member functions are needed to ensure that subtreeKeyCount remains accurate. Step 4: Implement ExtendedAVLTree and Extende...

    $132 (Avg Bid)
    $132 Avg Bid
    8 bids

    ...to design, implement, and evaluate a secure database-as-a-service system. The system should allow the user to protect its data stored in the database while utilize the cloud. Here we consider a simplified database, which only includes a single table. The table is about healthcare information and includes the following fields: ˆ First name (string) ˆ Last name (string) ˆ Gender (boolean) ˆ Age (integer) ˆ Weight (floating) 1 ˆ Height (floating) ˆ Health history (text) one important thing to keep in mind is that we do not fully trust the cloud, and assume the cloud is semi-trusted, i.e., the cloud will follow any predefined protocol, but at the same time will try its best to extract information of the database from exchanged messages. We assume the fields information is not sensiti...

    $67 (Avg Bid)
    $67 Avg Bid
    6 bids