Flatten an array of arbitrarily nested arrays of integers into a flat array of integers.
// Both CommonJS and ES6 import syntaxes are supported
// import flatten from './flatten'
const flatten = require('./flatten')| /// <summary> | |
| /// This method takes in a file path and returns the string with the most repeated characters in the txt file. | |
| /// </summary> | |
| /// <param name="filePath">This is the path to the txt file</param> | |
| /// <returns>Word with the most repeated characters</returns> | |
| private string findWordWithMostRepeatedCharacters(string filePath) | |
| { | |
| var inputStr = getTextFromFile(filePath); |
| Ubuntu 12.04 x64 | |
| https://www.digitalocean.com/community/articles/how-to-add-and-delete-users-on-ubuntu-12-04-and-centos-6 | |
| https://www.digitalocean.com/community/articles/how-to-set-up-vsftpd-on-ubuntu-12-04 | |
| sudo apt-get unzip |
| Installation | |
| http://graemechristie.github.io/graemechristie/blog/2014/05/26/asp-dot-net-vnext-on-osx-and-linux/ | |
| http://www.mono-project.com/Compiling_Mono_From_Git | |
| Ubuntu: | |
| apt-get update | |
| apt-get dist-upgrade | |
| apt-get install build-essential git autoconf libtool g++ gettext automake unzip | |
| git clone git://github.com/mono/mono.git |