Arjun Menon
Arjun Menon
Hey I am facing two issues 1. After you reach the last slides, how can we get the carousel to rewind itself back to the first. This is not similar...
Hey I am trying to parse datetime from a string. "17 hours ago ... The Twitter account, which rates images of dogs, changed one canine's name from Kanan to George,...
Hey Man Is there a way to add certain date/time objects which can mean the same? I tried parsing `day after tomorrow` but it returns `nil`. It would correctly parse...
APIs
Hey Would be important also to know about APIs. If consuming, how to connect to them or if serving, how to deliver them? Any real world language would almost always...
```ruby ~/Desktop/kmeans-clusterer-master/examples$ ruby headlines.rb -k 16 Classifying 0 docs with 0 unique terms into 16 clusters: /home/arjun/Desktop/kmeans-clusterer-master/examples/utils/bag.rb:67:in `new': array.dim(=0) < CLASS_DIMENSION(=2) (TypeError) from /home/arjun/Desktop/kmeans-clusterer-master/examples/utils/bag.rb:67:in `to_matrix' from headlines.rb:42:in `' ```
Hey I am getting this error when i try to load the seeds.db file moreover, adding a user from rails console gives the same error. i am in chapter 6...
Hey I can't add a class to the divs. ```javascript function coverflow(i, el) { $(el).removeClass('pre following') .nextAll() .removeClass('pre following') .addClass('following') .end() .prevAll() .removeClass('pre following') .addClass('pre'); }; var mySiema = new...
Hey Is there a way to make it work using `background-image`s? Thanks.
CLI for ANN
Hey Are ANN classes available from the CLI? From the docs it isn't apparent. How can we use it otherwise?