Technology Inside Out!

Index ¦ Archives ¦ Atom ¦ RSS

How play videos on Raspberry Pi - OMXPlayer

OMX player is a command line player which can be controlled via Android app or over SSH.

OMX player can play all common files including .avi, .mp4 and mkv without any extra codec with subtitle.

Raspberry Pi OMX Player


Vagrant up And Beyond!

When you are working on a project with a team, a big question is how to make them work on same environment? One solution is to make them work on same machine, but this gets messy as everyone is making changes. The other solution is to provide everyone with same …


Arduino Uno Pin Functions

Arduino Uno's Pin labelling is displayed in image below, and detailed function of each & every pin is mentioned below the image.

Arduino Pin Functions

PIN FUNCTIONS :

USB To PC : It is used to communicate Arduino via Universal Serial Bus to PC for programming/sending data to Arduino serially.

7V to 12V DC Input …


Raspberry Pi: Change Password, Auto Login and Remote Desktop

I have already given tutorial for RaspberryPi First Installation and Boot.  Let's go with advance configuration of RasPi.

Things to do after 1st boot of Raspberry Pi


CSS3 Animations: Getting started

CSS animations is a great tool design website in very cool fashion without any gif images and reduced page size.
~(Keep\ in\ mind\ IE8\ and\ IE9\ are\ stone\ age\ browsers\ and\ CSS3\ animation\ won't\ work\ with\ it).~
There are two basic keyword used to generate animations using

animation

and

\@keyframes …


Raspberry Pi - How to install and first boot

Installing and setting up Raspberry Pi is fairly easy in following steps


OpenStack - Understanding The Architecture

OpenStack is a cloud computing project to provide an Infrastructure as a Service(IaaS), jointly launched by RackSpace and NASA. A collection of open-source technologies combined together make it a massively scalable cloud operating system. One big quality of OpenStack is it’s simplicity, anyone can easily tie-up different hosts …


Learn C - More about variables

Welcome to your next tutorial on the Learn C language, here we'll have a deeper look at the use of variables in C language. In previous tutorial about variables in C, we defined a variable sam of integer type and then initialized it with …


Java 7 : Try-with-resources - Close resources automatically with AutoCloseable interface

Every time we write code with FileInputStream,

BufferReader

  etc. we need to close those resource explicitly in finally block.

Now from Java 7, there are two interfaces included

Closeable

and

AutoCloseable

with single abstract method

close(),

  which enables implementing class to close resources aromatically after try block.

Lets see how …


Java 7: Binary literal type

From Java 7 Binary type also joins the category of literal with *

byte, short, int and long

. Which means a binary value can be assigned  by using 0b or 0B  *prefix to a  primitive type.

What is a Literal :  A literal is source code representation of source code. Which can …

© The Geeky Way. Built using Pelican. Theme by Giulio Fidente on github.

Disclaimer Privacy policy