mattherick / fhs-algorithms

Fh Salzburg MMT-M11 - Algorithms for the Social Web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithms for the Social Web

This repository just contains a few tasks out of a lecture at the University of Applied Science in Salzburg, Austria.

Probably it is not really interesting for people outside of this lecture :-).

You can download the data for the database here: www.informatik.uni-freiburg.de/~cziegler/BX/

And after that you just have to import the sql files: For example your database is called “algorithms” mysql -u root -p  algorithms < BX-Users.sql mysql -u root -p  algorithms < BX-Books.sql mysql -u root -p  algorithms < BX-Book-Ratings.sql

About

Fh Salzburg MMT-M11 - Algorithms for the Social Web


Languages

Language:Ruby 97.7%Language:JavaScript 2.3%