Skip to main content

All Questions

Filter by
Sorted by
Tagged with
4 votes
1 answer
95 views

CoffeeScript 2 + 2 program

I tested this program on Smooth-CoffeeScript I just wanted to have as many eyes on this as I could to learn about coffeescript; Is there anything I should do to improve it? Am I using the tools ...
Shui's user avatar
  • 173
1 vote
1 answer
50 views

Extracting a list of hyperlinks [closed]

I need to produce a list objCollector with some results: ...
Jesus_Maria's user avatar
4 votes
1 answer
320 views

Resize renderer on browser window size change

For a game, there is some WebGLRenderer object that wraps around canvas element. There is need to update it's size when browser window size changes. Here goes my current code written using BaconJS. ...
FredyC's user avatar
  • 217
3 votes
1 answer
388 views

Functional Sundaram's sieve

I wrote this Sundaram's sieve in Coffeescript to quickly generate prime numbers up to limit: ...
Mirzhan Irkegulov's user avatar
4 votes
1 answer
524 views

Project Euler question 2 in CoffeeScript

By considering the terms in the Fibonacci sequence whose values do not exceed four million, find the sum of the even-valued terms. ...
crocaduck81's user avatar