Git Product home page Git Product logo

nachiket18's Projects

100-pandas-puzzles icon 100-pandas-puzzles

100 data puzzles for pandas, ranging from short and simple to super tricky (60% complete)

compiler icon compiler

Classroom Object-Oriented Language Compiler

concurrentgraphds icon concurrentgraphds

This repository contains the source code of the Concurrent Graph Data Structure

igraph icon igraph

Library for the analysis of networks

independentstudy icon independentstudy

The repository contains code for Independent Study on Type-2 Diabetes and OSteoporosis

kaizn icon kaizn

Repository for the take-home challenge

mlxtend icon mlxtend

A library of extension and helper modules for Python's data analysis and machine learning libraries.

nist-chem icon nist-chem

Python functionality to access NIST Webbook for Chemistry

peregrine icon peregrine

A blazing fast language for the blazing fast world(WIP)

powerconsumption icon powerconsumption

The tutorial for TimescaleDB which is explained with the help of Household power consumption data from UCI repository

rla_spark icon rla_spark

RLA - Record Linkage code implementation in Spark

vizier-scala icon vizier-scala

The Vizier kernel-free notebook programming environment

vizierdb-jupyterintegration- icon vizierdb-jupyterintegration-

The repository contains code that will be used for VizierDB project as a component to convert the Jupyter Notebook in to Vizier accepted format

widewells icon widewells

For an array of integers, find pairs of positions holding equal values provided there is no position in between with a smaller value. e.g. For Input: [2, 3, 2, 2, 1, 2, 1] 0 indexed Output: (0, 2) (0, 3) (2, 3) (4, 6) Notes: (3, 5) is not a valid output element because 1 (< 2) is in between. (0, 3) is valid since both 3 and 2 in between are not smaller (>=).

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.