AutoCAD Interview Questions – II

Interview Questions

AutoCAD Questions : Have you used lisp routines?……….Have you written any? What modules have you used? Have you used xrefs?………In what...

MeritTrac Services Pvt Ltd recruiting freshers Monday to Saturaday

Freshers Jobs

Company Name : MeritTrac Services Pvt Ltd at Bengaluru/Bangalore MeritTrac, India’s largest skills assessment company is looking for “Programmer”. Experience : 0-2 yrs The...

Crash Course Tutorials

Intresting Links

3D MAX: 3d Max Studio Tutorials.zip Flash: Better3DFlash5-simple.zip BLUR.ZIP brokenFlag.zip circularMenu.zip egoloader.zip Hidden_-JLampitt-552.zip MorningSky.zip...

PHP Interview questions

Experienced Interview Questions

Q.1 How does a Web work at a fundamental level ? Ans. When a typical HTTP client visit a URL through the web browser, the browser sends an HTTP request to the web server....

Perl frequently asked questions , interview questions (Part1)

Experienced Interview Questions

Why do you use Perl? Perl is a powerful free interpreter. Perl is portable, flexible and easy to learn. How do I set environment variables in Perl programs? you can...

How do I flush/unbuffer an output filehandle? Why must I do this?

Freshers Jobs

Perl does not support truly unbuffered output (except insofar as you can syswrite(OUT, $char, 1)), although it does support is “command buffering”, in which a...

Perl Script to find intersection of lines two files

Freshers Jobs

#!/usr/bin/perl /*Descripation: A script to find the intersection set of the lines in two text files */#/* when one of the file is a subset of the other */

Perl script to find unique file extensions in directory and all its subdirectories

Freshers Jobs

Invoke it with the directory you want to search for. #!/usr/bin/perl -w #Finds all the unique extensions in the current directory and its subdirectory(recursive). #author:...

Dictionary of Algorithms and Data Structures

Intresting Links

Dictionary of Algorithms and Data Structures: This is a dictionary of algorithms, algorithmic techniques, data structures, archetypal problems, and related definitions....