About VLSI..

Very-large-scale integration (VLSI) is the process of creating integrated circuits by combining thousands of transistors into a single chip. VLSI began in the 1970s when complex semiconductor and communication technologies were being developed

Sunday, January 18, 2015

perl tutor : How to modify your @INC include path - What to do when Perl modules aren't in their normal locations

The final thing to remember is that if this message comes back with an error, it doesn't exactly mean that this module isn't installed on the current system, it just means that the module isn't in your @INC include path.

perl tutor : How to modify your @INC include path - What to do when Perl modules aren't in their normal locations

When you have root access to a Unix server, it's pretty easy to install Perl modules in their proper locations, and forget about them. But if you don't have root access and you need to install your Perl modules in non-standard directories, how will you get your programs to find your modules?

In this article we'll demonstrate how to use the use lib statement in your Perl programs to include the non-standard location of your Perl modules into Perl's @INC search list.

Perl modules - use and require examples (with root access)

If you're lucky enough to have root access to your Unix server, it's easy to install Perl modules into their default locations. Once they're installed in their default locations, you just include the modules into your Perl/CGI programs with a "use" or "require" statement like this:

use "LWP.pm";  

or this:

require "LWP.pm";  

Include Perl modules when you don't have root access ...

If you don't have access to the root password on your Unix server, or you're not allowed to add Perl modules to the Perl installation directories, what can you do? (Note: This problem usually arises when you're renting web space on somebody else's web server, and they don't have the module installed that you need -- a fairly common occurrence.)

In cases like this, the thing to do is to install the Perl module yourself into a directory where you do have write permission. For instance, if my name is George, and my HOME directory is /home/george, I might install my Perl modules into a directory named /home/george/modules. If you follow the installation instructions for Perl modules, this is very easy to do.

Assuming that goes okay and you now have the module installed in /home/george/modules, how do you get your Perl/CGI programs to find the module? Fortunately, that too is easy. All you have to do is modify your Perl/CGI program slightly to tell the program where else it should look for modules.

For instance, if the people that host my web site didn't have the CGI.pm module available, I'd install it in /home/george/modules. Then I'd modify my Perl/CGI program to find the module by adding this line near the top of my Perl programs:

use lib '/home/george/modules';  

This simple line of code tells your Perl program to add this directory to it's @INC search directory. @INC contains the list of directories Perl searches when looking for modules. The use lib command is the easiest way I know to modify @INC.

read more at http://alvinalexander.com/perl/edu/articles/pl010015

Monday, January 13, 2014

Tech Buzz: To Create Any New File showing in right click menu in Linux

This should enable scripts when right clicking on a folder or a file.

Create New File not showing in right click menu
open gedit with sudo gedit
when the blank document is open in gedit press "file" then "save as"
store the blank file in the /home/username/Template folder, save it as "Empty File"
Now Reboot to reload nautilus
This should enable "New Document" > "Empty file" when right clicking in folder/on desktop

I am trying to get scripts showing on desktop right click, if i manage i will post an update.
I Hope my answer helped you out

option show up on right clicking in the desktop in Ubuntu ... How to make it appear?


Tuesday, September 24, 2013

Tech Update : All about Haswell - microarchitecture- the 22nm process

Haswell is the codename for a processor microarchitecture developed by
Intel as the successor to the Ivy Bridge architecture. It uses the 22
nm process. Intel officially announced CPUs with this
microarchitecture on June 4, 2013 at Computex Taipei 2013. With
Haswell, Intel introduced a low-power processor designed for
convertible or 'hybrid' Ultrabooks, having the Y suffix. Intel
demonstrated a working Haswell chip at the 2011 Intel Developer Forum.

Courtesy: http://en.wikipedia.org/wiki/Haswell_%28microarchitecture%29

Friday, September 20, 2013

VEDA IIT Recruitment Test - 5-Oct-2013


Recruitment Test for VLSI Physical Design/Logical Design and Embedded System Design


Entrance Test: 5-Oct-2013
Last Date for receiving applications: 1-Oct-2013
*DD for Rs. 300/- should be drawn in favor of VEDA Institute of Information Technology Pvt. Ltd. before applying
Click here to apply

Modal papers please go through vedaiit.blogspot.com