Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub / Tahmid2000 38 repositories

Software Engineer

Tahmid2000/personal-portfolio-v2

My website.

Language: JavaScript - Size: 630 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

Tahmid2000/second-brain

My personal assistant.

Language: Python - Size: 11.7 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

Tahmid2000/YouTube-sponsorship-skip

A web extension for YouTube videos that uses ChatGPT4 to skip in-video ads and sponsorships to get straight to the content!

Language: JavaScript - Size: 169 KB - Last synced: about 1 month ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

Tahmid2000/YouTube-to-Spotify-Local-Files

Downloads music on YouTube to store to my Spotify local files

Language: Python - Size: 3.91 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

Tahmid2000/Tahmid2000

Size: 22.5 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

Tahmid2000/predicting-movie-popularity

Machine Learning project to predict movie popularity.

Language: Python - Size: 8.66 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Tahmid2000/CS6375-ProgrammingAssignment2

Bagging and Boosting with Decision Trees

Language: Python - Size: 51.8 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Tahmid2000/Machine-Learning-Decision-Trees Fork of amoghyatnatti/CS6375HW1

yeet

Language: Python - Size: 377 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Tahmid2000/clipboard-history

A macOS menu bar app which gives users to paste more than one previously copied items. Written in Swift.

Language: Swift - Size: 2.4 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Tahmid2000/crypto-model

Language: Python - Size: 54.7 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

Tahmid2000/convex-hull-algorithm-visualizer

Frontend application that visualizes Convex Hulls of Graham's Scan, Jarvis's March, and Chan's Algorithm.

Language: JavaScript - Size: 652 KB - Last synced: 11 months ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

Tahmid2000/BigDataProject2

My second project in my Big Data class using PySpark.

Language: Python - Size: 21.5 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

Tahmid2000/BigDataProject1

My first project in my Big Data class using Hadoop MapReduce.

Language: Java - Size: 3.14 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

Tahmid2000/futbol-wordle

A soccer twist on the Wordle game.

Language: Python - Size: 3.39 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

Tahmid2000/seeking-tutor

Language: C - Size: 7.81 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

Tahmid2000/soccer-analyzer

Python web application that utilizes matplotlib and Pandas to compare statistics between different soccer players and teams. Leveraged the Django REST framework to create an API that connects our database to a React frontend.

Language: Python - Size: 7.7 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

Tahmid2000/subscriptions_project

A subscription manager website using Laravel, MySQL, Ajax, and Bootstrap.

Language: PHP - Size: 3.25 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

Tahmid2000/dash-shell

A shell made with C in my Operating Systems class.

Language: C - Size: 10.7 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

Tahmid2000/spotify-discover-all

A Python script that adds all songs from Spotify's Discover Weekly into a user made Discover All playlist.

Language: Python - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

Tahmid2000/career-web-scraper

A Python web scraper using Selenium that emails you job opening details from multiple career sites.

Language: Python - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

Tahmid2000/calculator

Advanced Apple-esque calculator using JavaScript and HTML/CSS.

Language: JavaScript - Size: 14.6 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

Tahmid2000/10-Minute-Scripts

Some short scripts I wrote to make my life easier.

Language: Python - Size: 14.6 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

Tahmid2000/music_library

A Music Library to listen to songs, view lyrics, and find your favorite artists. Made with React.

Language: JavaScript - Size: 623 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

Tahmid2000/blog_project

A beautiful social-media/blog site using Django, SQLite3, Ajax and a Bootstrap 4 template.

Language: Python - Size: 7.78 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Tahmid2000/flight-calculation

Calculate most efficient flights between 2 locations and sort based on time and/or cost using Java. Utilizes many data structures including Graph Adjacency Lists, Linked Lists, Stacks, Queues, and TreeSets.

Language: Java - Size: 4.88 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

Tahmid2000/war-card-game

War card game in console created with Python3.

Language: Python - Size: 1000 Bytes - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

Tahmid2000/connect-4-web

Connect 4 game using HTML/CSS, JavaScript, and jQuery.

Language: JavaScript - Size: 1.95 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

Tahmid2000/timer

Simple timer/stopwatch GUI created using Python Tkinter.

Language: Python - Size: 352 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

Tahmid2000/dictionary

Implement an advanced English Dictionary using Python3 and MySQL.

Language: Python - Size: 1.34 MB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

Tahmid2000/browser-project

Implemented a "web browser" using Stack and Queue.

Language: C++ - Size: 9.77 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

Tahmid2000/anagram-unscrambler

Using a BST, constructed a word-unscrambler where the program returns all words with a similar combination of words.

Language: C++ - Size: 145 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

Tahmid2000/phonebook-project

Creating a Linked List in C++ to construct a phone book.

Language: C++ - Size: 33.2 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

Tahmid2000/word-puzzle

C++ program to search for specified words in a grid.

Language: C++ - Size: 5.86 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

Tahmid2000/avl-binary-search-tree

Part 1 of project uses an AVL tree to access a list of novels. Part 2 of project generates a certain number of trees and calculates how many of those are BSTs. Both using Java.

Language: Java - Size: 2.93 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

Tahmid2000/sort-analysis

Analyze run times of various sorts using Java.

Language: Java - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

Tahmid2000/connect-four

Connect four game using MIPS.

Language: Assembly - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

Tahmid2000/website-blocker

Website blocker using Python.

Language: Python - Size: 0 Bytes - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

Tahmid2000/volcano-population-webmap

3 layer WebMap that shows Volcanoes using Python3.

Language: HTML - Size: 1.4 MB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0