Reconstruct logo design jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    1,216 reconstruct logo design jobs found, pricing in USD

    ** This project must include ** Visual Basic 6.0 ALL DATA Sent must be done using Microsoft WINSOCK Control This project would basically reconstruct the packets that are being sent back and forth from a web based email provider, so you dont have to use their webpage to send email i can do it through a program. The mail host is The program will 1) Log in to using a username and password 2) Be able to send an email to 1 person through using the winsock control. There is a picture, and some sample packets included in this project please take a look. Please dont rush into this project think before bidding. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 3) Complete ownership

    $64 (Avg Bid)
    $64 Avg Bid
    7 bids

    I need a flash cartoon animation. A text logo will be cut horizontally by the grim reaper. The logo will then reconstruct itself back together after it has been sliced and will have some light effect. Coder will provide custom graphics for the grim reaper. I will supply the logo/text in jpg format when it's time to select the coder. It would be helpful if you could supply a sample flash thing you've done. Thanks. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Complete ownership and distribution copyrights to all work purchased....

    $18 (Avg Bid)
    $18 Avg Bid
    8 bids

    We have built a web application that has many features such as searching, scanning, and publishing files and documents. We have a great development team but are looking to reconfigure and reconstruct the GUI interface of the application. We are looking the main page and look of the application. Person should have done application GUI layouts in the past. Must have references and prior work shown. Looking for a real GUI interface specialist. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Complete ownership and distribution copyrights to all work purchased. ...

    $723 (Avg Bid)
    $723 Avg Bid
    16 bids

    Need to fix this VB parser to parse the source excel file to result excel file and import into An Access table. I had someone work on this and is working for another file. I need you to look at the different line break an reconstruct each line. 1) 2nd row is field names 2) delete all blank rows in the excel file 3) The record is broken up mostly at column AI, or BP, sometime is broken up at both AI, and BP (look at example at at row 65-67) row 67 is the ending of row 66, the combine of 67, and 66 is the ending of 65 to make up the complete line record. the text is truncated into one or multiple rows. Each row is one line part of a text memo (This suppost to be a memo field in Access) 4) Re-construct the multiple rows of text (in column one) to rebuild the text in multiple lines.

    $23 (Avg Bid)
    $23 Avg Bid
    9 bids

    A sniffer to record website traffic, for statistics and security. This should be a completely passive sniffer sitting on the network on a linux box. Every packet coming to and from the site should be recorded and reconstructed into text format. A) Record data as it passes through the network, and save in original standard format readable by other applications such as NA. B) Reconstruct into meaningful data in text format All traffic should be recorded and reconstructed into text, separately for each protocol. 1. All web traffic. All requests and all pages sent back to the users should be recorded - that means the whole HTML of the web page! 2. All email traffic 3. All telnet traffic 4. Everything else ??" all other protocols passing through the network If you can only do A, B a...

    $258 (Avg Bid)
    $258 Avg Bid
    7 bids

    ... [3] Write a program that takes a tree whose nodes hold a single character and prints the tree as we would draw it. The Left offspring of a node should be below and to the left. The Right offspring should be below and to the right. For example, the tree ca.b..ed... would be printed as: c a e b d [4] Given the pre-order and the in-order traversal of a tree it is possible to reconstruct the tree. Write a program that accepts two strings on the command line representing the in-order and pre-order representation of a binary tree. Echo print the two strings, then construct the binary tree they represent, and use the PrintLevel routine to display the tree's shape. The tree might not be a sorted binary tree. [5] Huffman Encoding This project uses Priority Q...

    $25 (Avg Bid)
    $25 Avg Bid
    6 bids

    Update our existing website with a few new pages, and reconstruct the existing graphic layout.I will also need to put one of our programs in the website. The program is a excel based mortgage defeasance calculator but it does not work with our website because of the system conflict. We'll provide all the text for the new pages and will discuss the new layout for the web pages. To get an ideal on how the defeance calculator should look on our website, please visit and look under "financial calculator". All the fields should be the same as the calculator is the same. ## Deliverables Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. Complete copyrights to all work purchased. ## Platform

    $299 (Avg Bid)
    $299 Avg Bid
    51 bids

    ...for accuracy. I would like the program to be broken down into sub routines as much as possible since it is easier to track the individual processes. This has to be simple, simple, simple, I must be able to take it apart, put it back together and understand it. Also need a simple Tic Tac Toe game, same deal, I have to be able to make sense of the code and figure out how it works so that I can reconstruct it without help. Playing field should be by scale (preferably in twips) with easy to use numbering. When the game is started it should draw the playing field, not a permanent display. User selections should prompt drawing the x's or the circles. The game should track the mouse click location for each block of the playing field to determine where the x or o should be placed. I...

    $128 (Avg Bid)
    $128 Avg Bid
    11 bids

    I am writing a Visual Basic application in which I have a picture of a steering wheel. I need to map some locations on that wheel, so that if a user...I have a picture of a steering wheel. I need to map some locations on that wheel, so that if a user clicks on a certain part of the wheel (top, bottom, left and right), the program will invoke a subroutine whose events I will define. Basically, how do you map a part of an image as clickable? The rigged solution that I used was to chop up the steering wheel image with Photoshop, and then just reconstruct it on the VB form, but I would like to avoid doing this. Any help would be greatly appreciated. Please email me directly. Thanks. ## Deliverables I just want to have instructions on how to do it ## Deadline information As soon a...

    $48 (Avg Bid)
    $48 Avg Bid
    24 bids

    1. A Subset of "real" XML Parser 2. A Serializer to reconstruct a parsed XML-tree 3. MSXML libraries are NOT used. Parsing must be done with VB source. ## Deliverables XMLParser Description ===================== Classes where XML is parsed are included. Those classes are skeletons, not final, modifications are allowed. XML data is parsed to a tree where there is a root collection, which may include -- elements, element text, comments, CDATA, DTD, ProcessingInstructions, InvalidContent -- (only) elements may recursively include elements, element text, comments, CDATA, DTD, ProcessingInstructions, InvalidContent -- ... text1text11text2 is parsed to: Element TEST ElementText "text1" Element E1 which consists of "text11" ElementText "text2 text1text...

    $1572 (Avg Bid)
    $1572 Avg Bid
    4 bids

    Our company are going to reconstruct our site. So we are looking for a person who can check text content for grammatical and stylistic mistakes. Native English-speaker, preferably British.

    $14 / hr (Avg Bid)
    $14 / hr Avg Bid
    14 bids

    Code the provided algebra algorithm in Python using numpy and scipy to reconstruct a 3D cloud from 2D clouds. The provided file contains all required details. Please study the documents carefully.

    $85 (Avg Bid)
    $85 Avg Bid
    5 bids

    We are on deadline and our designer went dark. Need this turned around in one day - we have 90% of the elements in .ai files - the package just needs to be replicated This is a folded card that makes a tray to hold product with text and graphics on front and back about 2.5" wide by 5.5" tall with the small folding tray about 0.75" on the sides and front - the product sits as on a pedestal and is tied down. This is a toy product. Send a link with toy packaging to be considered. Yes, even though this is rebuilding from an existing package, if you have experience in this field you may be able to add an improvement or two. The product is a character novelty - there are six different characters, all with different names and backstories. The Name and Subtext nee...

    $91 (Avg Bid)
    $91 Avg Bid
    24 bids

    Witam nasza firma planuje odświeżyć swoje logo firmowe - nie budujemy nowego loga a chcemy tylko odświeżyć obecne logo - chcielibyśmy, aby nowe logo było kojarzone z głównym profilem naszej działalności to jest geodezja kolejowa - nasza firma zajmuje się pomiarami geodezyjnymi na obszarach kolejowych Podczas konfiguracji firmy koncepcja naszego logo została utworzona jako nakładające się warstwy mapy lub terenu nasze logo można zobaczyć na naszej aktualnej stronie internetowej Hello our company is planning to reconstruct its old company logo - we do not build a new logo and we only want to refresh the old logo - we would like the new logo to be associated with our company - our company dea...

    $27 (Avg Bid)
    Guaranteed
    $27
    30 entries

    Reconstruct existing CSS website

    $141 (Avg Bid)
    $141 Avg Bid
    9 bids

    The program should determine differences between two text files (older and current ...modifications stored earlier are interpreted and introduced to the older file creating an exact copy of the newer one. The program stores many versions of some document and for each version it assigns a unique number and a comment from a user. The data that is stored permanently contains the oldest version, differences between consecutive document versions and the most recent version (in order not to reconstruct it using first version of a document, consecutive differences). The features include storing a newer version of a document, recontructing any of the stored versions, viewing and editing comments for stored version of document. Pytania o szczególy oraz oferty prosze kierować na mai...

    $0 (Avg Bid)
    $0 Avg Bid
    1 bids