Skip to content

Instantly share code, notes, and snippets.

Connect4 Ai Summary

Summary of the connect4 Ai based on a vsauce video (https://www.youtube.com/watch?v=sw7UAZNgGg8&ab_channel=Vsauce2) that I made before learning about neural networks. This Ai doesn't follow any standard method of learning but rather just a concept that I thought of.

Frameworks:

  • Python
  • Numpy
  • SQLite3

Animation

@T0M1X
T0M1X / Qiraah.md
Last active October 28, 2023 15:02

Qiraah Summary

This is the showcase of my final year project at university. Qiraah is a memorisation app that uses a users memorisation data and makes daily targets for the user to follow when memorising the Quran. Qiraah is a web app with mobile and pc browser support.

Frameworks used:

  • Python
  • Django
  • Vue.js
  • Django-crontabs
  • TypeScript
  • Bootstrap
@T0M1X
T0M1X / MultiplayerSnake.md
Created June 7, 2023 17:38
A-Level Computer science project

Multiplayer Snake Summary

Multiplayer Snake is a game I made for my A-Level project where multiple players can play snake at the same time.

Frameworks used:

  • Python
  • Pygame
  • SQLite
  • hashlib & uuid

Animation1

Discord Game Booking Bot

Summary of discord bot that I made for users to book party slots inside games.

Uploaded using replit and kept online using upbot.

Frameworks used:

  • Python
  • Discord python library
  • Flask
  • OS and Threading libaries

Weather App summary

Summary of Weather App that I made in the GUI module in the second year of university.

Frameworks:

  • React
  • Node.js
  • HTML, CSS, JavaScript

Animation1

CIFAR-10 Neural Network Summary

This is the summary of the convolutional neural network I created doing the neural networks and deep learning module.

Frameworks used:

  • Python
  • PyTorch
  • Torchvision
  • Tensor

Code and results

PetFriends Summary

An application enabling pet owners to connect with pet sitters who are willing to look after their pets when needed. This app provides a web based platform which facilitates the interaction between pet owners and pet sitters and allows pet owners to search for pet sitters based on location.

Frameworks used:

  • React.js
  • Node.js
  • JSON
  • HTML, CSS, Javascript

Quick Aucks Overview

This is a showcase of the website I created in the web programming module of my final year at university.

This is an auction website that allows users to list items for sale, ask questions about items, and bid for items.

Frameworks used:

  • Django
  • Vue.js
  • Django-crontabs
  • Python
  • TypeScript