Pinned Repositories
acdb
advent-of-code-2023
ducklit
A Streamlit app to upload files and query with DuckDB
filequery
Query CSV, JSON and Parquet files with SQL
game-of-life-2
Rewrite of my original game of life program
news-nlp-analysis
News article collection and analysis.
news-nlp-backend
Backend for News NLP project
news-nlp-frontend
Frontend for News NLP project
textsnake
Terminal based snake game
yetti
The Yetti programming language
MarkyMan4's Repositories
MarkyMan4/blazor-todo
Basic todo app using Blazor WASM
MarkyMan4/news-nlp-analysis
News article collection and analysis.
MarkyMan4/twin-stick
Top down twin stick shooter game
MarkyMan4/particles
Particle system written in Python
MarkyMan4/github-actions-unit-tests
Test using GitHub actions to run a test suite for a Python program.
MarkyMan4/circle-shooter
space shooter game with vanilla js and html canvas
MarkyMan4/react-sample-app
React app using JSON placeholder as the back end
MarkyMan4/react-snake
build of react-snake-dev
MarkyMan4/react-snake-dev
making snake with react js for practice
MarkyMan4/DjangoAuth
Django rest service for registering users, logging in and logging out.
MarkyMan4/weather
MarkyMan4/react-weather
Weather app using OpenWeatherMap API
MarkyMan4/Tetris
Tetris written in Python using PyGame
MarkyMan4/PongAI
Using linear regression to train an AI to play pong
MarkyMan4/SkyrimLibrary
Scraping the text from books in Skyrim and storing them in a database
MarkyMan4/ExpressRESTAPI
Learning to build REST APIs with Express.js
MarkyMan4/nyt-news-labeler
Tag news stories based on models trained on the NYT corpus.
MarkyMan4/TensorflowCourse
MarkyMan4/CellularAutomata
Conway's game of life simulation
MarkyMan4/TextGeneration
ML model for generating text
MarkyMan4/ToDoFrontend
Learning React - front end for to do app
MarkyMan4/ToDoBackend
Learning Django REST framework - back end for a to do app
MarkyMan4/BlogApp
Learning React by making a blog app.
MarkyMan4/IrisPrediction
Trying FastAPI by creating an API for a classification model on the sklearn iris dataset
MarkyMan4/news-article-analysis
Streamlit app that performs text analysis given a link to a news article
MarkyMan4/ScalaPracticeProblems
MarkyMan4/planner
Build of planner front end and deployed using github pages
MarkyMan4/game-of-life
Conway's game of life simulation
MarkyMan4/darksky-wrapper
A handy Python class to make interacting with the Dark Sky API a little easier
MarkyMan4/exercise-tracker
Exercise tracker using the Django framework