C++ Functions

News : LG Partners with CEVA to Develop 3D Camera Module

Though Google and Apple have released their own software-based toolkits for AR, components suppliers continue to advance their technology to better support AR experiences on the hardware side. The latest example comes from LG Electronics, who have partnered with signal proces ...more

News : Want to Watch YouTube with Other People? Try Uptime

If you're like me, then your perfect Friday night has your friends over for some group-YouTube streaming. If you're not like me, you're probably cool. But for the rest of us, YouTube is meant to be a shared experience. I think YouTube has caught on to that trend, since it has ...more

News : PTC Offers Free Trial of ThingWorx Platform

For companies wary of the temperature, PTC just made it easier for them to dip their toes in the waters of augmented reality. After concluding a pilot program of their ThingWorx Studio software earlier this year, PTC announced today that they would offer a free trial of the a ...more

News : Mixed Reality Is the Future of VR Gaming

Don't Miss: The Difference Between Virtual, Augmented, & Mixed Reality Mixed reality blends the digital world with the physical one, whereas virtual reality blocks the physical one out. But as game developers are finding, and Unreal Engine 4's upcoming mixed reality support ...more

How to Train Your Python : Part 20, Masters of the Basics

Welcome back everyone. This article isn't going to contain anything related to scripting, but rather some updates about the series. We'll be quickly discussing what we've covered so far and what is to come. When we started this series about 5 months ago, we were teaching the ...more

How To : Successfully Hack a Website in 2016!

Hello partners, first of all I would like to thank all those who have sent me positive feedback about my posts, to say that I'm always willing to learn and teach. I'm also open to answer the appropriate questions. Second i want to say sorry for the series i left in stand by m ...more

News : Inside Bitcoin - Part 2 - Cryptographic Hashes

If you haven't read the last article, feel free to stop by and give it a read, but abstaining from reading it will not, for the most part, be detrimental to your understanding. Today we are going to explore some of the inner workings of Bitcoin. As we previously learned in th ...more

How To : Perl for the Aspiring Hacker (Control Statements)

In this tutorial we will be go over how we can make use of conditionals. In Perl the main conditional is the if statement. The if statement in Perl is used like this: If (example){ #code } else { #execute a different type of code than above. It is literally that simple! I k ...more

How To : Build a Stealth Port Scanner with Scapy and Python

As we're all aware, recon is vital to a successful hack. We need to know everything we can about the target in order to perform the best possible attack. Port scanning is a basic recon concept that is introduced very early in learning proper reconnoissance. The issue with port ...more

Basics of Ruby : Part Two (Loops)

In the last Ruby article, we talked about how to store information in three different kinds of storages: variable, array, and a hash. After we get the data, we have many ways of using them, but, for right now, we're going to only focus on loops Loops Ruby specializes in the ...more

How To : Draw on Top of Any Screen on Your Android Device

Android has a permission that allows apps to draw on top of other apps, but as fun as that may sound, it has mostly been used to create floating multitasking utilities. While these can certainly be useful, it would still be nice if this permission were taken literally and we c ...more

How To : Add, Delete, and Modify User Accounts in Windows 8

Configuring user accounts is extremely important for those with a family shared computer or anyone using a work computer. Assigning different accounts with their own distinctive accessibility, customizations, and applications is the best way to manage a computer with multiple ...more

How To : Use the SysRq Key to Fix Any Linux Freeze

Linux is generally a pretty stable OS, but occasionally things happen. However, as long as your keyboard has a SysRq key, you'll never need to worry about freezes again. The SysRq key functions allow you to perform various low level commands, even when your system is unrespon ...more

  • Hot
  • Latest