
Search In
How to display a powerset using the following code? what is the mistake and where? why the output is not getting displayed? What to do to display the output?
def power_set(items):
N = len(items)
# enumerate the 2 ** N possible combi
Hello readers, today I guide you "How to pass extra parameter in Wordpress pagination?".
Recently I am working on a project and I want to pass extra parameter in Wordpress paged pagination. Normally we are are using simple paginati
Use a combination of JavaScript Math methods: random to generate a random value
between 0 and 1, which is then multiplied by 255.
var randomNumber = Math.floor(Math.random() * 255);
console.log(randomNumber);
The random method generates a random n
LPAD(str,len,padstr)
LPAD mysql funtion returns the string str, left-padded with the string padstr to a length of len characters means if you want to extend a string to a certain length and insert some character in left side of string at the place o
Write python code(2.7 version) for the following and also explain the logic because i am not understanding please explain.
Eight houses ,represented as cells , are arranged in a straight line.Each day every cell competes with its adjacent ce
In this blog we illustrate how to get the late binding using reflections for this firstly we need to understand "what is reflection" and "what is late binding".
What is reflection?
Reflection is basically read the assembly cont
Spring Bean Definition Inheritance: Spring Framework provides the facility of Inheritance in it's bean configuration file. Bean configuration consists lots of configuration regarding of bean like bean's id, name, class, properties etc. Spring bean co
When we build our project to see how it looks, we need to set the Player Settings-
Today I'll describe you the Player Settings for Android
After building the project in Android
Go To Edit->Project Settings-> Player
Following Player Settings
It is answer to the questions like
a- how to verify address of partner in openerp
b- how to correct address entered by user
We need to verify and valid address in several cases like for - shipping address.&n
Programmer Experts,
I'm embarking on an interesting project to gain work experience in php. Just stuck on one thing and wondering if you can help.
You probably used Team Viewer. This is where I create a Team Viewer session and get a uni
