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

Search In

MySQL CONCAT Functions

CONCAT function is mysql plays a vital role. The CONCAT() function combine or concatenate the list of strings together . We have 2 types of concat function -> CONCAT() – This function will concate list of string together without any sepa

$ionicGesture service in ionic framework

Hello Readers, $ionicGesture service provides many touch events (  hold, tap,left,right etc) and on the other hand AngularJs ngTouch provides only three touch events (ngClick, ngSwipeLeft and ngSwipeRight). $ionicGesture service makes easy to u

Wordpress functions current_filter and doing_filter

Welcome to FindNerd. Today we are going to discuss two wordPress functions current_filter and doing_filter. You can learn other wordPress functions in previous blogs. If you check our previous blogs based on WordPress hooks then you can get the clea

Segmenting an Image into Tiles

Segmenting of an Image can be done by applying different parts of a texture to Quads. This can be done by mapping different UV vertex points of an image with a Quad or any other 3d object. Following script demonstrate the Segmenting of an Image wit

How to Solve Diamond Interface Inheritance Problem in JAVA?

Hello. I'm trying to solve the following problem. I have 4 interfaces that are in a diamond shape and 2 classes. The requirements is to make the method calls work, while keeping f1 as the interface of x. Can you guys give me a hand?   p

How to trace SQL query or SP on a page

HI Guys, Some times we want to know that what SQL operation is running on a particular page or a event, then we have to debug our code base and we get the result, but it's time taking process to debug code line by line and as well as some time w

How to correctly use the AlarmManager class to execute a task at fixed intervals?

This Post ll help you to manage your alarm : AlarmManager am=(AlarmManager)getSystemService(ALARM_SERVICE); Intent alarmintent1=new Intent(MainActivity.this, AlarmReceiver.class); PendingIntent sender1=PendingIntent.getBroadcast(SpeedMotors.this, 1

Play youtube video on web page and remove references of other youtube videos at the end of video

Hello Readers, When we play a video on our webpage at the end of the of video it provides reference links of other videos so, if you want to play video and do not want to provide any reference links, below code will make this possible. **Here is t

Update 'column' to date datatype

If a column is not in date datatype but the inserted values in that columns are as date type. and you want to update that column in date type but without loosing values in that column. You can use the following query- UPDATE `tbl` SET `date1` = ST

break and next keyword

If i want to break our loop at specific condition then it is same as other languages . In Ruby continue doesn't work , in this there is equivalent keyword i.e next class Number def looping(d) while(d!=50) puts d d = d + 1 // doesn't

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