Skip to content
View danieloi's full-sized avatar
Block or Report

Block or report danieloi

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. react-native-voice/voice react-native-voice/voice Public

    🎤 React Native Voice Recognition library for iOS and Android (Online and Offline Support)

    Objective-C 1.7k 464

  2. health-explore health-explore Public

    Responsive tailwindcss and nextjs demo with advanced filter params for exploring healthcare jobs. Check out the deployed site on this repo's website link!

    TypeScript 2

  3. nlp-nigerian-elections nlp-nigerian-elections Public

    Natural Language Processing exercise checking twitter sentiments on major presidential candidates in Nigeria's 2019 elections

    Python

  4. star-ratings star-ratings Public

    Vanilla JS, React, TypeScript and Serverless Backend with Websockets Demo. Check out the deployed version in this repo's website link!

    TypeScript 1

  5. affirmation-train affirmation-train Public

    Web scraping experiment wtih nightmare.js

    JavaScript

  6. Script to automate typing on keybr.com Script to automate typing on keybr.com
    1
    const puppeteer = require("puppeteer");
    2
    
                  
    3
    puppeteer
    4
      .launch({ headless: false, defaultViewport: null })
    5
      .then(async browser => {