Filter

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

    ...each file is processed, a line is displayed indicating the line and file, data saved and errors that occurred. FORMAT OF THE TXT FILE The TXT file is divided into lines delimited by a sequence of 2 characters: ascii characters 13 carriage return and 10 line feed. Each line is divided into 6 fields delimited by ascii character 9 horizontal tab. The fields and : example values are: A. Line number integer: 123 B. Path to MP4 video or MP3 audio file: C:personalvids C. Directory to store the extracted data in: C:appsavepers D. Whether or not (Y or N) to save the number of frames in the file: Y E. Whether or not (Y or N) to save the amplitude, frequency and size of the jpeg of every frame: N F. A list of frame numbers separated by commas from which to retrieve their jpeg, or ju...

    $54 (Avg Bid)
    $54 Avg Bid
    4 bids

    I have a communication protocol that is diagrammed. I need a freelancer to define it as a REST API. The freelancer can define it using POSTMAN and send postman data to me. all of the protocol data is integer type pls refer protocol diagram You must read the following before bidding 1. the bid price and schedule will be established at the time of bidding. If you talk and re-negotiate, it's a waste of each other's time. 2. Milestones are released after all deliverables have been received and verified.

    $186 (Avg Bid)
    $186 Avg Bid
    10 bids

    I am experiencing issues with my mathematical programming model. The model is an integer linear programming model written using Python and Gurobi. Currently, the code is not able to work, particularly when it is trying to output results. I am facing some error messages, the code actually has 2 excel files to retrieve the data from, the first one is data file (Demand, Capacity, etc), the other file is the distance matrix.. Key Details: - Issue: The code freezes during result output stage - Error messages: yes - If the Result doesn't come in (Optimum travel time and the Decision Variable results) I wouldn't accept it!!!! I am looking for a freelancer with the following skills and abilities: - Experienced in Python programming, specifically, debugging complex code - Knowl...

    $38 (Avg Bid)
    $38 Avg Bid
    14 bids

    I'm in need of a skilled Arduino coder to create a custom code for me. My project primar...--->>> analogWave wave(DAC); int freq = 10; // in hertz, change accordingly void setup() { } void loop() { (freq); delay(10); } Challenge - during every loop, next integer stored in SD card should be called & saved in 'freq' variable. (untill all 10,000 integers are executed for (freq) function) Ideal Skills and Experience: - Proficiency in Arduino programming - Familiarity with FSK modulation - Experience in parsing SD card data - Message m...

    $98 (Avg Bid)
    $98 Avg Bid
    4 bids

    I need a professional to create a microcontroller program for me. Here is a quick run down of the requirements: 1. Hardware: This project involves the use of a TI DRV10970EVM board and the TI LAUNCHXL-F280049C. 2. Programming: The program needs to be written in C. 3. Functionality: The program should be able to accept an integer input that represents a torque value. This input would then be used to adjust the speed of a small motor controlled by the DRV10970. 4. Signal Control: I'm unsure of the type of signal that should be used to control the motor speed(PWM, Digital, Analog). Therefore, I am open to suggestions on this aspect. It would be great if you can provide your expert advice here. 5. I would also appreciate help/schamtics on how to connect the two boards (D...

    $128 (Avg Bid)
    $128 Avg Bid
    9 bids

    I'm looking for a skilled individual capable of setting up and solving a Mixed Integer Linear Optimization model using CPLEX OPL. This is for our electrical grid system. The primary goal of this model is to help us choose new power plants, focusing on renewable energy sources and minimizing costs. Key criteria for the optimization model include: - Identifying the most viable renewable energy sources for our grid. - Determining the optimal capacity of the new power plants. - Minimizing costs while meeting the energy demand. This project does not have a specified budget, but we are looking for a professional who can deliver a high-quality optimization model that meets our requirements. Experience with CPLEX OPL and prior work in energy optimization would be advantageous. NOT...

    $111 (Avg Bid)
    $111 Avg Bid
    10 bids

    ...Headers (10 columns) as follows: Server ID;Sponsor;Server Name;Timestamp;Distance;Ping;Download;Upload;Share;IP Address My end goal is shown in (attached). The data is separated with a comma (,). Headers (5 columns) as follows: Date,Time,Download,Upload,Ping Where: * Date is formatted in YYYY-MM-DD * Time is HH:MM * Download, Upload, and Ping are rounded to the nearest integer. Now for the technical challenge... The Timestamp data is presented in UTC format to great precision: 2024-04-18T00:05:02.401204Z Somewhere in the script, I'd like a variable representing the offset from UTC time, like: # offset from UTC offset=-4 Running the above date through that offset into the target format would yield 2024-04-17,20:05 --- Pure bash script, no third party tools.

    $136 (Avg Bid)
    $136 Avg Bid
    18 bids

    ...specifying the optional ShopConstraint parameter is deprecated since version 1.7.8.0 { "exception": {} } DEBUG 08:23:06 doctrine SELECT e.id_employee FROM pslx_employee e WHERE ( = :email) AND ( = :active) LIMIT 1 { "email": "mbo-7d8106d2-4a29-438b-b95 [...]", "active": true } INFO 08:23:06 php Deprecated: uasort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero { "exception": {} } CRITICAL 08:23:06 php Uncaught Error: Path cannot be empty { "exception": {} } DEBUG 08:23:06 doctrine SELECT t0.id_lang AS id_lang_1, AS name_2, AS active_3, t0.iso_code AS iso_code_4, t0.language_code AS language_code_5, AS locale_6, t0.date_format_lite AS date_format_lit...

    $34 (Avg Bid)
    $34 Avg Bid
    18 bids

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

    $151 (Avg Bid)
    $151 Avg Bid
    40 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...

    $2270 (Avg Bid)
    $2270 Avg Bid
    145 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

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

    $90 (Avg Bid)
    $90 Avg Bid
    5 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

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

    $1559 (Avg Bid)
    Urgent
    $1559 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

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

    Top integer Community Articles