Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by kzaky

A curated list of projects in awesome lists by kzaky .

https://github.com/kzaky/kzaky

Config files for my GitHub profile.

config github-config

Last synced: 14 Nov 2024

https://github.com/kzaky/khaledzaky.com

My personal website/blog based on Jekyll

blog jekyll jekyll-blog jekyll-site jekyll-website khaledzaky

Last synced: 28 Dec 2024

https://github.com/kzaky/twitterdancer

Twitter Dancer is a Twitter API based application implemented using the Dancer web application framework. The Dancer framework is written in Perl and inspired by Ruby's Sinatra.

Last synced: 14 Nov 2024

https://github.com/kzaky/threaded-implementation-of-berkowitz-s-algorithm

In this implementation, we are going to implement Berkowitz’s parallel algorithm for comput- ing the characteristic polynomial of a matrix. Berkowitz’s algorithm, is the fastest known parallel algorithm for computing the characteristic polynomial of a matrix. For the sake of simplicity we assume that the matrices are over {0,1}, i.e., the two field elements, where plus is XOR and multiplication is AND. The algorithm was designed such that the process takes no more than log2 n sequentially many steps. The program was then rigorously tested to ensure its accuracy.

Last synced: 14 Nov 2024

https://github.com/kzaky/github-slideshow

A robot powered training repository :robot:

Last synced: 14 Nov 2024

https://github.com/kzaky/battleship-game

Each player positions their fleet of ships on the primary grid and keeps their location secret. Once play starts, each player has a turn to fire at the enemy ships. This is done by specifying a grid location – B4, E9, etc. If a ship is located at that location, the owner of the ship indicates a “hit”. Otherwise the owner indicates a miss. Each salvo fired is recorded on the grid as a “hit” or “miss”. If all the squares on a ship have been hit, the owner indicates that the ship has been sunk. The first player to sink all the other player’s ships wins the game. The example shows the number of ships in a fleet and the size of each ship (in squares).

Last synced: 14 Nov 2024

https://github.com/kzaky/tectabs

TecTabs Blog

Last synced: 14 Nov 2024

https://github.com/kzaky/python-threading-example

Python Threading Example

Last synced: 14 Nov 2024

https://github.com/kzaky/polynomial-monomial-operations

We decided to create an additional Item class where each object has a unique code, description, cost and quantity. This way, we could use an Array List of Item objects as our data structure for the Inventory class. Having an Array List allows our data structure to be dynamic so that items can be added and removed from the inventory with ease. Since each element of the Array List is an item object, an item's attributes can be accessed and modi

Last synced: 14 Nov 2024