Giter VIP home page Giter VIP logo

Arun Giri's Projects

javascript-algorithms icon javascript-algorithms

📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings

placement-management-system icon placement-management-system

Placement Management System deals with the Organisation/Institution to Look after their Students Progress and much more

programming-assignment icon programming-assignment

You are given two strings each representing hour of a given day in the format yyyymmdd hh. For example, 20170317 03 represents hour 03 of 17th March 2017. Write a program in C or C++ to list all the hours in between the given hours (both inclusive) in increasing order, one entry per line. If the output has all 24 hours of a single day then it should compress it into the form yyyymmdd. Here are some sample inputs and their corresponding outputs: Example 1 Input: 20170317 22, 20170318 02 Output: 20170317 22 20170317 23 20170318 00 20170318 01 20170318 02 Example 2 Input: 20170317 22, 20170319 02 Output: 20170317 22 20170317 23 20170318 20170319 00 20170319 01 20170319 02 Hint: Consider all corner cases.

react-todolist icon react-todolist

A Simple react Todo List app which lets you add elements and delete elements on demand

weather_forecast_prediction icon weather_forecast_prediction

Used IoT device to collect the data pertaining to the weather like temperature, humidity, pressure for three days, and then used this data to run an RNN model to predict future forecast.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.