Skip to content
View SamoraMachel's full-sized avatar
🧠
The more you know the more you know you don't know
🧠
The more you know the more you know you don't know

Highlights

  • Pro

Organizations

@dscmmust @wezacare @Bizup-Enterprise @Python-Western-KE
Block or Report

Block or report SamoraMachel

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SamoraMachel/README.md

The More you know the more you know you don't know so keep on learning

Samora Machel

Pinned

  1. A docker compose for full kafka conf... A docker compose for full kafka configuration with kafka manager included
    1
    version: '3.6'
    2
    services:
    3
      zookeeper:
    4
        image: wurstmeister/zookeeper
    5
        restart: always
  2. A github action for upload a build t... A github action for upload a build to firebase after the PR has been closed
    1
    name: Android CI
    2
    
                  
    3
    on:
    4
      pull_request:
    5
        branches: [ "main" ]
  3. Bubble Sort Algorithm.cpp Bubble Sort Algorithm.cpp
    1
    # include <iostream>
    2
    # include <algorithm>
    3
    using namespace std;
    4
    
                  
    5
    template <class T>
  4. YouTube-Downloader YouTube-Downloader Public

    It is a program that can capture streams from Youtube and Download

    Python 4 1

  5. Password-Wallet Password-Wallet Public

    Application for storing all your passwords in one safe place. An Encryption layer is added to add better protection

    Python 1 1

  6. Ecstacy-Terminal Ecstacy-Terminal Public

    This is a python implemented application that resembles a terminal that enable a user to execute terminal commands and also create his own scripts using python

    Python