Posts from January 2013

11 result(s) found

What is C Language - a brief introduction
C

This article explains what is C programming language and an introduction to C programming language. Best tutorial for beginner to start with C programming language.

What's a programming language
Computer basics

This article covers the basics of programming language and kind of programming tools are available in the market now. You'll able to understand the difference between Assembler, Compiler and Interpreter.

Error loading Python DLL while installing/running Google drive in Windows 8
Windows

Google Drive is an application from Google to syncronize files between online Google Drive account and local machine. But installing or running Google Drive on Windows 8 operating system shows 'Error loading Python DLL C:\Users\Santhosh\AppData\Local\Temp\_MEI31122\python26.dll (error code 1114 )'.

JDBC - Java Database Connectivity
Java

JDBC API: As part of Java 2 Standard Edition (J2SE), an API is provided to access the data managed by database servers like ORACLE, MySQL, Microsoft SQL Server, DB2, Sybase, etc. The name of the API i...

Assigning a shortcut key to any application in Windows OS
Windows

Shortcuts are the best way to quicken your work. If you're using a program very frequently, it's very easy to start the program/application with shortcut key instead of going to locate a program manually from start menu.

Setting Environment variables in Linux
Linux

Environment variables allow users to define/modify operating system level variable. Any changes made to the environment variables will impact the operating system functionality. "export" shell comman...

Unit conversion with windows calculator
Windows

Everything is measured through units. And there're multiple units to measure single thing. For example, temperature is measured in Celsius and Fahrenheit. We might have to convert one unit to other. T...