Nvidia releases the next Titan, the GTX Titan Black

Last year, Nvidia hoped to change the graphics card game when it released the GTX Titan, a high-performance, energy efficient card. Now, Nvidia has released an new model of the Titan, the GTX Titan Black.

Thursday, February 27, 2014

Roman to Unicode Nepali Converter

Nepali unicode : Nepali unicode is a converter and it is the easiest way to type in nepali unicode font. Write in nepali romanized font and it will automatically convert romanized nepali text into Nepali font called nepali unicode. This Nepali unicode is widely usable in any media, machine or browser. This can be use in chatting, emailing, messaging, facebook and many others. Type word, "Space" converts to Nepali You can see suggestion...

Hack Wi-Fi: Cracking WPA2-PSK Passwords Using Aircrack-Ng

When Wi-Fi was first developed in the late 1990s, Wired Equivalent Privacy was created to give wireless communications confidentiality. WEP, as it became known, proved terribly flawed and easily cracked. As a replacement, most wireless access points now use Wi-Fi Protected Access II with a pre-shared key for wireless security, known as WPA2-PSK. WPA2 uses a stronger encryption algorithm, AES, that's very difficult to crack—but not impossible. The...

Wednesday, February 26, 2014

Remove HTML entities from text

Remove HTML entities from text - Online tool Enter/paste text with HTML entities to remove them: Escaped text result without HTML entities: About the online un-escape tool The un-escape tool removes all html entities from the text and returns clean text...

How to Lock Folder Without Any Software with Password

Really you can lock folder using batch files. So Lock everything....... Step 1: Open Notepad First of all open Notepad Step 2: Copy and Paste Just copy and paste it to the notepad @ECHO OFF title Lock any folder without any software if EXIST "My Computer.{20D04FE0-3AEA-1069-A2D8-08002B30309D}" goto UNLOCK if NOT EXIST "Secure Folder" goto makeFolder :CONFIRM echo Are you sure to lock this folder? (Y/N) set/p "cho=>" if %cho%==Y goto LOCK if...