Filter

Mina senaste sökningar
Filtrera:
Budget
till
till
till
Typ
Kompetens
Språk
    Jobbstat
    2,000 rvi int hittade uppdrag

    teb400-472 teb210-399+inte teb1-54+int

    $10 Average bid
    $10 Snittbud
    1 bud

    i inned someone to intergrate a live pleyer int my wordpress website, reove some section and then addd the live player, the love player shd be mobile responsice 2. add me a banner section, this banner i shd be abke yo customize it whenever i want, whether its 9:16 or 16:9, banner shd be sliding Budget is $10,Budget is $10,Budget is $10,Budget is $10,Budget is $10,Budget is $10,Budget is $10,Budget is $10,Budget is $10,Budget is $10,Budget is $10,Budget is $10,Budget is $10,Budget is $10,Budget is $10 comment or bid only of u can do it as i want on that budget Budget is $10,Budget is $10,Budget is $10Budget is $10,Budget is $10,Budget is $10Budget is $10,Budget is $10,Budget is $10Budget is $10,Budget is $10,Budget is $10Budget is $10,Budget is $10,Budget is $10Budget is $10,Budget ...

    $18 Average bid
    $18 Snittbud
    79 bud

    ...APIResponseHandler: @staticmethod def success(data: Any = None, status_code: int = 200, **kwargs) -> Dict[str, Any]: end_time = () start_time = ('start_time', end_time) duration = round(end_time - start_time, 3) return { "content": APIResponse( success=True, data=data, meta={ "http_code": status_code, "timestamp": end_time, "duration": f"{duration} seconds", **kwargs } ).dict(), "status_code": status_code } @staticmethod def error(message: str, status_code: int...

    $2406 Average bid
    $2406 Snittbud
    50 bud

    Extension of glass container with 1st floor and staicase int+ext. - exactly above the glass container that we just made - same glass panels as below - outside/inside staircase - we can try both solutions - yes, i need a few updated renders note1: because we have the concrete structure between the 2 containers, we might need 2 staicases and i would like to try to have 1 on the int & 1 on the ext. Height: 3,5m for ground floor (the glass remains 2,7m high)

    $30 Average bid
    $30 Snittbud
    1 bud

    Vänligen Vänligen Registrera dig eller Logga in för att se mer information.

    Framhäv Sekretessavtal

    Hi, Hope you are doing well. I am looking for 10 attractive logo designs with their slogans and extensions like .CO or .COM etc. Here are the points to consider : 1. Rectangle in shape, not circle. 2. Stylish, innovative - play with the letters, add icons, beautify them 3. DON'T use AI or artificial int, use Photoshop or Illustrator 4. Format - PSD, Illustrator, PDF, JPG, PNG, Transparent, SVG Logo details :  1. - ? – The Cue to Future Innovation! ? 2. – The AI Revolution Starts Here! ? 3. ElmirHD - Your Journey, Redefined 4. : Drive Smart, Live Smooth 5. – Empower Your AI Journey! ?✨ 6. - "AI Saves You" 7. - "AI for All" 8. - "Glow with Style" 9. - "Glow Outside" 10. - "Live in Lush" Deli...

    $8 Average bid
    Garanterad
    $8
    103 bidrag

    I'm experiencing problems with specific business IDs in Swagger. For certain IDs, I'm not receiving the complete data responses as expected. Sorting is also not functioning correctly the way it should Ensure the sorting function works in "By doc no" order. can't convert it to int because of this     [StringLength(25, ErrorMessage = "DocNo exceeds maximum allowed length")]     public string? DocNo { get; set; } Key Requirements: - Debugging: Identify and rectify the missing responses issue. - Sorting: Ensure the sorting function works as intended. - API Knowledge: Familiarity with Swagger and its interface. Your expertise in API troubleshooting and experience with Swagger will be key to resolving these is...

    $20 Average bid
    $20 Snittbud
    7 bud

    ...ActionEvent; import ; public class BouncingBall extends JPanel implements ActionListener { private int ballX = 50; // Initial x position of the ball private int ballY = 50; // Initial y position of the ball private int ballDiameter = 30; // Diameter of the ball private int ballDeltaX = 2; // Horizontal speed of the ball private int ballDeltaY = 3; // Vertical speed of the ball private Timer timer; protected void startGame() { timer = new Timer(10, this); // Sets a timer to update the ball's position (); } // Sets the initial position of the ball protected void setXY(int x, int y) { ballX = x; ballY = y; } // Gets the current position of the ball p...

    $165 Average bid
    $165 Snittbud
    28 bud

    ...Update the file to support adding spaceships to the simulation. In the test code, add an example of a SpaceShip object: (new SpaceShip(10, 0, 0.1, 0.1)); User Interface Enhancements: Add a button to the MainWindow class for launching a spaceship. Bind the button to the Launch method (described below). Spaceship Launch System: Create a method Launch(int planetId, double dx, double dy): Preconditions: The simulation contains a planet with the specified planetId. Postconditions: A spaceship is created with initial coordinates matching those of the planet with planetId and velocity (dx, dy). The spaceship is added to the current simulation. The spaceship is returned as the result of the operation. UI Changes: Add a Launch method to Avalonia UI code:

    $58 Average bid
    Brådskande
    $58 Snittbud
    3 bud

    I'm looking for an expert in Excel and RSA encryption to create a tool for me. Th...uses one time pad encryption to encrypted your full name. Using the following formulas ·       Lookup table Formula : =CODE(cell number)-65 ·       Convert text to decimal= =HLOOKUP( cell number, lookup table,2) ·       Random key generation o   Using RAND function  RANDBETWEEN(0,26) o   Using VB script  Function RNDINT(lowerbound As Integer, upperbound As Integer) As Integer Randomize RNDINT = Int(lowerbound + Rnd() * (upperbound - lowerbound + 1)) End Function ·       Encryption form...

    $24 Average bid
    $24 Snittbud
    7 bud

    ...Inside the windows, there must be a bouncing ball drawn using this class: import javax.swing.*; import java.awt.*; import ; import ; public class BouncingBall extends JPanel implements ActionListener { private int ballX = 50; // initial x position of the ball private int ballY = 50; // initial y position of the ball private int ballDiameter = 30; // diameter of the ball private int ballDeltaX = 2; // horizontal speed of the ball private int ballDeltaY = 3; // vertical speed of the ball private Timer timer; public BouncingBall() { timer = new Timer(10, this); // sets a timer to update the ball's position (); } @Override protected void paintComponent(Graphics

    $169 Average bid
    $169 Snittbud
    10 bud

    ...can pass through the internal ones. this is the code for the ball: import javax.swing.*; import java.awt.*; import ; import ; public class BouncingBall extends JPanel implements ActionListener { private int ballX = 50; // posizione iniziale x della palla private int ballY = 50; // posizione iniziale y della palla private int ballDiameter = 30; // diametro della palla private int ballDeltaX = 2; // velocità orizzontale della palla private int ballDeltaY = 3; // velocità verticale della palla private Timer timer; public BouncingBall() { timer = new Timer(10, this); // imposta un timer per aggiornare la posizione della palla (); } @Override protected void

    $157 Average bid
    $157 Snittbud
    33 bud

    Vänligen Vänligen Registrera dig eller Logga in för att se mer information.

    Försegla

    ...Upgraded ATmega328 Compatible For Arduino AUS Deliverables Id like a wiring diagram and Arduino code to run the clock please. Here is the code provided by AI, however it would skip steps, move to slow or too fast. I couldn’t even get the motor to rotate once evenly. // Define pins #define stepPin 2 #define dirPin 3 #define enablePin 4 // Optional   const int stepsPerRevolution = 200; // Assuming 200 steps per revolution for full step mode const int stepDelay = 500; // Delay between steps in microseconds   void setup() {  // Set pins as outputs  pinMode(stepPin, OUTPUT);  pinMode(dirPin, OUTPUT);  pinMode(enablePin, OUTPUT); // Optional    // Enable the driver (optional)  digitalWrite(enablePin, LOW);   &n...

    $83 Average bid
    $83 Snittbud
    34 bud

    ...|---------------------------|--------------------|---------------------------------------------------------------------------------------------------| | `id` | `INT` | Primary Key. Unique identifier for each submitted work. | | `user_id` | `INT` | ID of the user who submitted the work (references `wp_users`). | | `novel_id` | `INT` | ID of the related novel (if the work is part of a novel). | | `chapter_number` | `INT` | Chapter number of the work (if part of a novel). | | `chapter_title` ...

    $16 / hr Average bid
    $16 / hr Snittbud
    112 bud

    NetCDF 3D datasets into a series of 2D datasets The task is to update an existing program WIM/WAM () that visualizes and processes satellite data ...either selected or all “layers” of the 52 bands with corresponding longitudes and latitudes as regular 2D datasets. After completion of this Task1, follow-on tasks will be proposed. Long-term but irregular tasks will be proposed if previous tasks are completed well. When reading a sample netCDF file, WIM shows the following datasets: Name width height type rhos 52 1272 float l2_flags 1272 1710 int longitude 1272 1710 float latitude 1272 1710 float Here the dataset rhos is actually 52 (layers) x 1272 x 1710 and is not read correctly. Should be read either as all 52 layers or selected layers of 1272 x 1710 float datasets.

    $1122 Average bid
    $1122 Snittbud
    25 bud

    Project Title "Custom Automotive Website with Advanced Features (Search Engine, Performance Sheet, Forums)" Project Description I am looking for a skilled web developer/designer to create a professional website for my automotive business. The website will feature a sleek and modern design inspired by Brabus (reference: ) with advanced functionality. Below are the detailed requirements: Key Features: Home Page: Rolling content with a fixed background image. Navigation bar with categories: Home, About, Projects, For Sale, Blog, Partners, Contact Us. A burger menu with an integrated search engine. Projects Section: Organized into: Collections: Categories (Cars, Bikes, Boats, etc.). Groups: Subcategories (e.g., Ferrari, Porsche, Lamborghini). Albums: Specific projects

    $1165 Average bid
    $1165 Snittbud
    245 bud

    Experienced MFC c++ programmer only - remote work on ...MW UI window to my program, which is displayed in modal mode, and it has various buttons that can hide it and control can temporarily return to the main window, unfortunately the main window is frozen and control does not return to it. I know how to make the MW UI window disappear, but I don't know how to return to the main window control, when it is created it passes the handle to the parent: int Lesson07::Start(mwCurvArray curveArray, mwSurfArray surfArray, CWnd* pParentWnd) - we can try to determine at the beginning whether the MW UI window can be created in non-modal mode, then try to close it, and wake up the main application window, in the main window perform some selection of objects with the mouse, and wake up the...

    $20 / hr Average bid
    $20 / hr Snittbud
    16 bud
    GBA Pong Game
    Avslutades left

    ..."common_info.h" #include "common_variable_8x8_sprite_font.h" #include "bn_sprite_items_paddle.h" #include "bn_sprite_items_ball.h" #include "bn_regular_bg_items_bg.h" int main() {   bn::core::init();   bn::music_items::(1);   bn::regular_bg_ptr bg = bn::regular_bg_items::bg.create_bg(0, 0);   bn::sprite_ptr left_paddle = bn::sprite_items::paddle.create_sprite(-140, 0);   bn::sprite_ptr right_paddle = bn::sprite_items::paddle.create_sprite(140, 0);   right_paddle.set_horizontal_flip(true);   bn::sprite_ptr ball = bn::sprite_items::ball.create_sprite(0, 0);   int score = 0;     bool enemy_going_up = false;   int...

    $22 Average bid
    $22 Snittbud
    4 bud

    I'm looking for a skilled programmer who can create a SDL 1.2 function for drawing sprites. The sprite data is provided in plain text format, with colors represented as named ...function for drawing sprites. The sprite data is provided in plain text format, with colors represented as named colors (e.g., red, green). The function should be able to handle 11 to 50 different sprites. A detailed breakdown of the requirements: - Create a function "CreateSprite(string data, number)" that takes sprite data in plain text and a sprite number. - Create a function "DrawSprite(int x, int y, spritenumber)" to draw the created sprites at specified coordinates. Please bid if you have experience with SDL and sprite handling. Thank you! The sprites should be drawn...

    $496 Average bid
    $496 Snittbud
    26 bud

    # Android Automotive OS Map Rendering Implementat...addAction(zoomInAction) .addAction(zoomOutAction) .build() return () .setMapActionStrip(mapActionStrip) .build() } private fun onNavigate() { // Handle navigation action Log.i("RouteMapScreen", "Navigate action clicked") // Implement navigation logic here } private fun onRouteSelected(index: Int) { // Handle route selection Log.i("RouteMapScreen", "Selected Route: $index") // Implement route selection logic here, e.g., start navigation } fun cleanup() { // Cleanup coroutine scope if needed () // Cancels any ongoing coroutines to avoid memory leaks...

    $122 Average bid
    $122 Snittbud
    4 bud

    ...byte[] buffer, out int bytesRead, long offset, DokanFileInfo info) { ($"ReadFile: {fileName}"); bytesRead = 0; if (!FileExists(fileName, out var file)) return ; bytesRead = (int)(, - offset); (, offset, buffer, 0, bytesRead); return ; } public NtStatus WriteFile(string fileName, byte[] buffer, out int bytesWritten, long offset, DokanFileInfo info) { ($"WriteFile: {fileName}"); bytesWritten = 0; if (!FileExists(fileName, out var file)) return ; var newContentLength = ((int)(offset + ), (int));

    $32 Average bid
    $32 Snittbud
    9 bud
    office int and ext
    Avslutades left

    office int and ext

    $1 / hr Average bid
    $1 / hr Snittbud
    1 bud

    PDF files. Project Overview and Project Overview 2.pdf. - Website & APPs NOT use external APIs. - Website & APPs work completely alone WITHOUT using API from third parties. - Features such as: MFA, OCR, ID verification, biometric authentication, and compliance checks—including passport, driver’s license, and ID card verifications as well as additional document and address verification, ...APIs. - Website & APPs work completely alone WITHOUT using API from third parties. - Features such as: MFA, OCR, ID verification, biometric authentication, and compliance checks—including passport, driver’s license, and ID card verifications as well as additional document and address verification, email and Phone nr.. are handled directly within the Website & APPs....

    $2800 Average bid
    $2800 Snittbud
    1 bud

    ...byte[] buffer, out int bytesRead, long offset, DokanFileInfo info) { ($"ReadFile: {fileName}"); bytesRead = 0; if (!FileExists(fileName, out var file)) return ; bytesRead = (int)(, - offset); (, offset, buffer, 0, bytesRead); return ; } public NtStatus WriteFile(string fileName, byte[] buffer, out int bytesWritten, long offset, DokanFileInfo info) { ($"WriteFile: {fileName}"); bytesWritten = 0; if (!FileExists(fileName, out var file)) return ; var newContentLength = ((int)(offset + ), (int));

    $21 Average bid
    Brådskande
    $21 Snittbud
    5 bud

    ...upgrades. Old code (Qt code) and new code (Ultimate++ code) should be in the same file for explanation, documentation and well mapped. So future updates will be straight forward. Should maintains it's full features, capacity, ...., and anything related to performance. (very important) Integrate Ultimate++ "Find In Files.." to search the database it could display the rows where data " like text, int...) found, option to display the table, and may only the cell or selected cells (columns) , clicking found entry could display (table ,or row, or group of cells , or open to edit, or ...) so great care and attention should be taken to elaborate this feature , (very important). b) I have a program using The Chromium Embedded Framework (CEF) is at ()

    $288 Average bid
    $288 Snittbud
    21 bud

    ...)] public class IchimokuChikouSpanBot : Robot { [Parameter("Trade Direction (Buy = 1, Sell = 2, Both = 3)", DefaultValue = 3)] public int TradeDirection { get; set; } [Parameter("Risk Type (Fixed = 1, Percentage = 2)", DefaultValue = 1)] public int RiskType { get; set; } [Parameter("Risk Amount", DefaultValue = 100)] public double RiskAmount { get; set; } [Parameter("Risk Percentage of Equity", DefaultValue = 1, MinValue = 0.1)] public double RiskPercentage { get; set; } [Parameter("ATR Period", DefaultValue = 14)] public int AtrPeriod { get; set; } [Parameter("ATR Multiplier for Stop Loss", DefaultValue = 2...

    $160 Average bid
    $160 Snittbud
    13 bud

    ...and anydesk id, pw and google chrome desktop id, pw. Requirements 1. API 1. startInstance 1. Parameters 1. hours: int 2. days: int 3. instanceType: string 1. example: 2. Return 1. sessionId: String 2. accessMethods 1. anyDesk 1. id 2. pw 2. teamviewer 1. id 2. pw 3. chromeRemote 1. id 2. pw 2. extendInstance 1. Parameters 1. hours: int 2. days: int 3. sessionId: String 3. stopInstance 1. Parameters 1. sessionId: String 2. AWS r...

    $493 Average bid
    $493 Snittbud
    31 bud

    ...upgrades. Old code (Qt code) and new code (Ultimate++ code) should be in the same file for explanation, documentation and well mapped. So future updates will be straight forward. Should maintains it's full features, capacity, ...., and anything related to performance. (very important) Integrate Ultimate++ "Find In Files.." to search the database it could display the rows where data " like text, int...) found, option to display the table, and may only the cell or selected cells (columns) , clicking found entry could display (table ,or row, or group of cells , or open to edit, or ...) so great care and attention should be taken to elaborate this feature , (very important). b) I have a program using The Chromium Embedded Framework (CEF) is at ()

    $208 Average bid
    $208 Snittbud
    37 bud

    I'm seeking a talented content creator with a keen sense for motorsports to manage our Instagram. Our small Formula racing academy based in Florida needs engaging posts about: - Our drivers' preparations and line ups for upcoming races - New drivers ...create timely and engaging content. A background in motorsports, or at the very least a passion for racing, will be highly advantageous. Please note, the turnaround for some posts needs to be swift, particularly after races when we want to share results promptly. This would be an ongoing project, looking for anywhere from 15-20 posts a month We would like to do something similar to the race team int the Instagram link below.

    $12 / hr Average bid
    $12 / hr Snittbud
    71 bud

    I'm seeking assistance with data entry into an Excel worksheet. Taking numbers from construction budget and placing them int the CFL main file Key Aspects: - Data Entry: The task involves entering both numbers and text into an Excel worksheet. - Cell Formatting: While specific formatting styles have not been predetermined, familiarity and experience with Excel's various formatting options (such as bold, italic, borders, shading, and conditional formatting) is beneficial. Ideal Candidate: - Proficient in Excel with experience in data entry. - Able to understand and implement various cell formatting styles as necessary. - Detail-oriented to ensure data is entered accurately. The intended use for the worksheet has not been specified, so flexibility and adaptability ar...

    $28 Average bid
    $28 Snittbud
    64 bud

    ...Android app to integrate this development. -- And it is expected that there shall be no or very minimal change to be added to our small Android app * Custom Permissions for Specific Actions (subscription active or not) -- First time login – register with Serial number: * There shall be an option like a text box that appear after login or during login to the customer to enter Serial number (int) * This serial number shall be stored in AWS side (using DynamoDB) along with the User login -- Serial number based manual subscription validation at AWS side: * if the subscription is not active, after login there shall be a message prompting for subscription * In the AWS side, the subscription is checked manually and if the user for that serial number is not a...

    $84 Average bid
    $84 Snittbud
    4 bud

    ...should be visually engaging and resonate with art enthusiasts. - It must clearly communicate the availability and potential of custom artwork commissions. - The design should align with the website which is the company i.e black background, same font and clean style. - Designed in Canva only please and shared after to allow tweaks to the copy/imagery Please see the google slide doc int he link below as just a way of supplying the copy which can be lifted from this doc The google slide doc and the images used are all in the folder but feel free to use anything from the website (). Font used is quicksand I want the style to be clean, contemporary but with a few bits in that make it

    $50 Average bid
    Garanterad
    $50
    85 bidrag

    I need general php coding help and support with an existing script that I have which handles 2 int variables and displays messages in intervals. I need various functionality added.

    $20 Average bid
    $20 Snittbud
    19 bud

    ...((packageManager) != null) { startActivityForResult(takePictureIntent, REQUEST_IMAGE_CAPTURE) } } private fun selectImageFromGallery() { val intent = Intent(Intent.ACTION_PICK) = "image/*" startActivityForResult(intent, REQUEST_SELECT_IMAGE) } override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) { (requestCode, resultCode, data) if (requestCode == REQUEST_IMAGE_CAPTURE && resultCode == RESULT_OK) { val imageBitmap = data?.extras?.get("data") as Bitmap (imageBitmap) processImageForText(imageBitmap) } else if (requestCode == REQUEST_SELECT_IMAGE && resultCode ==

    $41 Average bid
    $41 Snittbud
    9 bud

    ... - Use a serial communication library (like `pySerial` for Python) to receive commands. - Based on the command, turn on the appropriate relay to illuminate the light. Example code snippet (Arduino): ```cpp const int relayPins[30] = {2, 3, 4, ..., 31}; // pins for relays void setup() { (9600); for (int i = 0; i < 30; i++) { pinMode(relayPins[i], OUTPUT); digitalWrite(relayPins[i], LOW); // Start with all lights off } } void loop() { if (() > 0) { int lightNumber = () - '0'; // assuming input is '0' to '29' if (lightNumber >= 0 && lightNumber < 30) { digitalWrite(relayPins[lightNumber], HIGH); // Turn on l...

    $1660 Average bid
    $1660 Snittbud
    15 bud

    Oct 22 10 pm Central USA: I have attached a photo called "badsketch1022" this contians the basic layout of the elements i am expecting to see in your designs. as you can see, this screen is designed with:...some "hooded figures" you may want to photoshop first, then use. 4) A btc price indicator elelment You are to design it's login screen according to the design limitations in the video. Please watch the attached video FIRST. I give a small vision for ONE design that I think seems nice. You can go with that or go with your own design, so long as you follow the color scheme limits as mentioned int the word doc. I have included the login screen from our existing app called the client node. The layout is typical for our corporate group of apps so if you...

    $12 Average bid
    $12
    12 bidrag
    AT24C256 32KB ESP32
    Avslutades left

    I need to create a list of events, where I need to save and read the following information, as shown in t...data information of each position. The functions shown below, is just an example can be created in the best way. RTC DS3232 int diaLocal = day; int mesLocal = month; int anoLocal = year % 100; int horaLocal = hour; int minutoLocal = minute; int segundosLocal = second; void salvarDataHoraEEPROM(int devAddress, int endereco, int dia, int mes, int ano, int hora, int minuto, int segundos, int tipoEvento); void lerDataHoraEEPROM(int devAddress, int endereco, int &dia, int &mes, int &ano, int &hora, int &...

    $127 Average bid
    $127 Snittbud
    33 bud

    ...version. We need a skilled and experienced WordPress Plugin Developer who can fix this quickly. [08-Oct-2024 00:07:18 UTC] PHP Deprecated: Implicit conversion from float 2.0813888888888887 to int loses precision in /www/[domain]/public/wp-content/plugins/edd-pdf-invoices/tcpdf/ on line 4137 [08-Oct-2024 00:07:18 UTC] PHP Deprecated: Implicit conversion from float 2.0813888888888887 to int loses precision in /www/[domain]/public/wp-content/plugins/edd-pdf-invoices/tcpdf/ on line 4138 [08-Oct-2024 00:07:18 UTC] PHP Deprecated: preg_split(): Passing null to parameter #3 ($limit) of type int is deprecated in /www/[domain]/public/wp-content/plugins/edd-pdf-invoices/tcpdf/include/ on line 1793 The plugin in question is outdated but we kept it and we maintain it ourse...

    $145 Average bid
    $145 Snittbud
    133 bud
    3D model ext and Int
    Avslutades left

    To create 3D sketchup of two buildings as per the details shared in chat.

    $963 Average bid
    $963 Snittbud
    1 bud

    ...upgrades. Old code (Qt code) and new code (Ultimate++ code) should be in the same file for explanation, documentation and well mapped. So future updates will be straight forward. Should maintains it's full features, capacity, ...., and anything related to performance. (very important) Integrate Ultimate++ "Find In Files.." to search the database it could display the rows where data " like text, int...) found, option to display the table, and may only the cell or selected cells (columns) , clicking found entry could display (table ,or row, or group of cells , or open to edit, or ...) so great care and attention should be taken to elaborate this feature , (very important). No cent will be paid for incomplete work. Key Features to Retain: - Database ...

    $163 Average bid
    $163 Snittbud
    28 bud
    Celerina Livingroom
    Avslutades left

    Dear Pragya I hope you are doing well and all is fine at yours. I have a new small project I'd like your help with. It is a Livingroom of a client where I need to change the furniture. Need visualisation. I send you pictures and the floor plan as soon as I have int in a few days. Maybe you can already start with something. Current Sofa out. Dining Table where current sofa is. Two chairs out and instead a nice sofa facing the fireplace. Distance to the windows so can walk to the balcony.

    $300 Average bid
    $300 Snittbud
    1 bud

    I have a very short program Visual Studio 2022 Windows 11. I want to move it to a completely new project, ultimately to MFC, but now it has to compile as a Command Line program and that's where the problems start. #include "stdafx.h" #include "" #include <iostream> int main() { mwGeoLib::Ptr geoLib = new mwGeoLib(measures::mwUnitsFactory::METRIC, 1); std::cout << "Hello World" << std::endl; // Waiting for a key to be entered before ending the program std::cout << "Press any key to continue..." << std::endl; std::(); return 0; } and it uses an external folder where the lib and hpp files are Problems: I see that in this project the External Dependencies files are displayed, but mine are not, and the prog...

    $30 Average bid
    $30 Snittbud
    27 bud

    ...domain | varchar(128) | NO | | NULL | | | password | varchar(128) | NO | | NULL | | | home | varchar(255) | NO | | NULL | | | uid | int | NO | | 89 | | | gid | int | NO | | 89 | | | email | varchar(128) | NO | | | | +----------+--------------+------+-----+---------+-------+ Virtual_aliases table +-------------+---------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +-------------+---------------+------+-----+---------+----------------+ | id | int | NO | PRI | NULL | auto_increment | | domain_id | int | NO | MUL | NULL | | | source | varchar(100) | NO | | NULL | | | destinat...

    $169 Average bid
    $169 Snittbud
    90 bud

    I'm in need of an expert video editor who can transform the photos and reference video I provide into compelling short-form content. The primary aim of the content is to promote my brand on YouTube. Key Req...audience. Skills and Experience: - Proven track record of creating successful promotional content. - Exceptional attention to detail. - Ability to meet deadlines without compromising on quality. Get the reference from here: Photo reference from the below links: Video reference:

    $14 Average bid
    $14 Snittbud
    29 bud

    I'm looking for a Python programmer with MySQL experience to write a script for creating a 'phone' table in MySQL. Write the Python code for creating a table based on the following SQL statement: CREATE TABLE phone ( phone_id INT, country_code INT NOT NULL, phone_number INT NOT NULL, phone_type VARCHAR(12), PRIMARY KEY(phone_id) ); Write the Python code to select rows from the table based on the following SQL statement: SELECT phone_number FROM phone WHERE country_code = "US" Write the Python code to update rows in the table based on the following SQL statement: UPDATE phone SET phone_type = "MOBILE WHERE phone_type = "CELLULAR" Write the Python code to delete rows in the table based on the following SQL statement: DELETE FROM p...

    $127 Average bid
    $127 Snittbud
    27 bud

    ... - name: nginx image: nginx:latest ports: - containerPort: 9043 ---------------------------------------------------- SERVICE YAML apiVersion: v1 kind: Service metadata: name: nginx-service spec: type: LoadBalancer # Use NodePort if you don't have a cloud load balancer ports: - port: 9043 targetPort: 9043 selector: app: nginx Part two - where int the container will I put / update an index html so that I can change the webpage? Will give a 5 Star Review when this is done and will write such inspiring words for you, when done. Please understand; there is hope you can give your “best” price; been unemployed, and have cancer with bills backing up, $10 possible? Please note $10 is the max total that I can handle ...

    $8 / hr Average bid
    $8 / hr Snittbud
    22 bud

    ...default hint: preference for all repositories. You can also pass --rebase, --no-rebase, hint: or --ff-only on the command line to override the configured default per hint: invocation. fatal: Need to specify how to reconcile divergent branches. Part Two - can this branch be pulled and pushed by another user? just ensure that I can push and pull from the other comptuer / user Part two - where int the container will I put / update an index html so that I can change the webpage? Will give a 5 Star Review when this is done and will write such inspiring words for you, when done. Please understand; there is hope you can give your “best” price; been unemployed, and have cancer with bills backing up, $10 possible? Please note $10 is the max total that I can handle for...

    $6 / hr Average bid
    $6 / hr Snittbud
    17 bud

    Thank you for being here This should be the easiest project that I posted - 2 parts Part one - why can I not see the nginx start page with these 2 commands ? ➜ ~ kubectl create deployment nginx --image=nginx ➜ ~ kubectl expose deployment nginx --port=80 --target-port=80 --type=NodePort Part two - where int the container will I put / update an index html so that I can change the webpage? Will give a 5 Star Review when this is done and will write such inspiring words for you, when done. Please understand; there is hope you can give your “best” price; been unemployed, and have cancer with bills backing up, $10 possible? Please note $10 is the max total that I can handle for this (doing hourly reduces % fee). Will leave a Glowing paragraph of feedback 5 stars : -...

    $12 / hr Average bid
    $12 / hr Snittbud
    8 bud

    Thank you for being here This should be the easiest project that I posted - 2 parts Part one - why can I not see the nginx start page with these 2 commands ? ➜ ~ kubectl create deployment nginx --image=nginx ➜ ~ kubectl expose deployment nginx --port=80 --target-port=80 --type=NodePort Part two - where int the container will I put / update an index html so that I can change the webpage? Will give a 5 Star Review when this is done and will write such inspiring words for you, when done. Please understand; there is hope you can give your “best” price; been unemployed, and have cancer with bills backing up, $10 possible? Please note $10 is the max total that I can handle for this (doing hourly reduces % fee). Will leave a Glowing paragraph of feedback 5 stars : -...

    $4 / hr Average bid
    $4 / hr Snittbud
    5 bud