Calculate Modular Exponentiation (PowerMod) in Javascript (a^p % n)
Computing PowerMod is required to implement public-key cryptography as it is used for data encryption and decryption. Calculating it by regular...
Installing Visual Studio Code (VSCode) on Manjaro linux
Install from AUR (Method # 1) 1- Acquire build files from Arch Linux user repository. $ curl -L -O https://aur.archlinux.org/cgit/aur.git/snapshot/visual-studio-code-bin.tar.gz 2-...
Noteworthy Articles on Philosophy of Mind
Here I am putting together a list of articles / resources on ‘Philosophy of Mind’ which I found worth reading:...
MOOC Review: The Biology of Consciousness by Christof Koch
Consciousness is one of the top puzzles of modern science and philosophy. Everything we study in science is objective and...
Connecting Hyper-V Virtual Machine to Wireless network and Internet on Windows 10
Connecting Hyper-V virtual machines to the wireless network adapter can be a painful experience. I was wondering why it is...
Mind Mate: Taking Notes with rich text support
(for background on Mind Mate, click here) Today, I released a new version (0.4) of Mind Mate on GitHub. The...
BusinessObjects Universe Design Tool: Each calculated column must have an explicit name
In SAP BusinessObjects Universe Design Tool, you might get the following error – “Each calculated column must have an explicit...
CodeSchool courses on JavaScript Frameworks
CodeSchool is a great site for introductory programming courses. With all guides and practice exercises available right within the browser,...
Run MySql without installation
Note: This applies to MySql version 5.7. See the comments section of this post for version 8.0. I have been...
Mind Mate: Mind Mapping on Windows 7 and 8
(for background on Mind Mate, click here) I have been developing Mind Mate on Windows 10 machine, so wasn’t sure...