Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Capitalize first latter in column of Google Sheet or Excel

Hello Friend, Many times we need to capitalize the first latter of data in the spreadsheet and many of us do this task manually. But what if one have a large data containing thousand of columns will you then do this one by one, for me it

Return multiple values with different datatype in Java

// A Java program to demonstrate that we can return multiple values of different types by making a class // and returning an object of class. // A class that stores and returns two members of different types class Test { int mul; // To store multi

Why the order-by in hbm.xml is not resulting the sort in UI(jsf)?

The order-by in hbm.xml is not resulting the sort in UI(jsf), where as the hibernate query is printing in console is working correct   I am not able to get the sorted table from the data base,where as the hbm.xml changes are reflecting only to

GroupBy and OrderBy in MYSQL

ORDERBY alters the order of the specified column into the table by giving there fields name and arrange them in desc as well as asc ordering but default ordering is asc while in GROUPBY aggregates the records by the specified column which allow to

How to Call Stored Procedure using Entity Manager in JPA

Call stored procedure in JPA : Here I am going to tell you that how you can call the stored procedure using JPA entity manager. Following is the example to call stored procedure using entity manger. Suppose we have a stored procedure called 'get_log

getting contact information from contact list in Android

We can get a contact information for any contact from contact list of an Android Device easily. For this follow the steps below: Write the permission to read Contact's data into your AndroidManifest.xml <uses-permission android:name="android.pe

How to find a record anywhere in SQL Database

Find value in all tables in a Database Some times we know the value which is in our database, but we don't know the Database architecture and mapping with our code base. So if i want to know that where a particular value store, we can use below quer

String methods charAt and charCodeAt in JS

charAt() method : This method returns the character exist in a specified index of string.The index in a string always starts with 0. Syntax of charAt() method : string.charAt(index) The index is required field. If no character is found or index

Call Server Side Methods Using Page Method

We all know about the jquery Ajax which is a most popular and widely used methods to make server side calls from client side. ASP.NET provides an easier approach to make server side calls from client side using Page Methods. Below is the demonstra

Count function in C++

If you want to count the presence of a element in a given range, then you can use the count() function defined in the STL algorithm. It returns the number of variable inside a range whose value is equal to the given number. Template for count templ

1 32 282
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: