Skip to content
View DeoluA's full-sized avatar

Block or report DeoluA

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 Loading

  1. Ant Design - Check the file type, fi... Ant Design - Check the file type, file size and image dimensions before upload
    1
    // plugged in this answer from S.O. - https://stackoverflow.com/a/8904008/5172977
    2
    
                  
    3
    // import { Upload } from 'antd';
    4
    
                  
    5
    // function returns a promise
  2. Coding-Challenges Coding-Challenges Public

    Repository containing my solutions to daily coding problems (https://www.dailycodingproblem.com/?ref=csdojo)

    JavaScript

  3. Get the frequency of words in a stri... Get the frequency of words in a string using Lodash. AngularJS is used here for interactive functionality.
    1
    <!DOCTYPE html>
    2
    	<head>
    3
    		<script type="text/javascript" src='https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.4/lodash.min.js'></script>
    4
    		<script type="text/javascript" src='https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.1/angular.min.js'></script>
    5
    		<script type="text/javascript" src='wordFreq.js'></script>
  4. cryptozombies-lesson-code cryptozombies-lesson-code Public

    Forked from CryptozombiesHQ/cryptozombies-lesson-code

    cryptozomebie lesson code

    JavaScript

  5. datasciencecoursera datasciencecoursera Public

    This is the repo for the Data Scientist's Toolbox Project Assessment

  6. SentimentCaseStudy SentimentCaseStudy Public

    Analysing the Nigerian 2015 Presidential Elections with Naive Bayes Algorithm

    R 2