Single Bonds Search Results

How To: Install ViPER4Android on Your LG V20 for Better Sound Quality

ViPER4Android is a revolutionary audio equalizer for Android, something that I personally can't live without. That's the reason why porting V4A to the LG V20 was the first thing I did when I got the phone. There are two variants of ViPER4Android: FX and XHiFi. XHiFi is an older version which isn't developed anymore, but has amazing audio reconstruction capabilities. FX, on the other hand, has at least three times as many options and features as XHiFi without the audio reconstruction.

Video: HoleLenz Adds Magic Windows to HoloLens & Gives Portals to New Worlds

When I first started with HoloLens development last April, one of the first things I created was a window. The purpose of that window was to be attached to a wall and give the illusion of being in a different space—an effect that is often referred to as a "magic window" effect by developers. My goal was to create the feeling of being in the penthouse of a skyscraper, and it's one that I hope to get back to working on soon.

Have You Seen This?: HoloTerrain Lets HoloLens Users Explore the Earth in 3D

After what appeared to be an issue with the Windows Store for HoloLens not showing many newer applications, including one that I had released over a month ago, Microsoft finally squashed the bug. So, at first glance, it would seem as if there were lots of new HoloLens projects that just appeared in the store, even though they've likely been hiding out there for a while. HoloTerrain is one of those apps.

HoloLens Dev 102: How to Create an ImageTarget with Vuforia & Set Up the Camera System

Now that we've set up Vuforia in Unity, we can work on the more exciting aspects of making physical objects come to life on the HoloLens. In this guide, we will choose an image (something that you physically have in your home), build our ImageTarget database, and then set up our Unity camera to be able to recognize the chosen image so that it can overlay the 3D holographic effect on top of it.

News: Microsoft Windows Gets the Virtual Reality Treatment with Envelop VR

Most of us work with a single monitor, but even with one or two extras, they still offer a rather confined workspace. Virtual reality, however, doesn't have such boundaries. As a result, VR headsets can work as excellent productivity tools. Windows can't just adapt on its own, however, so Envelop VR stepped in and created a new working environment to allow the desktop to expand beyond its traditional, rectangular bounds.

How To: Freeze Your Bread the Right Way & Never Have It Go Stale Again

Bread doesn't have a long shelf life, as most of you probably know quite well from firsthand. You get it home from the store and before you know it, the loaf has turned from soft and perfectly pliable to hard and crumbly—and maybe even moldy! So what's the best way to keep your bread from going bad before you've finished off every delicious slice? Put it in your freezer. It's a simple solution that you've probably heard many times before, but one you probably don't use very often because you ...

How To: Use Dmitry Effectively.

Greetings comrades! Great leader has ordered that we gain intel on a website owned by the opposition. For all general purposes we will be scanning nmap.org because they really don't care if Big Brother decides to perform a whois on their IP. We will be using Dmitry for the scanning.

How To: Build a Directory Brute Forcing Tool in Python

While attempting to hack a web app, there may come a point where the attacker may have to escape the default directory in order to access unauthorized files. This is known as a directory traversal attack. Much as the name implies, this attack involved traversing the servers directories. But in order to move to an unauthorized directory, we need to know where those directories are. Today we'll be building a tool to brute force these directory locations based on HTTP response codes. Before we g...