Web How Public Key Cryptography works? (RSA algorithm) UmarAug 10, 2018Sep 28, 20211 Comment on How Public Key Cryptography works? (RSA algorithm) Public-key Cryptography is asymmetric meaning the key used for encryption cannot be used for decryption. There is a pair of... Read More
Javascript Calculate Modular Exponentiation (PowerMod) in Javascript (a^p % n) UmarJul 12, 2018Aug 9, 20244 Comments on Calculate Modular Exponentiation (PowerMod) in Javascript (a^p 4 n) Computing PowerMod is required to implement public-key cryptography as it is used for data encryption and decryption. Calculating it by regular... Read More
Uncategorized Installing Visual Studio Code (VSCode) on Manjaro linux UmarJul 5, 2018Sep 8, 20186 Comments on 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-... Read More
Uncategorized Noteworthy Articles on Philosophy of Mind UmarAug 5, 2017Dec 9, 2017 Here I am putting together a list of articles / resources on ‘Philosophy of Mind’ which I found worth reading:... Read More
Uncategorized MOOC Review: The Biology of Consciousness by Christof Koch UmarFeb 24, 2017Feb 25, 2017 Consciousness is one of the top puzzles of modern science and philosophy. Everything we study in science is objective and... Read More
Uncategorized Connecting Hyper-V Virtual Machine to Wireless network and Internet on Windows 10 UmarFeb 6, 2017 Connecting Hyper-V virtual machines to the wireless network adapter can be a painful experience. I was wondering why it is... Read More
.NetMind MapWinForms Mind Mate: Taking Notes with rich text support UmarJan 18, 2017 (for background on Mind Mate, click here) Today, I released a new version (0.4) of Mind Mate on GitHub. The... Read More
Business IntelligenceDatabase BusinessObjects Universe Design Tool: Each calculated column must have an explicit name UmarJan 16, 2017Aug 25, 20181 Comment on 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... Read More
Web CodeSchool courses on JavaScript Frameworks UmarNov 28, 2016Sep 1, 2018 CodeSchool is a great site for introductory programming courses. With all guides and practice exercises available right within the browser,... Read More
Database Run MySql without installation UmarNov 4, 2016Jul 5, 20205 Comments on 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... Read More