Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by 17BIT0216
A curated list of projects in awesome lists by 17BIT0216 .
https://github.com/17bit0216/augmented-reality-newspaper
An Augmented reality iOS newspaper built using SceneKit.
augmented-reality-applications ios ios-swift newspaper-ar swift-3
Last synced: 19 Nov 2024
https://github.com/17bit0216/machine-learning
All of my data analysis and Machine learning Projects.
analysis data-analysis linearr logistic logisticregression machine-learning python3 random-forest
Last synced: 17 Nov 2024
https://github.com/17bit0216/sorting-visualizer
reactjs sorting-algorithms visualization
Last synced: 17 Nov 2024
https://github.com/17bit0216/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.
Last synced: 17 Nov 2024
https://github.com/17bit0216/climatedetectorappios
This is a IOS app, which detects the climate based on longitude and latitudes.
Last synced: 17 Nov 2024
https://github.com/17bit0216/react-todolist
A Simple react Todo List app which lets you add elements and delete elements on demand
Last synced: 17 Nov 2024