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

Search In

How to Search product name with different patterns in OpenERP(Odoo)?

Step-1 Install multi_search module. Step-2 inherit = 'product.product' class in .py(Python file) in multi_search module. In below example, I have custmozied .py file. You can directly copy the below python code in multi_search module - class prod

How to create zip file in android

Here I am writing code to create zip file in android application. Here, First I create directory where I create zip file. Then by using Compress class I create zip file having some valid images already saved on our device. private File createZipFil

Android studio issue.

Hi,I am using Android Studio, Trying to run a demo app. Getting Error:Execution failed for task ':app:packageDebug' class org.bouncycastle.asn1.ASN1Primitive overrides final method equals.(Ljava/lang/Object;)Z

Walter Elliot-Elliott IT Consulting

Technology: Mobile App for iPhone native Client side module. Design required- Yes Payment Terms- Fixed

How to use date() Function in php ?

The date() function formats a local date and time, and returns the formatted date string. Basically uses of The date() function formats a local date and time. The date() function returns the formatted date string. syntex of date () function dat

C Preprocessor directives

The preprocessing of C source code is done before it is compiled by the compiler. The Preprocessor directives are the command used for preprocessing which starts with "#" symbol. The list of preprocessor directives that C language offers is given bel

What is a Web Worker?

Hi all, Below is a short description of web workers. What is a Web Worker? Web worker is JavaScript which runs in backside without affecting the performance of site and it is independent of other the scripts,. what web worker are for ? For th

How to print a List is Java?

There are different ways to print a List, below are some example to print a list using: 1. For loop 2. While loop, and 3. Iterator import java.util.Arrays; import java.util.Iterator; import java.util.List; public class printmyList { public stat

What is Fibonacci Series & program for it?

What is Fibonacci Series ? Fibonacci succession arrangement or group of the numbers beginning with zero or one followed by a one, and carry on with rule that number is equivalent to the sum of prior 2 numbers. Fibonacci series is denoted by f(n) Eg

How to traverse a Multidimensional array in PHP?

Multidimensinal array is the array of arrays. You can store multidimensional array as follows: $arr=array( array(1,"demo1","demo2"), array(1,"demo3","demo4"), array(1,"demo5","demo6"), array(1,"demo7","demo8") ); To traverse a multidimensional arr

1 112 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: