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

Search In

How to display openweather map data separately in Android?

I am using openweathermap.org API for displaying current weather for a place user type. My application displayed it However, it is not flexible as it is displaying all different details such as weather description, latitude, longitude, Wind Speed , c

Pointers in C

Pointer in C are used to store the reference of the variable not its value.   Everytime we declare a variable its reference is created in the memory somewhere and when it is accessed that variable memory address is fetched for retrieving it.

C Preprocessor

The C Preprocessor not the compiler part, but it executes as compilation occurs.   C Preprocessor is just a text substitution tool that tells  the compiler to do required pre-processing before the actual compilation.     &n

Bubble Sort in C

Bubble sort is a  sorting algorithm. This sorting is done by comparing the elements just after another in the iteration.     Bubble sort comparison is based from the first and second element checking which one is greater.  

Hash Table in C

Hash table is data structure to store or retrieve data in key value pair format. So it is like a table where key and value pertaining to that key exists . So, it is an efficient way of mapping and accessing data.   [key 1] -> Data 1 [key 2

Formatting date in different format in java

Formatting Date in java: There is a predefined format for dealing with dates in java , but suppose if you want the date in some other format other than the default one then you can use the SimpleDateFormat class of the java.text packa

How to Count the Combination of Addition of Numbers in C

Jojo, Lili, and Bibi is playing game about addition. Of course, addition is not a big problem for those who understand about how simple the addition is. But, they don’t want to add certain numbers, but they want to count how many combination of

find the largest palindrome made from the product of 3 digit numbers java

Can some one please explain what is done in the following code. I found it in in Stack overflow.  I asked the question in the same web site and got the following reply Stackoverflow isn't meant for the purpose of explaining code . Since I a

Tower of Hanoi Implementation in Java

Hi Readers, In this blog i will provide you the Java solution for the famous Tower of Hanoi problem using Stack. Problem definition Tower of Hanoi is a mathematical puzzle. It is also known as Tower of Brahma or Locus' Tower. This puzzle

Facebook Integration With Unity3D

Hello Readers !! Today we are going to discuss the Facebook integration in the Unity Apps/Games. Facebook integration is very common things in today apps. Now each and every app has Facebook section in it. So for the success of App now it's ma

1 21 156
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: