-
Concurrent_TCP_Server Public
A simple concurrent TCP server using C/C++ that listens on a specified port and handles incoming client connections using worker threads.
C++ UpdatedJan 20, 2025 -
Stack-DS Public
Here, I am putting code for implementation of Stack data structure using array.
C UpdatedDec 20, 2024 -
Cpp-Important_Concepts Public
It's just a collection of important topics/concept of c++.
C++ UpdatedDec 20, 2024 -
LastMinuteRevision-OOP Public
Forked from aman0046/LastMinuteRevision-OOPHere is the last minute revision notes of Object Oriented Programming
UpdatedJun 9, 2024 -
-
Multithreading Public
Adding programs using Multithreading in CPP. Learning Multithreading from YouTube CPP Nuts channel.
C++ UpdatedApr 17, 2024 -
beg_mod_cpp Public
Forked from umarmlone/beg_mod_cppSource code for demos in Complete Modern C++ course.
C++ MIT License UpdatedMar 30, 2024 -
awesome-chatgpt-prompts Public
Forked from f/awesome-chatgpt-promptsThis repo includes ChatGPT prompt curation to use ChatGPT better.
HTML Creative Commons Zero v1.0 Universal UpdatedJan 19, 2024 -
java-tutorial-for-beginners Public
Forked from in28minutes/java-tutorial-for-beginnersJava Tutorial For Beginners with 500 Code Examples
UpdatedNov 26, 2023 -
generative-models Public
Forked from Stability-AI/generative-modelsGenerative Models by Stability AI
Python MIT License UpdatedJul 29, 2023 -
-
Sorting Public
Here, I am putting a program which is able to perform any of the basic sorting algorithm on a given array.
C UpdatedJul 17, 2023 -
-
Computer-Science-Quiz Public
Designed and developed using python libraries tkinter(for UI), requests(for API).
Python UpdatedJul 15, 2023 -
My-Card Public
Designed a card using Flask framework of python, HTML, and CSS.
SCSS UpdatedJul 13, 2023 -
Password-Manager Public
I built this password manager to create and save my passwords for different platforms. I built it using python libraries such as tkinter, random, jason, etc.
Python UpdatedJul 12, 2023 -
HTML-URL-Parsing-in-Flask Public
Parsing HTML and URL in Flask framework of Python
Python UpdatedJul 7, 2023 -
Bootstrap-basics Public
Installed Bootstrap and designed a simple navbar using bootstrap.
HTML UpdatedJul 6, 2023 -
LinkedList-in-C Public
Here, I have written a code in C language for all the operations such as insertion, deletion, traversing, searching of Linked List.
C UpdatedJul 2, 2023 -
Sorting-Visualization Public
Forked from AbhishekPrakash5/Sorting-VisualizationJavaScript UpdatedJul 1, 2023 -
Top-100-Movies-Scrape Public
Scraping and listing down top 100 movies from the Empire's top 100 movies.
Python UpdatedJun 29, 2023 -
My-Blog-Website Public
Designed and Developed using Flask framework of python
HTML UpdatedJun 16, 2023 -
Amazon-Price-Tracker Public
It will notify(via email) you if a product price hits your entered price range on amazon.
Python UpdatedJun 13, 2023 -
Pomodoro-App Public
I built this Pomodoro app to enhance my productivity by taking regular breaks while working. I built it using python library tkinter.
Python UpdatedJun 1, 2023 -
Cookie-Clicker-Bot Public
Took inspiration from https://orteil.dashnet.org/cookieclicker/ to develop an automated cookie clicker bot using Selenium library in python.
Python UpdatedMay 30, 2023 -
Basic_Programs_in_C Public
Here, I am putting c language codes for some basic operations.
C UpdatedMay 24, 2023 -
Responsive-Blog-Website Public
Designed and Developed a responsive blog website using python framework Flask, HTML, CSS, and Bootstrap.
CSS UpdatedMay 18, 2023 -
Birthday_Wisher Public
This is a Birthday Wisher which sends an email to your loved ones on their birthday. I built this using python libraries smptplib, datetime, pandas.
Python UpdatedMay 14, 2023 -
-
Patterns-in-C Public
Here, I am putting C language codes for printing different patterns.