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

Search In

Set in C++

Little introduction of Associative containers In the era of computing, Associative containers refer to a group of class templates in the standard library of the C++ programming language that implement ordered associative arrays.The following contai

Triggers in Odoo

Triggers are recorded in database as record IDs (together with the model name) and refer to the workflow instance waiting for those records. The transition definition provides a model name (attribute trigger_model) and a Python expression (attribute

Object Iteration?

In PHP we can iterate any object by using the list of items,for getting list of items we have foreach loop in php. So that there will only the visible properties is being listed. We have loops concept for iterating throughout data list in php. Fol

Selecting the first n rows, Pagination, Rownum & ROW_NUMBER() in Oracle

There will be requirement where you might need to select the first n rows, or do pagination in Oracle. This can be achieved using Rownum. Lets create sample table and data to understand the logic. create table Employees ( id number primary

Sort function in C++

Sort function is used to sort a given range in ascending order. This function is defined in the header algorithm. There are two version are defined of it. template< class RandomIt > void sort( RandomIt first, RandomIt last ); template< cla

Laravel Eloquent groupBy() AND also return count of each group

We can also make our query on groupBy using Laravel 4.x.Let me demonstrate it by the following example. Suppose we have a table in which we have n number of users which are from different-different state and we have to find that how many users belo

Get n number of highest and lowest records in MySQL

In my previous blog How to use Limit clause in MySQL Query, there is explanation of LIMIT clause and its use with SELECT statement. This article explains the use of LIMIT with ORDER BY clause to get 'n' number of Highest and Lowest records in MySQL.

Cool widgets in Odoo-9

In Odoo9 Widgets are the GUI elements that can perform some controlling tasks. In Odoo9, we can see a few of widgets that have significance in the views like statuses of the any process, seeing states of an object, or getting lists out of huge data,

How to pass mulitple values to update records with a single query

Hello Readers if you want to update mulitple record by multiple id, then you have to use in clause in MySql Lets see the example as below:- $ids = array(474,25, 99,101); Here I have an array $ids with multiple id's. Now this array will be inse

How to Get Print in Python

print : It produces text output on the console. Syntax: print "Message" print Expression To print the given text message or expression value on the console, you have to moves the cursor down to the next line. print Item1, Item2, ..., Item

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