Subscribe:

FACEBOOK

Labels

MY OTHER BLOGS

ONENETBRAIN

welcome to our webiste

Wednesday, 26 December 2012

MS-Office 2013 full version with Key

-
Office Professional Plus 2013 is the future of productivity. Office Professional Plus 2013 includes Word, PowerPoint, Excel, Outlook, OneNote, Access, Publisher, and Lync.
  • Productivity with modern, touch-enabled experiences
  • Quickly form business insights with Excel
  • Bring ideas to life with PowerPoint and Word
  • Stay connected to the people you work with using Outlook and Lync
  • Manage Office with real-time performance monitoring and controls
Download link:

Wednesday, 12 December 2012

Read old News papers and books

1.Google News – Google News indexes thousands of newspaper websites from around the world and organizes news in clusters for easy reading. In addition to current news, Google News also offers access to stories published in old newspapers that you can search for free.
Although many of these newspaper issues are scanned images of the original printed version, you can use Google search to find stories inside the papers through the magic of OCR.   The actual content is hosted on other sites and Google will show if it cost any money to read that issue /news story.
2. Google Books – If you’re looking for an older issue of a magazine, Google Books might be the best place to find it.
These magazines are scanned and searchable and can be read online using the standard Google Book interface.   Decades worth of material are available, and the magazines are laid out just as they were when they were originally printed.   You can read archived magazines cover to cover, including the original articles, index, cover, and advertisements.
3. Trove – The National Library of Australia has a large selection of newspapers from across Australia archived online that anyone may read for free.   All the newspapers are completely scanned and can be viewed online in any modern browser, or you may download them as a PDF for offline reading.
4. Library of Congress – The Library of Congress has a large repository of historic newspapers published in America between 1880 and 1922, available as PDFs.
Though the library has made available newspapers from 14 states and Washington, DC., these states contain some of the largest newspapers and thus the archives are still a very valuable resource.   Additionally, the site has a database of records of all newspapers printed in America from 1690 to the present, including newspapers that are currently not published.
5. Newseum – Here you can find and download front pages of 800+ newspapers from around the world and the newspaper gallery is updated every day. The collection includes small-town and local newspapers as well as globally-distributed big papers.   They also maintain an archive of newspaper front pages belonging to dates of significant importance (for example, see the September 11 archive).
6. The Olden Times – If you’re looking for a popular article about a major historical event, the Olden Times may be a good place to look for it.   Although they do not contain entire newspapers, they do have snippets including popular news articles, print advertisements, and personal information sections such as births and obituaries.   All content is free, and the content ranges from between 1788 and 1920.
7. OMA – Like The Olden Times but for past magazine issues. Old Magazine Articles contains magazine pages covering from famous historical events. The articles can be downloaded as PDF files for free though they have been mildly edited to remove advertisements from the original magazines.
8. Wayback Machine – Simply enter a news website address into the search box (nytimes.com for example), and the Wayback machine will show you a list of snapshots of that site. You can then read the news as it appeared on that day. It also includes collections of news articles from major events like the Asian Tsunami of 2004.
9. NewspaperARCHIVE – This is the world’s largest online archive of historical newspapers published from 1753 onwards.   You can browse newspaper issues by date or find articles that match a particular phrase. NewspaperARCHIVE costs $9.99 a month if you subscribe for an year.
10. Ancestry.com – Although Ancestry.com is designed for building family trees or for finding information about your ancestors, its archives also includes thousands of newspapers and periodicals dating back to the 1700′s. Subscriptions start at $19.95/month or $12.95/month if paid per year.

Archives of Popular Newspapers and News agencies

1. Times Machine – This has archived editions of The New York Times from 1851 through 1922. The issues are identical to the original newspapers, and include all pages including the advertisements.
2. Times Archive – The Times. the daily paper from the UK, offers digital archives of issues from 1785 to 1985 on their website.   All pages of the papers are completely scanned, and are additionally organized with an index of topics.   You can read the articles highlighted on their front page for free while specific papers and articles are available for £4.95/day.
3. British Library – The British Library has scanned and digitized millions of pages of historic newspapers printed in the UK and Ireland during the 1700s and 1800s and have put them all online. Anyone can search through these newspaper archives but you’ll have to pay a £6.95 fee for 48 hour access to the online library. The newspapers can be downloaded in PDF format.
4. BBC – The On This Day section of BBC offers an online archive of some of the most significant stories broadcast by BBC News since 1950.     You can select any date from the menu at the top of the page, and view the news from that date as well as today’s historical news.
5. Press Display – This is like online newspaper kiosk where you can find current and past issues of hundreds of newspapers and magazines in full-color, full-page format. Individual issues cost 99 ¢ each and you may also download them on your Windows PC, Mac or mobile devices for offline reading.
6. Boston Globe – All issues of The Boston Globe newspaper printed since 1924 are available online. You can access all news articles printed since 1979 for free while the older articles are available at $2.95 for a single article

Extract Image Frames from a Video File

Let’s say you have a video file that may be a scene from a DVD movie, a clip that you downloaded from YouTube, or something that you captured with your webcam. Here are some ways by which you can extract (still) image frames from the video file.
Option 1. If you want to save only a few frames from the video, you may do that manually using your existing media player itself – see detailed instructions on how to capture images from videos.
Option 2. If you wish to capture a sequence of images from the video, you may either use GOM Media Player or if your video file in the AVI format, use AV Cutty which will export the entire video in a series of image frames.
Option 3. Then there’s the popular VLC Media Player which is available on Windows, Mac and Linux and let you extract images through the command line. The good part about VLC is that it supports all the popular Video formats without you have to install codecs separately.
Here’s the command for extracting images using VLC:
C:\VideoLAN\VLC>vlc "C:\videos\hello.mov" --video-filter=scene 
   --vout=dummy --start-time=1 --stop-time=5 --scene-ratio=1 
   --scene-prefix=img- --scene-path=C:\images\ vlc://quit
How VLC command works?
hello.mov is the full path of the video file while C:\images is the directory where we want to save the video thumbnails. The scene prefix is img meaning are thumbnails will be numbered as img1.jpg, img2.jpg and so on. The start and stop time specifies the time in seconds while the scene-ratio means that we want to output one image per frame.
Option 4. Finally, here’s something I prefer though it again involves the command line. Download the Win32 binary of ffmpeg here, extract the file and then use the following command to make image thumbnails of any video file.
c:\ffmpeg.exe -i c:\video\hello.mov  – ss 10  – t 4 
              -f image2  – sameq -vcodec mjpeg img-%03d.jpg

Your Gmail ID Creation Date

If your Google account ever gets hacked or if you are unable to get into your Gmail account because you no longer have access to your mobile phone number or alternate email address, Google will require you to answer a few security questions before restoring your account.
These questions include:
  1. What was the last password you used to sign-in to your Google Account?
  2. When was the last time you were able to sign in to your Google Account?
  3. When did you create your Google Account?
All these questions are required and if you are not sure about the exact dates, Google says that you can provide your “best estimate.”
It is therefore recommended that you make a note of Google account creation date at a safe place but where you do get this information from? One option is that you open your Gmail mailbox, switch to All messages and note the timestamp of the welcome message from Gmail.
When did you create your Gmail account?

When did I create the Google Account?

In case you have deleted that email message, here is how you can easily find out the date when you created you Google / Gmail account.
  1. Go to google.com/takeout and sign-in with your current Google Account.
  2. Now click the link that says “Transfer your Google+ connections to another account”
  3. Google will once again require your account password. Sign-in and on the next screen you’ll see you Google Account creation as shown in the above screenshot.

Install Windows 8 as a Virtual Machine

Use Windows 8 in a Virtual Environment

Here’s a step-by-step guide that explains how you can install Windows 8 as a virtual machine. Don’t let these steps intimidate you as installing Windows 8 inside a VM is an extremely easy process and should not take more than 20-30 minutes to complete.
Step 1: Download the ISO image of Windows 8 or create a bootable Windows 8 DVD as illustrated in the previous tutorials.
Step 2: Download and install the Virtual Box program for Windows available at oracle.com. If you have been using an older version of Virtual Box, please upgrade to the latest version of VM VirtualBox as it includes support for Windows 8.
Step 3: Launch the Oracle VM Virtual Box program from the Windows Programs Menu and click the “New” button (or press Ctrl+N) to create a new Windows 8 Virtual Machine. Click the “Hide Description” button to get started.
Windows 8 Virtual Machine
Step 4: Give your virtual machine a name (like Windows 8). Set the Operating System as Windows and pick Windows 8 for the Version.  Next you need to allocate RAM to your new Windows 8 VM. The minimum that you should allocate is 1024 MB (or 1 GB) though you can always move that slider further right to 2 GB for improved performance. Click Create.
Step 5: Next choose the file location where you would like to save the Windows 8 virtual hard disk. If you just want to try Windows 8 and don’t plan to install any additional apps, the recommended size is 25 GB.
Set the file type for the disk as VDI or VirtualBox Disk Image. Also, the virtual hard disk should be allotted a “fixed size” because that is likely to offer the best performance.
Windows 8 Virtual Disk
Step 6: You are all set to create new hard disk for Windows 8.
It is time to grab a cup of coffee as VirtualBox will create a large physical file now (for storing the Windows 8 OS) and it might take anywhere between 3-4 minutes to finish the process.
Windows 8 - Setting up Virtual Drive
Step 6: Your Windows 8 virtual hard disk is now ready but before you can use it, you need to make a few modifications. While you are inside the VirtualBox Manager windows, select the Windows 8 VM and press Ctrl + S to open the settings window.
  • Go to System –> Motherboard and Enable IO APIC. (should be enabled by default)
  • Go to System –> Processor and Enable PAE/NX. (should be enabled by default)
  • Go to Display –> Video and Enable 2D Video Acceleration. (disabled by default)
Windows 8 VM Settings
Step 16: Click OK to save all the settings and double-click the Virtual Machine labeled Windows 8 to launch the program. You can either insert the Windows 8 installer DVD or click the folder icon and browse to the folder where the Windows 8 ISO file is stored.
Click the Next button and this will initiate the actual Windows 8 setup routine. You can the Windows 8 serial number and it should take about 20-30 minutes to complete the installation process.
Install Windows 8
Here’s a quick video screencast that captures the actual installation of Windows 8 inside a Virtual Machine.
Trivia: Do you know that you can use Virtual Machines, like the one created above, to run another instance of Windows 8 inside an existing Windows 8 machine.