Skip to main content

Microsoft staff photo, December 7, 1978

Microsoft staff photo, December 7, 1978. From left to right:
Top: Steve Wood, Bob Wallace, Jim Lane.
Middle: Bob O'Rear, Bob Greenberg, Marc McDonald, Gordon Letwin.
Bottom: Bill Gates, Andrea Lewis, Marla Wood, Paul Allen.

Gates described the photograph in 2009 as "that famous picture that provides indisputable proof that your average computer geek from the late 1970s was not exactly on the cutting edge of fashion.

Comments

  1. This comment has been removed by a blog administrator.

    ReplyDelete
  2. This comment has been removed by a blog administrator.

    ReplyDelete
  3. These were referred to as Linotype and Intertype machines.
    The advert designs can range from being simple text affairs that are
    very basic, which also tend to be less expensive, to
    the more expensive, fully graphic designed adverts
    with photo quality images that can take up a
    whole page of the newspaper. They also tend to endear themselves to populations in times of severe
    duress and hardship by well funded relief efforts and other charitable initiatives, which make them look
    incredibly social compared to corrupted governments. Newspapers act as the ideal method of public relations due to its strength as
    the best way of communication. The contempt he held
    for America had little to do with politics and democracy.



    Feel free to visit my web blog :: click here

    ReplyDelete
  4. If you don't see any bugs or if you can't determine the
    reason why the plant is looking sick, take a sample in to the local county extension office.
    They don't control every bad bug, but it will help you have better success gardening. Try these top five organic garden weed controls that actually work.

    Feel free to surf to my web page ... sharp

    ReplyDelete
  5. Thats why Indian Hindi papers are very popular in all corners of
    India. Include the locality Most realtors, property brokers and owners miss out on this when placing ads in
    newspapers for selling or leasing their properties.
    There are many specialists that deal in printing press service
    online. The newspaper editors, editors who have
    long had to respect the wishes of the Pakistani authorities, have been quick to
    realize the potential of the Internet. Lap books are another
    tool a teacher can use to help students create booklets that they will want to keep
    and review.

    Review my website ... egyptian newspapers

    ReplyDelete
  6. This comment has been removed by a blog administrator.

    ReplyDelete
  7. Make sure to evenly cover your hair, especially the tips.
    Eating white sesame seeds in the morning, take alfalfa juice mixed with
    carrot juice and lettuce or third cup of aloe vera juice every
    day are very good natural remedies. Sometimes, this process starts from the temples
    and goes back, and sometimes it begins from the top of the
    head. From my experience, it is quite difficult to
    style hair immediately after a hot oil treatment, so
    you might want to skip the curling iron or hot rollers.
    Customers have always given Moroccan Oil products the highest ratings.


    Here is my weblog; long hairstyles

    ReplyDelete

Post a Comment

Popular posts from this blog

Introduction to Object Oriented Programming ( OOP )

Object-Oriented Programming Object Oriented programming is a programing model that is based upon data and object. Classes   Classes are the blueprint of objects. Now you will think about what actually blueprints are. Blueprints are actually a design or plan to build something. Let's take an example like the map is detail plan of house classes are detail plan in  Object-Oriented programming. let's give you an example of a class on java so that you can unferstand. public class Car {          int horsePower;     String name;     String color;      String Company; } public class Sample {     public static void main(String[] args) {         Car car;         Car mehran;             } } Class name always start with capital letters . It is a good practice to name classes .  We will later learn how this is good. So in the above class Car ...

Types of Computer Networks(LAN,MAN,WAN)

Types of Computer Networks Computer networks are categorized according to: How they are organized physically. The way they are used. The distance over which they operate. Three main types of computer networks are as follows: LAN   (Local Area Network) WAN (Wide Area Network) MAN ( Metropolitan-Area Network) LAN (Local Area Network) LAN is the most common type of network . LAN stands for Local area Network . It covers a small area. Most LANs are used to connect computers in a single building or group of buildings. Hundreds or thousands of computer maybe connected through LAN. Typical LANs can be found in industrial plants, office buildings, and college or university campuses. LANs are capable of transmitting data at very fast rate. Data transmission speeds of LAN are 1 to 100 megabits per second. It is much faster than data transmission over a telephone line. LAN can transmit data in a limited distance. There is also a limit on the number of...

Computer Buses

Computer Buses   A computer system consists of different devices.CPU must be able to communicate with all devices. The devices are connected together by a communications channel called bus. A bus consists of a set of communication lines or wires. It is used to move a large amount of bits in the form of electrical pulses from one unit to another. The bus is used to connect the following units: Central Processing Unit Control Unit  Arithmetic and Logic Unit Main Memory ( RAM, ROM) Input / Output Devices Bus is a common path to transfer data and commands between CPU, memory and input / output devices.It is also used to send or receive data from secondary storage.The capacity of a bus depends on the number of data lines in it.A bus with 16 lines can carry 16 bits or 2 bytes at a time. A bus with 32 lines can carry 32 bits or 4 bytes at a time . Types Of  Buses Different types of buses are as follows: 1. Data Bus 2.Addres...