
Search In
In openerp you make a request to read the assets while the transaction creating is not done and As the assets are generated during the same transaction and the rendering of the templates will call them. There is a scenario where the assets are unreac
Function is a predefined program in which we pass the parameters and it return a value. There are two types of function create function and predefined functions.
Create function- Like other languages we can also create function in MySQL.
Below synta
Quick sort in C programming is used to sort the elements of a list or an array either in ascending or in descending order.
Quick sort is based on the pivoting of the element and comparison and sorting is being made based on this element.
&n
Here in this blog i have used AJAX to search and provide result on the whenever user enter any character in the textbox. The result is coming from a PHP page. Ajax search is used for making the code easy to understand and for saving the users time, h
In my iPhone 7 launch and rumour roundup published 2 days back, I have compiled a series of expected specs and features that were circulating around the globe. Glad to see, that majority of expectations that were included in the rumour ro
In this article, you will learn about the SQLite database in Cordova for mobile application.
SQLite is open source database which can be used in phonegap application. It has features as in standard relational database (SQL syntax, prepared statements
I am trying to run the following code:
from selenium import webdriver
# create a new Firefox session
driver = webdriver.Firefox(executable_path=r'C:\Program Files\geckodriver.exe')
driver.implicitly_wait(30)
driver.maximize_window()
# navigat
Firstly the Fibonacci series is 1,2,3 not 5,8,2 it is not getting corrected. Secondly the correct power set is not getting generated. In the last is I want to generate two Fibonacci series of n and m (they can be same) and generate the power set of t
About Google Authentication/ 2 step verification
2fa stands for "Two Factor Authentication" also called Google authentication which provides security to user account. In order to log-in to their account, they need to ins
Step-1 Install the web_advanced_filters module.
Step-2 After that custmozie .py(Python file) file in web_advanced_filters module:
In below example, I have custmozied .py file. You can directly copy the below python code in your .py file.
class IrFi