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

Search In

What are Custom Healthcare Softwares and why should you know more about it?

Custom Software Development is a thing of the present and the future, companies are beginning to realize what they've missed out on and why the word Custom has a price tag attached to it. The word 'Custom' had been thrown around many time

Password hasing in CakePHP

CakePHP uses a Security class for hashing the passwords. I am writing some examples below that will definitely help you out in understanding the different ways of password hashing in CakePHP: echo "I am md5 CAKE:".Security::hash("dinesh","md5"); ech

How to Find The Best USB Cable for Your Data Transfer Needs?

Technology experts say that a silent revolution is taking place in the field of smartphones and laptops that will change the way most people charge these electronic devices. The universal serial bus type C (USB-C) cable is emerging as the latest prot

Read and Write the File in C ( File Handling )

File Handling in C:- The below example will show you how you can read the data from file and write the data in file using C language. file.c #include<stdio.h> #include<conio.h> #include<process.h> #define true 1 main() { FILE *fpt

How to convert NSData to NSString or vice versa in Objective C and Swift

Hi Readers! In this blog you can find both versions (Obj C & Swift) for converting NSData to NSString or vice-versa. Objective C NSString * str = @"Hello"; NSData * data =[str dataUsingEncoding:NSUTF8StringEncoding]; NSLog(@"Data = %@",data);

How to upload database dump in Odoo ?

The upload method https://upgrade.odoo.com/database/v1/upload/ use this link to Upload a database dump Parameters key (str) -- (required) your private key request (str) -- (required) your request id Returns request result Return type json dictionary

C Programming Unions

Union is a derived type as structures are. Union can be declared in the same manner as structures just the keyword used in defining union in union where keyword used in defining structure was struct.   union car{ char name[50

How to compile and run C program in Ubuntu?

Hello friends, Today we will learn how to compile and run a C program in Ubuntu using the following steps: Step 1. Open your terminal. Step 2. Now type the following command: gedit cprg.c The above command open a text editor in which you will wr

Keyboard Shortcuts for Wordpress

In my previous blog Keyboard Shortcuts for all Web Browsers, I discussed about some commonly used keyboard shortcuts every Web Developer or a Web Designer will love to use. In this blog I will tell you about some keyboard shortcuts you can use while

How to remove duplicate key values in a Multidimensional array using PHP

Hello Reader's If you have an multidimensional array which you want to sort. Then PHP offers you many ways to do it. Let's see the easiest way to achieve it:- Array ( [0] => Array ( [0] => dave [1] => jones [2]

1 9 319
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: