PinnedPropagating User Defined Error from Rust to PythonIn this tutorial, I share my experience of learning how to build a Rust library that can be imported into Python and how to handle errors…Jun 9, 2023Jun 9, 2023
PinnedMySQL: Implementation of User Defined (Loadable) Function and using BLOB to store BigIntegerIn this writing I will give a hands-on example and explain the followings:Feb 3, 20221Feb 3, 20221
Calculating the average of two integers without overflowLet’s calculate the average of two integers and return the average as an INT. The usual approach is integer division of two integers and…Feb 4, 20221Feb 4, 20221
অল্পস্বল্প এবসট্রাক্ট এলজাব্রা (বিমূর্ত বীজগণিত)আমরা মোটামুটি সবাই হাইস্কুলে উঠে একটা ধাক্কা খাই গণিতের বই দেখে। আমাদের চিরচেনা সংখ্যার জায়গা দখল করে , x, y, z , (a+b)² । আসলে আমরা…Mar 1, 2018Mar 1, 2018