Giter VIP home page Giter VIP logo

pu's Introduction

pu

pu is a library with a little boilerplate to help with the repetitive creation of new Project Euler projects.

euler is a command-line tool to grab the problem from the website and generate a template for each problem as you go.

Why?

Project euler contains over 500 problems, so having a standard and quick way of starting a new problems is helpful.

One simple command: euler -new 1 and you're ready to do problem 1 with this: template

Knowing which problems are solved is as easy as go test ./... because the template includes a test to see if the problem is solved.

Getting started:

Install the tool:

go get -u -v github.com/jacobhands/pu/euler

Create a folder 'p1' containing 'p1.go' and 'p1_test.go' with starting templates in current directory:

euler -new 1

(Examples: p1.go, p1_test.go)

Test all problems:

go test ./...

Test and benchmark all problems

go test -bench=. ./...

Contributing

Contributions are welcome. Please read CONTRIBUTING.md before submitting PR's.

pu's People

Watchers

 avatar  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.