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

Search In

how to create a test function and define a property when using std::map in c++?

Hi Team i am struggling to implement two things on this class,   1) to define a property when creating a modifier for using std::map<K, V> that one K is an int and V string. 2).how to create a test function inside a class? - this clas

Data Analytics: Why’s it so important

Companies and business have to collect a large quantity of data to see how their products or services are doing in the market and how they can improve and create more impact in the market. They would also collect data on gaps in the market so they ca

How to Share filter created by user in OpenERP?

In OpenERP first we create users and configure users access rights, then user will create a new filter, use filter group and also add a new ir.rule entry for model_id and domain on the target group_id. If restrict is True then instead of adding a rul

How to make a Seamless pattern in illustrator

Creating Seamless Pattern   Step 1: Open up your document Firstly We need to open a new document with size 300px * 300px. We need to create a rectangle on art board with size as same as artboard size.   Step 2: Make and p

How to create simple module in Drupal 8 ?

In Drupal 8, all the custom modules will go in the module folder in the root directory. Here are the steps to create a simple custom module to print hello world in Drupal 8:   Step 1. Create 'mymodule' folder under modules folder in t

How to recognize touch events for DOM elements

Hammer.js is a open-source library used for identifying touch gesture, mouse events and pointer Events. It is a standalone library . link for downloading library http://hammerjs.github.io/dist/hammer.min.js Below is the code snippet to use the hamm

How to check mode_rewrite is enables on the server?

To check mod_rewrite enabled or not you need to follow the following steps: Create a php file on to your server and call phpinfo() function to that file. Now access the file using your Browser. Inside apache2handler you will find a field Loaded Mod

How to detect if web page is refreshed using Javascript

Hello Reader's! if you need to detect whether the webpage is being refreshed by using Javascript you can do this like the example below:- function CheckRefresh() { if(document.cookie.indexOf('mycookie')==-1) { // cookie doesn't exist, create i

How to use low-level SQL in openERP/Odoo ?

Low level sql is the cursor for the current database transaction and allows executing SQL directly, either for queries which are difficult to express using the ORM For example you can take idea from below code- self.env.cr.execute("some_sql", param1

How to use model reference in openERP/Odoo ?

If you want to use model reference in OpenERP(Odoo) follow the below mentioned code and paste it in your (Python).py file: → class openerp.models.Model(pool, cr) class user(Model): Note-Above code are created by inheriting from this clas

1 38 370
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: