- coding 4
- tech 3
- google 3
- git 2
- linux 2
- ai 2
- android 2
- earthquake 2
- programming 2
- others 1
- assistant 1
- AI 1
- fun project 1
- projects 1
- gaming 1
- arcade 1
- algorithm 1
- ml 1
- bangla 1
- chatbot 1
- hacking 1
- malware 1
- phishing 1
- bluetooth 1
- math 1
- competitive programming 1
- IoT 1
- NodeMCU 1
- Telegram Bot 1
coding
[Project] Prodipto27
A website consisting some facilities for our university CSE batch 2019-2020.
Google Meet Auto Admit With And Without Extension
Google Meet doesn’t have auto admit feature officially like Zoom. But there are workarounds.
Git Clone & Push From Command Line
Why use a heavy electron app for nothing?
Revert Back To Previous Commit Without History
I’ve faced this many times that I made a mistake (added credentials or something else to code) and I deleted the entire repository on Github.
tech
Google Meet Auto Admit With And Without Extension
Google Meet doesn’t have auto admit feature officially like Zoom. But there are workarounds.
Git Clone & Push From Command Line
Why use a heavy electron app for nothing?
Revert Back To Previous Commit Without History
I’ve faced this many times that I made a mistake (added credentials or something else to code) and I deleted the entire repository on Github.
Google Earth Quake Alert
@Image Credit to BBC Bangla
Adblock Also Blocked My Facebook Posts
Interesting! #Facebook posts are being blocked by an #adblocker?
Google Assistant Python API Implementation
Recently, I was working with a Facebook bot (as a hobby, actually) and thought what if I could add Google Assistant in that bot!
git
Git Clone & Push From Command Line
Why use a heavy electron app for nothing?
Revert Back To Previous Commit Without History
I’ve faced this many times that I made a mistake (added credentials or something else to code) and I deleted the entire repository on Github.
linux
Back to Top ↑ai
Bangla AI Chatbot Alapchari
Glad to see a #Bangla #AI #chatbot. It’s named as #আলাপচারী (#Alapchari)। Although it is in early stage and content on internet in #Bengali is very less. So building something like #chatGPT is supposed to be very difficult. Although my knowledge is very little about this! 😅 Give it a try!
Akinator, The Guessing King
android
Google Earth Quake Alert
@Image Credit to BBC Bangla
Adblock Also Blocked My Facebook Posts
Interesting! #Facebook posts are being blocked by an #adblocker?
earthquake
Google Earth Quake Alert
@Image Credit to BBC Bangla
Adblock Also Blocked My Facebook Posts
Interesting! #Facebook posts are being blocked by an #adblocker?
programming
Math For Programming
The following text was collected from here by Programming Baba, translated and slightly rewritten by ChatGPT.
What mathematical concepts are utilized by computer programmers?
On his first day of university class, the professor asked the students why mathematics is necessary. Many answers were given, but the professor made a logical point: "Perhaps the numbers themselves won't be directly useful, but they will greatly enhance the brain's ability to think logically, which is essential for programming." Programming is entirely dependent on logic, and developing logical skills requires the use of various algorithms. Here are some commonly used math concepts:
- Addition
- Subtraction
- Multiplication or Product
- Division
- Modulo (%)
- Exponentiation (power) (pow)
- Absolute values (abs)
- Rounding Off
- Ceiling Rounding (Ceil)
- Floor Rounding (floor)
- Pythagorean Theorem (a^2 + b^2 = c^2)
- Fractions (Floating point) (How floating point works)
- Arithmetic Sequence (1, 2, 3, ...)
- Geometric Sequence (1^2, 2^2, 3^2, ...)
- Finding the sum of numbers (for loops / arithmetic sequences)
- Binary numbers
- Hexadecimal numbers
- Octal numbers
- Factorial
- Function
- Recursive Function (e.g., Fibonacci sequence, Factorial of a number)
- Maximum value / upper limit / lower limit of integer specified bytes (32-bit vs. 64-bit)
- Floating point exceptions (epsilon, division by zero, infinity)
- Square Root (sqrt / pow (x, 1/2))
- String (actually, a set of 8-bit numbers)
- Set
- Hash Function
- Table (e.g., Division Table, Log Table)
- Signedness (e.g., +123, -123)
- Comparison of numbers
- Bit Manipulation (And, Or, Xor, Not, Xnor, Neg, Nand, Nor, Left Shift, Right Shift)
- Boolean Algebra (true or false)
- Logic (&&, ||, ==)
- Geometry (hyperplanes, points at infinity, etc.)
- Trigonometry (sin, cos, tan, asine, etn2, etc.)
- Vector (Cartesian)
- Matrix
- Quaternions
- Graph theory
- Number theory
- Calculus
- Probability
- Fourier series
These concepts are based on the answer provided by Md. Zubair (Lecturer | Data Science Researcher | Computer engineer) with some additional items. If you wish to work in machine learning, you will require knowledge of Probability, Statistics, Matrix, Vector, Calculus, and other related topics.
7 Sorting Algorithms Visually Explained [QUICK]
@Image Credit to Beyond Fireship
others
First Post
Hey There!
assistant
Google Assistant Python API Implementation
Recently, I was working with a Facebook bot (as a hobby, actually) and thought what if I could add Google Assistant in that bot!
AI
Google Assistant Python API Implementation
Recently, I was working with a Facebook bot (as a hobby, actually) and thought what if I could add Google Assistant in that bot!
fun project
Google Assistant Python API Implementation
Recently, I was working with a Facebook bot (as a hobby, actually) and thought what if I could add Google Assistant in that bot!
projects
[Project] Prodipto27
A website consisting some facilities for our university CSE batch 2019-2020.
gaming
Back to Top ↑arcade
Back to Top ↑algorithm
7 Sorting Algorithms Visually Explained [QUICK]
@Image Credit to Beyond Fireship
ml
Bangla AI Chatbot Alapchari
Glad to see a #Bangla #AI #chatbot. It’s named as #আলাপচারী (#Alapchari)। Although it is in early stage and content on internet in #Bengali is very less. So building something like #chatGPT is supposed to be very difficult. Although my knowledge is very little about this! 😅 Give it a try!
bangla
Bangla AI Chatbot Alapchari
Glad to see a #Bangla #AI #chatbot. It’s named as #আলাপচারী (#Alapchari)। Although it is in early stage and content on internet in #Bengali is very less. So building something like #chatGPT is supposed to be very difficult. Although my knowledge is very little about this! 😅 Give it a try!
chatbot
Bangla AI Chatbot Alapchari
Glad to see a #Bangla #AI #chatbot. It’s named as #আলাপচারী (#Alapchari)। Although it is in early stage and content on internet in #Bengali is very less. So building something like #chatGPT is supposed to be very difficult. Although my knowledge is very little about this! 😅 Give it a try!
hacking
Reporting Phishing and Malicious URLs
Reporting Phishing and Malicious URLs
malware
Reporting Phishing and Malicious URLs
Reporting Phishing and Malicious URLs
phishing
Reporting Phishing and Malicious URLs
Reporting Phishing and Malicious URLs
bluetooth
Back to Top ↑math
Math For Programming
The following text was collected from here by Programming Baba, translated and slightly rewritten by ChatGPT.
What mathematical concepts are utilized by computer programmers?
On his first day of university class, the professor asked the students why mathematics is necessary. Many answers were given, but the professor made a logical point: "Perhaps the numbers themselves won't be directly useful, but they will greatly enhance the brain's ability to think logically, which is essential for programming." Programming is entirely dependent on logic, and developing logical skills requires the use of various algorithms. Here are some commonly used math concepts:
- Addition
- Subtraction
- Multiplication or Product
- Division
- Modulo (%)
- Exponentiation (power) (pow)
- Absolute values (abs)
- Rounding Off
- Ceiling Rounding (Ceil)
- Floor Rounding (floor)
- Pythagorean Theorem (a^2 + b^2 = c^2)
- Fractions (Floating point) (How floating point works)
- Arithmetic Sequence (1, 2, 3, ...)
- Geometric Sequence (1^2, 2^2, 3^2, ...)
- Finding the sum of numbers (for loops / arithmetic sequences)
- Binary numbers
- Hexadecimal numbers
- Octal numbers
- Factorial
- Function
- Recursive Function (e.g., Fibonacci sequence, Factorial of a number)
- Maximum value / upper limit / lower limit of integer specified bytes (32-bit vs. 64-bit)
- Floating point exceptions (epsilon, division by zero, infinity)
- Square Root (sqrt / pow (x, 1/2))
- String (actually, a set of 8-bit numbers)
- Set
- Hash Function
- Table (e.g., Division Table, Log Table)
- Signedness (e.g., +123, -123)
- Comparison of numbers
- Bit Manipulation (And, Or, Xor, Not, Xnor, Neg, Nand, Nor, Left Shift, Right Shift)
- Boolean Algebra (true or false)
- Logic (&&, ||, ==)
- Geometry (hyperplanes, points at infinity, etc.)
- Trigonometry (sin, cos, tan, asine, etn2, etc.)
- Vector (Cartesian)
- Matrix
- Quaternions
- Graph theory
- Number theory
- Calculus
- Probability
- Fourier series
These concepts are based on the answer provided by Md. Zubair (Lecturer | Data Science Researcher | Computer engineer) with some additional items. If you wish to work in machine learning, you will require knowledge of Probability, Statistics, Matrix, Vector, Calculus, and other related topics.
competitive programming
Math For Programming
The following text was collected from here by Programming Baba, translated and slightly rewritten by ChatGPT.
What mathematical concepts are utilized by computer programmers?
On his first day of university class, the professor asked the students why mathematics is necessary. Many answers were given, but the professor made a logical point: "Perhaps the numbers themselves won't be directly useful, but they will greatly enhance the brain's ability to think logically, which is essential for programming." Programming is entirely dependent on logic, and developing logical skills requires the use of various algorithms. Here are some commonly used math concepts:
- Addition
- Subtraction
- Multiplication or Product
- Division
- Modulo (%)
- Exponentiation (power) (pow)
- Absolute values (abs)
- Rounding Off
- Ceiling Rounding (Ceil)
- Floor Rounding (floor)
- Pythagorean Theorem (a^2 + b^2 = c^2)
- Fractions (Floating point) (How floating point works)
- Arithmetic Sequence (1, 2, 3, ...)
- Geometric Sequence (1^2, 2^2, 3^2, ...)
- Finding the sum of numbers (for loops / arithmetic sequences)
- Binary numbers
- Hexadecimal numbers
- Octal numbers
- Factorial
- Function
- Recursive Function (e.g., Fibonacci sequence, Factorial of a number)
- Maximum value / upper limit / lower limit of integer specified bytes (32-bit vs. 64-bit)
- Floating point exceptions (epsilon, division by zero, infinity)
- Square Root (sqrt / pow (x, 1/2))
- String (actually, a set of 8-bit numbers)
- Set
- Hash Function
- Table (e.g., Division Table, Log Table)
- Signedness (e.g., +123, -123)
- Comparison of numbers
- Bit Manipulation (And, Or, Xor, Not, Xnor, Neg, Nand, Nor, Left Shift, Right Shift)
- Boolean Algebra (true or false)
- Logic (&&, ||, ==)
- Geometry (hyperplanes, points at infinity, etc.)
- Trigonometry (sin, cos, tan, asine, etn2, etc.)
- Vector (Cartesian)
- Matrix
- Quaternions
- Graph theory
- Number theory
- Calculus
- Probability
- Fourier series
These concepts are based on the answer provided by Md. Zubair (Lecturer | Data Science Researcher | Computer engineer) with some additional items. If you wish to work in machine learning, you will require knowledge of Probability, Statistics, Matrix, Vector, Calculus, and other related topics.
IoT
Wake Up PC (WakeOnLan) Remotely Using Telegram and NodeMCU without Port Forwarding
I’ve created a solution to remotely startup my PC without port forwaring.
Check the Notion link below (as I’ll be updating it there):
NodeMCU
Wake Up PC (WakeOnLan) Remotely Using Telegram and NodeMCU without Port Forwarding
I’ve created a solution to remotely startup my PC without port forwaring.
Check the Notion link below (as I’ll be updating it there):
Telegram Bot
Wake Up PC (WakeOnLan) Remotely Using Telegram and NodeMCU without Port Forwarding
I’ve created a solution to remotely startup my PC without port forwaring.
Check the Notion link below (as I’ll be updating it there):