Coder Social home page Coder Social logo

challenge's Introduction

Coding Challenge: CIDR Networks and IPAddresses

Beeing a software development company doing a lot of work in the cloud computing area we have to deal a lot with IpAddresses. Sadly the java.net.InetAddress does not have all the needed functionality to do calculations based on them. For example we often have to calculate the next IP in a given Network, or check if a IP or Network is in a other Network.

To make the long story short, try to implement the missing parts in the given challenge. As a start you can have a look at:

http://http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing to get all the glory Details about CIDR.

How does this challenge work ?

I already wrote a very simple test suite, please modify it to your needs, see it as a starting point.

  1. Fork the x-cellent challenge GitHub repo.
  2. Create a working implementation of the CIDR.java Class, feel free to do architectural changes as you like.
  3. Test your program by executing `mvn clean install, all tests should pass.
  4. Once you think the job is done, write a simple mail with a link to you fork to: [email protected]

have fun !

challenge's People

Contributors

majst01 avatar phuongnle avatar

Stargazers

 avatar

Watchers

 avatar

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.