Skip to content

Instantly share code, notes, and snippets.

View KingsleyChimezie's full-sized avatar
💻
Working from home

Kingsley Chimezie KingsleyChimezie

💻
Working from home
View GitHub Profile
@KingsleyChimezie
KingsleyChimezie / kmp-kcc-project-people-titling.md
Last active February 9, 2021 03:55
kmp-kcc-project-people-titling

Title

Title Description Authority Level
Author + Project creator and owner Admin +
Author - Project creator but has given away ownership Admin +
Owner Owns the project but not the creator Admin +
Collaborator + Helps run the project and contributes work to the project as a limited administrator Admin -
Collaborator - Helps run the project and contributes work to the project Write +
Contributor Contributes or contributed work to the project
@KingsleyChimezie
KingsleyChimezie / mongodb-easy-install-windows.bat
Last active November 14, 2017 07:09
Automatically install, configure and set up a MongoDB environment on Windows OS (Windows 7 and above). Using the "mongodb-easy-install-windows" batch (.bat) script.
@ECHO OFF
SETLOCAL EnableDelayedExpansion
REM :: Simple batch file to help setup MongoDB
REM :: By Kingsley Chimezie - 08/Nov/2017
REM :: License: MIT
REM :: Initialise variables
(
SET mongodbROOT=!cd!