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

Search In

Deleting all files (blobs) of an azure container on criteria of file modified date

In my last project I came across a requirement where I had to delete all the blobs from a container using a criteria for modified date with azure web job. The criteria for deleting the files were to delete the files whose last modified date time wa

Exceptions in CakePHP

CakePHP uses the exceptions internally to show the logical cake PHP errors. All of the exceptions that occur in CakePHP raises a CakeException. CakePHP is also having the number of exception classes that we can use for HTTP errors. For congiguring

Android speech to text

It is now very easy to use the speech to text feature provided by Android. Please follow the following steps to know hoe to use this feature: Create an activity and with a textview to show the text and a button to initiate the speech to text servic

Binary Search in DSA(Data Structure and Algorithms)

Binary search is simple and fast search algorithm which works on the principle of divide and conquer. It will work properly when the data collected is in sorted form. It is having run-time complexity of Ο(log n). This searching algorithm search a

Importance of Building Custom 404 Page for Website

Imagine a situation in which you just wake up at 2 Am midnight and you tried to browse internet and typed the Website URL, but due to half sleep condition you typed the wrong URL and after hitting the

How to set anchor on email and urls using PHP

Hello Reader's! If you are looking for code that make your plain MyStringPlainText urls and emails into anchor format then you can use the code function as below:- <? function SetTheAnchor($MyStringPlainText) { $MyStringPlainText = html_

Program to count number of vowels and consonants in a string

Counting number of vowels,consonants and digits in a string: In this program we are counting how many vowels ,consonants and digits are in the string which will be entered by the user. After user inputs a string , string will be iterated from 0th i

Identify file type from hex/binary

I have some data in varbinary(max) from database and I have exported it to physical files. Some of these files were in jpeg so I was able to just add an extension .jpg to it and it opened. The rest are not jpeg files. I have tried almost all the exp

Problem in Drupal 6 after updating PHP version from 5.3 to 5.5

Drupal 6, Fatal error: Cannot redeclare class view in /var/www/html/mysite/profiles/drupal_commons/modules/contrib/views/includes/view.inc on line 19 I had a working website in Drupal 6 and with PHP 5.3.5. But after updating my PHP version to latest

How to generate keyhash for Android App(Facebook integration)

If you need to integrate Facebook SDK in your android app you have to generate keyhash, to configure Facebook API console. Add this method to your utility class and call this method from onCreate() of any Activity. For digital data integrity and auth

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