Pinned Repositories
Calculator
A Python-based calculator program that uses infix to postfix notation and binary tree traversal to create a calculator that does simple arithmetic functions
Cryptography
This is a Python based cryptography program that encodes and decodes cryptographic messages hidden in binary image files using steganography.
Hangman
This is a Python based version of Hangman I made
Huffman
This program serves as a file compression and decompression utility based on Huffman Coding. It provides efficient modules to handle binary data. The Huffman Coder and Decoder components enable the compression and decompression of files, offering optimized data storage and retrieval capabilities.
ParkSF-Project
SFHacks 2024 Hackathon Project
Simple-Router
My final project in my Networks class: Implementing routing between devices on different subnets and implementing firewalls for certain subnets. The idea is to simulate an actual production network.
Surfin-USA
Designed to crack the Traveling Salesman Problem, this program employs graph theory, depth-first search, and a stack for efficient route optimization. Tailored for budget-conscious users navigating city routes, it guarantees an optimal journey starting and concluding in Santa Cruz, with each city visited precisely once.
Tic-Tac-Toe
Python based version of Tic-Tac-Toe I created that generates a board in terminal. Can be played against another person and 2 types of CPU. One CPU chooses spots randomly and the other CPU never loses.
Project-Protest
Our project is an social justice web application, that helps the user find nearby marked protests in your local area. Such as if there is a climate change protest happening downtown, it will mark where the location is. Our purpose is to help guide people to social justice movements, and raise their voices.
Pedible
AnishTalluri's Repositories
AnishTalluri/Calculator
A Python-based calculator program that uses infix to postfix notation and binary tree traversal to create a calculator that does simple arithmetic functions
AnishTalluri/Cryptography
This is a Python based cryptography program that encodes and decodes cryptographic messages hidden in binary image files using steganography.
AnishTalluri/Hangman
This is a Python based version of Hangman I made
AnishTalluri/Huffman
This program serves as a file compression and decompression utility based on Huffman Coding. It provides efficient modules to handle binary data. The Huffman Coder and Decoder components enable the compression and decompression of files, offering optimized data storage and retrieval capabilities.
AnishTalluri/Looping-Assembly
This program asks the user to input a positive number of rows and outputs a "tattooed right-angled triangle" with $*$* patters, with each row ending in 0 and increasing in characters as it goes down each row.
AnishTalluri/my-first-blog
This project is a personal blog website built using Django, HTML, and CSS. Users can view the blog posts I can personally create, edit and delete. The website offers a responsive design and utilizes Django's ORM for efficient backend data handling
AnishTalluri/Paint-Application
A mini “Paint” application running on an emulated RISC-V computer. This application will take the user input from the keyboard to draw patterns over a Bitmap display. The address where this color value is stored in essentially behaves as a “pixel” when that value is outputted over a display unit.
AnishTalluri/ParkSF-Project
SFHacks 2024 Hackathon Project
AnishTalluri/Project-Protest
Demo for our Project (in beta)
AnishTalluri/Simple-Firewall
Lab project utilizing OpenFlow to create a simple firewall for a network
AnishTalluri/Simple-Router
My final project in my Networks class: Implementing routing between devices on different subnets and implementing firewalls for certain subnets. The idea is to simulate an actual production network.
AnishTalluri/Surfin-USA
Designed to crack the Traveling Salesman Problem, this program employs graph theory, depth-first search, and a stack for efficient route optimization. Tailored for budget-conscious users navigating city routes, it guarantees an optimal journey starting and concluding in Santa Cruz, with each city visited precisely once.
AnishTalluri/Tic-Tac-Toe
Python based version of Tic-Tac-Toe I created that generates a board in terminal. Can be played against another person and 2 types of CPU. One CPU chooses spots randomly and the other CPU never loses.
AnishTalluri/Weather-Tracker
Python based program that is takes data for weather (via Weather API) at the location of my choice (in this case where I go to school, Santa Cruz). The program will run at a scheduled time everyday (I have it for 8:00 a.m.) and send a text message to my personal phone number.
AnishTalluri/hello-world
First repository I am making on GitHub
AnishTalluri/intro_python
Lecture Notes and Slides for UCSC CSE20, formatted as Jupyter Notebooks.
AnishTalluri/mayhem-cmake-example