Aliabbas

Results 12 issues of Aliabbas

``` print "Building model..." net = models.GRUstage2( rng=rng, x=x, minibatch_size=MINIBATCH_SIZE, n_hidden=num_hidden, x_vocabulary=word_vocabulary, y_vocabulary=punctuation_vocabulary, stage1_model_file_name=prev_model_file_name ) ``` ``` Number of parameters is 13667593 /theano/scan_module/scan.py", line 475, in scan actual_slice = seq['input'][k...

mostly the pdf books begin numbering after some 20 pages of introduction, toc etc. What is needed is a correct alignment between the physical page number and the true page...

Feature

Why is the highlight not preserved in pdfs across readers? Can anyone please add this feature+note taking too

Feature

Is it possible for kpdfv to connect to kindles's 3g and download news etc as a daemon like calibre feature?, which api is responsible for 3g access?

Feature

The only thing to complete this would be a dictionary lookup as supported by kindleos, what can be done to implement this feature?

Feature

It becomes very difficult to highlight text as one needs to move the cursor one line \word at a time testing your patience! . I suggest a solution to increase...

Feature

note taking feature will make this a complete replacement for kindle os!

Feature

Follwing error ``` 17:42:39: Parsing finished. Moving parsed files into place ... Traceback (most recent call last): File "/home/d/anaconda2/lib/python2.7/site-packages/corpkit/env.py", line 2168, in interpreter out = run_command(tokens) File "/home/d/anaconda2/lib/python2.7/site-packages/corpkit/env.py", line 1113,...

Is it possible to have a @synchronised function whose body calls another function which is decorated with @synchronised decorator? ``` from deco import * from time import sleep @concurrent def...

The following command does not work: `cmd=ls["-1", "-f", mainfolder+"/"+f+"/tok"]|shuf["-n","20000"]|parallel["cat"]` ``` Error: ProcessExecutionError: Command line: ['/usr/local/bin/parallel', 'cat'] Exit code: 33 ```