Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
3
Task/Web-scraping/ToffeeScript/web-scraping.toffee
Normal file
3
Task/Web-scraping/ToffeeScript/web-scraping.toffee
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
e, page = require('request').get! 'http://tycho.usno.navy.mil/cgi-bin/timer.pl'
|
||||
l = line for line in page.body.split('\n') when line.indexOf('UTC')>0
|
||||
console.log l.substr(4,l.length-20)
|
||||
Loading…
Add table
Add a link
Reference in a new issue