चित्रपट : चौकट राजा (१९९१)
गीत : सुधीर मोघे
संगीत : आनंद मोडक
गायिका : आशा भोसले
एक झोंका …(४)
चुके काळजाचा ठोका एक झोंका …(२)
झोंका || ध्रु ||
एक झोंका …(४)
उजवीकडे डावीकडे डावीकडे उजवीकडे …(२)
जरा स्वतालाच फेका फेका || १ ||
एक झोंका …(४)
नाही कुठे थाम्बायचे मागे पुढे झुलायचे …(२)
हाच धरायचा ठेका …(२)
हाच ठेका || २ ||
एक झोंका …(४)
चुके काळजाचा ठोका एक झोंका …(२)
झोंका
एक झोंका …(४)
English Version :
Movie : Chaukat Raja (1991)
Lyricist : Sudhir Moghe
Music Director : Aanand Modak
Singer : Asha Bhosale
Ek jhoka …(4)
Chuke kalajacha thoka ek jhoka …(2)
Jhoka ||
Ek jhoka …(4)
Ujawikade dawikade Dawikade ujawikade …(2)
Jara swatalach feka feka || 1 ||
Ek jhoka …(4)
Nahi kuthe thambayache mage pudhe jhulayache …(2)
Hach dharayacha theka …(2)
Hach theka || 2 ||
Ek jhoka …(4)
Chuke kalajacha thoka ek jhoka …(2)
Jhoka
Ek jhoka …(4)
Click here to download MP3 song of Ek jhoka (एक झोंका)
Christmas wish is the ideal way to pray for love and peace for all. Wishes can be given to anyone, whether you know a person or not. It is the way to share your feelings and happiness with all those whom you come across on this sacred occasion. You never know; you might make a lonely person smile because of your Christmas wish. The idea of Christmas wishes can go a long way in maintaining relationships and creating a bond that can only become stronger with time. Christmas wishes come in many different forms but have one single essence – To spread peace and happiness on this sacred occasion.
Wish you all a very Happy Christmas from – Sandeep Kadam
1) What’s MySQL ?
MySQL (pronounced “my ess cue el”) is an open source relational database management system (RDBMS) that uses Structured Query Language (SQL), the most popular language for adding, accessing, and processing data in a database. Because it is open source, anyone can download MySQL and tailor it to their needs in accordance with the general public license. MySQL is noted mainly for its speed, reliability, and flexibility. …
2) What is DDL, DML and DCL ?
If you look at the large variety of SQL commands, they can be divided into three large subgroups. Data Definition Language deals with database schemas and descriptions of how the data should reside in the database, therefore language statements like CREATE TABLE or ALTER TABLE belong to DDL. DML deals with data manipulation, and therefore includes most common SQL statements such SELECT, INSERT, etc. Data Control Language includes commands such as GRANT, and mostly concerns with rights, permissions and other controls of the database system.
3) How do you get the number of rows affected by query?
SELECT COUNT (user_id) FROM users would only return the number of user_id’s.
4) If the value in the column is repeatable, how do you find out the unique values?
Use DISTINCT in the query, such as SELECT DISTINCT user_firstname FROM users; You can also ask for a number of distinct values by saying SELECT COUNT (DISTINCT user_firstname) FROM users;
5) How do you return the a hundred books starting from 25th?
SELECT book_title FROM books LIMIT 25, 100. The first number in LIMIT is the offset, the second is the number.
1) Explain what is object oriented programming language?
Object oriented programming language allows concepts such as modularity, encapsulation, polymorphism and inheritance. Objects are said to be the most important part of object oriented language. Concept revolves around making simulation programs around an object. Organize a program around its data (object)& set well define interface to that data. i.e. objects and a set of well defined interfaces to that data. OOP is the common abbreviation for Object-Oriented Programming. OOps have many properties such as DataHiding,Inheritence,Data Absraction,Data Encapsulation and many more.
2) Name some languages which have object oriented language and characteristics?
Some of the languages which have object oriented languages present in them are ABAP, ECMA Script, C++, Perl, LISP, C#, Tcl, VB, Ruby, Python, PHP, etc. Popularity of these languages has increased considerably as they can solve complex problems with ease.
3) Explain about UML?
UML or unified modeling language is regarded to implement complete specifications and features of object oriented language. Abstract design can be implemented in object oriented programming languages. It lacks implementation of polymorphism on message arguments which is a OOPs feature.
4) Explain the meaning of object in object oriented programming?
Languages which are called as object oriented almost implement everything in them as objects such as punctuations, characters, prototypes, classes, modules, blocks, etc. They were designed to facilitate and implement object oriented methods.
5) Explain about message passing in object oriented programming?
Message passing is a method by which an object sends data to another object or requests other object to invoke method. This is also known as interfacing. It acts like a messenger from one object to other object to convey specific instructions.
Trek to Karnala
For more detail trek information click here.
Photography Credits:
Pratik Agwekar, Vaibhav Bhaiya, Shashikant Bangera