Monday, 27 February 2017

Youtube shortcuts

YouTube Player Seekbar Keyboard Shortcuts

Keyboard shortcut

Action (the seekbar should be selected)
Left / Right arrowJump back / ahead 5 seconds in the current video
Home / EndSeek to the beginning / last seconds of the video
SpacebarPlay / Pause
Numbers 1 to 9Seek to the 10% to 90% of the video
Number 0Seek to the beginning of the video

Shift+N is next video in playlist 
Shift+P is the previous video
F key  to switch to full-screen view

Sunday, 3 January 2016

Saturday, 28 November 2015

Fibonacci Sequence

The Fibonacci Sequence is the series of numbers: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, ... The next number is found by adding up the two numbers before it. The 2 is found by adding the two numbers before it (1+1)

n1 n2 n3=n1+n2
0 1 1
1 1 2
1 2 3

and so on .. Here  n1 becomes n2  and n2 becomes n3 int n1=0; int n2=1; int count=10; int i; System.out.print(n1+" "+n2); for(i=2;i

Saturday, 25 July 2015

VLC audio video not in sync - Solution

In VLC, if your audio loses sync with the video or subtitles, there is an easy way to fix this. Simply pressing J or K will move the audio forward or backwards. Similarly, to sync the subtitles you can press H or G

L for loop  

F for full screen

B change audio from English to other language