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

Block or report arunabellgutteramesh

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

Popular repositories

  1. benign-phishing-url-classification-using-whois-and-lexical-features benign-phishing-url-classification-using-whois-and-lexical-features Public

    To identify and extract features from URL that help classify URLs into benign/phishing and train an ML model with these features for classification.

    Jupyter Notebook 7 6

  2. PigHiveOnStackExchangeData PigHiveOnStackExchangeData Public

    StackExchange data procured is cleaned with pig, queried with hive-ql, performed tf-idf to obtain top 10 words used by top 10 users of StackExchange.

    Python 1

  3. EnergyConsumptionBigDataAnalysisWithBigquery EnergyConsumptionBigDataAnalysisWithBigquery Public

    Created a Node JS + Angular JS Application to analyse Energy Consumption Big Data using Google Bigquery support by Node JS

    CSS 1

  4. ConcurrentProgrammingWithOpenMPandOpenCL ConcurrentProgrammingWithOpenMPandOpenCL Public

    An efficient implementation of the Parallel Sum Reduction operator that computes the sum of a large array of values in both OpenMP and OpenCL.

    C 1

  5. d3visualization d3visualization Public

    d3 visualization ofSuicide data of India from the years 2003 to 2012. D3 with Angular 1.6, Node JS and MySQL

    JavaScript

  6. ConcurrentProgrammingWithJavaThreads ConcurrentProgrammingWithJavaThreads Public

    Concurrent Programming with Java Threads. The project imitates the scenario of a company containing 10 departments, making transactions over 50 of its internal accounts.

    Java