Skip to content
View abhishinde24's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report abhishinde24

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. Short-term-Forecasting-of-Load-and-Solar-Energy-in-a-Smart-Grid Short-term-Forecasting-of-Load-and-Solar-Energy-in-a-Smart-Grid Public

    Short term forecasting of renewable energy using Stacked LSTM model and Load using SARIMA model and calculating the net value of energy required from grid.

    Jupyter Notebook

  2. ApiDock ApiDock Public

    ApiDock is application for maintaining documentation of Apis in project/organisation. React-Ts used for frontend and Falcon for CRUD api mysql as Database. Customer request body with nested json is…

    TypeScript

  3. gogeohash gogeohash Public

    gogeohash is go package to get geohash from lat-log pairs. Encode is for encoding lat-log to geohash & Decode is for Decoding geohash back to lat-log.

    Go

  4. Simple-Redis Simple-Redis Public

    Simple-Redis is light weight implementation of reids using C. It support storing of key-value pairs using command line REPL(Read-Eval-Print-Loop). Hash-map with custom implementation is used for st…

    C

  5. Simple-NoSQL Simple-NoSQL Public

    Implementing Nosql key-value database from Scratch with persistent store on disk using GO. SStable is used for storing key-value data and LSM tree is use to hold SStables and SStables go undercompl…

    Go