Pinned Repositories
Binary-inator
An experimental processor takes an image written in python and converts it to binary with b/w threshold. Written for : https://github.com/Akif-G/mazeGame
Burgerinator
ContributionTutorial
A tutorial for github.
Creating-a-Database-For-Fermi-GBM-Triggers
ERC20-Basic-Token
ERC20 token implementation as a template & Exchange example
mazeGame
A webpage implemented for a Maze builder and solver algorithm on javascript, react & node.js, express.js . C++ MazeSolver Algorithm: https://github.com/Akif-G/MazeSolver Python image processor Algorithm https://github.com/Akif-G/PixelToBinary
PyQt-Cryptobook
Basic implementation for pyqt on python for educational purposes...
SecureGate
A Secure Gate to enter your Certification House! SecureGate is a Certification Factory, A Dapp powered by Ethereum Blockchain...
sha256
sha256 explanatory python implementation. Very Easy, step by step. Sha256 is a secure hash algorithm with block size 512-bits and 32-bits digest (word) size. This implementation did not use any library, to be as open and understandable as possible.
Solidity-Dice-Game
Akif-G's Repositories
Akif-G/sha256
sha256 explanatory python implementation. Very Easy, step by step. Sha256 is a secure hash algorithm with block size 512-bits and 32-bits digest (word) size. This implementation did not use any library, to be as open and understandable as possible.
Akif-G/ERC20-Basic-Token
ERC20 token implementation as a template & Exchange example
Akif-G/PyQt-Cryptobook
Basic implementation for pyqt on python for educational purposes...
Akif-G/SecureGate
A Secure Gate to enter your Certification House! SecureGate is a Certification Factory, A Dapp powered by Ethereum Blockchain...
Akif-G/Solidity-Dice-Game
Akif-G/Binary-inator
An experimental processor takes an image written in python and converts it to binary with b/w threshold. Written for : https://github.com/Akif-G/mazeGame
Akif-G/mazeGame
A webpage implemented for a Maze builder and solver algorithm on javascript, react & node.js, express.js . C++ MazeSolver Algorithm: https://github.com/Akif-G/MazeSolver Python image processor Algorithm https://github.com/Akif-G/PixelToBinary
Akif-G/Burgerinator
Akif-G/ContributionTutorial
A tutorial for github.
Akif-G/Creating-a-Database-For-Fermi-GBM-Triggers
Akif-G/etherscan-link
A library for generating Etherscan links
Akif-G/MazeSolver
C++ algorithm that uses pseudo-multi-thread with a logic of Stack. Solves the Maze. Coded for https://github.com/Akif-G/mazeGame
Akif-G/pixelToBinary
A modular python library for creating Binary Images and Binary Movies easily. Inspired by https://github.com/Akif-G/Binary-inator
Akif-G/pm
Project Management: Meeting notes and agenda items
Akif-G/vueTodoApp
This is the TodoList app v1.0.0. It is part of the Vue crash course on Youtube: https://akif-g.github.io/vueTodoApp/
Akif-G/vuex_todo_manager
Vuex crah course app