Skip to content
View DavidNgugi's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report DavidNgugi

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

Pinned

  1. Simplevent Simplevent Public

    A simple Event Emitter library for JavaScript

    JavaScript 1

  2. laravel-php-generator laravel-php-generator Public

    Command line tool to generate your classes, interfaces and traits. Aiming for higher productivity

    PHP 8 1

  3. leetcode-calendar leetcode-calendar Public

    A calendar schedule generator for Leetcode questions

    Python 1

  4. rhino-ski rhino-ski Public

    A JavaScript version of the classic Windows game SkiFree

    JavaScript 1

  5. wordnet_synonym_search.js wordnet_synonym_search.js
    1
    const fs = require('fs');
    2
    const wordnet = require('wordnet');
    3
    const natural = require('natural');
    4
    
                  
    5
    const tokenizePhrase = (phrase) => {
  6. dsa-practice dsa-practice Public

    Data Structures and Algorithms with Leetcode problems plus solutions

    Python