I'm on a thrilling journey through the realms of advanced numerical methods, algorithm design, and the fascinating history of ancient civilizations. My curiosity drives me to unravel the mysteries of mathematics and to craft elegant solutions to complex problems using programming.
-
🔭 Current Endeavor: I'm diving deep into a Python project that aims to push the boundaries of numerical methods. This project is not just a test of my programming skills but also a canvas for my mathematical creativity.
-
🌱 Expanding Horizons: Beyond the binary world, I'm immersing myself in the rich and intricate history of ancient Egyptian civilization. It's a fascinating detour from my usual technical pursuits, offering a fresh perspective on problem-solving and creativity.
-
💬 Let's Talk: Whether you're curious about the intricacies of almost isosceles Pythagorean triples, navigating the syntax of Python, or integrating llama-cpp-python into your projects, I'm here to share insights and learn together.
- 🌐 Visit My Website for a deeper dive into my projects and interests.
- 🔗 Connect on LinkedIn to engage in professional discussions and collaborations.
- 🐦 Follow Me on Twitter for updates on my latest adventures in coding and mathematics.
- ✉️ Email me at abhrankan@gmail.com for inquiries, collaborations, or just to say hi!
Did you know? I once embarked on a mathematical odyssey to calculate the first 10,000 digits of the golden ratio! It was a journey that tested the limits of precision and my dedication to the beauty of numbers.
Date: June 21, 2024
Calculating the digits of π has been a topic of interest for mathematicians and computer scientists alike. In this post, I introduce a novel algorithm for π calculation that leverages Catalan numbers and fixed-point arithmetic.
Date: July 3, 2024
Mathematics has always been a treasure trove of fascinating problems and elegant solutions. One such captivating concept is the almost isosceles Pythagorean triples. In this post, we will dive into what they are, their significance, and how they can be generated.
Date: July 4, 2024
Greek mythology is a rich tapestry of stories and characters that have captivated people for millennia. These myths offer insights into the ancient Greek worldview, their understanding of natural phenomena, and their cultural values. This section will explore some of the most significant gods, heroes, and myths from ancient Greece.
Date: July 5, 2024
Indian mythology is a rich and diverse collection of stories, traditions, and legends that have been passed down through generations in India. It includes a vast array of gods, goddesses, heroes, and mythical creatures, each with their own unique stories and significance. Indian mythology primarily draws from Hinduism but also includes influences from Buddhism, Jainism, and other regional traditions.
Date: July 5, 2024
Ancient Egypt is one of the most fascinating and influential civilizations in human history. Spanning over 3,000 years, from approximately 3100 BCE to 30 BCE, Egypt’s history is marked by remarkable achievements in architecture, art, science, and governance. The civilization flourished along the Nile River, which provided fertile land and resources necessary for sustaining a complex society.
Date: July 6, 2024
Ancient Greece, known for its influential culture, remarkable contributions to philosophy, science, and art, laid the foundations of Western civilization. Flourishing between the 8th century BCE and the end of antiquity (ca. 600 CE), Greek culture has profoundly shaped the world.
Date: July 6, 2024
Ancient India, with its rich tapestry of cultures and traditions, made significant contributions to various fields including mathematics, science, literature, and philosophy. The civilization flourished in the Indian subcontinent and has left an enduring legacy that continues to influence modern society.
Date: July 6, 2024
Ancient Egyptian mythology is a rich tapestry of gods, goddesses, and mythological tales that played a central role in the daily lives and spiritual beliefs of the ancient Egyptians. This mythology offers insights into their understanding of the cosmos, the afterlife, and the forces of nature.
Date: July 6, 2024
The history of computers is a fascinating journey that spans centuries, highlighting key innovations and milestones that have shaped modern computing.
Date: July 6, 2024
Mathematics has a rich and storied history, with roots that stretch back to the earliest civilizations. This section explores the key developments and figures in the history of mathematics, from ancient times to the modern era.
Date: July 6, 2024
Technological innovations have transformed the way we live, work, and communicate. Here are some of the key advancements that have significantly impacted our world.
Date: July 6, 2024
Physics, the fundamental science of matter, energy, and their interactions, has a long and rich history. Here are some key milestones and contributions from different periods.
Date: July 10, 2024
Chemistry, the scientific study of the properties, composition, and transformations of matter, has a rich and complex history. Here are some key milestones and contributions from different periods.
Date: July 10, 2024
The history of cryptography traces back to ancient times, evolving through centuries to become an essential component of modern secure communications. From simple substitution ciphers used by ancient civilizations to the sophisticated algorithms employed in today's digital world, cryptography has played a crucial role in protecting sensitive information.
Date: July 11, 2024
Astronomy, the study of celestial objects and phenomena, has fascinated humans for millennia. This section delves into the key developments and figures in the history of astronomy, from ancient civilizations to contemporary discoveries.
Date: July 12, 2024
The study of ancient civilizations reveals the rich and varied tapestry of human history. These civilizations laid the foundations for modern society through their innovations in governance, technology, and culture. This section delves into some of the most influential ancient civilizations.
Date: July 21, 2024
The Golden Ratio, often denoted by the Greek letter φ (phi), is a special number approximately equal to 1.618033988749895. This ratio has fascinated mathematicians, artists, and architects for centuries due to its unique properties and its frequent appearance in nature and human-made structures.
Date: July 21, 2024
Mathematical notation has evolved over millennia, reflecting the changing needs and understanding of mathematical concepts. The symbols and methods used to express mathematical ideas have greatly influenced how these ideas are developed, taught, and understood.
-
Code Runner: A web-based tool for running JavaScript code directly in your browser.
JavaScript
code-runner
web-application
browser-tool
-
Hangman: A collection of Hangman game implementations: GUI with Python and Tkinter, command-line versions for Python 2 and 3, and a web-based version using HTML, CSS, and JavaScript.
game
hangman
Python
Tkinter
HTML
CSS
JavaScript
-
Mass: An incremental game where you build a solar system by generating mass and buying planets. Implemented with HTML, CSS, and JavaScript.
game
incremental-game
HTML
CSS
JavaScript
solar-system
-
Whack a Mole Game: A simple Whack-a-Mole game implemented using HTML, CSS, and JavaScript.
game
whack-a-mole
HTML
CSS
JavaScript
-
Click Button Game: A simple, fun web game where players click a button as many times as possible within a set time limit. The game is implemented using HTML, CSS, and JavaScript. It’s an excellent project for beginners to practice their web development skills.
game
click-button-game
HTML
CSS
JavaScript
beginner-project
-
Graphing Calculator: This repository contains a web-based graphing calculator implemented using HTML, JavaScript, and D3.js. The calculator allows users to plot various mathematical functions in real-time and visualize them on an interactive graph.
calculator
graphing
JavaScript
D3.js
HTML
math
-
LocalNotes: A web-app for creating and managing notes locally on your device.
LocalNotes
note-taking
web-app
JavaScript
HTML
CSS
-
SoundScape: A web-app that provides a soothing sound environment for relaxation and focus.
SoundScape
web-app
JavaScript
HTML
CSS
relaxation
focus
-
Interactive Constellation Viewer: A web-based application for exploring and visualizing constellations in an interactive environment.
constellations
web-app
JavaScript
HTML
CSS
astronomy
-
Catalan π Algorithm: This repository contains a Python script that calculates the digits of π (pi) using a novel algorithm based on Catalan numbers and fixed-point arithmetic. The algorithm efficiently computes the digits of π by leveraging the properties of Catalan numbers, making it a unique and effective method for high-precision calculations.
π
pi-calculation
Catalan-numbers
Python
fixed-point-arithmetic
math
-
Almost Isosceles Pythagorean Triples Optimizer: A deep dive into a unique mathematical challenge, blending algorithmic efficiency with the elegance of number theory.
math
Pythagorean-triples
number-theory
algorithm
-
Interactive Matrix Calculator: Simplifying complex matrix operations with an intuitive and user-friendly interface.
calculator
matrix-operations
interactive
user-friendly
-
Complex Calculator: Navigating the realm of complex numbers with precision and ease.
calculator
complex-numbers
precision
math
-
Java Math Utils: A collection of utility functions in Java that serve as the backbone for various mathematical computations.
Java
math-utils
utility-functions
-
VisionaryAI (formerly GeminiFusion): A versatile web application that leverages advanced AI models, including Gemini Pro Vision, DALL-E 3, and Stable Diffusion XL, to provide three main features: Chatbot Interaction, Image Captioning, and Text-to-Image Generation.
stable-diffusion-xl
dall-e-3
image-captioning
ai-chatbot
generative-ai
-
Cryptify: A powerful encryption tool that secures your data using advanced cryptographic algorithms. This project highlights my expertise in cybersecurity and encryption technologies.
encryption
cryptography
security
data-protection
cybersecurity
-
DOB_Facts_Calculator: Discover interesting facts about any date of birth with this Python-based calculator.
date-of-birth
facts-calculator
Python
numerical-methods
date-algorithms
-
sum-of-squares-calculator: A Python tool for calculating the sum of squares of integers, useful for mathematical computations and analysis.
math
sum-of-squares
Python
numerical-calculations
- C/C++
- Java
- Python
- HTML
- CSS
- JavaScript
© 2024 Abhrankan Chakrabarti. All rights reserved.