Author: Admin

  • Amazon Luna: A Cloud Gaming Service

    Amazon Luna: A Cloud Gaming Service

    Amazon Luna, An Amazon’s cloud gaming service where users can easily play great games on devices that they already have. There are no waiting for lengthy downloads or updates. Games will stream directly from the cloud to users device that they already purchased means no extra coast of device. User’s only need a high-speed Wi-Fi…

  • Magic and Amazing Computer Tricks

    Magic and Amazing Computer Tricks

    Here is the list of some magic computer tricks that everyone should try. These are cool and funny tricks that turn your system into magic state. You can try these tricks only using notepad no any resources are required. 1. CHANGE NAME OF RECYCLE BIN To change the name of the Recycle Bin on desktop,…

  • Programming Funny Jokes – Programmers Life

    Programming Funny Jokes – Programmers Life

    Here are some funny jokes dedicated to all programmers. A Programmers can better understand them. These are showcase of a programmer’s sense of humor. A Funny quote by programmer Beauty is the capacity of ladies. ButCapacity is the beauty of Gents Swami Vivekananda Beauty is the capacity of ladies. Butthinking is the capacity of programmers…

  • Display Custom Text on boot screen of Windows

    Display Custom Text on boot screen of Windows

    If you would like to display any custom text message in a popup window when Windows is started, here’s how: 1 : Go to Start -> Run, then type in: regedit. 2 : Hit [Enter] on your keyboard. 3 : Follow this path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon 4 : Modify the key LegalNoticeCaption with your text of…

  • Access Your Folder as Drives in Windows

    Access Your Folder as Drives in Windows

    You can make your favorite folder to show as a separate drive as a part of system hard disk. 1. Start -> Run. 2. Type cmd and hit Enter. This will open “Command Prompt”. 3. Type subst Z: E:\folder and hit Enter key. You can replace Z: with your desired New Drive Letter (Except existing…

  • Linked list Program in CPP with all Functionality

    Linked list Program in CPP with all Functionality

    This linked list program is written in the CPP language. This program have complete functionality of add, edit, view and delete features. You can run this program with cpp compiler. Read our another Article: A classic Tank Game written in CPP language

  • A classic Tank Game written in CPP language

    A classic Tank Game written in CPP language

    This is a classic tank game which is written in cpp programming language. You can play it by compiling it with cpp compiler. Its very simple tank game with ability to fire bomb features. Hope you will enjoy this game. You will also like our Article: C Program to remove comments from source code

  • Convert Your Facebook Profile into Facebook Page

    Convert Your Facebook Profile into Facebook Page

    Do you know that you can convert your Facebook profile into a Facebook page? Yes you can create a Page using your Facebook profile. Users can migrate their existing Facebook profile into a Page.It’s so simple just follow these steps:- 1. Login to your Facebook account which you want to convert into a Facebook page.…

  • Some Visual Basic Script Programs

    Some Visual Basic Script Programs

    Here are some list of basic VB (Visual Basic) script programs. Which don’t require knowledge of programming languages. Everyone can run these simple Visual Basic programs on their system. 1. HAVE A GOOD DAY.VBS Save it as HAVE A GOOD DAY.VBS and Enjoy! 2. PASSWWORD PROTECT A .VBS SCRIPT The password for this is fish.…

  • C Program to remove comments from source code

    C Program to remove comments from source code

    A basic C Program to just remove all types comments from any source code file. Its written in c language and take file name as parameter when run it. Its read every character of code and remove comments to generate a clean code. This code can be compile and run using any compiler. It is…