Writer Examples Search Results

How To: Use the ratio formula to find coordinates of a point

This video is recorded in a mathematics class room. It is very clear by the sound and picture. The faculty here is explaining that the ratio between two numbers can be found using various formulae and methods. For example, 3:1 is the ratio between p and q. Likewise he explained the other formulae and methods.

How To: Use TypingRobot V1.0 (cheat Typing Maniac) (08/05/09)

http://www.texturemind.com/post463/ TypingRobot is an artificial intelligence studied to increase your points record with the Typing Maniac game on Facebook. It can recognize several labels because it uses a powerfull OCR system (tesseract) and some principle of word correction. With this program you can make millions of points without problems (my personal record is about 2.700.000 points).

How To: Integrate by parts in calculus

From the people who brought you the Dummies instructional book series, brings you the same non-intimidating guides in video form. This is Mathematics for Dummies. Just watch this video tutorial to learn how to integrate by parts, For Dummies.

How To: Circuit hack and mod

In this video, we explain some techniques for getting electronic circuits to do things they weren't designed for. As an example, use a speaker phone as a speaker. Hacking items into better or different devices is way cool DIY circuitry. These are ideas of electronics that are cool to splice, rip apart and use recycled electronics for new projects.

How To: Install Cairngorm in Adobe Flex 3 and use MVC

In this tutorial, Mike Lively of Northern Kentucky University discusses the MVC (Model Viewer Controller) architecture, installs Cairngorm into Adobe Flex 3, and discusses one of David Tucker's examples. The MVC model is comprised of a Model (encapsulates information from the d base (XML file), View (presentation layer that the user interacts with, and Controller (processes and responds to events and invokes changes to the model and viewer). See how to use the MVC model and install Cairngorm ...

How To: Play intros & endings for lead blues guitar

This lesson covers five intro and ending licks and how to use them. Intros and ending licks are an important part of blues guitar improvisation. They convey to the listener whether the song is continuing,in the case of an unresolved chord progression, or in the case a resolved chord progression conveys the ending of a tune. With this how to video you will learn several examples of licks for beginning and ending a blues guitar song.

How To: Origami a sailboat

Watch this instructional origami video to fold an origami sailboat. This origami boat is folded and designed by Joost Langeveld. This instructor paints the origami paper to enhance the visual illusion. He holds the origami paper in front of several completed examples of the origami sailboat, creating a quaint ocean scene.

How To: Origami a balloon fish

Take on an unusual challenge and learn to make an origami balloon fish. Follow this clear example to fold some bulging white eyes of a yellow puffer fish. This step by step process will allow you to create charmingly realistic balloon fish out of paper.

How To: Avoid phishing attempts

See what phishing (attempts to steal your online information with fraudulent email and webpages) is all about and read the tips on how to avoid becoming the next victim. In this example a HSBC bank phishing attempt is displayed.

How To: French braid

French braiding is the perfect example of something pictures and words just can't seem to convey. This video shows in great detail the steps and finger placements... which is the key to a great French Braid!

How To: Hunt Down Social Media Accounts by Usernames with Sherlock

When researching a person using open source intelligence, the goal is to find clues that tie information about a target into a bigger picture. Screen names are perfect for this because they are unique and link data together, as people often reuse them in accounts across the internet. With Sherlock, we can instantly hunt down social media accounts created with a unique screen name on many online platforms simultaneously.

How To: Bypass Facebook's HSTS

Hey everyone, this will be a quick post. Facebook does not use HTTP Strict Transport Security (A header that tells the browser to only use HTTPS when communicating with the server) on subdomains of facebook.com. That means, if someone uses facebook in a different language, the browser will attempt to connect using HTTP first. An attacker can intercept that request and serve a different page, including a fake login one.

News: How to Write Better Code

Programming is an essential thing in hacking/pentesting, and at times, I do not feel that it is being addressed enough here, at Null-byte. I understand that this is a forum dedicated for hacking, but I'll address some of the stuff I feel is muy importante about programming. I am not a professional programmer, but I do have experience and I do want to share some of the stuff professionals have taught me.

How To: Choose the Right Color?

Welcome! Today I would like to share a few hints about picking the right color. So, if you do not know what color your today's outfit should be or your or which color you should choose for your room walls, please follow my suggestions.

How To: Save your server resources with PHP caching

Sometimes server space can be an issue, especially when you're talking about costly actions such as iteration, file scanning, and numerous queries. In those instances it's often best to cache! This tutorial gives you a simple example which can help your site load faster and take less abuse.