shipu.hashnode.devThe Adapter Design PatternAdapter Pattern বুজতে আপনার একদমই অসুবিধা হবে না কারণ আপনি জানেন Adapter Pattern কি । এখন হয়তো ভাবছেন আমি কিভাবে জানি । চলেন দেখি । Source from google আপনারা সবাই মেমরি কার্ড দেখে থাকবেন । যখন মেমরি কার্ড থেকে কোন ফাইল আপনার কম্পিউটার বা ল্যাপটপ Tra...Sep 22, 2020·4 min read
shipu.hashnode.devHow I setup my Development Environment on macOS 2022 EditionPackage Manager Homebrew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" NVM brew install nvm Composer brew install composer Browsers Google Chrome Daily Dev Plugin AdBlock Awesome Screenshot ...Sep 8, 2020·1 min read
shipu.hashnode.devUVA 913 - Joana and the Odd NumbersProblem PDF Solution: #include int main() { long long n; while (scanf("%lld",&n)==1) printf("%lld\n",((n*(n+2))/2)*3-6); return 0; } https://github.com/Shipu/OnlineJudgeProblemSolutionWithCPlusPlus/tree/master/uva/913/913.cppAug 31, 2020·1 min read
shipu.hashnode.devUVA 871 - Counting Cells in a BlobProblem PDF Solution: /****************************************************************** *** Problem : *** *** Author : Shipu Ahamed (Psycho Timekiller) *** *** E-mail : sh...Aug 31, 2020·2 min read
shipu.hashnode.devUVA 866 - Intersecting Line SegmentsProblem PDF Solution: /****************************************************************** *** Problem : *** *** Author : Shipu Ahamed (Psycho Timekiller) *** *** E-mail : sh...Aug 31, 2020·3 min read