Filtrér

Mine seneste søgninger
Filtrer ved:
Budget
til
til
til
Slags
Færdigheder
Sprog
    Job-status
    2,000 int i jobs fundet, i prisklassen EUR

    We, ibs-dev are searching for a quality C# developer to develop code and .NET solutions for our business. In this role, you will be required to design, write...project The following is referred to C# .NET Standard. We have a string variable. It holds the FileName (e.g. ""). If there are revisions of this file the FileName will end with an underscore and the version Identifier (e.g. for revision 1: ) Implement a class that takes the file name and sets the 2 properties: 1) String for the Name (= file name without ".pdf" extension) 2) int for the VersionId Create also a unit test project to ensure, that the properties are set correctly. Some testcases (fileName, expectedName, expectedVersionId): "", "file", 0 "", "file_1&quo...

    €36 (Avg Bid)
    Fremhævet Haster
    €36 Gns Bud
    6 bud

    ...necesario que esté correctamente estructurada la clase para que su comprensión sea correcta. El código debería entenderse por sí solo con nombres de variables explicativas. En caso que no sea posible, tendrá que llevar comentarios. El uso de la class DateTime es importante. Como parámetros de entrada tendrá: plazoEntrega (int - será el número de días que el envío tarda en llegarle al cliente. 1 = entrega al día siguiente. 2 = 2 días. Y asi sucesivamente). horaLimite (int - hora límite del día en la que se le hará el envío. Hora y minutos, en formato HHmm, que en caso de ser superados por la hora actual habrá que sumar un día mas.) ent...

    €203 (Avg Bid)
    €203 Gns Bud
    19 bud

    Hi Temi, as discussed on our meeting I am listing below the requirements and details for our project: All in all, the goal is to replicate my current website () with regards to design, functionalities, and any other details on shopify. The objective is to recreate the desired website in terms of design and functionalities with a clean, DRY, and efficient code and structure. The only feature we leave out is the gift cards. Below is a list of the sections and pages, however, small and important details such as breadcrumbs, colors, or the way buttons and colors are adjusting from default to active state are not mentioned. For these details I expect you to check and compare always with the current website, to ensure we replicate exactly. PAGES & SECTIONS: • HEADE...

    €2813 (Avg Bid)
    €2813 Gns Bud
    1 bud

    Hi Temi, as discussed on our meeting I am listing below the requirements and details for our project: All in all, the goal is to replicate my current website () with regards to design, functionalities, and any other details on shopify. The objective is to recreate the desired website in terms of design and functionalities with a clean, DRY, and efficient code and structure. The only feature we leave out is the gift cards. Below is a list of the sections and pages, however, small and important details such as breadcrumbs, colors, or the way buttons and colors are adjusting from default to active state are not mentioned. For these details I expect you to check and compare always with the current website, to ensure we replicate exactly. PAGES & SECTIONS: • HE...

    €234 (Avg Bid)
    €234 Gns Bud
    1 bud

    Note: Bid Starts at $20 highest I'm willing to go is $30 unless reason for increased price is explained in detail What I am hiring you to do: Task : Download the DarkGDK game engine and modify the game engine to support bending sprites according to the mouse cursor position as currently DarkGDK doesn't support this. Example scenario: Suppose I have a straight metal pipe sprite that is facing up and based on the mouse cursor position I want to bend the top half of the pipe. Example: New DarkGDK function void dbBendSprite( int SpriteID, int vertex, float angle); This small example video provides a clearer example of what I am looking for: Game Engine Used: DarkGDK This is a small task but requires a small game engine modification ...

    €9 - €28
    €9 - €28
    0 bud

    ...set; } public int Rating { get; set; } public string ReviewText { get; set; } public DateTime ReviewDate { get; set; } public long CreatedUserId { get; set; } public Dictionary<string, string> QuestionAnswers { get; set; } public string companyLogo { get; set; } public string BackgroundColor { get; set; } } We want to get questions answer form from one json file like there will be array and from there that 3rd form data will populated. var arr = [ {questions:"What is your age":answerType:"textbox"}, {questions:"Are you male/female":answerType:"Radio",answerType:[{id:1,value="Yes"},{id:2,value="No"}]}, {questions:"What is your age":an...

    €30 (Avg Bid)
    €30 Gns Bud
    7 bud

    #include <iostream> #include <cstdlib> #include <ctime> using namespace std; int main() { srand(time(NULL)); // initialize random seed int position = 0; // initialize car position to 0 // loop until car reaches finish line while (position < 10) { int move = rand() % 3 + 1; // generate random number between 1 and 3 position += move; // move car cout << "Car moved " << move << " spaces. Position: " << position << endl; } cout << "Car wins!" << endl; return 0; } for python import random position = 0 # initialize car position to 0 # loop until car reaches finish line while position < 10: move = (1, 3) # genera...

    €10 / hr (Avg Bid)
    €10 / hr Gns Bud
    11 bud
    tromino tiling Udløbet left

    ...(1, 1). You will make a function called tromino as below. void tromino /* function to do tiling */ ( int x_board, int y_board, int x_missing, int y_missing, int board_size ); /* size of board, which is a power of 2*/ The main program should call tromino( 0, 0, x_missing, y_missing, board_size), which allows the user to input board_size by prompting the line “Please enter size of board (0 to quit):” first, then to input coordinates of missing square for x_missing and y_missing by prompting the line “Please enter coordinates of missing square (separate by a space):”. For the tromino function below, void tromino /* function to do tiling */ ( int x_board, int y_board, int x_missing, int y_missing, /* ...

    €19 (Avg Bid)
    €19 Gns Bud
    8 bud
    Trophy icon Build a Blazor Server Site Udløbet left

    ...use the above will be disqualified. See attached Database Schema for the table definition. CREATE TABLE [dbo].[Vehicle]( [Id] [int] NOT NULL, [Vin] [nvarchar](50) NULL, [Make] [nvarchar](50) NULL, [Model] [nvarchar](50) NULL, [Year] [int] NULL, [Name] [nvarchar](50) NULL, [Description] [nvarchar](max) NULL, [Color] [nvarchar](50) NULL, [LicensePlate] [nvarchar](50) NULL, [LicensePlateState] [nvarchar](50) NULL, [Notes] [nvarchar](max) NULL, [MonthlyPayment] [numeric](10, 2) NULL, [Cost] [numeric](10, 2) NULL, [InsuranceProvider] [nvarchar](50) NULL, [PurchaseDate] [datetimeoffset](0) NULL, [SoldDate] [datetimeoffset](0) NULL, [ActiveRental] [int] NULL, CONSTRAINT [PK_Vehicle] PRIMARY KEY CLUSTERED ( [Id] ASC )WITH (STATISTICS_NORECOMPUTE = OFF,...

    €47 (Avg Bid)
    Garanteret
    €47
    4 indlæg

    We have an existing plugin for exterior ballistics and need to update/add new bullets to the plugin. I have all the bullet information in a comma delimited file. I need someone to import those into the plugin and advise how we can do it ourselves int he future.

    €37 (Avg Bid)
    €37 Gns Bud
    21 bud

    Milestone 1: Just read the title of this project. Milestone 2: Extra payment beyond budget if you make the button pop up a WPF dialog to ask the count. Milestone 3: Extra payment beyond budget if the dialog can also take an expression (like name of local int variable that contains the count to export). Deliverable will be a .sln with accompanying files. It will be compatible with VS2022. There are several examples from Microsoft to get you started. Feel free to bid higher than $30 for milestone 1. It just seems

    €19 (Avg Bid)
    €19 Gns Bud
    3 bud

    This should be a real quick and easy job if you know Pinescript. I think it just needs a custom EMA function. I want to use the value of the current ATR as the length of an EMA. Since ATR is a float, I used int() to convert to integer. But it needs to be a "simple int". How do I do that? Here is the code to modify. //@version=5 indicator(title="EMA + ATR", shorttitle="EMA + ATR", overlay=true, timeframe="", timeframe_gaps=true) i_ATRlength = (10, minval=1, title="Length") i_Source = input(close, title="Source") ATRcalc = (i_ATRlength) ATRint = int(ATRcalc) EMAcalc = (i_Source, ATRint) plot(EMAcalc, title="EMA", color=) I can make it look nicer and I'll b...

    €28 (Avg Bid)
    €28 Gns Bud
    7 bud
    Sales decision bot Udløbet left

    I'm looking to build a new lead process for all inbound leads coming int our business that we push and contact them through FB Messenger & WhatsApp - through a decision try model I want to qualify leads so they are fully aware of product information, have the ability to purchase direct from the site with bespoke discounts or speak directly to a sales member at a time that suits them. We have an issue with contact rate from our leads as we primarily target customers by phone, with success in by using what's app we want integrate this further and use messenger.

    €5156 (Avg Bid)
    €5156 Gns Bud
    28 bud

    We have a mysql table with about 20 fields of many types: var char, int, date, IP address. The form should be filled as follows: - most of them from user input - some of them as autogenerated random, based on previous entered input - some of them as dropdowns from other table ( should be unique ) - ie: IP addresses - some of them as regular simple drop-down menu The project should be done in PHP. We need a main listing of the records with some search options, and then the VIEW record page where we need an option to generate a barcode PDF file based on the records in the current row.

    €20 / hr (Avg Bid)
    €20 / hr Gns Bud
    47 bud
    Trophy icon Design a logo Udløbet left

    Company name: Time-inT Nature of business: Renovation / interior design Concept: Use both the 'T' make like a house roof, the rest of the alphabets can appear as renovation tools like hammer, wall drills, paint brush, lightbulbs, wooden planks, nails, measuring tape, clock etc. By looking at the logo people will know we are dealing with home renovation and interior design. Feel free to add in your own creative elements. Look forward to a unique and modern (Time-inT) logo.

    €13 (Avg Bid)
    Garanteret
    €13
    120 indlæg

    Note: Bid Starts at $40 highest I'm willing to go is $50 at this is a very small task The task is straightforward currently I have some code that I modified to do rapid fire for bullet creation. To create new sprites a unique sprite ID is used by assigning a number example: 1 2 or 3 or an integer variable int number = 3; The rapid fire portion works as intended however I an unable to move the sprite I rapidly create. What I am hiring you to do: Task : Download the code and the game engine as well as my code and figure out why the rapid bullet sprites don't move forward. Game Engine Used: DarkGDK This is a small task should take no more than a day as the code for the most part works. To download DarkGDK use this link: Download the ...

    €33 (Avg Bid)
    €33 Gns Bud
    4 bud

    Note: Bid Starts at $40 highest I'm willing to go is $50 at this is a very small task The task is straightforward currently I have some code that I modified to do rapid fire for bullet creation. To create new sprites a unique sprite ID is used by assigning a number example: 1 2 or 3 or an integer variable int number = 3; The rapid fire portion works as intended however I an unable to move the sprite I rapidly create. What I am hiring you to do: Task : Download the code and the game engine as well as my code and figure out why the rapid bullet sprites don't move forward. Game Engine Used: DarkGDK This is a small task should take no more than a day as the code for the most part works. To download DarkGDK use this link: Download the ...

    €118 (Avg Bid)
    €118 Gns Bud
    6 bud

    Sehr geehrte Damen und Herren, wir sind ein Logistik Express Unternehmen „INT Logistik“ in Deutschland. Wir suchen einen Programmierer für unsere Firmensoftware. • Programmier Sprache: Java • Operating System: Windows • Quellcode Übergabe • Alle Rechte liegen bei INT Logistik • Sprache Englisch / Deutsch Wir wollen eine eigene Firmensoftware erstellen um alle auftragsbezogene Prozesse damit steuern zu können. Angefangen von Auftragseingabe bis zur Rechnungserstellung. Aufträge werden durch Kunde Online selbst eingegeben über ein Kundenlogin. Kundenlogin mit: • Sendungseingabe • Adresshistorie • Kundenadressen • Auftragslisten / Tageslisten • Datenverwaltung seiner eigenen Daten Daten werde...

    €5185 (Avg Bid)
    €5185 Gns Bud
    13 bud

    i have websit ethat converte into word press theme work perfec tly

    €31 (Avg Bid)
    €31 Gns Bud
    16 bud

    Hi, i need to get the LIS3D accelerometer running on an ESP32 on I2C. The LIS3D has a INT pin which i want to use when the Accelerometer detects motion.

    €23 (Avg Bid)
    €23 Gns Bud
    22 bud
    c++ zybook errors Udløbet left

    Hello there I completed one project through zybooks, but the code is presenting some errors the project has 3 parts and they are all presenting errors which are listed below. The is a read file only as well as other files the only file that can be modified or changed is the LinkedList.h. We will work remotely through my computer, teamviewers : In function ‘void TestRemove()’: :19: error: ‘class LinkedList<std::__cxx11::basic_string<char> >’ has no member named ‘Remove’ 43 | int count = (val); | ^~~~~~ :15: error: ‘class LinkedList<std::__cxx11::basic_string<char> >’ has no member named ‘Remove’ 49 | count = (val); | ^~~~~~ : In function &...

    €20 (Avg Bid)
    €20 Gns Bud
    9 bud

    Sehr geehrte Damen und Herren, wir sind ein Logistik Express Unternehmen „INT Logistik“ in Deutschland. Wir suchen einen Programmierer für unsere Firmensoftware. • Programmier Sprache: Java • Operating System: Windows • Quellcode Übergabe • Alle Rechte liegen bei INT Logistik • Sprache Englisch / Deutsch Wir wollen eine eigene Firmensoftware erstellen um alle auftragsbezogene Prozesse damit steuern zu können. Angefangen von Auftragseingabe bis zur Rechnungserstellung. Aufträge werden durch Kunde Online selbst eingegeben über ein Kundenlogin. Kundenlogin mit: • Sendungseingabe • Adresshistorie • Kundenadressen • Auftragslisten / Tageslisten • Datenverwaltung seiner eigenen Daten Daten werde...

    €2795 (Avg Bid)
    €2795 Gns Bud
    21 bud

    Hi Want some to install erpnext on my ubuntu server, only installation, I will do the setup. Also I want you to record the screen and send me the video file for further use. Please bid wisely mention "INT-CUST" = if you can do install and know customization (as a different project) "INT" = if you can only do install and don't know how to customize (as a different project) Looking forward to work with you . Thank you.

    €97 (Avg Bid)
    €97 Gns Bud
    12 bud

    Hey, I Need an excel script to find which folder a specific file is and once found print the name of the folder to a field in the google sheets. The name of the file to be searched will be always int he next column for example: So the script has to find "" in the the google drive and if its found in root/work/january/basic/ would have to catch the folder name "basic"

    €23 (Avg Bid)
    €23 Gns Bud
    11 bud

    Hey, I Need an excel script to find which folder a specific file is and once found print the name of the folder to a field in the google sheets. The name of the file to be searched will be always int he next column for example: So the script has to find "" in the the google drive and if its found in root/work/january/basic/ would have to catch the folder name "basic"

    €23 (Avg Bid)
    €23 Gns Bud
    8 bud

    hi, I am going to pay for improvement of my example project. I want to add some code for new line to display message with text about start and end of line when user mouse click on the line. // Display 2d Curves for (int i = (); i <= (); i++) { Handle(Geom2d_Curve) L = (i); GetView()->DisplayCurve(L, Aspect_TOL_DASH, Aspect_WOL_THICK, Quantity_NOC_DARKSLATEBLUE, Standard_False); }

    €21 (Avg Bid)
    €21 Gns Bud
    7 bud

    About 2 hours' work for an experienced React developer who is a logic thinker. We have a component named Vocabulary. There is a button on the screen, toggle between 【Pause】and 【Continue】. Without human interfere, each vo...sound should be played 2 times, and go to the next vocabulary. When user press the【Pause】button, the screen stops there, and the button's text become【Continue】. When user press 【Continue】, if the vocabulary's sound was played 1 time, then play the sound for the 2nd time. If the sound has been played 2 times, go to the next vocabulary. There are three important variables: index -> vocabulary index (int) paused -> paused or not (bool) played -> how many times the sound has been played (0, 1, 2) You have to work remotely on my computer via...

    €35 (Avg Bid)
    €35 Gns Bud
    12 bud

    Display MySQL table data in a PHP Datatable using server ...styling - Contains the server side processing for the datatable - contains the MySQLI connection string for the file Project must use MySQLI to connect. (not MySQL) Table columns to be displayed in Datatable: SQL Table 1: membership_number (int) - Should be a clickable link which posts the value to when clicked () first_name (text) last_name (text) join_date (date) SQL Table 2: age (int) - Expanded Row address (text) - Expanded Row paid_amount (number) - Expanded Row comments (text) - Expanded Row Should be compatible with PHP 8 You should be able to search against all fields Datatable pagination should be enabled

    €27 (Avg Bid)
    €27 Gns Bud
    18 bud

    PLEASE MAKE SURE YOU READ THE ENTIRE DESCRIPTION BEFORE YOU PLACE BID Hi, I want to create my own AI tool and am looking for a developer who is an expert in: Python, Numpy, Pandas and Tensorflow or other equally good for the project. Are you capable of this and do you have knowledge of AI coding and technology, then please send me a quote of what this will cost. This is for trading/stock/crypto prices , so it has to be able to use machine learning ie. Random Forest, Gradient Boosting, Support Vector Machines, LSTM, XGBoost, LightGBM, DBN, SGD, and especially RNN (neural networks) etc. We will use the API from Alpaca. Need to make the trading bot created and fun from a server with a cron job. More details on this later. The code below should not be foreign to you and you s...

    €570 (Avg Bid)
    €570 Gns Bud
    36 bud
    view bot tiktok Udløbet left

    One Bot will open 20 tiktok accounts with 20 different proxies. ( The accounts need to be scalable) ... * The accounts will view one Specific video till completion or at least 20 seconds. (This is important) I prefer to choose the time, you can put a random prompt in an int variable, that’ll determine how many seconds the bot will view the video. * the accounts should view one link all at once not one by one * After completion or viewing one video for 20 seconds, each account will go back and view the video again. * Each cycle must register as an individual view on tiktok’s Algo. * It’ll be an endless loop, till I hit exit. So the views from the ac...

    €188 (Avg Bid)
    €188 Gns Bud
    11 bud

    I would like to execute code in arduino that allows you to get to your destination from point A to point B using only GPS (without any IMU). We have a starting point A and a destination point B. The vehicle's task is to go from point A to point B. For those who say it's impossible: https:// www. youtube. com/watch?v=vAiZuJWzUTE I have this autopilot and there is no IMU, only the GPS module is connected I tried something like this but no result :) void loop() { while (()) { (()); } if (()) { currentLat = (); currentLon = (); if (currentLat != 0 && currentLon != 0 && lastLat != 0 && lastLon != 0) { Heading = TinyGPSPlus::bearing(lastLat, lastLon, currentLat, currentLon);

    €131 (Avg Bid)
    €131 Gns Bud
    19 bud

    Hi, I have the following issue. The attached strategy identifies the High/Low for a specific time period. Once the High is exceeded within the Session Close time, the signal is generated. Now this strategy only takes the current session into consideration. I also want to use the High/Low from yesterdays session. So the coding is to add yesterdays Session High/Low, the signal is only generated when the current and yesterday sessions high is exceeded by factor X. //Time HLRange Define input: Multiplier(1),Ratio(3), StartTime( 900), // Time of start of channel EndTime( 1000), SessionCloseTime (1200), EntrySizes (10000), int NATR(9), // 5-60 STEP 5 double Fract(1.3); // 0.6 - 3.5 STEP 0.1 or 0.15 Vars: PeriodHigh( 0 ), // Updated wi...

    €28 (Avg Bid)
    €28 Gns Bud
    1 bud

    ...//Storing the input Scanner scannings = new Scanner(); int lengthening = (); int[] numericals = new int[lengthening]; for(int i = 0; i < lengthening; i++) { numericals[i] = (); } //Calculating the running tally for each boolean Verification = false; int Summation; for( int j = 0; j < lengthening; j++) { //elements zero 9 10 9 11 7 13 8 9 6 9 Summation = 0; int[] momentary = new int[j+1]; for(int k = 0; k < j; k++) { momentary[k] = numericals[k]; } ArrayList<Integer> A = new ArrayList<>((momentary)); Combination(A, numericals[j]); } // Function call } static void unique_combination(int...

    €29 (Avg Bid)
    €29 Gns Bud
    8 bud
    online snake game Udløbet left

    ok so I am learning to code some old school C code to make a game that is cross platform and can be played over the network I am trying to split the game up into header files and functions and definitions into other c files snake.c game.c game.h I have come across these errors and it will not compile but the issue here is the issues are not correct. snake.c:16:1: warning: '/*' within block comment [-Wcomment] /* ^ snake.c:100:61: error: use of undeclared identifier 'ROWS'; did you mean 'COLS'? if (next.x < 0 || next.x >= COLS || next.y < 0 || next.y >= ROWS) { ^~~~ COLS /Library/Developer/CommandLineTools...

    €14 / hr (Avg Bid)
    €14 / hr Gns Bud
    16 bud

    X from 0 to 319 Y from 0 to 239 Color from 0 to 255 void PutPixel( int X, int Y, unsigned char Color) { unsigned char quot = X / 8; unsigned char rem = X % 8; if ( Color ) VideoA[(Y * 40) + quot] |= (1<<rem); else VideoA[(Y * 40) + quot] &= ~(1<<rem); }

    €14 (Avg Bid)
    €14 Gns Bud
    2 bud

    You need to run powershell and python scripts on windows templates, on which cloudinit-base is already installed, so that when we mount the cloudint image through Proxmox, it loads the password, IP address from the cloud-int configuration file of the image, configures it on the server and runs these scripts.

    €435 (Avg Bid)
    €435 Gns Bud
    17 bud

    ...tercero. La web será una web de ejemplo donde se exponga la funcionalidad completa con un diseño básico en bootstrap (last version). Conectar con API de Google para autorizar acceso a terceros a una cuenta o MCC. Alamacenar en base de datos MySql los datos de acceso en una tabla con los campos: Nombre de tabla: GOOGLE_TOKENS IDAuthToken (PK de la tabla y autoincremental) DistributorId (Es un ID int que se le enviará en la autorización de Google Ads para identificar que cliente ha realizado la solicitud y a que token corresponde ese cliente) Google Ads Account Id (ID de la cuenta que autorizó) Google Ads Account Name (Nombre de la cuenta de Google Ads que autorizan) AccessToken (Access token devuelto por la autorización) RefreshT...

    €504 (Avg Bid)
    €504 Gns Bud
    15 bud

    I need some quick fix in shopify. Very important: 1) i will not give you store access, but send you theme file, which you need to modify and send back to me 2) You need to also tell me what exact code you have changed in a seperate text file 3) This needs to be done within next 1 hour Change Needed:- 1) In collection page: a) For product title, increase font size by 2 b) Make product title as bold c) For Product title in mobile (small screen layout), make the product title truncate after 30 characters d) Product Review stars increase the font size by 2 2) For Desktop layout: In Collection Page the filters currently open on left when expanded. I need to change this and make the filter options as Sticky on the top menu: look at following example:-

    €32 (Avg Bid)
    €32 Gns Bud
    16 bud
    Trophy icon Dance class promotional flyer Udløbet left

    I need 2 flyers designed for 2 different dance styles. Requires a modern look that appeals to young adults - not childern. (For singles and couples). Company colours are black, orange and white but happy to have additional complimenting colours to enhance the visual. Want people to see it and think “I have to try this”. Key words: “Learn to Dance” “ No partner required” “Fun” “Friends” “Fitness” Website: if you need to get an idea of our current look (see Modern Jive page and West Coast Swing page). Flyer 1 (one sided) Modern Jive - does not need to have ALL these words but this is the information you can use: LEARN TO DANCE – MODERN JIVE - EVERY FRIDAY NIGHT IN BROADBEACH - FUN & EAS...

    €39 (Avg Bid)
    Garanteret
    €39
    125 indlæg

    ...project: Use the apis in that project which is open source and free. Read the data for the KJV/Strong references shortcode for outputting bible with links to strong and mouseouver popup with strong info parse file create and insert into mysql DB KJV_Strong // table structure id (autoincrement) Volume (varchar 255) bookNumber int bookName (varchar 255) chapter int verse int table 2 strong References another project (DONE ALREADY) table 3 (many-many relationship between strong references and verses) verse_strong_map idVerse, idStrong KEY DELIVERABLES: SQL script to create the tables: NOTE: there MUST be indexes on each column in table 1, and proper FK constraints must be applied on table 3 database php API: (basic insert and selects ...) :

    €132 (Avg Bid)
    €132 Gns Bud
    12 bud

    Hi, We are looking for a wordpress developer. We need to make few changes int he website (images etc). Changes in some of the Forms on the website. Need SSL Certificate for the website. Regards

    €34 (Avg Bid)
    €34 Gns Bud
    109 bud

    Hello, I need someone to fix this SQL query error while importing/creating db in phpMyAdmin. Error 1293: Error SQL query: Copy CREATE TABLE IF NOT EXISTS `calendar_details` ( `id` int(11) NOT NULL, `userid` int(11) NOT NULL DEFAULT '1', `ppttypeid` int(11) DEFAULT NULL, `checkin` date NOT NULL DEFAULT '0000-00-00', `checkout` date DEFAULT '0000-00-00', `created` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, `status` int(11) DEFAULT '0', `updated` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, `updaterid` int(11) NOT NULL DEFAULT '0', `guestname` varchar(50) DEFAULT NULL, `guestemail` varchar(80) DEFAULT NULL, `guestphone` varchar(50) DEFAULT NULL, `guestcountry` varchar...

    €23 (Avg Bid)
    €23 Gns Bud
    21 bud

    Hi Rahul -., You've helped me int he past and I wondered if yuou had availabilty to help again? I have a spreadsheet that needs the information displayed in a bar graph. Ideally, the bar graph would adapt everytime new information is added

    €35 (Avg Bid)
    €35 Gns Bud
    1 bud

    Job Summary We, ibs-dev are searching for a quality C# developer to develop code and .NET solutions for our business. In this role, you will be required t...Project The following is referred to C# .NET Standard. We have a string variable. It holds the FileName (e.g. ""). If there are revisions of this file the FileName will end with an underscore and the version Identifier (e.g. for revision 1: ) Implement a class that takes the file name and sets the 2 properties: 1) String for the Name (= file name without ".pdf" extension) 2) int for the VersionId Create also a unit test project to ensure, that the properties are set correctly. Some testcases (fileName, expectedName, expectedVersionId): "", "file", 0 "", "file_1"...

    €12 / hr (Avg Bid)
    €12 / hr Gns Bud
    30 bud

    I have an ANdroid APP which used to work perfect but after the latest update its not detecting a NFC Tag, i think something minor needs to be done, i will like someone to check and fix the same. Thank you. It needs to be done on Anydesk, as i have the code and cant share. private void readFromIntent(Intent intent) { String action = (); if ((action) || (action) || (action)) { Parcelable[] rawMsgs = (NfcAdapter.EXTRA_NDEF_MESSAGES); NdefMessage[] msgs = null; if (rawMsgs != null) { msgs = new NdefMessage[];

    €27 (Avg Bid)
    €27 Gns Bud
    6 bud

    Details are int he caption, a simple easy job. Files are created

    €24 (Avg Bid)
    €24 Gns Bud
    15 bud
    Php/mysql/js script Udløbet left

    Hi guys, I need a php/mysql/gmaps script which will do the follow: One page with 1 text input and 1 select list input 1 mysql db with 2 tables 1st mysql table will have 2 fields Id(int primary key), name(varchar) 2nd table ill have 3 fields id(int primary key), name(varchar 200), id_first_table(int) Why I need this? When we organize a daily tour we make meeting points where we meet the travelers. In the first table I will save the names of all hotels in our area In the second table I will save all our tour meeting points in our area as I will connect the hotels will the meeting points through the 3rd field (id_first_table). Exampe: Table 1 id name 1 Name1 2 Name2 3 Name3 Table2 id name ...

    €76 (Avg Bid)
    €76 Gns Bud
    50 bud

    --------------------------------------------------- update each row with DIFFERENT value for one column MS SQL table python 3.10...----- update each row with DIFFERENT value for one column MS SQL table python 3.10 code use pyodbc or sqlalchemy ------------------------------------------------- do it fast for millions rows just create synthetic table existing table : 2 millions rows and 3 columns update column N3 ( any format : string or int or float) with new values new values are from 1 Data in numpy array format : string and int and float 2 Data in pandas array format : string and int and float reference should teach how to create connection from python to SQL DB

    €21 (Avg Bid)
    €21 Gns Bud
    1 bud

    ...pyodbc write/read column to update existing table for MS SQL do it fast for millions rows just create synthetic table existing table : 2 millions rows and 2 columns update table with 2 millions rows and 3 columns ( format : string , int, float) Given MS SQL server 1 Data in numpy array format : string and int and float Write python code for fast writing column/ columns to existing table ( new column or replacing existing column ) Write python code for fast reading column/columns from existing table to numpy array 2 Data in pandas array format : string and int and float Write python code for fast writing column/ columns to existing table ( new column or replacing existing column ) Write python code for fast reading column/columns from existing table to pandas ...

    €15 (Avg Bid)
    €15 Gns Bud
    4 bud

    Top int i Community-artikler