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

Search In

Export Exchange Mailbox to PST with PowerShell – Step Wise Guide

Database admin requires importing EDB (Exchange Database) files to Outlook PST format. The basic reason is to extract data from corrupted EDB files and access it with MS Outlook PST file format. Performing export is one of the tedious work which requ

array_flip function php

Welcome to Findnerd. We are going to discuss the array function named array_flip which is useful to exchange the keys and its associated values.Please have a look. <?php $patients_nfo = array('Deepak'=>23,'Dipti'=>24,'sonak'=>34);

Coin exchange problem solution Implementation in Java

Hi, In this blog I tried to provide an efficient solution for a famous coin exchange problem using dynamic problem in bottom up approach whose time complexity is O(mn). Problem Definition In coin exchange problem you can think of a coin v

Reverse an array in Objective C

If you want to reverse an existing array in objc, you can do it this way. - (NSMutableArray*)reverseArray { if ([self.assetsArray count] == 0) return; NSUInteger i = 0; NSUInteger j = [self.assetsArray count] - 1; while

How to swap or exchange objects in Java?

How to swap or exchange objects in Java? Wrapper Class can be used to swap or exchange objects in Java. A Java program using wrapper classes to swap objects. class Employee { int empno, salary; Car(int empno, int salary) //Parameterized

Check whether two strings are anagram of each other in C?

// C program to check whether two strings are anagrams #include <stdio.h> #include <string.h> void quickSort(char *arr, int si, int ei); //Function declared for sorting a string bool areAnagram(char *str1, char *str2) //Function che

AJAX XMLHttp

XMLHttpRequest object is used to exchange the data with the server without loading the whole page. XMLHttpRequest is supported by all new browser. Those who do not support, support ActiveXObject. For declaring in the code   if (window.XMLHt

Swap keys with their associated values in an array using PHP

This article demonstrates a PHP function which can be used for swapping of keys with values in an array. array_flip() is the function which accepts an array as parameter and exchange the keys with their associated values in an array. This function re

Bitmex Hotkey Order Placement Software Design/Architecture Mac OSX (Websocket/REST)

I trade on the Bitmex cryptocurrency exchange. I want to write a program that can basically hook into the Bitmex web socket and then also send API requests to create/modify orders on the exchange on the press of a hotkey on my Mac OSX.   Speci

Exchangeable Image File (EXIF)

Exchangeable Image File abbreviated as (EXIF) is a format that is standard for storing information in digital photographs. Almost all new digital cameras, including the cameras on the mobile phones use the EXIF annotation. The EXIF stores an array of

1 8 26
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: