Formulation Imported Search Results

How To: Generate Private Encryption Keys with the Diffie-Hellman Key Exchange

When we are building programs that communicate over a network, how can we keep our data private? The last thing we want is some other lousy hacker sniffing our packets, so how do we stop them? The easy answer: encryption. However, this is a very wide-ranging answer. Today we're going to look specifically at how to encrypt data in Python with dynamically generated encryption keys using what is known as the Diffie-Hellman key exchange.

How To: Create Double Exposures with Your Cell Phone

In photography, creating a double or multiple exposure photo involves combining two different images to make one single image. This technique has been used in film photography by exposing a piece of film twice to two different images. The second image becomes superimposed onto the first image, creating various effects that may mirror one another or seem ghostly.

How To: Use the new features in Microsoft PowerPoint: Mac 2008

If you've used PowerPoint in the past, you're probably used to version available on Windows, but you can do even more in PowerPoint 2008 for Mac. There are tons of new features that slideshow builders will love, but sometimes you can never know about them unless someone tells you about them. The Microsoft Office for Mac team shows you all the great features in this how-to video.

How To: Map Wardriving Data with Jupyter Notebook

With the Wigle WiFi app running on an Android phone, a hacker can discover and map any nearby network, including those created by printers and other insecure devices. The default tools to analyze the resulting data can fall short of what a hacker needs, but by importing wardriving data into Jupyter Notebook, we can map all Wi-Fi devices we encounter and slice through the data with ease.

How To: RandTune Keeps Your Android Fresh with Random Ringtones & Sounds

After a few months, I get so fed up with hearing the same ringtone go off alongside each new notification that I'm forced to switch things up—only to end up repeating this whole process when the new one gets played out. And I'm sure people around me are equally sick of listening to that tired old tone towards the end as well. I mean, a decade later, I'm convinced that Nokia tone is permanently implanted in my brain.

How To: Start editing video projects in Adobe Premiere Pro CS3

For a new user, Adobe Premier Pro can be overwhelming. There's just so much you can do! So, a little guidance, or shall we say "basic training," is what you'll need to get started editing your own home video or professional film. This five-part series is your basic training, taught by Jordy Vandeput, showing you the basic, need-to-know stuff in Premiere Pro CS3.

How To: Use the new features in Avid's Pro Tools 9

Move over Pro Tools LE— Pro Tools 9 is here! One of the most exciting things about Pro Tools 9 is that there's more tracks without having to have a Toolkit. Another great thing is being able to run Pro Tools without having to use Digidesign, M-Audio or any Avid hardware. Also, there's Delay Compensation Engine on a native system that doesn't require HD hardware or HD native. And this is just the beginning. To see more of the features in Pro Tools 9, watch this overview video.

How To: Replace audio in a video clip in Sony Vegas

You can replace the audio in Sony Vegas. To do this first delete the audio which you want to remove by selecting it on the right side and press delete. Now go to the website like findsound.com and download the sound and then import it to the Sony Vegas and drag it to the layers. If your sound file has some blank space you can delete it by just selecting it and press delete. Now drag the audio to the begining of the video. Now you can play the video and hear the sound is better than before. No...

How To: Identify and control the pine tip moth

This is a tutorial for controlling the Pine tip moth. Identifying and controlling the pine tip moth consists of studying the small plants of pine. The attacks on pine trees is caused by Nantucket pine tree moth found along the Rio Grande Valley as far north as Espanola, it has spread to South Arizona and California by importing grafts from Mexico. The moths are 3/8 inch long reddish brown to grey in color. They attack the main stem of the baby plant and the pines instead of growing vertical g...

How To: Get rid of screen flickering for Java game development

In this 14th video in a series about JAVA game development, "thenewboston" (Bucky Roberts) explains how to redefine your screen to avoid annoying flickering. Flickering in JAVA games often occurs because of time lags as the viewer watches the computer draw a new screen, pixel by pixel. Pre-installed code in JAVA can be used to eliminate this problem by taking advantage of "Buffering" and "Page Flipping". These functions permit you to delay the composition of a new screen until it is finished,...

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: Make a keylogger

This video tutorial instructs you on what a key logger is and how to make a key logger which records your computers key strokes for later review. There are software or hardware based key loggers that intercept the connection between the keyboard and computer. Hardware key loggers consists of a micro controller for data logging. Software key logger is a script that runs in the background then processes and saves the key strokes to a text file. To make a key logger you'll need to know a program...

How To: Create a sound on/off button in Flash

Tasktutorial teaches you how to create a sound on/off button using Flash. Name the first layer Actionscript. Go to frame 1, then window - actions. Add stop(); Go to frame 2, then window - actions. Add stopallsounds(); Create a new layer and select the text tool. Write off on. Change the color to black. Select the text and hit CTRL + B to break apart the letters. Select off, hit F8 and select convert to button. Name it off. Do the same for on, but name it on. Double click to open the off butto...

How To: Slide an object from left to right in Flash

This video is about sliding an object from left to right in Flash. We will be creating a simple, core animation in Flash. First, let's import an image to our scene. Place it here. Now, let's convert our image into a movie clip. Change the frames per second value. Now, go to the frame and enter the key frame. Bring the image here. Let's rotate our image a little bit using the free transform tool. That will give more dynamic animation. Go to frame 30 and hit F6. Now, we need to add motion. Chan...