Htmljavascript char jobs

Filter

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

    Need a writer fluent in German to make short descriptions for products (mostly lighting fixtures, but furniture is also possible). Example: - you should write max. 3-4 sentences, not an article or a complete text. There's no definite deadline, it will be determined later depending on ...determined later depending on your speed of writing descriptions. This manufacturer has only generic information about the lamp, and your task will be to turn this brief technical information into a little text. Of course, you should be familiar with SEO basics and understand that these short texts can't be duplicate, but completely unique. Price: waiting for your offers per one page (about 1800 char. without spaces).

    $544 (Avg Bid)
    $544 Avg Bid
    2 bids

    1) Reverse the order that the messag...should always show on the gallery, they should not disappear, 4) A not sure what the right name is but see the attachment I call it a table for smiley’s like the one attached that have the ability to move the similes and put them in order. It really is just one line with the ability to add another line each time you add a new smiley (SEE ATTACHEMENT) ALL WORK MUST BE 100% COMPATIBLE WITH PRO CHAR ROOM CURRENT CODE Each Task must come with the specification as to where EXACTLY the string that is produced IS TO BE PLACED WITHIN THE PRO CHAT ROOM FILES to complete the steps above must be place in the Pro chat room application in order to work and produce the functionality that we are trying to implement. I can be reached ON SKY...

    $204 (Avg Bid)
    Urgent NDA
    $204 Avg Bid
    1 bids

    ...in same units, so the multiplication scales the result a bit when on usual 96 DPI. Additionally, the documentation of GetCharWidth says it does not work for TrueType fonts. You might try using the GetCharABCWidthsFloat function instead for all measurements; according to MSDN documentation it is most precise from all text measuring functions and works on any type of font. Our developers think PDF char widths should correspond to the sum of A+B+C of GetCharABCWidthsFloat results. 2. We also get incorrect measurements with Unicode texts when not using Chinese symbols, but in that case text substrings usually overlap. Our developers checked the PDF specification for composite fonts and think the problem is missing W tag for the CIDFonts, instead all characters using the default DW v...

    $1020 (Avg Bid)
    $1020 Avg Bid
    1 bids

    void CompleteTest(TCHAR* codigopostalrequired, TCHAR* cnaerequired, TCHAR* coso) { wstring cp = codigopostalrequired; wstring cnae = cnaerequired; wstring cos = coso; string data2 = ""; data2 += (char *)_bstr_t(cp.c_str()); data2 += "+"; data2 += (char *)_bstr_t(cnae.c_str()); data2 += "+"; data2 += (char *)_bstr_t(cos.c_str()); cout < "; cout << data2; wstring urlHead (L" /servlet/app/portal/ENTP/prod/LISTA_EMPRESAS/razonsocial/"); wstring urlTail ((), ()); wstring url = urlHead + urlTail; WinHttpClient getClient(url); if (!()) { return; } (L""); wstring resp = (); RegExp

    $10 / hr (Avg Bid)
    $10 / hr Avg Bid
    2 bids

    A bluetooth device sends animal idtag information 14 char long as chr thru com port, software needs read that string and do websearch from specific place with that code, if that response for that place doesnt give wanted information then do search from another site with same code. Software need pairing. ask permissions for bluetooth and internet connection, text box for last 5 codes.(automac search shoud do no problems?) Really silmply code, android 2.2 should be enought for platform demands. I would to that my selft, but no time. I need source code for future modications Payment thru paypal credit card or wire transfer as european transfer

    $472 (Avg Bid)
    $472 Avg Bid
    11 bids

    A palindrome is word or phrase that reads the same forward and backward, ignoring blanks and considering uppercase and lowercase versions of the same letter to be equal. For...the period—is palindrome. You may assume that the input contains only letters and blanks and is at most 80 characters long. Include a loop that allows the user to check additional strings until she or he requests that the program end. (Hint: Define a static method called isPalindrome that begins as follows: Public static Boolean isPalindrome(char[] a, int used) Your program should read the input characters into an array whose base type is char and then call the preceding method. The int variable used keeps track of how much of the array is used, as described in the section entitled “Pa...

    $12 / hr (Avg Bid)
    $12 / hr Avg Bid
    15 bids

    ...manipulations (e.g. Multiplying images with a constant value, or doing point-wise multiplication of data), I am planning on using OpenGL to do my image manipulations. All I want is to be able to upload my image to a texture, and then use Shaders/Fragments to be able to multiply my images. For example, I have a jpeg image of 230x240. I have read it as RGBA, and stored it internally in a buffer (unsigned char* data). Now, I want to multiply this image with another image of the same size. So, instead of doing this in CPU, I want to upload each image as textures and then hand it over to Shaders, so it can do the multiplication in GPU. It is not always going to be multiplication. Sometimes it may be addition, division, or subtraction. So, what I am looking for is some help so t...

    $193 (Avg Bid)
    $193 Avg Bid
    5 bids

    I am looking for someone to write SQL tutorials. Basically I am looking for someone that has a ton of experience in SQL and that could write well descriptive tutorials on how to perform queries, etc... At minimum I would like to discuss: Table setup, what primary, unique, etc.. means what are differences between varchar, char, blob, etc.. What are other features like float, decimal, etc... Simple select, insert, update queries. Joins and what differences between all joins are and examples. I would like this tutorial to go from very basic to intermediate-advanced level. Please respond back with any ideas you have to make this happen and what content you would use. Thank you

    $150 (Avg Bid)
    $150 Avg Bid
    3 bids

    ...argv[1} and argv{2] MILESTONE 100% when you can show me 2 screenshot 1-. : 28001 432 2-. output file Take a look to the code: void CompleteTest(TCHAR* codigopostalrequired, TCHAR* cnaerequired) { wstring cp = codigopostalrequired; wstring cnae = L"432"; // must be : cnae = cnaerequired string data2 = ""; data2 += (char *)_bstr_t(cp.c_str()); data2 += "&cnae="; data2 += (char *)_bstr_t(cnae.c_str()); cout < "; cout << data2; wstring urlHead (L""); wstring urlTail ((), ()); wstring url

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

    ...dont know . Sure a professional VC++ coder will detect fail in a moment. void CompleteTest(_TCHAR* codigopostalrequired, _TCHAR* cnaerequired) { wstring cp; if (!codigopostalrequired) { cp = L"08022"; } else { wstring cp = codigopostalrequired; } wstring cnae = L"432"; // must be : cnae = cnaerequired string data2 = ""; data2 += (char *)_bstr_t(cp.c_str()); data2 += "&cnae="; data2 += (char *)_bstr_t(cnae.c_str()); //Must be : "; WinHttpClient getClient(L"

    $11 / hr (Avg Bid)
    $11 / hr Avg Bid
    2 bids

    Hi, Below is a simple 17 lines and efficient solution for the robot on grid task, if you like it you can pay the $5, if you have any question or want to modify it just let me know: unsigned N = 2; // Limits unsigned path(unsigned x, unsigned y) { unsigned p = 0; if (x <= N && y <= N) // check bou...if you have any question or want to modify it just let me know: unsigned N = 2; // Limits unsigned path(unsigned x, unsigned y) { unsigned p = 0; if (x <= N && y <= N) // check boundaries, or obstacles { ++p; // current node p += path(x+1, y); // go right p += path(x, y+1); // go down } return p; } int main(int argc, char** argv) { unsigned p = path(1, 1); // Starting point retu...

    $45 (Avg Bid)
    $45 Avg Bid
    1 bids

    ...small website, nearly a one pager, needs a renewal. A small php scripts counts the words and characters entered into a textfield and outputs the result. After the renewal the Page needs to look modern and the output of the result should be realized using jQuery (AJAX) on the same page. Shorter texts beeing entered into the textfield schould be analyzed in real time (real time output of the word and char count, see this site to get the idea: ). If the user posts a very long text in the textfiled, real time analysing might be a performance killer, therefore analysing should start after hitting a button. The few texts on the site are in German language and should more or less stay there for SEO reasons. Just included into the modern design. The overall content should be centered

    $155 (Avg Bid)
    $155 Avg Bid
    9 bids

    We have a web page where users can create custom page is located at We wish to add auto-wraping of the text around the image (Normally at right bottom) exactly like they have . We require and request you to go to and type in a 200 char long text and see how it wraps around the image. The try changing images (try all 20 on first pane) and see how wrapping changes. Some examples are attached. Bid only if you know what you are doing and we may give bonuses if done exactly how we need it. We will provide the code once the coder is selected and the task is accepted. You need to fix ONLY the HTML page where backend code is already done and working fine. Feel free to open discussions

    $200 (Avg Bid)
    $200 Avg Bid
    6 bids

    ...MySql database. The XML and the database are already created, the path to the XML and the path and credentials to MySQL will be provided. In MYSql there are going to be four tables and around 25 fields in total to be filled. There is one table for each level of the XML ( 4 levels deep in the XML). I will create tables and fields according to what we decide, namely type of fields (int, bigint, char …). The parameters for deleting records and reading from XML just can be changed when the program is not running. More detailed information is going to be given to bidders. The code with comments and one 32 bits compiled program is to be given to me in the end of the project....

    $54 (Avg Bid)
    Featured
    $54 Avg Bid
    29 bids

    I have 10 set of clothes which i need to conform to a char. Each set contains a cloth a gloves and boot. Bid only if you are able to do this

    $31 (Avg Bid)
    $31 Avg Bid
    5 bids

    I recently upgr...oscmax from 2.0.25 to 2.5.2. Everything goes well except the new ultimate seo 5 once enabled made an unwanted removal of the dash between two values. I have a customized filter in product listing returns something like filter_id2=3-17 in url, but now it becomes fitler_id2=317. If I disabled seo, in cPath mode there is no such problem. I have filter short words set to 1 and remove all non-alphanumeric char set to false. The customized filter works fine when I manually change 317 to 3-17 in the url. I am not sure why the '-' is missing when seo is enabled. Interesting thing is in product info page the '-' is properly displayed as e.g. i-can-fix-this-problem.html. By the way no access will be given to the website, and I expect to pay no more than $...

    $15 / hr (Avg Bid)
    $15 / hr Avg Bid
    7 bids

    Two main items 1, Basic description of equipment and process needed to convert 10 tonnes per day of 7cm long pieces of tyre steel wires produced from tyre pyrollysis. (with approx 5% carbon) to synthetic red oxide pigment. 2. Recommend...outlining a basic process to manufacture it using 20 tonnes per day of dipentene made from tyre pyrollysis and fractional distillation of its oil. 3. Suggestion for any other high value end product from tyre oil 4. Basic assessment of the viability of using carbon char from tyre pyrollysis to make carbon electrodes. The carbon char has 15% Ash, 2 % Sulfur, less than 2% moisture, greater than 80% carbon, but unknown electrical conductivity/resistance. One option is to buy suitable anthracite and mix in carbon char as a su...

    $20 - $34 / hr
    $20 - $34 / hr
    0 bids

    ...image data unsigned char *DoLocoIEncoding( int nWidth, int nHeight, unsigned char *p16BitGrayPixels ); // This method takes three arguments // nWidth is the width of the image in pixels // nHeight is the height of the image in pixels // Note that total pixels can be calculated by nWidth * nHeight // p16BitGrayPixelsProcessedByLocoIAlgorithm is the buffer containing 16-bit values, each of which // represent a gray. However, this data has already been processed by the LOCO-I algorithm // (decorrelated, contextualized, and error corrected image data) and needs to be returned to // pre-processed values. Note that the size of this buffer in bytes is the number of pixels * 2 // // Returns: The restored image data unsigned ...

    $340 - $1020
    Featured Urgent Sealed
    $340 - $1020
    1 bids

    ...before you can create a new game."; } as you can see the is how the print scripting system pulls the date. After the above code, the function PrintString() is called, which then calls what I named PrintAllTheStrings and gets processed in there. Both are a member of a class and pass void* this as the first param, then the listed params 978900 = PrintString(char* str, int some val)->Calls 0097EBD0 ;=void *__thiscall printallthethings( const char *string, int usuallyzero) <--Parses Have knowledge of editing/patching games Don't bid if you want a milestone payment because 'm not paying one....

    $31 - $385
    $31 - $385
    0 bids

    ...delay_ms(5000); UART1_Write_Text("AT#SKTOPrn"); // start connection to send data . Ok , now the connection is open and I will start to send some data , When I write simple data in UART1_write_Text("Hi Freelancer") , I can't receive it in my server but if I connected to pc terminal to see the output I can see it !! , I make this simple function to send character one by one which is void send1(char *text) { while(*text) UART1_Write(*text++); // Send characters one by one } Thin when I use this function send1("Hi Freelancer"); yes I can see it in terminal and in my Server application . that great and it is acc...

    $122 (Avg Bid)
    $122 Avg Bid
    5 bids

    For Black Menu toolbar create a separator (image or char pipe) that separates menu options. It should look exactly like in 9gag.com. Demo required. Website for which you have to do it is frengly.com. The height of the separator must take all the height of toolbar (like in 9gag) Please send me demo!

    $82 (Avg Bid)
    $82 Avg Bid
    5 bids

    This project will create a class with two methods as follows: class CJpegLS // Returns the decorrelated data. unsigned void *Decorrelate( unsigned char *pInputData, // Raw input data representing pixel data int nInputDataSize, // Total size of input data buffer int nWidth, // Width of image int nHeight, // Height of image int nBitDepth // Either 8, or 16, or 24 ); // Returns the contextualized data. unsigned void *Contextualize( unsigned char *pInputData, // Decorrelated input data int nInputDataSize, // Total size of input data buffer int nWidth, // Width of image int nHeight, // Height of image int nBitDepth // Either 8, or 16, or 24 ); Deliverables: Visual Studio C++ project with a demonstration program that...

    $816 (Avg Bid)
    Featured Urgent
    $816 Avg Bid
    2 bids

    Our company needs a portable script that can take options for the content (a string, up to 255 char in lenth), typeface (.ttf), maximum font size, and maximum width / height and convert the string into an image , with the words being portrayed as large as possible (up to the correct image size) while fitting inside the bounds of the width/height options specified. This script should be written in PHP compatible with version 5.2.17. The attachment shows the image for the editor. let me know if you have any questions and please attach an image with text so that I can see your work. Please put PHP in the header so that i know you have read all of the requirements.

    $182 (Avg Bid)
    $182 Avg Bid
    6 bids

    ...reseller and user). no need to provide a CRUD for role management. 1. Only admin can change roles 2. createa "Login as" button. Admin can login as anyone, reseller can login as any of his users - Registration screen 1. only admin can view this 2. username is email 3. put a "generate password" button next to password field. when clicked, it creates a 8 char random alphanumeric password 4. put a dropdown list with the name of all the available resellers. by default, "none" is selected - login functions. the form already exists, you need to code: 1. check username & password 2. password recovery: send and email with a change password link. Until link has been cliked,...

    $284 (Avg Bid)
    $284 Avg Bid
    5 bids

    I have a tiff image file. I want a contractor to develop a desktop software to convert that image into text file with basic font size 10, lucida console font family. The out put must be in editable form. The output must contain characters, symbols, punctuation marks, spaces and other char as available in image. Here i have added attachment for input and output files that i want after all. I want 95% accuracy in output minimum. Urgent.... meet me The Administrator removed this message for containing contact details which breaches our Terms of Service meet me directly there for more conversations immediately.

    $259 (Avg Bid)
    $259 Avg Bid
    7 bids

    We need an Ace editor that will edit 2 files in the same time files could be in any language supported by ACE, and the language of the files might not match. Design: two ACE editors, side by side (left right), All code has to be client code, JavaScript, no server code (e.g. no PHP) UI would look like [checkbox] Sync 1) void main(void) { | x | void main(int args, char** vargs) { 2) int a = 7; | x | int a = DAYS_IN_WEEK; ... controls: A) left side editor B) middle controls, with one button x for each line, when pressed it will delete that line from both editors C) right side editor D) Sync checkbox, can't be selected, unless the files have exactly the same number of lines! When Sync is unchecked, both editors will edit their...

    $340 (Avg Bid)
    $340 Avg Bid
    4 bids

    Hello, I See your about $5 for .NET Programming So I need the program : First, Login Online (using Online MySQL , db4free is fine) Second, There's an Table Showing The : Movie Name Movie Link and the Movie Link is the combination an mySQL Table data "IP"*not the MySQL IP but I will Input my IP in the MySQL Table* + "/" using that char, table data "Movie Name" and the third is, there's form showing that : We Can ADD,EDIT,REMOVE the tables data here's the list of table that Must can Edit/Remove/Add IP Table Movie Name Table Movie Link Table User Login table I Need the source code too, how much I can get it?

    $3 / hr (Avg Bid)
    $3 / hr Avg Bid
    1 bids

    pHello My Friend I need your help on There are a problem with urls with the following char: ' For example: 'oliva-verge-extra When I click on Productes and next to Oli d'oliva verge.. this content don't work. I think we need replace cat-Oli-d'oliva... to cat-Oli-doliva or similar because now don't show the category, shows the home again. All other categories work OK can you fix? your budget? sorry for my english Regards

    PHP
    $41 (Avg Bid)
    $41 Avg Bid
    1 bids

    Code vectorization using SSE, Example code is below; void method(unsigned char input,unsigned char output,int size,int width,int height){ float _y,_u,_v,r,g,b; for(int y=0;y<height;y++){ for(int x=0;x<width;x++){ int index = x+y*width; _y = input[index]; _u = input[index+size]; _v = input[index+size*2]; r = _y+1.4075f*(_v-128); g = _y+0.3455f*(_u-128)-(0.7169f*(_v-128); b = _y+1.7790f*(_u-128); input[index]=r; input[index+1]=g; input[index+2]=b; } } }

    $122 (Avg Bid)
    $122 Avg Bid
    4 bids

    I need very simple maze solving algorithm (problably Wall follower) solution. There must be method char[][] solution(char[][] maze) that takes in an maze and it should return the same maze with solution way to the end point. Also, all traversed path can be marked as a part of whole solution. Start point is A and endpoint is B. X is wall. I need very simple solution, problably one or two class if it's possible. XAXXXXX X XXXBX X X X X XXX X X X X XXXXX XXXXXXX

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

    ...contains an array of Bs that contains C. d. A contains B that contains a pointer to C. e. A contain B that contain an array of C. f. A contains an array of Bs that contains a pointer to C. 3. At least one of the fields in one of the structures should be a static string (with a predefined size). 4. At least one of the fields in one of the structures should be a dynamic string (a pointer to char). 5. There should be a field in one of the structures that is a pointer to another structure. Thus, the contained structure should be allocated dynamically (Think of a situation where the existence of the structure is optional). 6. The program should use all 3 arrays: a. an array of structures (of any type that you declare) b. an array of pointers to structures c. a matrix of st...

    $44 (Avg Bid)
    $44 Avg Bid
    13 bids

    App object for iPhone and pads is to help sloppy typist .. When a letter is typed in the displays, on screen it is displayed in a large size, at least 5 time the current size. If the user can see the keyboard and also see the char it helps prevent errors. These errors usually require a mouse relocation to correct.. When the second letter is typed, the first letter reduces in size and moves to the left and the new letter is again displayed in a large format. Many user option will be required as to position of letters, color etc.. Very simple to use.

    $1679 (Avg Bid)
    $1679 Avg Bid
    29 bids

    ...port, 1 arduino per 7 segment display, 8 displays in total, 2 sets of 4, like [8888] [8888] arduino will have ID specified (binary 4 bit) in the sketch in a variable at the top of the code. (easy to change later) arduino will have special code set in the sketch in a variable at the top of the code to control digital pin 13. (easy to change later) once arduino 'sees' it's ID then display the CHAR on 7 segment display (directly driven from arduino using digital pins 5->11 There is a special code to listen for that blanks 7 seg, and set digital pin 13 low. (00001111) The byte of information is comprised of 8 bits, no parity and 2 stop bit. 00011001 = 0001(id) and data as binary number 1001=9 00011000 = 0001(id) and data as binary number 1000=8 000011...

    $60 (Avg Bid)
    $60 Avg Bid
    1 bids

    I have a binary serial data stream that contains 3 variables. I need the code to receive this data stream and using the information update a string variable. The byte of information is comprised of 8 bits, no parity and 2 stop bit. 00001001 = 0(id bit) 000(position of data in this case the left most char in a 4 char number) and data as binary number 1001=9 So we are using the information to build a 4 digit decimal number. like 1339 The data we would have received to do this is like this: 00001111 (this says it is start of stream, blank the variable and start building new) 00000001 00010011 00100011 00111001 at the end send the variable via software serial.

    $60 (Avg Bid)
    Featured
    $60 Avg Bid
    1 bids

    ...must be hidden or inactive (text-field in grey) until in a previous drop-text menu is selected "customize". (I atach example) ______________________________________ Specifications: 1-One atribute will be a dropbox: A.-One dropbox value will show (or activate) two new textfields for some products. (First for 15 char, Second for 2 char) B.-Another dropbox value will show (or activate) one new textfield for other diferent products. ( 2 char) 2 - Not all the products are customizable 3 - This values must be shown by customer in cart review and paying process(like any atribute) 4 - No required to press a save button after inserting the text in text-fields (No like the PS default customization option) 5 - The shop is n...

    $79 (Avg Bid)
    $79 Avg Bid
    6 bids

    ...must be hidden or inactive (text-field in grey) until in a previous drop-text menu is selected "customize". (I atach example) ______________________________________ Specifications: 1-One atribute will be a dropbox: A.-One dropbox value will show (or activate) two new textfields for some products. (First for 15 char, Second for 2 char) B.-Another dropbox value will show (or activate) one new textfield for other diferent products. ( 2 char) 2 - Not all the products are customizable 3 - This values must be shown by customer in cart review and paying process(like any atribute) 4 - No required to press a save button after inserting the text in text-fields (No like the PS default customization option) 5 - The shop is n...

    $41 - $48
    $41 - $48
    0 bids

    Write a program which will decrypt Caesar cipher with 100% accuracy. The Caesar cipher is generating the code a little different than normal Caesar cipher. This version of Caesar cipher is using any symbol from char type interval [0 to 255] or [-127 to 128] The key is also any symbol from char type interval [0 to 255] or [-127 to 128] You must write a program which will decrypt the text and find the key , and program must work with 100% accuracy, it must find the true key always.

    $127 (Avg Bid)
    $127 Avg Bid
    15 bids

    We have another issue with the RTE and IE8. On the page below, if you open a message thread and click Take Action - Agent Email an RTE opens where you can compose a message that becomes part of the thread (the login is the same as last time). ht...com/;contactID=4&view=history However, when you try to click in the text area the cursor work around is to toggle the HTML button, and then un-toggle the button. After doing this the buttons appear after about .5 seconds and you can type in the text area normally. In IE8, and error is displayed indicating the following: Unspecified Error Line 813 Char 9 Code0 I set this as a fixed price assuming it could be handled in 4 hours or so. Please let me know asap if you can do this.

    $68 (Avg Bid)
    $68 Avg Bid
    1 bids

    ...From the point of view of MVC architecture, explain what happens in each tier in both success and error cases. 5. What do you think the following code is trying to accomplish? $koodi = ''; $k = 0; while ($().$k),$alku,$alku+10); $korvattavat = array("0","O","l","I","1"); $possible = "23456789abcdfghjkmnpqrstvwxyz"; $char = substr($possible, mt_rand(0, strlen($possible)-1), 1); $koodi = str_replace($korvattavat,$char,$koodi); $query = "SELECT code FROM #__com_groovefactory_gig_codes WHERE code='".$koodi."'"; $db->setQuery($query); $db->query(); if ($db->getNumRows()==0) break; $k++; } Is there anything wrong with the approach th...

    $780 (Avg Bid)
    $780 Avg Bid
    9 bids

    you can video this video Mass die-chan our game is similiar with gameplay , anime style we change main char and keep 80 % the game run on window / linux build with UNITY you need a full team game dev to : analys the gameplay to understand it the 2D artist the HUB creator Unity programer

    $770 (Avg Bid)
    $770 Avg Bid
    9 bids

    you can video this video Mass die-chan ?????????? our game is similiar with gameplay , anime style we change main char and keep 80 % the game run on window / linux build with UNITY you need a full team game dev to : analys the gameplay to understand it the 2D artist the HUB creator Unity programer

    $3095 (Avg Bid)
    $3095 Avg Bid
    10 bids

    ...be vectors (vector or array) to be used. In this case, the allocation be dynamic and the number of funds determined at runtime. Project 2: Make a program that manages a registry of compact discs (CDs). The register may e.g. based on a doubly linked list structure according to the following approach: const int MaxLength =80; class CDNode { private: CDNode * next, * prev; char title [MaxLength]; char artist [MaxLength]; unsigned int time, antalspr; public: / / Constructors and destructors and member functions / / Capture, list management, file management and printing etc. } There are many other opportunities for implementation that can be used either their own variations on the above list structure or use of useful classes in the STL (Standard Templ...

    $109 (Avg Bid)
    $109 Avg Bid
    6 bids

    I need an Android 4.0 or 4.1 app that renders an OpenGL environment in landscape mode, with a floor grid plane. Kind of like this: I need some text geometery that says "Hello World" floating in the environment. I should be able to change the text simply by changing a hardcoded char* constant, set the font, font size, color, and X,Y,Z position I also need to have the OpenGL camera controlled by the gyro and accelerometer, so i can rotate the OpenGL camera around simply by rotating the phone. If I rotate around left, the view in the OpenGL camera also moves left. If I rotate around right, the OpenGL view also moves right. If I tilt up and down, the OpenGL view tilts up and down the same amount

    $923 (Avg Bid)
    Featured Urgent
    $923 Avg Bid
    13 bids

    ... Expression<Func> filter = null, Func<IQueryable, IOrderedQueryable> orderBy = null, string includeProperties = "") { IQueryable query = _dbset; if (filter != null) { query = (filter); } foreach (var includeProperty in (new char[] { ',' }, )) { query = (includeProperty); } if (orderBy != null) { return orderBy(query).ToList(); } else { return (); } } public virtual void Add(T entity)

    $29 / hr (Avg Bid)
    $29 / hr Avg Bid
    5 bids

    Make a program that manages a registry of (CDs). The register may for example be based on a double linked list structure according to the following approach: const int MaxLength 80 class CDNode { private: CDNode * next, * prev; char title [MaxLength]; char artist [MaxLength]; unsigned int time, antalspr; public: / / Constructors and destructors and member functions / / Capture, list management, file management and printing etc. } There are many other opportunities for implementation that can be used either their own variations on the above list structure or use of useful classes in the STL (Standard Template Library). Basic functionality to be included such as add and remove entries, list all existing records, etc.. The program will also be able to save the registr...

    $59 (Avg Bid)
    $59 Avg Bid
    18 bids

    Description: I would like to add two text fields as customization atributes for some of the products of my store. ...droptext option or checkbox* to activate both fields. (So also price increases when activated checkbox or chossen droptext option.) *Like this example: Specifications: *Must be compatible with PS 1.5.x (multishop compatible) *The first text field is for names (from 0 up to 15 char), the second one for numbers 0,1 or 2 char. Extra: (Will be considered to pay extra or to chose the proper developer) 1.- Is prefered Droptext than checkbox 2.- if added funcionality of checking if at least one of the fields has been filled up (Only when the checkbox/dropmenu is activated ).

    $65 (Avg Bid)
    $65 Avg Bid
    7 bids

    ...the double value if double }; Your goal is to write a function using the following definition: (C) struct sVariable resolver(char *equation, varTypes resultType); (Java) static public sVariable resolver(String equation, varTypes resultType); Your function must parse the equation and return a value in the desired type. Your function MUST support addition (+), subtraction (-), multiplication (*), division (/), parentheses (), exponentiation (^) and modulus (%) The equation may contain variables, eg "8*pi" For each variable, your function must retrieve the value and type of the variable using this function: (C) struct sVariable getVariable(char *varName); (Java) static public sVariable getVariable(String varName); If these functions return any ...

    $41 - $340
    Featured Sealed
    $41 - $340
    21 bids