Pinned Repositories
First-Chatbot
This repository is the source code for my first chatbot. Note that I have not implemented this project in my CLI or on a GUI. The source code was written from a Medium article and hosted here for my own pleasure. Shoutout to Jere Xu, I might fork his repo.
hello-world
A hello world repository.
Pong-Source-Code
Source code for a Pong variant I wrote about a year ago. Excuse the lack of OOP, I was still learning Python.
Sudoku-Solver
This project is a sudoku solver I wrote in Python in September 2019, employing the backtracking algorithm.
2021-Tracker
A tracker for my 2021 reading/writing output. Works mostly like a management system.
Bash-Scripts
Bash scripting to automate tasks. Compare command-line scripting with imperative programming and notice how scripting is lower-level than imperative instruction.
ChatterBot
ChatterBot is a machine learning, conversational dialog engine for creating chat bots
Control-Flow
My notes on the "Control Flow" chapter in "the C:Programming Language".
Google-Search-Chatbot
This repository describes the development of a chatbot powered with omniscience and a vast amounft of inputs based on the Google search engine.
grok-1
Grok open release
Baseball333's Repositories
Baseball333/grok-1
Grok open release
Baseball333/ChatterBot
ChatterBot is a machine learning, conversational dialog engine for creating chat bots
Baseball333/pyspider
A Powerful Spider(Web Crawler) System in Python.
Baseball333/Control-Flow
My notes on the "Control Flow" chapter in "the C:Programming Language".
Baseball333/Types-Operators-and-Expressions
This is the next chapter in "the C Programming Language" which extends the scope of C and provides mathematical depth to such an otherwise syntactically simple language.
Baseball333/2021-Tracker
A tracker for my 2021 reading/writing output. Works mostly like a management system.
Baseball333/Input-Output
My comprehension of input-output theory in C.
Baseball333/Google-Search-Chatbot
This repository describes the development of a chatbot powered with omniscience and a vast amounft of inputs based on the Google search engine.
Baseball333/First-Chatbot
This repository is the source code for my first chatbot. Note that I have not implemented this project in my CLI or on a GUI. The source code was written from a Medium article and hosted here for my own pleasure. Shoutout to Jere Xu, I might fork his repo.
Baseball333/Sudoku-Solver
This project is a sudoku solver I wrote in Python in September 2019, employing the backtracking algorithm.
Baseball333/Pong-Source-Code
Source code for a Pong variant I wrote about a year ago. Excuse the lack of OOP, I was still learning Python.
Baseball333/Bash-Scripts
Bash scripting to automate tasks. Compare command-line scripting with imperative programming and notice how scripting is lower-level than imperative instruction.
Baseball333/linux
Linux kernel source tree
Baseball333/pygooglenews
If Google News had a Python library
Baseball333/hello-world
A hello world repository.
Baseball333/Simple-Python-Chatbot