Ads block
হাবুদের প্রথম দেখা, ছোটগল্প, আলমগীর হোসেন
By
Alamgir Hossain
Writings
·
লেখনী
নিরব ও নিভৃতে শ্রান্ত দিন শেষে ক্লান্ত হাবু এখনও মধ্যরাতে অস্থির হয়ে নিজের উপাধানকে চোখের জ্বলে ভাসিয়ে দেয় । ভাসাবেইনা বা কেন – মিতালী নামটি যে ওর হৃদয়ও মন্দি…
Read more »
জীবন থেকে নেওয়া - আলমগীর হোসেন
By
Alamgir Hossain
Writings
·
উক্তি
·
লেখনী
কেউ আসবে জেনে অপেক্ষা করা, আর আসবে না জেনেও অপেক্ষা করা, দুটির মধ্যে পার্থক্যটা আকাশ আর পাতালের । -আলমগীর হোসেন । থমকে যাওয়া কষ্টের কাছে পরাজিত হয়েও নতুন আক…
Read more »
Armstrong number in python
Check if a number is Armstrong or not in python In [1]: n = 152 num = n count = 0 while n != 0 : r = n % 10 count = count + 1 …
Read more »
Perfect Numbers in Python
Perfect Number in Python In [9]: import math n = int ( input ( 'Ente the number: ' )) num = n sum = 1 for i in range ( 2 , int ( math…
Read more »
Click any Bellow Tabs/Tags
Alamgir-Hossain
(14)
Algorithms
(5)
Android problem
(2)
ANN
(1)
ArticleWriting
(26)
Artificial Intelligence
(1)
Assembly
(1)
Bangla Love Poem
(3)
Bangla Poem
(2)
best programming solution
(9)
Books
(2)
BUET IICT MSC Admission
-2021
(1)
C
(49)
Campus
(7)
CPP
(88)
Database
(4)
Differences
(2)
Fishing
(1)
HSC
(1)
Html
(4)
interesting programming solution
(9)
Interview
(2)
It job preparation
(7)
JAVA
(97)
JavaScript
(5)
JSON
(1)
lead generation
(1)
machine learning
(2)
ML Projects
(3)
NewsPaper
(19)
Others
(13)
Perl
(23)
Php
(4)
Poem
(4)
Presentation
(1)
ProblemSolving
(3)
Project
(21)
Prolog
(13)
Python
(33)
research
(18)
Research Tool
(1)
Security
(3)
Social Engineering
(1)
Testimonials
(5)
Tutorial
(2)
Writings
(15)
XML
(1)
YoutubeSEO
(1)
উক্তি
(1)
কবিতা-আলগীর হোসেন
(2)
লেখনী
(33)
LATEST
3-latest-65px
Popular Posts
-
All instructions for connection & insert data in mysql from java JSP and Servlet using tomcat serverFrom this tutorial you can learn about... All instructions for connection & insert data in mysql from java JSP and Servlet using tomc...
-
% Prolog program for addition and multplication-------- % Alamgir Hossain % CSE, JUST go :- write ( 'Enter first number : ' ...
-
Inverse Lagrange’s Interpolation Formula Theory : . Example : 1. Use Lagrange’s inverse interpolation fo...
-
Project Name : Online examination system. Framework : MVC framework in java(3 layer architecture). Language: JAVA JSP, SERVLET, JS...
-
Here is the source code for online exam system using PHP, MYSQL,AJAX, JAVASCRIPT etc.... Source code for Online Exam System