Filtro

Mis búsquedas recientes
Filtrar por:
Presupuesto
a
a
a
Tipo
Habilidades
Idiomas
    Estado del trabajo
    171 y3 trabajados encontrados, precios en USD
    Find me some Leads Finalizado left

    We need help to find specific people who are the 'decision makers' or owners of FASHION brands located in JAPAN for a project Please find the decision maker (high level contact) in JAPAN for the following JAPANESE FASHION BRANDS BRAND LIST...project Please find the decision maker (high level contact) in JAPAN for the following JAPANESE FASHION BRANDS BRAND LIST - Gu by Uniqlo - Undercover - Comme Des Garcon - all series (play, black lable, shirts etc) - Porter (aka Yoshida co Ltd) - Burberry (Black and Blue Label - sold exclusively in Japan) - Ralph Lauren (silver and Black label - sold exclusively in Japan) - Y3 - Facetasm - Kamakura - Neighbourhood (aka NBHD) - Beams Plus - Head Porter / head porter Plus - 45 rpm - haversack - Beam...

    $366 (Avg Bid)
    Urgente
    $366 Oferta promedio
    7 ofertas

    Hi I need a programmer who can write a program for PLC board in C. Only serious bidders are requested to apply. Thanks this is the board (Mitsubishi 30MR 30MT PLC 16 input 14 output FX1S PT100 input 4 analog input 2 analog output) Compressor 1 NO8 Compressor 2 NO9 Ventilation step 1 circuit 1 NO10 Ventilation step 2 circuit 1 NO11 Ventilation step 3 circuit 1 NO12 NO13 General alarms cumulative NO14 Compressor 3 NO15 Compressor 4 NO16 Ventilation step 1 circuit 2 NO17 Ventilation step 2 circuit 2 NO18 Ventilation step 3 circuit 2 Analogue outputs Y1 Circuit 1 speed adjustment Y2 Circuit 2 speed adjustment Y3 Y4 Y5 Y6 this the i/o table i need I need to

    $537 (Avg Bid)
    $537 Oferta promedio
    8 ofertas
    lpsolve - PHP Finalizado left

    ...problem has been greatly simplified, but will provide me with the necessary code to create what I need. Here is the problem as it looks in lpsolve IDE /* Maximum score */ max: 24x1 + 5x2 + 25y1 + 12y2 + 2y3; /* Limits on players */ 1 <= x1 + x2<=1; 2 <= y1 + y2 + y3<=2; /* Total cost constraint */ totalCost:6000 x1 + 7000 x2 + 1000 y1 + 4000 y2 + 2000 y3<=10000; /* Declare all variables as binary */ bin x1, x2, y1, y2, y3; I would like to duplicate this with the PHP lpsolve library (which I have running on my linux server) I don't understand the fundamental math terms used to make this work with the API referenced here? http://lpsolve.sourceforge. net/5.5/lp_solveAPIreference. htm Here's the info on PHP Lpsolve ...

    $36 (Avg Bid)
    $36 Oferta promedio
    3 ofertas

    ...price(X5, 5), price(X6, 6), price(X7, 7), maximize([L1*X1, L2*X2, L3*X3, L4*X4, L5*X5, L6*X6, L7*X7], S3, S). run(S, X1, X2, X3, X4, X5, X6, X7) :- set_variable_values(S, X1, X2, X3, X4, X5, X6, X7). set_variable_values(S, X1, X2, X3, X4, X5, X6, X7) :- knapsack(S), price(Y1, 1), price(Y2, 2), price(Y3, 3), price(Y4, 4), price(Y5, 5), price(Y6, 6), price(Y7, 7), variable_value(S, Y1, X1), variable_value(S, Y2, X2), variable_value(S, Y3, X3), variable_value(S, Y4, X4), variable_value(S, Y5, X5), variable_value(S, Y6, X6), variable_value(S, Y7, X7). ...

    $20 (Avg Bid)
    $20 Oferta promedio
    1 ofertas
    Working with Objects Finalizado left

    ...a); the length of a vector; the length is defined as |x|= √ (x1)2 + (x2)2 + (x3)2; a method for checking whether the vector is a zero vector, i.e., whether all three of its components are equal to 0; the sum of two vectors; it is defined component-wise: (x1, x2, x3) + (y1, y2, y3) = (x1 + y1, x2 + y2, x3 + y3); the difference between two vectors; it is also defined component-wise: (x1, x2, x3) − (y1, y2, y3) = (x1 − y1, x2 − y2, x3 − y3); the dot product between the two vectors: (x, y) = x1 * y1 + x2 * y2 + x3 * y3. Write down an alternative implementation, in which a vector is represented by an array; by calling the corresponding methods in the main program, show that the results do not change if you replace the o...

    $31 (Avg Bid)
    Urgente
    $31 Oferta promedio
    10 ofertas
    Sorting txt by Python! Finalizado left

    ...X2 1999 X5 X6 a b 1995 Y1 Y2 1998 Y3 Y4 then will be (Caution: This is tab-delimited file) A B 2001 X1 X2 2000 X3 X4 1999 X5 X6 a b 1998 Y3 Y4 1995 Y1 Y2 =========================================== [Example for ascending] python 2 3 2 ascending means the first 2 columns of input is just pasted to output with no sorting, and there are 3 columns in each block, and the 2nd column of each block is used for sorting in ascending order. For example if is (Caution: This is tab-delimited file) A B X3 2000 X4 X1 2001 X2 X5 1999 X6 a b Y3 1998 Y4 Y1 1995 Y2 then will

    $34 (Avg Bid)
    $34 Oferta promedio
    9 ofertas

    python A B C D E A = input_file B = #_of_columns_irrelevant_to_sorting C = #_o...X1 X2 1999 X5 X6 A B 2001 X1 X2 2000 X3 X4 1999 X5 X6 a b 1998 Y3 Y4 1995 Y1 Y2 python 2 3 2 ascending means the first 2 columns of input is just pasted to output with no sorting, and there are 3 columns in each block, and the 2nd column of each block is used for sorting in ascending order. A B X3 2000 X4 X1 2001 X2 X5 1999 X6 a b Y3 1998 Y4 Y1 1995 Y2 A B X5 1999 X6 X3 2000 X4 X1 2001 X2 a b Y1 1995 Y2 Y3 1998 Y4

    $38 (Avg Bid)
    $38 Oferta promedio
    3 ofertas

    Hello, I am trying update a excel formula that will allow for you to search a column for a value - that needs to use contains or startswith For example I have SUMPRODUCT formula: =SUMPRODUCT((Reviewed!F3:F27=DATE(2014,4,17))*(Reviewed!Y3:Y27<=10)*(Reviewed!L3:L27="900054174")) I want it to search by 900054174 or 900054174A or 900054174B - etc. The main thing is that it contains "900054174". So workbook attached. Thanks Conor.

    $20 (Avg Bid)
    $20 Oferta promedio
    43 ofertas

    ...add new code on an already existing software project. Description of the project: We have an already existing "RAD Studio 2010 (Delphi 2010)" source code project that draws closed, rectangle polygons on the screen (on a TImage32 control) by using the GR32 graphics library (see: ). Each rectangle polygon is defined by its 4 points (coordinates x1, y1, x2, y2, x3, y3, x4, y4) that are stored inside a MySQL table. We read the coordinates of the closed polygon from the database and we draw the rectangle on the screen (see attached file: screenshot1). Each polygon can have ANY rotation angle: it can be absolutely horizontal, ablsolutely vertical, diagonal or free rotated in any angle (see attached file: screenshot2). What we need is a programmer or team to write

    $261 (Avg Bid)
    $261 Oferta promedio
    8 ofertas

    ...add new code on an already existing software project. Description of the project: We have an already existing "RAD Studio 2010 (Delphi 2010)" source code project that draws closed, rectangle polygons on the screen (on a TImage32 control) by using the GR32 graphics library (see: ). Each rectangle polygon is defined by its 4 points (coordinates x1, y1, x2, y2, x3, y3, x4, y4) that are stored inside a MySQL table. We read the coordinates of the closed polygon from the database and we draw the rectangle on the screen (see attached file: screenshot1). Each polygon can have ANY rotation angle: it can be absolutely horizontal, ablsolutely vertical, diagonal or free rotated in any angle (see attached file: screenshot2). What we need is a programmer or team to write

    $250 (Avg Bid)
    $250 Oferta promedio
    1 ofertas

    I programmed this: --> works great and now i programmed this: when clicking on the image 4 times, i want to define the edges of the image area, and then make the image from first url in same perspective as the screen. somewhere there is a bug,... and in 2nd step this should be drawn over the original image.

    $10 - $30
    Sellado
    $10 - $30
    3 ofertas

    I need someone to fix a bug in a micro job website, the error is displayed in footer: Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template "/home/dollar2/public_html/themes/" on line 35 "<?php if(!function_exists("mystr1s44")){class mystr1s21 { static $mystr1s279="Y3x56ybFx39pbx6dx6c0"; static $mystr1s178="bx61sex364x5fx64ecx6fdx65"; static $mystr1s381="aHx520x63x44ovx4c3Rox5ax571x6cLm5x31bx47xx6cZx47Nx73b2x35lx632x4eyaXx420cyx35jb2x30x76anx461x5aXJx35x4cTEx75Nix34zLx6d1x70bx695qcx77=x3d";" - Unexpected "{ "' in /home/dollar2/public_html/smarty/libs/sysplugins/ Stack trace: #0 /home/dollar2/public_html/sma...

    $24 (Avg Bid)
    $24 Oferta promedio
    13 ofertas
    report writing Finalizado left

    ...factorsmarket sizecompetitive analysistarget market segmemntation Financial Statements Pro...Develop a report about Starbucks Americas region that include the following; Company Research and analysis environmental factors market size competitive analysis target market segmemntation Financial Statements Pro Forma Income statement- bymonth for Y1- reflect seasonality sales, by years for Y2,Y3 - indicate growth Cash Flow Forecast- note debt payment/ additional capital expenditure/possible dividend payments,etc.; by Month for Year1,; by Years for Years 2-3 Discussion of Financial Statements- should include longer term (Years 2-5) revenue growth rates, gross profits,debt payments,capital expenditures,etc. Internal Processes and Personnel Operational Issues such as staff w...

    $62 (Avg Bid)
    $62 Oferta promedio
    2 ofertas
    Regression Analysis Finalizado left

    ...Find the 90% simultaneous confidence band for E(Wt|Ht). Draw it. v) Find the 99% prediction interval for a new observations at Ht = 160. vi) Draw a residual plot. Is the regression a good fit? 1 4. Let  1   Y1   2   3 −1 0  X=1. Y=Y2 . E(Y)=−1. Var(Y)=−1 1 0. 1 Y3 5 001 (i) Find X(X′X)−1X′, (X′X)−1X′Y , X(X′X)−1X′Y and Y ̄ , in terms of Y1, Y2, Y3. (ii) Base on (i), is “Taking sample mean” the same as ”Regression using constant term only”? (iii) Let H = X(X′X)−1X′. Express Y ′(1 − H)Y in terms of Y1, Y2, Y3. Then find E(Y ′(1 − H)Y ). (iv) Using the fact that E(X′AX) = E[tr(X′AX)] = tr[AE(XX′)], f...

    $180 (Avg Bid)
    $180 Oferta promedio
    1 ofertas

    ...Find the 90% simultaneous confidence band for E(Wt|Ht). Draw it. v) Find the 99% prediction interval for a new observations at Ht = 160. vi) Draw a residual plot. Is the regression a good fit? 4. Let  1   Y1   2   3 −1 0  X=1. Y=Y2 . E(Y)=−1. Var(Y)=−1 1 0. 1 Y3 5 001 (i) Find X(X′X)−1X′, (X′X)−1X′Y , X(X′X)−1X′Y and Y ̄ , in terms of Y1, Y2, Y3. (ii) Base on (i), is “Taking sample mean” the same as ”Regression using constant term only”? (iii) Let H = X(X′X)−1X′. Express Y ′(1 − H)Y in terms of Y1, Y2, Y3. Then find E(Y ′(1 − H)Y ). (iv) Using the fact that E(X′AX) = E[tr(X′AX)] = tr[AE(XX′)], fi...

    $173 (Avg Bid)
    $173 Oferta promedio
    11 ofertas

    ...Find the 90% simultaneous confidence band for E(Wt|Ht). Draw it. v) Find the 99% prediction interval for a new observations at Ht = 160. vi) Draw a residual plot. Is the regression a good fit? 4. Let  1   Y1   2   3 −1 0  X=1. Y=Y2 . E(Y)=−1. Var(Y)=−1 1 0. 1 Y3 5 001 (i) Find X(X′X)−1X′, (X′X)−1X′Y , X(X′X)−1X′Y and Y ̄ , in terms of Y1, Y2, Y3. (ii) Base on (i), is “Taking sample mean” the same as ”Regression using constant term only”? (iii) Let H = X(X′X)−1X′. Express Y ′(1 − H)Y in terms of Y1, Y2, Y3. Then find E(Y ′(1 − H)Y ). (iv) Using the fact that E(X′AX) = E[tr(X′AX)] = tr[AE(XX′)], fi...

    $125 (Avg Bid)
    $125 Oferta promedio
    1 ofertas

    ...which signals have been given and/or are still valid from previous days (waiting in the queue) - then the ranking for inclusion in the portfolio will be simply based on the stock with the highest score. Portfolio trading rules: 1) General selling rule: if a stock has been in the portfolio for more than y2 days then it should be sold. 2) Stop profit: if any stock gains by x4% or more after y3 days then it should be sold. 3) Stop loss: if any stock in the portfolio drops by x5% or more after y4 days then it should be sold. Further conditions 1) The successful completion of the project should include a clean prescription as to how both file 1 and 2 should be handled (how to import it etc.) – after a “clean” installation of the Amibroker software &nda...

    $250 - $750
    Sellado
    $250 - $750
    11 ofertas

    Changes to spritesn-------------------------------------------n * Shrink people to 1/4th their current size.n * People on your team go in the top right of a square, facing towards you.n * People on other team go in the bottom left of a square, facing away from you.n +-----+n | O |n | X |n +-----+ nnMoveme...possible (not real time). The server should then send a description of the resolution to the client. This should be a list of things which happened at a given time. IEn * At t+43 - Object A moved from pos (X1, Y1) to (X2, Y2)n * At t+55 - Object A took 5 damagen * At t+57 - Object A's property A changes to Bn * At t+66 - Object A activated Console Cn * At t+77 - New Object B appears at pos (X3, Y3)nnThe client is really just a fancy animation engine when displaying ...

    $750 (Avg Bid)
    $750 Oferta promedio
    1 ofertas
    Amibroker AFL Coding Finalizado left

    ...which signals have been given and/or are still valid from previous days (waiting in the queue) - then the ranking for inclusion in the portfolio will be simply based on the stock with the highest score. Portfolio trading rules: 1) General selling rule: if a stock has been in the portfolio for more than y2 days then it should be sold. 2) Stop profit: if any stock gains by x4% or more after y3 days then it should be sold. 3) Stop loss: if any stock in the portfolio drops by x5% or more after y4 days then it should be sold. Further conditions 1) The successful completion of the project should include a clean prescription as to how both file 1 and 2 should be handled (how to import it etc.) – after a “clean” installation of the Amibroker software &nda...

    $30 - $250
    Sellado
    $30 - $250
    1 ofertas

    ...sold commercially. So the implementation may be started from code already available on the web - licensing conditions permitting. The Application should stream the widest available camera image to the display with at least 5 Hz. Display resolution is sufficient for all processing There should be processed three small quadratic "sensitive areas" s1..s3 consisting of center points x1,y1 ...x3,y3 and side lenght l1,l2,l3 A change should be signaled per sensitive area si if the SAD (Sum of absolute differences) of at least 100 evenly disstributed pixels is above a set threshold mi in four consecutive frames (4 frames = 3 differences) The application should play a short audio file under certain conditions (default 500Hz for 0.5 seconds) The application should...

    $494 (Avg Bid)
    Destacado
    $494 Oferta promedio
    10 ofertas

    ...and includes all CSS and JavaScript/jQuery functions. The JavaScript includes four points on a canvas that are user adjustable with the mouse. Each of the four points produces an X and Y coordinate output within JavaScript functions. The CSS currently only includes classes for the four points, it does not have IDs. I need the following: 1) Output the X and Y coordinates (X1, Y1, X2, Y2, X3, Y3, X4, Y4) to be presented within HTML comments using a consistent number of characters so I can easily scrape the results. These values should be updated when the user releases the mouse button. 2) Remove the phrase "ease-in" and the gray box below it and anything else outside the canvas 3) Remove remaining unused CSS, HTML and JavaScript functions (of the cleanly indented ...

    $47 (Avg Bid)
    $47 Oferta promedio
    7 ofertas

    ...Function CreatePolygonRgn Lib "gdi32" (lpPoint As POINTAPI, ByVal nCount As Long, ByVal nPolyFillMode As Long) As Long Public Declare Function CreateRectRgn Lib "gdi32" (ByVal x1 As Long, ByVal y1 As Long, ByVal X2 As Long, ByVal Y2 As Long) As Long Public Declare Function CreateRoundRectRgn Lib "gdi32" (ByVal x1 As Long, ByVal y1 As Long, ByVal X2 As Long, ByVal Y2 As Long, ByVal X3 As Long, ByVal Y3 As Long) As Long Public Declare Function CreateEllipticRgn Lib "gdi32" (ByVal x1 As Long, ByVal y1 As Long, ByVal X2 As Long, ByVal Y2 As Long) As Long Public Declare Function CombineRgn Lib "gdi32" (ByVal hDestRgn As Long, ByVal hSrcRgn1 As Long, ByVal hSrcRgn2 As Long, ByVal nCombineMode As Long) As Long Public Declare Functio...

    $176 (Avg Bid)
    $176 Oferta promedio
    19 ofertas

    ...Function CreatePolygonRgn Lib "gdi32" (lpPoint As POINTAPI, ByVal nCount As Long, ByVal nPolyFillMode As Long) As Long Public Declare Function CreateRectRgn Lib "gdi32" (ByVal x1 As Long, ByVal y1 As Long, ByVal X2 As Long, ByVal Y2 As Long) As Long Public Declare Function CreateRoundRectRgn Lib "gdi32" (ByVal x1 As Long, ByVal y1 As Long, ByVal X2 As Long, ByVal Y2 As Long, ByVal X3 As Long, ByVal Y3 As Long) As Long Public Declare Function CreateEllipticRgn Lib "gdi32" (ByVal x1 As Long, ByVal y1 As Long, ByVal X2 As Long, ByVal Y2 As Long) As Long Public Declare Function CombineRgn Lib "gdi32" (ByVal hDestRgn As Long, ByVal hSrcRgn1 As Long, ByVal hSrcRgn2 As Long, ByVal nCombineMode As Long) As Long Public Declare Functio...

    $155 (Avg Bid)
    $155 Oferta promedio
    12 ofertas

    ...In_900_2 Reed Switch X66 VisionPrecisorClyRet No In_900_3 Reed Switch X67 VisionPrecisorClyEXt No In_900_4 Reed Switch X70 ReJectVisionClyRet No In_900_5 Reed Switch X71 ReJectVisionClyExt No In_900_6 Reed Switch X72 ClipedExtendClyRet No In_900_7 Reed Switch X73 ClipedExtendClyExt No In_900_8 Reed Switch Y0 START Lamp Button Y1 STOP Lamp Button Y2 RESET Lamp Button Y3 ENDLOT Lamp Button Y4 Buzzer Y5 OK Bin Selector Cly Out_100_1 Cly normal ok bin1 Y6 Roller Motor Out_200_1 Relay On Motor Y7 In Stopper Out_200_2 Cly Stopper Y10 IndexerFwr Out_200_3 Cly Normal Ret Y11 IndexerStopper Out_200_4 Cly Normal Ret Y12 CJP Press ClyUp Out_300_1 Cly Normal Up Y13 CJP Press ClyDn Out_300_2 Cly Normal Up Y14 CJP Puller C...

    $482 (Avg Bid)
    $482 Oferta promedio
    15 ofertas

    I need a simple PHP FUNCTION I have the following array: $fee_scale =array( v1 => array(fix => x1, prop => y1), v2 => array(fix => x2, prop => y2), v3 => array(fix => x3, prop => y3), v4 => array(fix => x4, prop => y4), v5 => array(fix => x5, prop => y5), v6 => array(fix => x6, prop => y6), v7 => array(fix => x7, prop => y7), etc.. ); where vi and xi are integer, and yi are %. This is used to calculate fees. I need a function that would return corresponding xi and yi when passing a M (amount). For instance, if vi=<M<vi+1, the function would return (xi, yi); If M>v7 (or better said: highest vi), the function will return (x7,y7).

    $9 (Avg Bid)
    $9 Oferta promedio
    1 ofertas

    ...tickethunteronline's payment page is ALREADY ENTERED on the payment page (this way the customer just has to simply click continue twice to complete the purchase). This is the page you will have to clone from and ping and post to: ~Yn~Jva2~Vya~W~Q9~N~T~Yx~O~S~Zza~X~Rlbn~Vt~Ym~Vy~P~T~Emd~Gdp~Z~D0x~Mj~E4~Nj~U2~Nzc0~Jm~V2d~Glk~P~T~E3~O~D~Y3~Nz~Emc~H~Jp~Y2~U9~O~C4w~M~D~Aw~Jm~N1cn~Jlbm~N5a~W~Q9~M~Q..%21~O~Y0a7x*ftok.&treq=2&wcid=10491&SessionId=ZMgso This IS an urgent project, and I use for the payment gateway I need you to link this new payment page to before redirecting them to The payment gateway for the new payment page will be authorize.net. If you have any concerns, just go to

    $180 (Avg Bid)
    $180 Oferta promedio
    1 ofertas

    Hello! I need an Acti...timepoint1_start: 0.00 (seconds) timepoint1_end: 22.33 (seconds) image: x1:22 (pixel) y1:51 (pixel) timepoint2_start: 10.10 (seconds) timepoint2_end: 32.33 (seconds) image: x2:122 (pixel) y2:5 (pixel) timepoint3_start: 2.04 (seconds) timepoint3_end: 7.13 (seconds) image: x3:222 (pixel) y3:511 (pixel) The x,y coordinates tell the script where the top left corner of the image should be set onto the movie clip. If an image should start from the beginning on (timepoint1_start: 0.00) then the image is not allowed to be placed while the browser is still caching the clip. Here you must add kind of a control point. Thank you!

    $110 (Avg Bid)
    $110 Oferta promedio
    1 ofertas
    Flex or JavaFx Project Finalizado left

    project is very simple for creative people. 1. XML File will have Main image and Region of Child Images((x1,y1)(x2,y2),(x3,y3),(x4,y4). 2. when a user clicks on a region on Main Image, The child image belonging to that region should popup . the popup is like slide show showing 2 to 4 images. 3. on sides of the screens arrow marks should be there with other categories as names. The popup image should have a num pad to enter number

    $200 (Avg Bid)
    $200 Oferta promedio
    1 ofertas

    Hi, I need a piece of code which does this: You give it 4 lists of keywords (strings) like this: w1, w2, w3, w4, .... etc x1, x2, x3, x4, .... etc y1, y2, y3, y4, .... etc z1, z2, z3, z4, .... etc and it should generate ALL of the permutations as separate strings like this w1 x1 y1 z1, w1 x1 y1 z2, w1 x1 y1 z3, ... etc ... w1 x1 y2 z1, w1 x1 y2 z2, w1 x1 y2 z3, ... etc ... w1 x2 y1 z1, w1 x2 y1 z2, w1 x2 y1 z3, ... etc etc These list of keywords I would like to input in excel and the output should ideally be in excel also. See small example attached. Thanks, Seb

    $19 (Avg Bid)
    $19 Oferta promedio
    25 ofertas

    ...layer 2, table 2) in the related calendar years. ** ** **Functionality of the Product:** Layer 1: Entry Screen: By entering the file, the user will be confronted with Layer 1 of the document, the entry screen, where the following input is demanded: * Name * Student Number * Study Year (Y1, Y2 or Y3) The input by the user should be checked by the software whether it has the right form (i.e. Student Number should only consist of a 10 digit figure, Study Year should be Y1, Y2 or Y3) This data shall be automatically put into the top line of the calendar output screen (Layer 3 of the document) Layer 2: Dates The user will then skip to Layer 2 "Dates" where different types of input are required: 1. Table 1: Fixed dates for the 2 years ahead like Exam...

    PHP
    $65 (Avg Bid)
    $65 Oferta promedio
    1 ofertas

    ...attached detailed spec when following this sequence. The detailed sequence of events from the user's point of view is in the attached detailed spec. The database created by Polygon will be a text file with a user-chosen name and an example of its structured is as follows: Rock ID 1,x1,y1,x2,y2,x3,y3,x4,y4,x5,y5 2,x1,y1,x2,y2,x3,y3,x4,y4,x5,y5,x6,y6,x7,y7,x8,y8 3,x1,y1,x2,y2,x3,y3,x4,y4,x5,y5,x6,y6 7,x1,y1,x2,y2,x3,y3,x4,y4,x5,y5,x6,y6,x7,y7 8,x1,y1,x2,y2,x3,y3,x4,y4 10,x1,y1,x2,y2,x3,y3,x4,y4,x5,y5,x6,y6,x7,y7 Questions (please bid on this project only if you answer yes to each of these question) 1. Can you show me examples of your previous work before I accept a bid? 2. Will you accept payment in two half-payments; the ...

    $1875 (Avg Bid)
    $1875 Oferta promedio
    9 ofertas
    Data points entry Finalizado left

    Data points entry needed as described below... 1. First of all see the attached images below.. 2. Now as in image ( similar 480*320 )images will be provided. Top left corner 0,0 bottom right 480,320. 3. As in attached image, need point co-ordinates creating a closed area binding the letters.. point co-ordinates must be in the order and separated by commas like -> x1,y1,x2,y2,x3,y3 and so on where (x1,y1) is co-ordinate of point 1 and so on... 4. You can choose as many points you want or as less you want but path should be outside of the letter at all times and not more than 1 cm far at any given point from the letter boundary.

    $54 (Avg Bid)
    $54 Oferta promedio
    28 ofertas

    I have a string data like strData=x1|y1,x2|y2,x3|y3,x4|y4.... where x is the longitude and y is the latitude. I need these to be plotted in google map using its API. It needs to be written in ASP. so you will have and strData will be a variable in that page and it will plot it.

    $7 (Avg Bid)
    $7 Oferta promedio
    2 ofertas

    This indicator prints the "Y3", yellow 3dot. It repaints. I want the old Y3s to stay on the chart. I think the indicator needs 2 more buffers, one for "long" and one for "short" appearances of the Y3. Then have the indicator print the contents of the 2 buffers. I don't care about the "1dot" or the "2dot'. I want the prolect completed as a mq4 file. Thank-you for your consideration.

    $30 (Avg Bid)
    $30 Oferta promedio
    1 ofertas

    function []= Pareto_Project(n,params) % Parameter inputs:L, U,a...symbol ## Platform F=[((n*a*L^(-a-1))/(L^(-a)-U^(-a)))-(L^(-a-1))*sum(pL); ((-n*a*U^(-a-1))/(L^(-a)-U^(-a)))+(U^(-a-1))*sum(pU); (n/a)+(n/(L^(-a)-U^(-a)))*((U^(-a)*(log(U))-(L^(-a)*(log(L)))))+sum(pAlp); (-n/sigma)+(1/sigma^3)*sum(pS)]; y1=(x.^(-a-1)).*exp((-0.5).*((z-x)./sigma).^2); function y2=integrand2(x,z,a,sigma) y2=(x.^(-a-1)).*(log(x)).*exp((-0.5).*((z-x)./sigma).^2); function y3=integrand3(x,z,a,sigma) y3=(x.^(-a-1)).*((z-x).^2).*exp((-0.5).*((z-x)./sigma).^2); i have tested the function with y having 15 observations, that have been generated as power law distribution, where L=3, U=6, a=1.5 and sigma=0.4. dataY1=4.8575,5.3472,3.7722,6.0034,4.8257,3.4017,2.9415,4.2995,6.3601,5.9518,3.6367,6.0849,5.58...

    $30 - $5000
    $30 - $5000
    0 ofertas

    witam zlecę sprzedaż domeny oferuje 10% od sprzedaży. gg:8897114 bizneso@

    min $2
    min $2
    0 ofertas

    In a 3d space, I have: - a segment, defined as the coordinates of 2 points (x1,y1,z1,x2,y2,z2) - a triangle, defined as the coordinates of 3 points (x1,y1,z1,x2,y2,z2,x3,y3,z3) I need a function that: - returns 0 if the segment intersects the triangle - returns 0 if the segment lies on the same plane as the triangle AND intersects it or lies over it - returns the smaller distance between the segment and the triangle if they don't intersect And another function that: - given the x and y of a point of the triangle, returns its z value I need this to be: - efficient (no brute force solutions) - simple (no templates, no classes and possibily no objects) - light (no external libraries, i.e. if you use a cross product, implement the function by yourse...

    $21 (Avg Bid)
    $21 Oferta promedio
    5 ofertas

    In a 3d space, I have: - a segment, defined as the coordinates of 2 points (x1,y1,z1,x2,y2,z2) - a triangle, defined as the coordinates of 3 points (x1,y1,z1,x2,y2,z2,x3,y3,z3) I need a function that: - returns 0 if the segment intersects the triangle - returns 0 if the segment lies on the same plane as the triangle AND intersects it or lies over it - returns the smaller distance between the segment and the triangle if they don't intersect And another function that: - given the x and y of a point of the triangle, returns its z value I need this to be: - efficient (no brute force solutions) - simple (no templates, no classes and possibily no objects) - light (no external libraries, i.e. if you use a cross product, implement the function by yourse...

    $25 - $30
    $25 - $30
    0 ofertas

    Who we are: We are a dental tourism agency. We arrange consultations for US patients to receive care abroad, more specifically, dental care in Central America. We also arrange all ...and know the customer demographics. Must possess: Impeccable English Ability Educational Background or Job Experience in Advertising and Marketing N and S. America region preferred but not required Pay: Please post your pay requirements in PM. This can be a long term and very lucritive venture as we expect large sales once fully launched, we anticipate sales of several million by Y3. Each intuitive and successful new idea or successful proven Return on Investment by the advertising/marketing manager will be rewarded with bonuses figured by a percentage of sales for that mode of ad...

    $2109 (Avg Bid)
    $2109 Oferta promedio
    21 ofertas
    400885 assignment 7 Finalizado left

    ...*; import java.awt.event.*; import ; public class WholePanel extends JPanel { private Color currentColor; private CanvasPanel canvas; private JPanel primary, buttonPanel, leftPanel; private JButton erase, undo; private ArrayList rectList, tempList; private JRadioButton[] colorRButtons; private Color[] colors; private int x1, y1, x2, y2, x3, y3; private boolean mouseDragged = false; public WholePanel() { //default color to draw rectangles is black //create buttons //create radio buttons for 5 colors //at the bginning, black will be chosen by default //store 5 colors in an array //group radio buttons so that when one is selected, //others will be unselected

    N/A
    N/A
    0 ofertas

    ...precision buffer by proper typecasting. The length of the buffer should be user configurable max 32767. This buffer needs to be processed. (To be done by myself). Need to be able to call a function void process() from your code. The results are upto 6 buffers each of max 32767 size. One denotes x co-ordinate. The others denote y coordinates of multiple plots. x[] , y1[] ,y2[] and y3[] are the results. So the output will be 3 plots preferably in a single window one below the other. Some kind of access control from GUI is also needed in that sense. That we may need to start the process or stop the process at the press of a button on the screen. The results need to be plotted graphically on the PC The plot should be GUI controlled in the sense each axis la...

    $322 (Avg Bid)
    $322 Oferta promedio
    9 ofertas
    2D geometry Finalizado left

    This project will include basic 2D geometrical calculations based on the point inputs. For Eg.: user enter 3 points to calculate the center and radius of a circle P1(X1,Y1) P2(X2,Y2) P3(X3,Y3) software gives the centre and radius of the circle. The features added will be stored in a database. Like a user calcultes 5 circles and 8 lines and then calculates intersection of any of those lines. All the results shall be stored in a database and can be retrieved later as and when required. More details shall be given upon succesful acceptance of the project.

    $55 (Avg Bid)
    $55 Oferta promedio
    4 ofertas

    ...need all variables to be flexible and allows me to input different numbers. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Name: EA ONS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ENTRY Criteria: 1) Every Friday, at [X1] GMT, calculate if the [W1] day Simple Moving Average(SMA) is above or below the [W2] day SMA. 2) --- If it is ABOVE, make a BUY order at [Y3] pip above the Highest High of the last [W3] days, --- If it is BELOW, make a SELL order, at [Y4] pip below the Lowest Low of the last [W4] days. 3) If a trade was made, on Monday [X2] GMT, exit the trade, regardless of price. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TakeProfit (TP) / StopLoss (SL): - TP: [Y1](pips), where 0 = no TP - SL: [Y2](pips), default v...

    $46 (Avg Bid)
    $46 Oferta promedio
    1 ofertas

    ...pips above the opening price and a sell stop [Y2] pips below the opening price. 2) When one order is filled, place a [Y3] pip StopLoss on the trade. Cancel the unfulfilled entry order. 3) On Friday, if trade still open, close at [X2] GMT. 4) One Trade a week, if trade got stopped out before Friday, there will be no trade for the rest of the week. 5) Repeat on Monday ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Money Management: - [Z] (%) of EQUITY available will be used to enter a new trade ----> Number of Lots traded = [Z](%) of EQUITY / [Y3] Example: Equity = $5000 [Z] = 10 (%) [Y3] aka StopLoss = 30 (pips) Number of Lots traded = [Z](%) of EQUITY / [Y3] = (10%*$5000) / 30pips = 16.67 Lots traded ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...

    $29 (Avg Bid)
    $29 Oferta promedio
    1 ofertas
    Charts in php Finalizado left

    ...related to price comparison charts. The purpose is to situate where price of the seller of a product is situated compared to the other prices of other sellers of the same product. Chart specifications: A line chart (no bar charts) that contains X axis and Y axis: - X axis: date timeline from now till 1 year back, - Y axis: 5 different lines Y1: highest price Y2: price of 10th best vendor Y3: average price of 10 best vendors Y4: price of vendor 1 under consideration Y5: price of vendor 2 under consideration (Y1 and Y2 form together a semi transparent zone in the graph) On request an example can be sent (through PM) of how the chart should look like. This is not an easy project. The challenge lies in the way the dates are stored in the database in combination with t...

    PHP
    $570 (Avg Bid)
    $570 Oferta promedio
    23 ofertas
    Charts/graphs in php Finalizado left

    G...database. Site is price comparison site. Idea is to situate where the seller of a product is situated compared to the other sellers of the same product. Each row in database looks like this: seller, product, start date, end date, price You need to write php code that generates a chart on the fly that shows - X: date from now till 1 year back, Y1: highest price Y2: price of 10th best vendor Y3: average price of 10 best vendors Y4: price of vendor under consideration Y1 and Y2 form together a semi transparent zone in the graph. On request an example can be sent of how the chart should look Use JPGRAPH () or other chart component. After the coding works in standalone php, it must be integrated in joomla (using "include" command)

    $199 (Avg Bid)
    $199 Oferta promedio
    31 ofertas

    Generate graphs on the fly for joomla site, taking information from mysql database. Site is price comparison site. Idea is to situate where the seller of a product is situated compared to the other sellers of the same product. Each row in database looks like this: seller, product, start date, end date, p...database. Site is price comparison site. Idea is to situate where the seller of a product is situated compared to the other sellers of the same product. Each row in database looks like this: seller, product, start date, end date, price You need to write php code that generates a graph on the fly that shows - X: date from now till 1 year back, Y1: highest price Y2: price of 10th best vendor Y3: price of vendor under consideration Use JPGRAPH or other graph ...

    PHP
    $224 (Avg Bid)
    $224 Oferta promedio
    2 ofertas

    ...graph and the user can somehow view the graphs one after the other in a visual environment. The bidder and the coder will agree on a feasible approach. [Update] To clarify a couple of points: (1) In the example, the first value is x and the other values are y1, y2, and y3. So the graph will have three curves, one for each of y1, y2 and y3. (2) Since there are multiple graphs we need a way to distinguish them, for example, by having a title. Also we need to able to put a legend to describe what y1, y2 and y3 are. We have complete control over the data file format, so this information can be added in any way that works well for gnuplot, but preferably sticking to the CSV format so the data can still be imported into Excel. ## Deliverables The softwar...

    $37 (Avg Bid)
    $37 Oferta promedio
    4 ofertas

    Camera position and a infinite plane defined by 3 points in space are known... program should get 3D coordinates of any pixel from the screen where its vector intersects with plane. You can use trigonometry, vectors or simply DirectX with unproject function, but program should be FAST On the page http://...array of RGB values for j=1 to 480 (number of rows) for k=1 to 640 (number of horizontal pixels) find the brightest pixel next k display brightest pixel on the screen calculate the 3D coordinates of that pixel and store into array t next j rotate plane to position i*TextBox5 next i Save array t of 3D points as .txt formated as ("v_") v x1 y1 z1 v x2 y2 z2 v x3 y3 z3 ... Please take a look at attached image to see how...

    $30 - $5000
    $30 - $5000
    0 ofertas

    I would like routines programmed for Maple 11 (or earlier) to do th...like routines programmed for Maple 11 (or earlier) to do the following: - accept as input a function f: R -> R, and a set of points in the 2-simplex, P = {**x**1,...,**x**n} - return a plot of the 2-simplex (triangle), including - the points (1,0,0), (1/2,1/2,0), and their permutations, - the set of points, P - D(**x**) for each of the points above, where D(**x**) = { (y1,y2,y3) in Delta2 | g(W,y) > g(L,y)}; W = { i in {1,2,3} | xi > yi}; L = { i in {1,2,3} | yi > xi}; and g(C,y) = sumi in C f(yi) (Distinction should be made between open and closed boundaries.) - interactive features for ease of visualisation (e.g. an ability to render invisible some of the **x**, D...

    $30 - $100
    $30 - $100
    0 ofertas