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

Search In

Copy and create temp table from main table

In SQL we have situations, where we want to manipulate our data based on conditions . For doing that one approach we need is to store that data into temp table then manipulate it. For doing this we copy the entire structure of the main table in

Difference between delete and free() in C++?

free() function and delete operator are used to deallocate the memory a pointer is holding. free() function is used when the memory is allocated to the pointer by either malloc(),calloc() or realloc() function, whereas delete operator is used when th

Wild pointers in C

Wild pointers The pointers which are not initialized and are pointing to some random location are wild pointers. Pointers pointing to a known defined variable are not wild pointers but if it is pointing to a value or a set of values without value be

Multiple Ways To Concatenate A string using JavaScript

Hello, readers . In today's blog I am trying to give multiple ways to concatenate a string using JavaScript.   Basically the term “Concatenate” means joining two or more strings and returns a new joined string .   As the

How to load module within a component in joomla

This method is really useful when any user want to add module inside component.There must be situation where user need to display specific module for component below is the code which will works: $position = 'typemoduleposition'; $modules =&a

What Is Software Testing Estimation ?

Estimation is a crucial feature which collaborate with every project. The same point cooperate to the testing assignment and also testing team or qa team that how many time do they needed to perform the testing operations.   For any project, s

How to transfer stock in product module in Odoo-9

If you want transfer stock in Product module you have to follow the following code in your .py file. class stock_immediate_transfer(models.TransientModel): _inherit = 'stock.immediate.transfer' @api.multi def process(self): self.ensure_one()

How can essay writing reviews will help to write a tech essay?

I have to write a technical essay for my academical assignment. It is difficult for me to write the essay myself. I am in a trouble. I want to hire an essay writing service. Which essay writing service is better? How the essay writing service reviews

Anonymous function

Hello friends, Today we will learn about the anonymous function in PHP. Anonymous function is a function without a name. In other words, a function that does not have a name is called anonymous function. While defining a normal function in PHP synt

Javascript Undefined Values

Javascript Undefined Values In a program the variables declared gets the value at the time of the variable declaration or get assigned after some calculation or received by the user input, but the variables which are not assigned any value at the ti

1 6 76
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: