Фільтрувати

Мої недавні пошуки
Фільтрувати по:
Бюджет
до
до
до
Тип
Навички
Мови
    Статус роботи
    611 007 logo робіт знайдено, ціни вказані в USD
    56944 Website Graphics (small) Закінчився left

    Hi, I am looking for g...Add Site: see ex here: (look at "ni0020") (2) Discussion Forum: see ex here: (look at "ni0032") (3) Check Mark: (look at "ni0043") (4) Links: see ex here: (look at "wi0075") (5) Blog: see ex here: (look at "wi0020") (6) Site Map: Graphic that represents a website "site map" or a navigation (7) A+ : Graphic that looks like number 3 above but is an "A+" instead of a check mark. Thanks for bidding. If you can provide me examples of your work I would appreciate it.

    $20 (Avg Bid)
    $20 Сер. заявка
    1 заявки
    Prime Numbers Закінчився left

    ...first 100 prime numbers: nn"); for (i=1; i<100; i++) { if (test_prime(i)==1) { printf ("%03d ", i); how_many++; } if (how_many >= 100) { printf("nn"); return 0; } } return 0; } int test_prime(int n) ( int j; for (j=2; j<n; j++) { if( (n%j) == 0) return 0; } return 1; } The output should look like The first 100 prime numbers: 001 002 003 005 007 011 013 017 ...etc ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ever exist ...

    $10 - $15
    $10 - $15
    0 заявки

    ...architecture model and consequently executed by that machine. -------------------------------------------------------------------------------- Hexadecimal code -------------------------------------------------------------------------------- Statement Location Content Label Program 1 000 3007 LDA SUB 2 001 7200 CMA 3 002 7020 INC 4 003 1006 ADD MIN 5 004 4008 STA DIF 6 005 7001 HLT 7 006 0053 MIN, DEC 83 8 007 FFE9 SUB, DEC -23 9 008 0000 DIF, HEX 0 10 END An example Symbol Table layout for label identification is shown below. Sorting the table on the label permits use of binary search for lengthy programs with many labels. The label declaration point identifies the Location value, in hexadecimal (3 hex digits = 12 bit address) that can be used to resolve a label reference in an i...

    $30 - $60
    $30 - $60
    0 заявки
    63427 Food label Закінчився left

    ...positive type, or 6 pts. for type reversed out of a solid background. Also, reversed type should have an additional stroke of 0.1-0.25 pt. outlining it to compensate for any spreading of the ink. Line thickness should not go below 0.5 point (.007 inches) to avoid warping or curving while under tension. Screen and printer versions of any fonts used must be provided along with artwork, or all type should be converted to outlines ahead of time. 4. TRAPS & BLEEDS: There should be at least.005" overlap between any two adjacent colors, although traps of .007-.01" are preferred whenever possible. All bleeds should extend at least 0.0625' past the'dieline. For non-bleed labels, all art should be at least 0.0625" away from the edge of the die cut. ...

    $15 (Avg Bid)
    $15 Сер. заявка
    1 заявки

    You must design 1000 poems in html using the formats we provide to you. The poems have all been downloaded from free sources and need to be individually opened in your internet browser and copy pasted into your html tool and designed according to a demo format we will give you within 2 days. There is little scope for experimentation and only hard work and speed is required. Even freshers ...within 2 days. There is little scope for experimentation and only hard work and speed is required. Even freshers may apply for this project. Those who have been shortlisted before may apply to me directly. The timeline for this project is 7 days and the budget is $40-75. Indian and US residents are preferred for this project for ease of contact and future project outsourcing. - Freelancer ...

    $64 (Avg Bid)
    $64 Сер. заявка
    56 заявки
    Web site and application Skin Закінчився left

    ...web site and application. I have not been able to locate a sample of what I am looking for, it is seen on banking software especially in movies where they show money transfers taking place via a laptop. The look is of a digital type, usually black background with orange menu bars etc.. and white font. Any sample submissions would be helpful. If your a 007, or a XXX(VinDiesel) fan you can see what I am looking for in the "XXX" movie and in the 007 "The World is not enough" movie,, when Bond is using a computer to determine currency amount of kidnapping. Sorry I dont have a better idea to locate this style. Thanks, ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2)...

    $281 (Avg Bid)
    $281 Сер. заявка
    11 заявки
    Project 007 Закінчився left

    Write a program that simulates a 4 interface ip router. All packets will come into interface "A" and will be routed to interfaces "B", "C" and "D". To simplify the program, traffic will only go in the one direction. The input file will be a list of ip#'s in either dotted decimal format or binary format. Your program will route the packets through interfaces "B","C" and "D" based on the attached routing table. The routing table can either be hardcoded into the program or you can read it into your program. You may use any programming language. The output from your program should be the ip# you read in followed by the interface letter the packet was routed through. As demonstrated in class, your program should convert ...

    $18 (Avg Bid)
    $18 Сер. заявка
    5 заявки
    PhP/ MySQL Project Закінчився left

    ...Annuity quote. I would like to to three things.. 1) I would like to have a PhP based web page do the same thing that the Excel program is doing. 2) I would like to have agents login to the PHP webpage and be given an option to see previous proposals or to create a new proposal. They should not be allowed to delete a proposal, but should be able to edit a previously entered proposal. i.e. If I am agent 007, I can login to the site view my old proposals, make changes to one and then create and print a new proposal. 3) Manager should be allowed to see proposals from all agents, (summaries and not editing the proposals), and should be able to create a proposal themselves. 4) Also, after logging on to the site, the agent should be given a menu option of what type of proposal they woul...

    $91 (Avg Bid)
    $91 Сер. заявка
    19 заявки
    VB, mySQL, PHP - Encryption Закінчився left

    Currently I am passing unencrypted data between a VB front end and a mySQL/PHP backend via POST and URLEncode. This means any data I send is in plain text: "POST /xyz/ HTTP/1.1" This is really bad security and I want to encrypt the stream (without using SSL) using blowfish. I can use blowfish to encrypt the data on the VB side, I need someone to write me a PHP script to decode the blowfish encryption so that it works server side and ensure the upload and translation works correctly. The goal is to ensure that no plain text is sent across the internet. Please note SSL is NOT an option. ## 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

    $15 (Avg Bid)
    $15 Сер. заявка
    12 заявки
    small linked list program Закінчився left

    ... Assuming data in inserted in the linked list, here is a sample run of the program: Your Choice : g (g). Display all the records. ID Number Employee Name Phone Number ____________________________________ 001 Urple, Light (973)001-1234 002 Nismightier, Thepe (201)002-4567 003 Tober, Felix (212)003-1234 004 Turday, Albert (201)004-9876 005 Apist, Ther (908)005-4321 006 Anchor, James (201)006-7654 007 Connery, Sean (201)006-7654 008 Garden, Savage (201)008-2468 009 Doe, John (201)009-1256 010 Smith, Jane (212)010-6521 ## Platform must compile in *unix g++ c++ compilers. no windows compilers. ## Deadline information must be done by 5/06/02 12:00 PM EST...

    $17 (Avg Bid)
    $17 Сер. заявка
    6 заявки
    linked list Закінчився left

    ... Assuming data in inserted in the linked list, here is a sample run of the program: Your Choice : g (g). Display all the records. ID Number Employee Name Phone Number ____________________________________ 001 Urple, Light (973)001-1234 002 Nismightier, Thepe (201)002-4567 003 Tober, Felix (212)003-1234 004 Turday, Albert (201)004-9876 005 Apist, Ther (908)005-4321 006 Anchor, James (201)006-7654 007 Connery, Sean (201)006-7654 008 Garden, Savage (201)008-2468 009 Doe, John (201)009-1256 010 Smith, Jane (212)010-6521 must compile using G++ or c++ *nix compiler ## Platform must compile using G++ or c++ *nix compiler...

    $22 (Avg Bid)
    $22 Сер. заявка
    25 заявки