Giter VIP home page Giter VIP logo

chopraapooja's Projects

api.go.cd icon api.go.cd

Beautiful static documentation for your API

arrayutil icon arrayutil

The ArrayUtil contains base, which is a pointer to the array typeSize, which is size of one array element length, which is how many elements are there. To use the array you just have to cast the base to the pointer of the respective type: like int* a, float* a ,etc and then a[5] will give you the fifth int or float int areEqual(ArrayUtil a, ArrayUtil b) will compare a with b and return 1 if both are equal, if not it returns 0 ArrayUtil create(int typeSize, int length) will create an array and wrap it with the ArrayUtil and return it. the array contents will all be set to zero or its equivalent value. ArrayUtil resize(ArrayUtil util, int length) will resize the array and return the modified Array Util. the array contents should be trimmed if new size is less and copied over if the new size is more.

balls-problem icon balls-problem

A bag can hold a maximum of 12 balls. Balls (blue, green, red or yellow in color) are added to the bag one at a time. No removals. There are some arbitrary rules for what can be in a bag. Max of 3 green balls. Red balls cannot be more than double the green balls at the time of addition. No limit on blue balls. Not more than 40% of the balls may be yellow. It should be possible to get a summary of the contents of the bag at any time.

biblioteca icon biblioteca

Boot camp assignment Library App for Bangalore public library

gocd icon gocd

Main repository for Go Continuous Delivery

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.