Gitter

Welcome to Gitter!
A command line, fuzzy find, git tool,
with clone, commit, push and pull for all your projects.
Variables such as the git host, ssh and projects are configured in $HOME/.config/gitter/config.ini
Welcome to Gitter!
A command line, fuzzy find, git tool,
with clone, commit, push and pull for all your projects.
Variables such as the git host, ssh and projects are configured in $HOME/.config/gitter/config.ini
Blackjack is a game where the player and dealer aim to get
as close to 21 as possible. Go above and the other wins.
The dealer must also hit until 17 where he must stop.
This was fun to implement into a program.
Having read about the flyweight design pattern I have attempted
to use the fine grained granularity of modules to allow reusability.
This made it simple to implement the game logic within the main
function, with all the pieces of gameplay intact.
Pacmen is my first cpp project.
It is designed to ease the use of pacman in an interactive fassion.
I am very happy using cpp and may switch to my main language.
Dare I say classes are better in cpp than python.
After a year of good conversations it brings me great joy to be
entrusted as moderator on the discord server.
Over the past couple of days I have been learning cplusplus.
The syntax is involved yet clean and the fundementals are simple.
Variables are type declared and can be declared before definition.
Arrays are multidimensional and remind me of numpy arrays in python.
Structures are interesting although I struggle to find use for them.
Pointers and references were much easier third time round ;p
Functions define return type, and paramater type.
Functions also feature reccursion and can be declared before definition.
Classes are a fun addition to the clike nature of cplusplus.
Overall I am very happy with cpp and am going to incorporate it into my usual coding.
The website source code and linked projects are being moved to gitlab.
Git provides a simple, yet effective, way of managing code and change.
Although I may not be getting the complete benifits yet,
I am enjoying using git to host my projects.
My name is Kalani Jah Hokianga.
I am 20 years old, and enjoy technology.
I began using linux in 2019, quickly falling in love with foss.
Soon switching to the Qtile window manager, I found a passion for python.
A vanilla NeoVim ( minus the bar ) is my favorite text editor.