সরাসরি প্রধান সামগ্রীতে চলে যান

পোস্টগুলি

My New Profiles

  Supporting a Better Future: How FixItInTheHome is Making an Impact in the Community In today’s world, many of us seek ways to make a difference, whether through supporting causes close to our hearts or contributing to positive community-driven projects. One such initiative making waves in the world of home improvement and social causes is FixItInTheHome . This initiative is more than just a platform for DIY enthusiasts; it’s a growing movement that uses creativity and technology to bring change. The Vision of FixItInTheHome FixItInTheHome is a project dedicated to improving the lives of individuals and communities by offering home improvement services, while also supporting broader social causes. Whether it’s lending a hand with household repairs or using technology to fund charitable endeavors, FixItInTheHome brings innovation and heart into every project. Their efforts extend far beyond just home renovations. Through partnerships with various organizations, they’ve been abl...
সাম্প্রতিক পোস্টগুলি

Download Pexels Images Using API | Save Any Image with Python | API Guide

 I've found the API of pexels, which might work for a while... Is it allowed??? Sample code: Python code # Install required libraries !pip install requests import os import requests from urllib.parse import urljoin # Create the directory to save images save_dir = "dwnImgs" os.makedirs(save_dir, exist_ok= True ) # Function to fetch image data from Pexels API def fetch_images ( query, page= 1 , per_page= 10 ): url = "https://www.pexels.com/en-us/api/v3/search/photos" headers = { "accept" : "*/*" , "accept-language" : "en-BD,en;q=0.9,bn-BD;q=0.8,bn;q=0.7,en-GB;q=0.6,en-US;q=0.5" , "authorization" : "" , "content-type" : "application/json" , "priority" : "u=1, i" , "sec-ch-ua" : "\"Not/A)Brand\";v=\"8\", \"Chromium\";v=\"126\", \"Google Ch...

Chat GPT Demo

এগুলো ChatGPT Site Auto এর ডেমো... আমার API ও বানানো আছে, যেকোনও ভাবে বানাতে পারব ইনশাআল্লাহ... তবে API এর টা কিছু Human Touch লাগবে আর Site: chat.openai.com দিয়ে যেটা বানানো ওইটা ফোরাম সার্চ করে নিত, তাই ভাল ডাটা থাকে, তেমন edit/human touch লাগে না। শুধু হালকা Human Check দিতে হয় Formatting এর জন্য, তবে মোটামুতটি এই ফরমাটে আসে... Title: mantis tiller 2-stroke vs 4-stroke Introduction Mantis tillers have become a popular choice for gardeners and landscapers alike due to their ability to easily till soil and prepare gardens for planting. However, when it comes to choosing between a 2-stroke or 4-stroke engine, it can be challenging to know which one is the best fit for your needs. In this blog post, we will take a closer look at the differences between these two types of engines and explore their advantages and disadvantages in the context of Mantis tillers. Whether you are a professional landscaper or a homeowner looking to cultivate a beautiful garden, this guide will help you mak...