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

Search In

What is process to unlink a directory in PHP ?

Hi Reader's, Welcome to FindNerd, today we are going to discuss how to unlink a directory by using PHP ? The unlink() function is used to deleted a file.unlink() function returns TRUE on success and FALSE on failure. syntax of unlink() functio

How to resize image in codelgniter

Hello Friends, Generally we resize image after uploading. If you are looking to resize image with codelgniter. Please follow the code below: // Include gd library $config['image_library'] = 'gd2'; // Define your source image path $config['source

How to add watermark in Codelgniter

Hello Friends, If you are looking to add watermark in the images under Codelgniter framework. Please follow the below code for the same: // Set your source image path $watermark_config['source_image'] = '/define/path/of/your/image'; // Add your wa

How to create Handler in Android?

If you want to create handler , here is the code snippet that can help you out. Step :-1 Create the object for Handler. private Handler myHandler = new Handler(); Step :-2 Create the Runnable Thread. private Runnable myRunnableThread = new Run

How to remove index.php in Codelgniter URL

Hello Friends, If you are looking to remove index.php from URL. By default Codelginter Path will appear like this "http://www.abc.com/index.php/users/userinfo", if you want to change this with "http://www.abc.com/users/userinfo" //Replace your .hta

What is Swagger?

  Swagger an open-source specification and a framework for describing, producing, consuming, and visualizing RESTful web services. Swagger was developed for Wordnik for their developer use in development. Swagger framework simultaneously sol

Tabbed Application in iOS

In this blog we are displaying that how we can create a tab bar based application in iOS. Step 1. Create a new project and select Tabbed Application Template instead of the Single View Based application and click next. Step 2. Name that application

implement thumbnail image in image uploader

how to implement thumbnail for image in rails. step 1:- go to uploader inside views where you have written image uploader code for uploading image. uncomment this section #Create different versions of your uploaded files: version :thumb

how to measure for whole head in opencv on android

  I need assistance in measuring the circumferene of a human head. And also the diagonal distance between two points depicted by the beads on the head.I just want a starting point to build an application on an Android pho

Making a Bar Graph on Rstudio with markdown

So I am using this data on Rstudio with markdown, but it reads that there is an error on the top line: Can you tell me how to fix this chunk of code so that it properly displays a barplot with the data from the link given? ```{r} ADHD_data <- re

1 334 408
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: