Skip to content

A django site with solutions to some of the problems posed on the Project Euler website.

Notifications You must be signed in to change notification settings

zachcalvert/euler_cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Euler Cookbook

A django site with solutions to some of the problems posed on the Project Euler website.

Setup

  • git clone git@github.com:zachcalvert/euler_cookbook.git
  • cd euler_cookbook
  • mkvirtualenv euler
  • pip install -r requirements.txt
  • echo "create database eulerdb CHARACTER SET utf8 COLLATE utf8_bin;" | mysql -u root -p (empty password)
  • ./manage.py migrate
  • ./manage.py load_problems
  • ./manage.py runserver
  • navigate to 'http://localhost:8000/' in a web browser

About

A django site with solutions to some of the problems posed on the Project Euler website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published