-
Derek, any interest in expanding to CFB?
For a thesis a long time ago, I ended up scrapping 5 years worth of CFB (D-1) data from the NCAA.org in order to do some number crunching/prediction work, and…
-
Would love to see the athletics module have a classification for combined men's and women's combined teams where men and women compete together for NCAA rankings and championships (ie. skiing, fencing…
-
example:
Coach K soundoff
10:43PM | Men's basketball head coach Mike Krzyzewski won his 903rd game Tuesday night, surpassing his mentor and legendary coach Bob Knight as the winningest NCAA Division …
-
could be nice if EventEmitter2 syntax was supported on events
```
sock.on('*', function(data){
console.log('yay wildcard', data);
});
```
-
This doesn't render any views, correct? It's just a means of storage for views?
-
http://www.cfbreference.com/teams/bates-college/2011/
Only has a single game.
-
I'm generating an RSS feed of events. When the following code hits an escaped apostrophe in the input it dies.
``` javascript
var entry = items[i];
channel.ele("item")
.ele(…