Harry Hopkinson (@Harry-Hopkinson)

Top repositories

1

vim-vscode-theme

A vscode theme inspired by the Gruvbox Vim Theme.
JavaScript
16
star
2

BookFlix

Bookflix - A place to manage, explore and review books all from your browser.
HTML
7
star
3

terminal

A Terminal Website based on LiveTerm.
TypeScript
5
star
4

code-boilerplate

A vscode extension that generates a sample HelloWorld program based on the language of the file.
TypeScript
4
star
5

run-exe

An .exe Runner for Visual Studio Code.
TypeScript
4
star
6

vs-code-runner

A CodeRunner for vscode which can run multiple programming languages.
TypeScript
3
star
7

markdown-editor

A markdown editor written in Typescript.
TypeScript
3
star
8

create-solid-app

CLI to create a new Solid Application.
JavaScript
3
star
9

create-astro-app

A CLI Tool to create a new astro project.
Astro
3
star
10

prettier-config

A vscode extension that generates a prettier config file.
TypeScript
3
star
11

code-boilerplate-cli

A Command Line Interface version of the Code Boilerplate Extension. Generates a sample Hello World file based on the chosen language.
TypeScript
3
star
12

harry-hopkinson

My Github's Account README
2
star
13

Chess-with-C-Sharp

Chess in C# with Player vs Player and AI
C#
2
star
14

nft-generator

A Non Fungible Token Generator Written in Typescript
JavaScript
2
star
15

Pong

Pong game made in Turtle with Python
Python
2
star
16

chess-typescript

A ChessBoard UI Written in Typescript based off Chess.com
SCSS
2
star
17

parallax-typescript

A Repository showing how to achieve a Parallax Effect in Typescript.
TypeScript
2
star
18

extract-method

A vscode extension that gives the functionality to extract a method.
TypeScript
2
star
19

chessboard-typescript

A Chessboard written in Typescript
TypeScript
2
star
20

chess-engine

A Simple Chess Engine written in C++.
C++
2
star
21

code-comments

Generates code comments based on highlighted code.
TypeScript
2
star
22

rust-game-engine

A Game Engine created in rust
2
star
23

OpenGL-Game-Engine

A Game Engine Created in OpenGL
C++
2
star
24

Notebook-TODO

A Notebook to Store Ideas and Code Snippets
JavaScript
2
star
25

vscode-html-live-server

A Live Server that Displays HTML Pages on a LocalHost with Live Changes
TypeScript
2
star
26

tetris-vscode

Tetris port inside Visual Studio Code
HTML
2
star
27

openrct2-plugin-manager

A plugin manager for OpenRCT2
JavaScript
2
star
28

SDL2-Files

SDL2 Files for my C++ Game Engine
C
1
star
29

react-typescript

A compendium of knowledge about Typescript with React
TypeScript
1
star
30

stock-predictor

A Stock Predictor for an Input Stock written in Typescript 🚀
TypeScript
1
star
31

fireship-extension

An extension to help you paste code like the youtube channel fireship.
JavaScript
1
star
32

vscode-vim-line-number

Display Line Numbers in Visual Studio Code like Vim
JavaScript
1
star
33

animate

A NPM Package for animating Elements.
TypeScript
1
star
34

constants

A NPM Package that scans a codebase for variables and changes their types to a constant if accordant.
JavaScript
1
star
35

chess-commandline

Chess in the Command Line
Python
1
star
36

bgfx

A Repository for the Learning of BGFX.
1
star
37

nvim-configs

My Neovim Configurations for Arch.
Lua
1
star
38

twitch-watchtime-booster

Boost Twitch Watchtime with Rust
1
star
39

harryhopkinson-homepage

A homepage for all of my Coding Work
TypeScript
1
star
40

sample-data

A NPM Package that generates sample data for testing.
TypeScript
1
star
41

code-uncommenter

A vscode extension that uncomments a block of text that you have selected.
TypeScript
1
star
42

convert-list-to-json-format

This CLI formats a long list into a JSON format.
TypeScript
1
star
43

Snow-Ball-Brawl

Snow Ball Brawl Game and Code
C#
1
star
44

weather-forecaster

A Weather Forecaster written in Next Javascript
SCSS
1
star
45

wordle-solver

A Wordle Solver written in Typescript that uses the Wordle Twitter Bot to automatically Calculate the Correct Solution.
TypeScript
1
star
46

rust-gui

GUI in Rust
Rust
1
star
47

colour-terminal

A NPM Package that brings Colour to your Terminal.
TypeScript
1
star
48

templates

Templates for create-astro-app
Astro
1
star
49

advent-of-code-2022

Code for the Advent of Code 2022.
C++
1
star
50

pathfinding-visualizer

A website which simulates Algorithms between Two Nodes.
CSS
1
star
51

todo-list

A todo-list written with Vanilla Javascript and Typescript with Styling.
TypeScript
1
star
52

tsconfig.json

Create a tsconfig.json from the command line
TypeScript
1
star
53

Dungeon-2D-Game-Platformer

My code and assets for a Dungeon 2D Platformer
C#
1
star
54

fake-data

A NPM Module that generates Fake Data.
TypeScript
1
star
55

mass-renamer

A Tool for Mass Renaming File Name or Extensions
C
1
star
56

inverse-square-root

Find the Inverse Square root of a float or integer.
C
1
star
57

algorithm-questions

A Github Repo full of standard Algorithm Questions that may be asked at an interview.
TypeScript
1
star
58

Google-Maps

A Google Map Locator written in Next Javascript
SCSS
1
star
59

dots-and-boxes

A dots-and-boxes game written in Python
Python
1
star
60

advent-of-code

A compendium of my Advent of Code Answers.
1
star
61

opengl-tutorial

A Repository for myself to learn OpenGL.
C
1
star
62

how-many-files

An NPM Module that scans a folder and tells you how many files of your choice are in there.
JavaScript
1
star
63

softwordle

A Wordle Clone for Software Engineers.
TypeScript
1
star
64

grep-clone

A CLI Grep clone written in rust.
Rust
1
star
65

language-formatter

A Vscode Language Formatter
1
star
66

game

A Simple Game in C++
C++
1
star
67

Game-Engine

A C++ Game Engine created with SDL2
C++
1
star
68

create-docusaurus-app

CLI to create a Docusaurus Project.
JavaScript
1
star
69

fifa-calculations

A Program that calculates averages using Fifa Data.
Rust
1
star
70

text-editor

Rich Text Editor developed with Mantine
TypeScript
1
star
71

openrct2-variable-editor

An easy to use plugin for OpenRCT2 that provides a UI for changing core variables.
TypeScript
1
star
72

vendors

Dependencies for my OpenGl Game Engine
C++
1
star
73

pathfinder-visualizer-src

A website which simulates Alogirithms between Two Nodes
TypeScript
1
star
74

blog

A Personal Blog
TypeScript
1
star
75

glfw-game-engine

A Game Engine created in C++
C
1
star
76

LICENSE

A NPM Package that creates a LICENSE of your choice.
TypeScript
1
star
77

programming-language

A Simple Programming Language Created in C
C
1
star
78

gitignore

A NPM Module that creates a .gitignore based on your chosen selection.
JavaScript
1
star
79

wordle

A wordle clone written in Typescript
TypeScript
1
star
80

covid19-card

An app written in React that saves your proof of Covid-19 Vaccination Card for later use.
1
star
81

breeze

A Package Manager That Makes Working With External Dependencies a Breeze!
C++
1
star
82

3D-shooter

2D Platformer made with Raylib
C
1
star
83

rust-learning

Rust
1
star
84

rust-kernel

A Kernel Written in Rust.
Rust
1
star
85

Twitter

A Twitter Clone written in Typescript and React
TypeScript
1
star
86

suckless

My configs for the Suckless suite for Arch Linux (dmenu, dwm and st) in C
C
1
star
87

close-all-windows-openrct2

Close All Windows Plugin for OpenRCT2
JavaScript
1
star
88

openrct2-data

A plugin that provides a usefull data window about your park.
JavaScript
1
star
89

openrct2-launcher

A Launcher for OpenRCT2 that can download the latest version of OpenRCT2.
1
star
90

Sudoku

The code for my Sudoku game using Python and Pygame
Python
1
star