Mahmood S. Zargar

Results 31 comments of Mahmood S. Zargar

The naming is a little bit confusing, but this one is actually pdf-extract not pdfextract (The gem name I mean, not the repo name). It doesn't give you rich text,...

Open the application bundle and add the following key/value to your "Info.plist" file, under the root dictionary (for instance right above `NSAppTransportSecurity` ): ```xml NSAppleScriptEnabled YES ``` Now the standard...

Hey @JMichaelTX. Now that Typora has scripting enabled by default, you can simply check its dictionary in Apple's ScriptEditor. As you will see, unfortunately the Text Suite is not enabled....

@JMichaelTX: On a second thought, here is a dirty little trick: As long as the document is saved, you can retrieve the file path as I showed above and read...

This would be an amazing addition. Many command-prompt browsers can do the rendering.

Do you have a possible solution for this in mind? [DataSketch](https://github.com/ekzhu/datasketch) does it pretty efficiently using Redis, and there is already a [R package for Redis](https://github.com/ekzhu/datasketch).

Would it be possible to parallelize lsh_compare? On large corpora the number of comparisons can quickly become very big. I managed to do this using `%dopar%` and `bind_rows` from `dplyr`,...

Hi Martin, Here is the error I get: ``` The operation can’t be completed because an unexpected error occurred (error code -50). ``` If there is a way to get...

Well, this is kind of funny: Error number 50 is a network error. See for yourself [here](https://gist.github.com/retrography/a4821c462437b14071a9). I have actually never compiled bindfs manually, as I always try the [homebrew](http://brew.sh)...