Alarms Programs Search Results

How To: This DIY Baby Monitor Uses Lasers and a Wiimote to Detect Your Child's Breathing

Proud new papa Gjoci wanted to make sure he never had to worry about whether or not his baby girl was breathing, so he built this amazing breath-detecting baby monitor using a Wii remote, a printed circuit, and a laser. First, he opened up the Wiimote and took out the camera, then used an Atmel Atmega88 microcontroller to make a printed circuit. Low-power infrared lasers shine on the baby's clothing and the Wii camera detects the motion of the baby's breath, activating an alarm if the motion ...

How To: Use These Tricks to Set Timers Faster on Your iPhone

The native timer feature on your iPhone works well enough that you probably haven't even thought about installing a third-party timer. With just a few taps, you can get a countdown for any amount of time up to 24 hours (or one second shy of 24 hours, to be precise). But as fast as it can be to set a timer from the Clock app, there are even faster ways to start the countdown.

How To: Add Every Volume Slider to Android's Notification Tray

Your device has several volume levels that are regularly adjusted: the alarm, media, and ringer. Keeping track of the various volumes on a device can become an easy-to-forget task, potentially resulting in you not hearing an alarm in the morning, as you have to enter the sound options or trigger a volume change, then expand the dialog box that pops up.

How To: 5 Ways Android Can Lead to Better Sleep

We spend over 30 percent of our lifetimes sleeping—yet it never seems like enough, does it? Distractions ranging from work issues to personal relationships keep our minds racing well after they should be shutting down for the night, and the onset of smartphones has only added to this problem with the instant information and easy entertainment that they offer.

How To: Write code and program in C++

C++ is one the most powerful and fundamental languages commonly used to computer programming. If you've ever wanted to get started using, then please watch this video series. It's 29 parts will teach you everything you need to know about coding in this magnificent language, allowing you to create your own fairly full-featured computer programs. Honestly, if you have any questions about C++ at all, or want to learn it and don't think that you can because you've tried programming before and fai...

How To: Getting a New iPhone 5? Check Out These 11 Cool and Practical Uses for Your Old iPhone

The new iPhone 5 was just revealed yesterday, and it's 18 percent thinner and just 1/5 the weight of its 4S predecessor. It's also taller with a larger screen, which gives you a fifth row for apps now. As far as speed is concerned, it has a speedy A6 chip and can tap into wireless 4G LTE networks for fast Internet. Both the iSight and front-facing FaceTime cameras were improved, too. The only downside seems to be the tinier "Lightning" connector, which replaces the standard 30-pin connector w...

How To: iPhone Not Charging Past 80%? Here's Why (& How to Fix It)

So you've been using iOS 13 for a little while and noticed your iPhone is pretty slow to charge. Using the 5-watt power adapter out of the box, in the time it used to take your iPhone to charge its battery to 100 percent, your iPhone is stuck at 80% or below instead. That's because Apple introduced a new feature in iOS 13 that slows down charging — but for a good reason.

How To: Get a True "Silent Mode" on Android Lollipop

The biggest complaint I hear about Android Lollipop is the fact that the new Priority Mode notification system has effectively killed off "Silent Mode." Sure, you can still put your phone on vibrate, but that's not truly silent. Selecting "None" as your notification mode isn't a perfect solution either, since no notification icons will be shown in your status bar and your alarm will not go off in the morning.

How To: Get started with object oriented programming or OOP

Object-oriented programming (OOP)is a school of programming that considers a computer program a group of interacting objects rather than a sequence of tasks. This makes more sense to many people than the more more old-fashioned vector model, and if you want to get started in programming, then this video is for you. It will teach you all of the basics of OOP and tell you why you should use it.

How To: Motion track using a variety of software programs

Most of the 3D modeling tutorial videos out there work within one program or at most two, often Photoshop in conjunction with a 3D modeling program like Maya. This video will walk you through a complete project using four program: 3DS MAX for modeling, Boujou for 3D tracking, Photoshop for texture editing, and finally After Effects for compositing. If you have all of those programs and want to create a seriously good-looking image, look no further.

How To: Program with Python

Welcome to Google's Python Class – a seven-segment, two-part free virtual class for people with a little bit of programming experience who want to learn Python. The class includes written materials, lecture videos, and lots of code exercises to practice Python coding. The first exercises work on basic Python concepts like strings and lists, building up to the later exercises which are full programs dealing with text files, processes, and http connections. The class is geared for people who ha...