DEV Community

Cover image for Hacktoberfest Beginners and Advanced Repos to Contribute to
ZigRazor
ZigRazor

Posted on

Hacktoberfest Beginners and Advanced Repos to Contribute to

Hacktoberfest

πŸ‘‹πŸ» Hi everyone, and Happy Hacktoberfest!

This is my repos ready for the Hacktoberfest:

Python

PyStateMachine

*** Beginners ***

A Python implementation of simply configurable State Machines.

GitHub logo ZigRazor / PyStateMachine

Python State Machine

PyStateMachine

python Python State Machine

CodeFactor Codacy Badge

DeepSource DeepSource

Introduction

PyStateMachine is a Framework that support state machines in Python

Requirements

  • Python3

How to Run

Work in Progess

Example

Work in Progess

Test Suite

Work in Progress

How to contribute GitHub contributors

Read the CONTRIBUTING GUIDE

Hacktoberfest

We are pleased to inform you that this repository is participating in the #Hacktoberfest!

Happy Coding!

Contact

E-Mail : zigrazor@gmail.com

GitHub Profile Profile views

ZigRazor's github stats

Support

To support me just add Star the project GitHub stars or follow me GitHub followers

To get updated watch the project GitHub watchers

Project Info

Readme Card




LogParser

*** Beginners ***

A Log Parser, that create structured data from log files.

GitHub logo ZigRazor / LogParser

A Log Parser, that create structured data from log files.

LogParser

A Log Parser, that create structured data from log files.




C++

CXXGraph

*** Advanced ***

Header-Only C++ library for Graph Representation and Algorithms with a simple interface.

GitHub logo ZigRazor / CXXGraph

Header-Only C++ Library for Graph Representation and Algorithms

CXXGraph

codecov CodeFactor

GitHub license GitHub release

LGTM Alerts LGTM Grade

Generic badge Generic badge Generic badge

Generic badge Generic badge

Share on Tweet







Table of Contents

Introduction

CXXGraph is a small library, header only, that manages the Graph and it's algorithms in C++. In other words a "Comprehensive C++ Graph Library".

Algorithm Explanation

Dijkstra

Graph Dijkstras Shortest Path Algorithm(Dijkstra's Shortest Path) Dijkstra's Algorithm is used to find the shortest path from a source node to all other reachable nodes in the graph. The algorithm initially assumes…

CXXAutomata

*** Intermediate ***

A C++ Library to which implements the structures and algorithms for finite automata, pushdown automata, and Turing machines.

GitHub logo ZigRazor / CXXAutomata

A C++ library for simulating automata and Turing machines

CXXAutomata

A C++ library for simulating automata and Turing machines




CXXLog

*** Beginners ***

A C++ HeaderOnly Logging Utilities

GitHub logo ZigRazor / CXXLog

HeaderOnly Logging Utilities

CXXLog

HeaderOnly Logging Utilities




If you need some instructions on how to contribute or how to approch to the repo or more in general to the Open Source, do not hesitate to open an issue on the repository or write to me at email : zigrazor@gmail.com .

Happy Coding! πŸ’»

Top comments (0)