• Stars
    star
    611
  • Rank 71,311 (Top 2 %)
  • Language
    HTML
  • License
    MIT License
  • Created almost 11 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Discontinued!

This project ended a long time ago, in 2015. At the time of writing, March 2018, I do not even own resrc.io anymore.


Indexing and gathering all freely available learning resources.

Installing and running the project

Dependencies

1. Installation

Run the following commands:

git clone https://github.com/vhf/resrc.git
cd resrc
virtualenv2 -p /usr/bin/python2 venv --distribute
source venv/bin/activate
pip install -r requirements.txt
python2 manage.py syncdb
python2 manage.py migrate

2. Compiling the CSS

cd assets
foundation update
compass compile

3. Installing the JS assets

cd assets
bower install

4. Launch the server

python2 manage.py runserver

Then browse to http://localhost:8000

Contributing

Fork and work on your own branch, submit pull-requests.

Main work branch is resrc/master. Production branch is resrc/prod.

Running the tests

First, install the requirements_dev : pip install -r requirements_dev.txt.

Then, to run the tests, simply run fab test. Alternatively, if you want the tests to run everytime you modify a file, run ./watchmedo.sh.

Changelog

  • 0.8.4 - Removes Disqus. No more comments
  • 0.8.3 - Implements a full-text search engine with ElasticSearch
  • 0.8.2 - Upgrade to Zurb Foundation 5
  • 0.8.1 - Less dead code, more tests
  • 0.8.0 - Display version in footer

More Repositories

1

v8-bailout-reasons

🔧 A list of Crankshaft bailout reasons with examples
896
star
2

confusable_homoglyphs

ϲοnfuѕаblе_һοmоɡlyphs
Python
156
star
3

monomorphist

monomorphist - a JavaScript performance companion
JavaScript
33
star
4

free-programming-books-lint

A rudimentary Markdown linter based on remark-lint for the free-programming-books project.
JavaScript
30
star
5

redis-sentinel-docker-example

Shell
24
star
6

remark-lint-no-empty-sections

remark-lint-no-empty-sections
JavaScript
9
star
7

bplustree

A B+ Tree ES2015 implementation
JavaScript
9
star
8

unicode-syndication-proposal

TeX
7
star
9

remark-lint-alphabetize-lists

remark-lint-alphabetize-lists
JavaScript
7
star
10

remark-lint-books-links

remark-lint-books-links
JavaScript
6
star
11

remark-lint-blank-lines-1-0-2

remark-lint-blank-lines-1-0-2
JavaScript
6
star
12

remark-lint-no-url-trailing-slash

remark-lint-no-url-trailing-slash
JavaScript
5
star
13

distance-to-polygon

npm install --save distance-to-polygon
JavaScript
5
star
14

plotwork

JavaScript
4
star
15

js-index-data-structures

Benchmarking several JS data structures suitable for indexing needs
JavaScript
4
star
16

parareq

Elixir
3
star
17

stanford-spark

Run Stanford CoreNLP with Apache Spark
Scala
3
star
18

kwak_cli

CLI client for
Python
2
star
19

github-feed-blacklist

A Chrome extension to unclog your github feed.
JavaScript
2
star
20

remark-lint-heading-whitespace

JavaScript
2
star
21

flow-demo

tiny project I annotated live to demo flow at @upfrontIO
JavaScript
1
star
22

mocha-babel-flow

JavaScript
1
star
23

glass

Python
1
star
24

absorb

a simple JS game
JavaScript
1
star
25

log-anything

A dead simple JS debug/logging utility
JavaScript
1
star
26

jquery-table-filter

jquery plugin to filter HTML table rows
JavaScript
1
star
27

esm

node demo: esm and cjs interop
JavaScript
1
star
28

remark-playground

JavaScript
1
star