Building Programs Search Results

How To: Build a fire pit

A fantastic "do it yourself" project, the folks at Progressive Farmer magazine show you how to build a fire pit in just one day. Clear step-by-step instructions and material lists help make this project both fun and easy.

How To: Adjust the valve lash when building an engine

In this video you will learn how to adjust the valve lash - one of the necessary steps of building an engine. You want to leave as much of the internal lubrication in place as possible. If you follow the firing order of your motor, you'll only have to turn the crankshaft one complete rotation. This section has some of the more detailed 3D models to show you the internals of a working motor.

How To: Build a tent footprint

Backpacker magazine shows you how to build a plastic footprint for your tent--a skill taken from the Jan/Feb 2007 issue. Associate editor Jason Stevenson explains the nine steps to create a footprint, including how to cut webbing and punch grommets. Learn more Skills at www.backpacker.com.

How To: Build a helicopter from paper

You can learn how to build a helicopter from paper using origami. You need a piece of paper and a pen, with which you will have to draw a picture of a helicopter. The helicopter should actually be able to fly.

How To: Build a flagstone patio and walkway

Many people tend to focus on decorating and tidying up their house, often forgetting to care for their patio. This makes little sense to us because the doorway and patio is the first thing all your guests will see as they enter your house. So spruce your patio up by building a patio and walkway out of flagstone.

How To: Build a rock garden

Rock gardens are a great way to add color and texture to your lawn. Learn how to build a rock garden in your yard. Common goal is to add interest to your yard. You will need rocks, top soil and plants. If you don't know what type of plants talk to your nurseyman at the garden center.

How To: Expand Your Analytical & Payload-Building Skill Set with This In-Depth Excel Training

It's nearly impossible not to be at least somewhat familiar with Microsoft Excel. While it's needed for many office jobs and data analysis fields, hackers could also benefit from improving their spreadsheet skills. Many white hats already know some of the essential Excel hacks, such as cracking password-protected spreadsheets, but there's so much more to know from an attack standpoint.

News: Galaxy S8 Oreo Update Rolling Out in the US

In a huge surprise, Verizon is the first US carrier to push out the Samsung Galaxy S8/S8+ Android Oreo update. The update has been available in international markets for some time now, but this is the first report of a rollout in the United States. We've already ran down all the new features available in Android Oreo, so check out our full coverage if you're interested in those.

News: Taqtile's HoloMaps Gives HoloLens Users Ability to View, Scale & Draw on 3D Maps

HoloMaps, an application by Seattle-based Taqtile, is available for free on the Windows Store. Taqtile, whose Vice President of Product Management was Microsoft's former Director of Business Development, is one of the few partners currently in the Microsoft HoloLens Agency Readiness Program. This interactive 3D map they have created, powered by Bing, offers more than just a top-down view of the world on the HoloLens.

News: Come Build an Awesome Virtual or Mixed Reality Experience with Us!

We're on the verge of an amazing evolution of technology where we can work and play in virtual worlds that merge with our own—or let us escape into our imaginations entirely. But creating virtual, mixed, and augmented reality experiences requires resources and hardware that not everyone has access to. If you want to build something awesome with the Microsoft HoloLens (or one of the other awesome platforms), we want to help you do just that.

How To: Parallel Programming with OpenMP: A Quick Introduction

As many of you know, processor's clock frequency improvement got stuck in about 2003, causing the origin of multicore CPU (and other technologies). In this article I'll introduce you on how to run code simultaneously in various processors (I suppose that all of you have a multicore CPU). When you write code without any parallel directive, it only executes in one CPU at the same time (see it below). OpenMP make simple to work with various cores (if not with all of them) , without so much heada...