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

Search In

fibonaci series using arrays in Ruby

It is a series of Whole number where we have to find sum of the two preceding numbers. It Begins with 0 and 1, the sequence goes like this 0,1,1, 2, 3, 5, 8, 13, 21, 34, etc. using the formula n = n(-1) + n(-2), where the n(-1) is the the last

How to search record from dynamic data list in Liferay 6.2?

Hello Guy's Some time many of us faces difficultly in searching record from dynamic data list in Liferay 6.2, so for your help below I am mentioning how you can do this- Here I have created two methods for search record from dynamic data list in li

How to resolve JQuery Lightbox session object access issue for iPhone ?

Hiii all... I have found something about iPhone and Jquery lightbox. It would be beneficial for those who are working with Jquery lightbox. If you are opening .aspx page in lightbox, and fetching few values from Session object in backend, all devi

How to list all child pages of current parent page in drupal 7?

Suppose I have parent pages A1 and B1. A1 has child pages A1.1, A1.2,A1.3 and B1 has child pages B1.1, B1.2. I want to list all the respective child pages on A1 and B1. In every child page I have an image and a title. These 2 information needs to be

Generate a random and unique password

Hello readers, today we discuss about "Generate a random, unique password or alphanumeric string" using Php function. function random_string($len) { $key = ''; $keys = array_merge(range(0, 9)); for ($i = 0; $i < $len; $i++) {

A program to count the different types of characters in given string

counting of different characters is done by using strlen(i.e string length) and arr denotes array. We use for loop to pass the ASCII code of alphabets from a to z. #include<stdio.h> #include<string.h> void main() {

while and do while loops in Javascript

Hello Readers if you are confusing in while and do while loop in Javascript then this blog will be helpfull to you. Lets see both of them working:- First we will how while loop works:- while (i < 10) { text += "The number is " + i; i++;

Android - document edge detection via camera

Hello guys, i am trying to develop one p.o.c with functionality like office lens, when i focus camera on document it should auto adjust(focus, mode) , detect document edge, draw border rectangle(real time) in Android . Have tried OpenCv but no luck

Apache: Difference between mod_proxy_balancer and mod_rewrite and which one should i use?

What is the difference between using mod_proxy_balancer and mod_rewrite?   Basically wanted to do url redirection and load balancing(without modifying the session) of traffic. When I type live.example.com it should get redirected to app server

iOS Delegation - Video Tutorial with Example

Hello everyone, in this iOS Video Tutorial we will learn Delegation in iOS with Example. Delegate is simply just a means of communication between objects of iOS applications. You can think delegation as a simple way of connecting objects and co

1 26 720
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: