Utkarsh Upadhyay

Results 12 issues of Utkarsh Upadhyay

This avoids the problem of overwritten resumes when two people with identical names submit applications on the same date.

`time.ctime()` only returns the current time with the precision of seconds. That is inadequate in case two applications arrive on the same second. Hence, including a call to `random.random()` which...

This would lower the effort required to use this program and since it is used rather sparingly, the Github token may look like too much effort upfront. Though [Github API...

Vim setup files are very often picked up from the `dotfiles` folder of someone else. Otherwise, I try a lot of plugins and end up using only a handful of...

On the abstract pages, add a link under the `PDF` to download the paper with the title as the filename: ```html Download ``` The browser will take care of converting...

arXiv serves pdf papers from several endpoints, not only `*//arxiv.org/pdf/*.pdf`. For example: - [http://arxiv.org/ftp/arxiv/papers/1110/1110.2832.pdf](http://arxiv.org/ftp/arxiv/papers/1110/1110.2832.pdf) The plugin should work with those paths as well.

This can be avoided by using [`$.noConflict( true )`](https://api.jquery.com/jquery.noconflict/) after you have finished using the library, I think.

Though the `README.md` hinted that `lxml` will be used if available, the choice of parsers was forced to be only `html5lib` in the code. Also, have added checks to parse...

Docs: http://docs.scipy.org/doc/scipy/reference/io.html However, I suspect #52 may need to be resolved before this can be implemented.

hooks
enhancement
fixed-by-new-patching

This would allow setting connection properties, e.g. `serverSelectionTimeMS`, on the Mongo connection created.