Arjun Menon

Results 81 issues of Arjun Menon

Hey Can we add support for auth token to limit access to the app? It should not be free for all with any directory.

Hey Is there a way to access them securely _(authentication)_ or to access only certain types of files, like only mp3 files? I require access to only certain types of...

I have a tag set like this ```ruby irb(main):001:0> tagged = Tell me the current temperature irb(main):002:0> parser = Nori.new.parse(tagged) => {"vb"=>"Tell"} ``` It does not parse the other tags....

Not all ISPs start billing on the first of month. Would be helpful to see a custom date range to monitor network usage for that period.

From [narray exercise](https://github.com/ruby-numo/narray/wiki/100-narray-exercises#95-convert-a-vector-of-ints-into-a-matrix-binary-representation-) Bit conversion does not return an array unlike in numpy ```python Python: # Author: Daniel T. McDonald I = np.array([0, 1, 2, 3, 15, 16, 32, 64,...

I am getting a type conversion error ```ruby irb(main):036:0> f = open('distributions.obj', 'rb') => # irb(main):037:0> uniDist = cPickle.loads(f).rubify RubyPython::Conversion::UnsupportedConversion: Unsupported type File for conversion. from /home/arjun/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/rubypython-0.6.4/lib/rubypython/conversion.rb:199:in `rtopObject' from /home/arjun/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/rubypython-0.6.4/lib/rubypython/conversion.rb:40:in...

Hey As a humble suggestion, it would be really good to see more posts on popular papers like [word2vec](https://arxiv.org/pdf/1310.4546), [arc-eager dependency parsing](http://www.aclweb.org/anthology/C12-1059), etc Algorithms which are now taken for granted...

Hey I had followed the installation instructions verbatim, but after that nothng happens! Did a reboot, removed all references to my wifi network from wpa_supplicant, also did `systemctl start ..`...

hi any way it could be customized only to the front serving page with footers and headers and other such content not overlapping over it?? thanks (something like this) ![maximage](https://f.cloud.github.com/assets/953959/2060440/64fc4048-8c18-11e3-8fbb-4d36c503c69d.png)

hi if u do this ``` css #maximage { display:none; position:relative !important; /* instead of the default "absolute" */ } ``` the caption links behaves like any other text when...