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

Search In

Synchronizing Threads in Python

With the help of threading module we can implement locking mechanism that allows you to synchronize threads. And a new lock is created by calling the Lock() method, which returns the new lock and thread in threads module. For example you can see belo

Get result of two arrays into a single array

Hello Reader in this blog you will see how to get result of two arrays in a single array using PHP Array one name information Array ( [0] => Array ( [0] => 125479

FIELD string function mysql

FIELD(str,str1,str2,str3,...) FIELD function is used to get the index (position) of str in the str1, str2, str3, ... list and it returns 0 if str is not found. In the field list if all arguments are strings then all arguments are compared as strin

CONCAT string function mysql

CONCAT(str1,str2,...) CONCAT() string function in mysql returns the string that results from concatenating the all input arguments. CONCAT may have one or more arguments. If all arguments are nonbinary strings then their result will be a nonbinary

Use of array_intersect() in PHP

The array_intersect() is a built-in function in PHP used for computing the intersection of two or more arrays. The function takes two or more arrays as arguments, after comparing values of arrays the function returns an array containing all values f

How to create project in dijango-1.4

In dijango-1.4 to create project in under django framwork use the below commands step by step :- Step1- First you have to check your dijango framework in proparly worked or not.   Step2- Than Go to the django framwork location: cd /home/sac

Error: Cannot change version of project facet Dynamic Web Module to 2.3

While working on maven project, encountered an error: Cannot change version of project facet Dynamic Web Module to 2.3.          line 1    Maven Java EE Configuration Problem When I tried to run the project it was running fine but always giving th

how to do ajax call through jquery function in rails 4 ?

This is our ruby on rails  view from where called our jquery function().  <td id= <%= "reject_#{event.id}" %>> <%= button_tag "Accept" , :onclick => "abc('#{event.id}', 'Accept');" %> &

Tap in Ruby

In Ruby, we often sum up our code in the minimum number of lines. We have a method tap which helps us to perform number of operations, which are dependent on the intermediate results. for example. (1..10).tap{|x|}.to_a => [1, 2, 3, 4, 5, 3,5,1

Important HTML meta tags for SEO

Hi Guys, In todays blog post , we are discussing the HTML meta tags as SEO propective. What is this meta Tags ? Meta tags are a great way for webmasters to provide search engines with information about their sites. (They) can be used to provide i

1 34 949
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: