Zebra Print Search Results

How To: Use Google Earth and explore the universe

This video shows how to download and use Google Earth. To download it, go to earth.google.com and click “Download Google Earth”. Then follow the directions according to where you want to save it, and it will automatically be installed. You will see an icon pop up on your desktop. Double click on the icon to open Google Earth.

How To: Create vector light ribs in Illustrator CS4

There are a lot of things out there in the design world that people have seen and liked, but didn't know how to make. LIke vector lights. Watch this Illustrator video tutorial to take a look at those cool glowing, color changing, fading, bright, neon-like, fanning spread of glowing colors. Maybe there's no specific name for them, but for now, refer to them as 3D Light Ribs. You can use these in photographs, illustrations, composites, print work, web design, and maybe even a logo or two! You w...

How To: Origami a bomber jet with Joost Langeveld

Origami plane designed by Joost Langeveld. This bomberjet is pretty easy to fold. This is an origami tutorial brought to you by Joost Langeveld origami, a dutch origami artist. Joost offers some of the prettiest, most creative models. Joost has been doing origami for seven years and about a year and a half a go, started designing models.

How To: Origami a toucan with Joost Langeveld

Funny origami toucan designed by Joost Langeveld. This is an origami tutorial brought to you by Joost Langeveld origami, a dutch origami artist. Joost offers some of the prettiest, most creative models. Joost has been doing origami for seven years and about a year and a half a go, started designing models.

How To: Draw martial artist Bruce Lee (face, body and shading)

When you think of martial arts, only one name comes to mind, and no… we're not talking about Steven Seagal or Chuck Norris. We're talking about Bruce Lee, the epitome of martial arts. Not only was he the best martial artist known to man, he was also an accomplished actor, instructor, director, producer, screenwriter, and philosopher. But there was one thing he wasn't. An artist. Okay, he was a "martial artist", but he wasn't a visual artist, master of the pencil, kind of the drawing world… bu...

How To: Use the Ribbon and Backstage view in MS Outlook 2010

After you launch Outlook 2010 in your computer, you will see the Ribbon strip immediately in the main window. The button for writing a new e-mail is separated from a button for creating new items in the calendar, contact list or task manager. An independent Quick Steps section offers functions allowing you to move a message into different folders, to save it into a calendar as a meeting reminder, to quickly forward it to a chosen person or to more people and to forward it with a FYI note. If ...

How To: Build Your Own Mini Altoids Guitar Amp for About $5

I love making beeps and bloops with the Arduino pitches library, but sometimes archaic 8-bit tunes just don't cut it. Whether you want your robot to terrify your enemies with a demonic synthetic voice, you just need a pocket boom box on the go, or you want to a miniature guitar amp, a simple LM386 amplifier can crank up those signals loud enough to play through any speaker.

How To: Make the Platonic Solids Out of Playing Cards

Computer Science Professor Francesco De Comité has a fantastic gallery of mathematical images on Flickr. As part of this collection, he has a few hundred images of real or rendered polyhedra made out of paper or playing cards which he calls "slide togethers." These are constructed by making cuts and then sliding one component into the other, creating a shape without using any glue. He constructed the entire set of the platonic solids—the cards form their edges—which can be seen in the image b...

How To: Quickly Look Up the Valid Subdomains for Any Website

Traditional subdomain enumeration techniques create a lot of noise on the target server and may alert intrusion detection systems to an attacker's intentions. For a stealthier approach, there's a tool with the capability of finding hundreds of subdomains related to the target website without alarming the server administrators.

How to Train Your Python: Part 23, the Argparse Module

Hello everyone. It's been a while since I've posted anything (with good reason). But, now that the digital dust has settled, it's time to be an adult about this. I will be continuing to post to Null Byte on a smaller scale, and will also fully participate in whatever communities Null Byte members branch into.

How to Train Your Python: Part 4, Basic User Input

In the last iteration of how to train your python, we covered basic string manipulation and how we can use it to better evaluate user input. So, today we'll be covering how to take user input. User input is very important to scripting. How can we do what the user says if we can't tell what the user wants? There are multiple ways to take input, we can give the user a prompt and take input from them directly, or we could use flags/switches, and take their input before the script is even execute...